Ant and remote J2EE engine

Hi all,
When "ant init" running, is it possible to enter path to remote J2EE Engine, instead of 'c:\usr\sap\...'?
Or, is there another way to use remote J2EE Engine?
Regards,
Roman Babkin

I have found the problem, the contact application wasn't deployed correctly.
D

Similar Messages

  • Unable to deploy and run WD Java app through NWDS with a remote J2ee engine

    Hi ,
    We have a clustered server instance configuration in our environment.
    I have already added the message server port and the server details in the remote J2ee engine configuration in NWDS through windows->preferences .
    I found the port no. and the host server name using <servername>:<portname>sap/monitor/systeminfo
    Also, I can see the SDM , dispatcher and the server running/shown in green in the J2ee engine setting.
    But when I was trying to connect deploy and run the application, first it asks for the SDM password and after entering it , it aborts with the following message :
    Sep 18, 2007 8:32:15 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : XXX00
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/check1/LOCALS~1/Temp/temp11565my_pro.ear
    Deployment exception : Server XXX00 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server XXX00 at port 50018: Connection timed out: connect
    Inner exception was :
    Server XXX00 did not accept login request as admin on port 50018. Details: ERROR: Could not establish connection to server XXX00 at port 50018: Connection timed out: connect
    Can anyone let me know what can be the reason.
    Best Regards
    Sid

    Hi Siddharth,
    Re-start  SDM process of J2EE engine.Make sure when you are deploying u r project others are not deploying their project.
    SAP Note : <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_jas/~form/handler">701654</a>
    Regards,
    Mithu

  • Error deploying WS to remote J2EE engine

    Any help with what I am doing wrong here would be GREAT!
    I'm getting this message after I create a WS from a EJB:
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/ProdCatWsEAR..
    Reason: Webservices deployment exception! The reason is: Error occured, trying to generate web services deployment files for application sap.com/ProdCatWsEAR. . The error refers to application: none, jar: , web service: .; nested exception is:
    Any one have an idea?
    Regards,
    Mike Jakeway
    Whirlpool Corporation

    Anilkumar,
    Still no luck.  I am not using any complex data types and the developer studio and J2EE engine are both at SP09.
    Is there anything special I must do when deploying to a remote J2EE engine?  I am running NDS on Windows box and attemtping to deploy to an AIX box the J2EE engine.  I can deploy with no problem a simple J2EE app like the Calculator example.  I only receive this error when I attempt a WS deploy.
    Regards,
    Mike

  • How do I stop and start J2EE engine manually on WEB AS

    I have installed WEB AS ABAP + JAVA. For some reason J2EE engine is not up after the Java stack installation. How to I start and stop J2EE engine. The visual Admin is not connecting either saying connection lost.
    I am running on Linux
    thanks

    Hi Dhandu,
    Please have a look in the <a href="http://help.sap.com/saphelp_nw04/helpdata/en/6e/dd0041aafdf123e10000000a155106/frameset.htm">documentation</a>.
    Hope that helps!
    Vladimir

  • How do u restart and monitor J2EE engine from Visual Admin?

    Hi mates,
    How do you restart J2EE engine from VA?
    From VA, is there any way we can monitor if the J2EE engine is rebooting properly or got stuck somewhere?
    thx in adv
    praveen

    Hi Praveen,
    1) I don't think you can monitor from SAP GUI. SMICM will only allow you also to trigger a reboot via Administration / J2EE server but for the rest it's happing all in the background with no visibility.
    2) The dispatcher node is the 'SAP WEB dispatcher' component which is an independent component / product and ( can ) act as the load balancer
    You can also install it standalone to act e.g. as a reverse proxy.
    3) The J2EE node represents the J2EE server
    rgds
    Dirk

  • RTMP and Netweaver J2EE engine

    Guys
    I am trying to work my way through the tutorials in Flex Builder and I am currently trying to access a contact data source. I have followed all of the instructions, however, for some reason it tries to connect to the datasource using an RTMP call to the J2EE engine using port 2037. Now, this port number is not one that I recognise and there is nothing listening on this port from what I can tell using netstat command. Is there something I need to configure for the web applications on the SAP J2EE server that allows for this rtmp call to be sucessful ?
    Thanks
    D

    I have found the problem, the contact application wasn't deployed correctly.
    D

  • How to install local J2EE Engine for NTW4 Dev Studio ?

    We installed a full Web As 640 ABA+J2EE stack9 , and activated all the JDI components (DTR, CBS, CMS).
    NOw we instaleld on local pc the Developer Studio and are trying to begin teh develop of java packages.
    We are not able to activate the debug on the remote J2EE ENgine.
    According the HelpOnline we should install a local J2EE Engine in order to be able to do debugging.
    The problem is taht nowhere is written where to find out this software and how to install.
    Anyone has some experience on that ?
    Regards
    G.
    Regards

    Hi Gianfranco,
    I see. Then, you are right. You need a local J2EE Engine.
    There is a guide how to install a Developer Workplace at:
    http://service.sap.com/instguidesnw04 -> Installation -> Dev Env -> Inst. Guide - SAP NetWeaver Developer Workplace Stack x
    Hope, that will help.
    And I guess, the following might be of some help after you complete the installation: http://help.sap.com/saphelp_nw04/helpdata/en/92/fa369fb68e004598f246494665a49e/frameset.htm
    Best regards,
    Viliana
    Message was edited by: Viliana Encheva

  • How to disable external requests to J2EE Engine

    Hi all,
    We have setup an EP6 SP9 SR1 portal environment.
    For security reasons, we have implemented SSL between the client and IIS, and between IIS and the J2EE engine.
    We want the users to access the portal via IIS, and disable direct access via WAS.
    In other words,
      <u>https://ourportal.com/irj/</u>
    is allowed, and
      <u>http(s)://ourportal.com:50x00/irj/</u>
    should be inaccessible.
    As a result, only requests coming from IIS are allowed.
    In addition, additional dialog instances <u>should</u> have access to the central instance, so this communication should not be obstructed.
    Is there a way we can prevent users from logging in directly to the portal via the application server?
    With best regards,
    Robin van het Hof

    Hi Robin,
    If you logon to the admin tool and go to cluster > server > kernal > IPVerificationManager there is a way to set which IP addresses are allowed to access the J2EE Engine.  That should solve your problem.  You just need to modify the file mentioned there which is cfg/kernel/hosts.txt 
    Take a look at http://help.sap.com/saphelp_erp2004/helpdata/en/53/e51e3e6217b40be10000000a114084/content.htm for the syntax.
    Cheers..
    Craig

  • Problem with SAP PI7.0 J2ee Engine starting

    Hi,
    Problem with SAP PI7.0 Server
    I am using AIX6.1 and p570
    J2ee engine is not starting but I am able to login to ABAP engine.
    When I am trying to long in through internet explorer it is not working.
    How to check J2ee engine started or not.
    If it is not started then how to start J2ee engine.
    If J2ee engine problem is there then how to solve the issue and where to check to solve the issue.

    Hi,
    How to check J2ee engine started or not.
    Check the url http://ipaddress:5xx00/index.html
    If this url shows you the system info page then you j2ee engine is up.
    If it is not started then how to start J2ee engine.
    Check your server0.log file.
    If J2ee engine problem is there then how to solve the issue and where to check to solve the issue.
    Check for the problems in log file and do search in sdn or in the market place you will get plenty of info read them and try to resolve the errors.
    Regards,
    Vamshi.

  • J2EE Engine - Restart necessary after changing web.xml?

    Hi people,
    do I have to restart the whole J2EE Engine after changing the <max-sessions> parameter of my J2EE-App? Or is a restart of the app via the deploy service also sufficient?
    This parameter change is done in web.xml on 620 and web-j2ee-engine.xml in 640.
    Thanks!
    Bjoern
    Message was edited by: Bjoern Altmannsberger

    restart only the application via deploy service
    regards,
    Violeta

  • Webdynpro J2ee engine ping failed

    i am not able to ping the J2EE engine from Netweaver. the server responds if i ping from the windows command prompt

    are you able to see the page for the following url 'http://hostname:50000' .  if not you have to start the J2EE engine. and if J2EE engine is started and running, then you have to give the correct parameters in WebDynpro to connect to J2EE engine.

  • SSL Configuration on J2EE Engine

    Hi,
    I have an SAP PI System and trying to configure the communiction between the Internet Browser and SAP J2EE Engine with SSL protocol
    I have sucessfully implemented the server authentication and its fine
    For the client authentication i have followed the follwing steps:
    1. Created a certificate and imported the signed certificate in Trusted CA with common name as the name of a System user in the SAP System
    2. Visual Admin SSL Provider i have request for client authentication and selected the above signed certificate
    3. Security Provider selected the System user and then mapped the certificate to the system user
    4. Added the modules ClientCertLoginModule as REQUIRED and then the BasicPasswordLoginModule as REQUIRED
    5. Exported the private key and imported the private key into my browser
    After this when i access the URL https://<hostname>:<httpsport>/ i get nothing opening
    it says Internet explorer cannot open page.
    Can anyone guide me as to where am i going wrong
    Rgds
    Aditya

    Hi Karthik and Rohit,
    Thanks for your reply
    I found this
    You can verify that the correct library has been loaded under Dispatcher  ® Libraries  ® core_lib in the Visual Administrator. The iaik_jce.jar should be included in the list of loaded jars and not iaik_jce_export.jar.
    I checked in Visual Admin i was able to find the iaik_jce.jar file in it
    So i beilve that the jar has been deployed.
    And coming back to the question of ssl_service i have created the server authentication certificate under that service and the Client Authentication certificates under Trusted CAs service.
    More over the Server Authentication i mean if i remove the Require Client Authentication from the SSL Provider Service everything works fine i am able to connect via SSL. The problem is when i use the client authentication
    Rgds
    Aditya

  • J2EE engine shuts down and restarts....

    Hi,
    I am doing a scenrio using BPM with multiple parallel process. I am using a inbound file adapter for the incoming message to feed the BPM process. I have set 500 messages/per recordset.The process is stable when the message size is small but when the message size increases may be to 2MB,the J2EE engine collapses and restarts a certain period of time.
    When I look at the incoming messages they seem to have failed at the BPM process. I am not sure what is causing the J2EE engine to collapse and restart...It works fine with less than 1MB incoming messages....Does it mean XI cannot support messages greater than 1MB? I know its absurd but this is very interesting..Checking the SMICM, I find the processes are all normal...
    -Teresa

    Hi :
    Did u checked  up the  java heap parameters in the configtool set for the server
    Raise the heap parameters as per the following steps
    1) Open up the configtool and increase the heap size and memory size for the server
    Cluster Data -> instance_IDXXX ->  ServerIDXXXX
    Max heap Size 2048MB
    Java Parameters
    -Djava.security.policy=./java.policy
    -Djava.security.egd=file:/dev/urandom
    -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -Xdebug
    -Xms1280m
    -Xmx3072m
    -XX:MaxPermSize=192m
    -XX:NewSize=160m
    -XX:MaxNewSize=160m
    -XX:NewRatio=3
    -XX:+DisableExplicitGC
    -verbose:gc
    -XX:+PrintCompilation
    -XX:SurvivorRatio=2
    -XX:TargetSurvivorRatio=90
    -XX:PermSize=192m
    -XX:+UseParNewGC
    -XX:+PrintGCTimeStamps
    -XX:SoftRefLRUPolicyMSPerMB=1
    -Djava.awt.headless=true
    2) Restart the server using Visual Administrator
    3) open up the configtool again to ensure that the settings you have set in the config tool are available
    4) Now check whether the problem occurs again or not
    regards & cheers
    karthik

  • Starting and stopping SAP J2EE Engine

    Hi guys,
             I have downloaded and installed trial version of SAP Web Application Server (SAP Web AS) Java 6.40 for Microsoft Windows XP.
       I wanted to launch SAP J2EE Engine and Software Deployment Manager (SDM) to run my web dynpro application. The Netweaver Developer studio getting started guide has a link for starting and stopping the SAP J2EE Engine but its not working for me. I get an error with the link.
    Is it possible for someone to let me know how to launch J2EE engine and SDM. Also what server settings I need to make in the menu path Window -> Preferences -> SAP J2EE Engine.
    Any help will be appreciated.
    Thanks,
    Mandar

    Hi Ivaylo and Thomas,
        Thanks for your help, It works fine. For some reason after starting my J2EE server, when I start my Netweaver developer studio, it gives the following error
       JVM Terminated Exit code=1
       c:\j2sdk1.4.2_05\bin\javaw.exe
       -Xmx512m
       -Xms128m
       -XX:PermSize=128m
       DallUserDir='C:\Documents and Setting\All users\Application Data'
       -cp C:\Program Files\SAP\JDT\eclipse\SAPStartup.jar com.sap.ide.eclipse.startup.Main
       -os win32
       -ws win32
       -arch x86
       -feature com.sap.java.ide
       -showsplash C:\Program Files\SAP\JDT\eclipse\SAPIde.exe -showsplash 600
      Any idea why I get this error and how to fix it. My Netweaver Developer studio did startup few times and I did write some code in it. But now when I try to start NDS, I get the above error.
    Any help will be appreciated.
    regards,
    Mandar

  • Error CJS-20058 when applying J2EE Engine Patches SP19 and Disp+work.exe

    Hello All ,
    I am working on SAP XI SP9 (Stand alone J2ee Only). When I am trying to upgrade it SP 19 but it had failed at 17th ( Start J2ee Engine ) step . I am getting following error.
    ERROR 2007-04-15 06:52:41
    CJS-20058 Java EE Engine DVEBMGS00 of SAP system XI3 did not reach state "Starting Applications" after 1033 seconds: giving up.
    and after that Disp+Work process is completely failed to start in SAPMMC.
    Operating System :- Windows 2003
    Database :- Oracle 9.2.0.4
    Please Guide me on this.
    Thanks & Regards,
    Suresh.K

    Hi Sunil,
    im sending following files,
    disp+work.exe Developer Traces
    trc file: "dev_disp", trc level: 1, release: "640"
    Tue Apr 17 08:36:33 2007
    kernel runs with dp version 133000(ext=102000) (@(#) DPLIB-INT-VERSION-133000-UC)
    length of sys_adm_ext is 524 bytes
    sysno      00
    sid        XI3
    systemid   560 (PC with Windows NT)
    relno      6400
    patchlevel 0
    patchno    155
    intno      20020600
    make:      multithreaded, Unicode
    pid        3584
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3584) [dpxxdisp.c   1100]
         shared lib "dw_xml.dll" version 155 successfully loaded
         shared lib "dw_xtc.dll" version 155 successfully loaded
         shared lib "dw_stl.dll" version 155 successfully loaded
         shared lib "dw_gui.dll" version 155 successfully loaded
         shared lib "dw_mdm.dll" version 155 successfully loaded
    Tue Apr 17 08:36:38 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  3896]
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpIPCInit2: start server >dlwsdb10_XI3_00                         <
    DpShMCreate: sizeof(wp_adm)          10528     (1316)
    DpShMCreate: sizeof(tm_adm)          2969176     (14772)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpShMCreate: sizeof(comm_adm)          290000     (580)
    DpShMCreate: sizeof(vmc_adm)          0     (424)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06AA0040, size: 3381680)
    DpShMCreate: allocated sys_adm at 06AA0040
    DpShMCreate: allocated wp_adm at 06AA1B88
    DpShMCreate: allocated tm_adm_list at 06AA44A8
    DpShMCreate: allocated tm_adm at 06AA44D0
    DpShMCreate: allocated wp_ca_adm at 06D79328
    DpShMCreate: allocated appc_ca_adm at 06D7F0E8
    DpShMCreate: allocated comm_adm_list at 06D81028
    DpShMCreate: allocated comm_adm at 06D81040
    DpShMCreate: allocated vmc_adm_list at 06DC7D10
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 06DC7D38
    DpShMCreate: allocated wall_adm at 06DC7D40
    MBUF state OFF
    Tue Apr 17 08:36:39 2007
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 2207 blocks reserved for free list.
    ES initialized.
    Tue Apr 17 08:36:41 2007
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3800
      argv[0] = D:\usr\sap\XI3\DVEBMGS00/j2ee/os_libs/jcontrol.exe
      argv[1] = D:\usr\sap\XI3\DVEBMGS00/j2ee/os_libs/jcontrol.exe
      argv[2] = pf=D:\usr\sap\XI3\SYS\profile\XI3_DVEBMGS00_dlwsdb10
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=1303
      argv[5] = -DLISTEN_PORT=1304
      argv[6] = -DSAPSYSTEM=00
      argv[7] = -DSAPSYSTEMNAME=XI3
      argv[8] = -DSAPMYNAME=dlwsdb10_XI3_00
      argv[9] = -DSAPPROFILE=D:\usr\sap\XI3\SYS\profile\XI3_DVEBMGS00_dlwsdb10
      argv[10] = -DFRFC_FALLBACK=ON
      argv[11] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    Tue Apr 17 08:36:42 2007
    rdisp/http_min_wait_dia_wp : 1 -> 1
    Tue Apr 17 08:36:43 2007
    ***LOG CPS=> DpLoopInit, ICU ( 2.6.1 2.6 4.0) [dpxxdisp.c   1468]
    ***LOG Q0K=> DpMsAttach, mscon ( dlwsdb10) [dpxxdisp.c   10036]
    DpStartStopMsg: send start message (myname is >dlwsdb10_XI3_00                         <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Apr 17 08:36:44 2007
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1025]
    DpMsgAdmin: Set patchno for this platform to 155
    Release check o.K.
    DpJ2eeLogin: j2ee state = CONNECTED
    Tue Apr 17 08:37:24 2007
    ERROR => W0 (pid 2888) died [dpxxdisp.c   12562]
    ERROR => W1 (pid 2724) died [dpxxdisp.c   12562]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W2 (pid 2324) died [dpxxdisp.c   12562]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W3 (pid 2796) died [dpxxdisp.c   12562]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W4 (pid 1172) died [dpxxdisp.c   12562]
    ERROR => W5 (pid 1272) died [dpxxdisp.c   12562]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W6 (pid 1508) died [dpxxdisp.c   12562]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W7 (pid 1704) died [dpxxdisp.c   12562]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-2888 (SIGUSR2)
    ERROR => DpWpKill(2888, SIGUSR2) failed [dpxxtool.c   2507]
    killing W1-2724 (SIGUSR2)
    ERROR => DpWpKill(2724, SIGUSR2) failed [dpxxtool.c   2507]
    killing W2-2324 (SIGUSR2)
    ERROR => DpWpKill(2324, SIGUSR2) failed [dpxxtool.c   2507]
    killing W3-2796 (SIGUSR2)
    ERROR => DpWpKill(2796, SIGUSR2) failed [dpxxtool.c   2507]
    killing W4-1172 (SIGUSR2)
    ERROR => DpWpKill(1172, SIGUSR2) failed [dpxxtool.c   2507]
    killing W5-1272 (SIGUSR2)
    ERROR => DpWpKill(1272, SIGUSR2) failed [dpxxtool.c   2507]
    killing W6-1508 (SIGUSR2)
    ERROR => DpWpKill(1508, SIGUSR2) failed [dpxxtool.c   2507]
    killing W7-1704 (SIGUSR2)
    ERROR => DpWpKill(1704, SIGUSR2) failed [dpxxtool.c   2507]
    NiWait: sleep (10000 msecs) ...
    NiISelect: timeout 10000 ms
    NiISelect: maximum fd=1625
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Dev_w0
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Apr 17 01:31:26 2007
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4484]
    M sysno      00
    M sid        XI3
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    155
    M intno      20020600
    M make:      multithreaded, Unicode
    M pid        524
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 524) [dpxxdisp.c   1160]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active

    M Tue Apr 17 01:31:27 2007
    M  DpShMCreate: sizeof(wp_adm)          10528     (1316)
    M  DpShMCreate: sizeof(tm_adm)          2969176     (14772)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpShMCreate: sizeof(comm_adm)          290000     (580)
    M  DpShMCreate: sizeof(vmc_adm)          0     (424)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 072A0040, size: 3381680)
    M  DpShMCreate: allocated sys_adm at 072A0040
    M  DpShMCreate: allocated wp_adm at 072A1B88
    M  DpShMCreate: allocated tm_adm_list at 072A44A8
    M  DpShMCreate: allocated tm_adm at 072A44D0
    M  DpShMCreate: allocated wp_ca_adm at 07579328
    M  DpShMCreate: allocated appc_ca_adm at 0757F0E8
    M  DpShMCreate: allocated comm_adm_list at 07581028
    M  DpShMCreate: allocated comm_adm at 07581040
    M  DpShMCreate: allocated vmc_adm_list at 075C7D10
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 075C7D38
    M  DpShMCreate: allocated wall_adm at 075C7D40
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  calling db_connect ...
    B  create_con (con_name=R/3)
    B  *** ERROR => Invalid profile parameter dbms/type (or environment variable dbms_type) = <undef>, cannot load DB library
    [dbcon.c      4484]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 008192) [thxxhead.c   1284]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   9598]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server dlwsdb10_XI3_00 on host dlwsdb10 (wp 0)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Tue Apr 17 01:31:27 2007
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        9783
    M  *  COUNTER     1
    M Tue Apr 17 01:31:28 2007
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  254]
    M  Entering ThSetStatError
    Dev_rd
    trc file: "dev_rd", trc level: 1, release: "640"
    Tue Apr 17 08:36:40 2007
    ***LOG S00=> GwInitReader, gateway started ( 384) [gwxxrd.c     1627]
    relno      6400
    patchlevel 0
    patchno    155
    intno      20020600
    pid        384
    unicode    active
    gateway runs with dp version 133000(ext=102000) (@(#) DPLIB-INT-VERSION-133000-UC)
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Tue Apr 17 08:36:41 2007
    Bind service sapgw00 (datagram) to port 3300
    Bind service sapgw00 (datagram) to port 3300
    Bind service sapgw00 (socket) to port 3300
    GwPrintMyHostAddr: my host addresses are :
      1 : [10.20.2.157] dlwsdb10 (HOSTNAME)
      2 : [127.0.0.1] dlwsdb10.i2.com (LOCALHOST)
    MtxInit: -2 0 0
    DpSysAdmExtCreate: ABAP is active
    DpShMCreate: sizeof(wp_adm)          10528     (1316)
    DpShMCreate: sizeof(tm_adm)          2969176     (14772)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpShMCreate: sizeof(comm_adm)          290000     (580)
    DpShMCreate: sizeof(vmc_adm)          0     (424)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06DE0040, size: 3381680)
    DpShMCreate: allocated sys_adm at 06DE0040
    DpShMCreate: allocated wp_adm at 06DE1B88
    DpShMCreate: allocated tm_adm_list at 06DE44A8
    DpShMCreate: allocated tm_adm at 06DE44D0
    DpShMCreate: allocated appc_ca_adm at 070BF0E8
    DpShMCreate: allocated comm_adm_list at 070C1028
    DpShMCreate: allocated comm_adm at 070C1040
    DpShMCreate: allocated vmc_adm_list at 07107D10
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 07107D38
    Tue Apr 17 08:37:40 2007
    ***LOG S30=> GwStopGateway, gateway stopped () [gwxxrd.c     13334]
    Dev_Jcmon
    trc file: "D:\usr\sap\XI3\DVEBMGS00\work\dev_jcmon", trc level: 1, release: "640"
    node name   : jcmon
    pid         : 4896
    system name : XI3
    system nr.  : 00
    started at  : Mon Apr 16 00:03:28 2007
    arguments   :
        arg[00] : D:\usr\sap/XI3/DVEBMGS00/j2ee/os_libs/jcmon.exe
        arg[01] : pf=D:\usr\sap\XI3\SYS\profile/XI3_DVEBMGS00_dlwsdb10
    [Thr 3668] Mon Apr 16 00:03:28 2007
    [Thr 3668] INFO: Unknown property [box.number=XI3DVEBMGS00dlwsdb10]
    [Thr 3668] INFO: Unknown property [ms.host=dlwsdb10]
    [Thr 3668] INFO: Unknown property [ms.port=3601]
    [Thr 3668] INFO: Unknown property [system.id=0]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\instance.properties;D:\usr\sap\XI3\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : dlwsdb10
    -> ms port    : 3601
    -> OS libs    : D:\usr\sap\XI3\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    [Thr 3668] Mon Apr 16 00:03:29 2007
    [Thr 3668] *** ERROR => Can't attach to administration shared memory (rc=3) [jcmonxx.c    217]
    Please help me,
    Regards,
    Suresh.K

Maybe you are looking for