ABAP Webservice J2EE engine

Can I develop ABAP webservices using without J2EE engine?  What are the limitations if not ?

Hey
Check these for some help.
Webservices
These blogs could help you.
/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services(Xi exposed webservices)
/people/sriram.vasudevan3/blog/2005/03/18/points-to-ponder-over-while-considering-webservices-implementations-vis-a-vis-eai(web service implmntn)
/people/siva.maranani/blog/2005/05/23/communication-between-sap-system-webservice-using-proxies(commn between sap and web sevices using proxies)
https://www.sdn.sap.com/sdn/weblogs.sdn?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken]
Go thru this article "How to Set Up a Web-Service-Related Scenario with SAP XI"
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/3.0/how%20to%20set%20up%20a%20web-service-related%20scenario%20with%20sap%20xi.pdf
Thanks,
Vijaya.

Similar Messages

  • R/3 4.6C  to SAP WAS J2EE engine

    Hi,
    I am new ABAP Programming and more into J2EE. I would like to know different approachs available to communicate or send data from ABAP to J2EE engine/Web Applicaiton asynchronously.
    I am looking for SAP WAS 6.40
    Thanks in Advance

    Hi,
    J2EE Applications communicate with the R/3 System by means of making a Remote Function Call (RFC) to access the required BAPI. By passing input parameters, output is obtained from the BAPI. While making RFC calls, the R/3 system credentials like username, pwd, client needs to be given. JCO (Java Connector) establishes the link between the application and R/3 system and is configured in the Enterprise Portal.
    Hope this helps.
    Best regards,
    Srinivasan T
    <b>Helpful answer=>points</b>

  • WSDL of ABAP Webservice correct?

    I created a Web Service Definition by the inside out approach and referring to an RFC function group.
    Generation worked fine and I also could configure the service via SOAMANAGER.
    The generated WSDL (portType and binding) was sent to a client who tried to evaluate the WSDL.
    Unfortunately it was not evaluated successfully.
    Several error messages were thrown like:
    Cause of error: Element <wsp:Policy> is not allowed under element <wsdl:portType>
    Other causes: Following elements are expected under this position:
    <wsdl:operation>
    Error path  wsdl:definitions / wsdl:portType / wsp:Policy
    So, I am not quite sure if the generated WSDL is syntactically correct or if the client evaluation is wrong. What does the standard say?
    Thanks,
    Michael

    Hi michael,
    Web Services
    Business processes consist of individual process steps that can vary in how extensive they are. One or more functions are then assigned to these steps; an executing software component is then assigned to each function. Clearly, the heterogeneous nature of system landscapes in enterprises makes it impossible to implement all the necessary functions associated with a complete process using the same technology on the same component. A modern software infrastructure must be in the position to integrate functions, implemented on widely differing software components, in one effective complete process. Until now, the combination of different applications has largely been based on manually declared interfaces, message formats, and agreements between business partners.
    Web services simplify this process. They are based on open, generally accepted standards. They enable you to combine functions in a single process, even if they are implemented in widely differing software components. Web services are standalone, executable entities that can be published, searched for, and called, across a network.
    Introduction
    The SAP Web Application Server implements the following basic Web services standards: eXtensible Markup Language (XML); Simple Object Access Protocol (SOAP); Web Service Definition Language (WSDL); and Universal Description, Discovery, and Integration (UDDI). 
    In the documentation that follows, we assume that the reader is familiar with Web service standards and techniques. You will find a general introduction to the Web Services topic under Sun Microsystems, in the pages of W3C, and in the general explanations for standardization organization OASIS under the topic UDDI.
    Integration
    ABAP and Java Web Services
    Enterprises can extend their solutions by using Java or ABAP Web services, or both. If your priority in programming an application is the selection of data, the integration of an ABAP Web Service could be appropriate. Conversely, if you are implementing processes that involve different business partners and systems, it may be beneficial to program in Java and integrate Java Web Services.
    The Web Service Framework consists of:
    ·        The development environment for the ABAP Engine
    ·        The development environment for the J2EE Engine
    ·        Tools that support UDDI registration
    ·        A distributed, interoperable SOAP runtime (ABAP and J2EE Engine)
    Processing of SOAP requests using the Internet Communication Framework
    Web Services and the SAP Exchange Infrastructure
    The SAP Exchange Infrastructure is a key area in SAP NetWeaver. The Exchange Infrastructure provides an open, process-oriented integration infrastructure for the unhindered flow of information and for XML-based message exchanges. Systems integrated using SAP XI exchange messages over the Integration Server.
    The programming model for XI ABAP proxies and Web services has been unified. The advantage of this is that both technologies can be implemented so that they complement one another. Messages can be sent and received either using the XI runtime or the Web service runtime.
    Additional proxy runtime services can be controlled using protocols that you request using a proxy method. The features you have available depend on whether you are using the Web Service Framework or the Exchange Infrastructure for communication.
    Features
    The ABAP Workbench offers an environment where you can publish, search for, and call Web services. It enables the SAP Web Application Server to act both as a server and client for Web services.
    The Web service infrastructure enables developers to:
    ·    Publish independent function that were implemented as RFC-enabled function modules, function groups, BAPIs, or XI message interfaces. This includes functions available as part of mySAP.com solutions, or functions developed by customers or partners. The Web service can be used across the entire Internet using standard protocols and can easily be added to any development environment. (See also Creating a Web Service).
    ·    Consume Web services, regardless of where they are stored or how they are implemented. Business processes can be implemented across several systems, either within an enterprise or across several enterprises. (See also Consuming Web Services.)
    Service Provider
    After the functions have been implemented, a Web service interface must be created that provides a representation of the Web service for the user. This interface offers an abstraction layer and thus independence from the specific implementation used. Based on this interface, the Web service is configured and can be called at runtime. Publishing Web services in a UDDI Registry is supported by the UDDI client functions in the SAP Web AS.
    Service Directory
    You can store Web service definitions and released Web Services in a UDDI Registry. WSDL documents provide the basis of the Web service client, which can then be searched for in the UDDI using either a browser or the standard UDDI APIs. Web services can be published and searched for in all registries that conform to the standard. SAP also offers a public UDDI Business Registry under uddi.sap.com.
    Service Requestor
    The SAP Web AS allows you to integrate Web services. It can generate Web service clients from WSDL files.
    Standardization and Extensibility
    Web services and Web service standards develop quickly; new standards are being presented continually at standardization committees. However, these extended standards – such as security standards or additional protocols – can easily be integrated in the Web Service Framework using SAP.
    Creating Web Service Physical Destinations Use
    This procedure enables you to create and configure a Web service physical destination. More information: Configuration of Several Web Service Clients
    You have to create and configure a Web service physical destination for every Web service logical destination available in the consumer application. You can create only one physical destination for every logical destination.
    You create Web service physical destinations on the system where the client application is running. This system can be only SAP NetWeaver Application Server (AS) Java. You can create physical destinations that point to Web services available on AS ABAP, AS Java, or any external systems.
    Prerequisites
    &#9679;      You have access to the SAP NetWeaver Administrator of your AS Java.
    &#9679;      The client application is deployed.
    &#9679;      The Web service logical destinations are available in the client application and you know their names.
    &#9679;      Web services are deployed and configured on the provider system.
    &#9679;      You know the way in which the client application is to find Web services on the provider system:  by using WSDL, WSIL, or SR. When you use WSDL or WSIL, you have to know the correct URL to the WSDL or WSIL on the provider system.
    &#9679;      If you want the client application to discover a Web service by querying the Service Registry (SR), a connection to the SR has to be configured. More information: Configuring the Services Registry.
    Procedure
           1.      Log on to the SAP NetWeaver Administrator.
           2.      Choose SOA Management ® Technical Configuration ® Destination Template Management.
    Alternatively, you can use the quick link /DestinationTemplates as follows:
    http:// of the provider system.
                                c.      In the Hostname field, enter the name of the database host of the provider system.
                                d.      If for System, you chose ABAP, the following additional fields are available:
                                                      i.       In the Installation Number field, enter the installation number.
    To check the installation number, in AS ABAP of the provider system start transaction SLICENSE.
                                                    ii.       In the Client field, enter the number of the AS ABAP client in which the Web services are available.
           8.      Set the security settings for the connection.
    For more information, see Recommended WS Security Scenarios.
    HTTP Authentication
    Option
    Description
    User ID/Password (Basic)
    Authentication with user ID and password in HTTP header
    More Information: HTTP Transport Level Authentication
    User ID/Password (Digest)
    Username and password based authentication, in which the password is encrypted.
    More Information: Basic Authentication (User ID and Password)
    X.509 Client Certificate
    Authentication with an X.509 certificate using Secure Sockets Layer (SSL).
    More Information: HTTP Transport Level Authentication
    Logon Ticket
    Authentication with SAP authentication assertion ticket in the HTTP header, which authenticates the identity of the user.
    More Information: HTTP Transport Level Authentication
    Message Authentication
    Option
    Description
    User ID/Password (Basic)
    Authentication with a WS-Security Username Token in the security header of the SOAP message.
    More Information: WS-Security UsernameToken
    User ID/Password (Digest)
    Username and password based authentication, in which the password is encrypted.
    More Information: Basic Authentication (User ID and Password)
    X.509 Client Certificate
    Authentication with an X.509 certificate using Secure Sockets Layer (SSL).
    More Information: HTTP Transport Level Authentication
    SAML Assertion
    Authentication with a signed SAML 1.1 assertion in the message header, which authenticates the identity of the user.
    More Information: SAML Token Profile
           9.      Choose Save.
    Result
    The destination is created and saved. You can see all destinations in the Destinations area of the Web Services Configuration: WS Destinations screen.
    thanks
    karthik
    reward me points if usefull

  • WAS SP9 SR1 ABAP+Java Add in installation , j2EE engine is not running

    I have completely installed SAP Netweaver SP9 SR1 WAS ABAP+JAVA addin and Installed XI completely. After few days j2EE engine stops running. I have applied the license after requesting from SAP Mareketplace and applied in WAS ABAP using SLICENSE transaction.
    Issue faced
    1. Tried to connect j2ee engine home page which is showing.
    Dispatcher is running but no server connected.
    Now I have removed the WAS J2EE installation and removed the client on which WAS j2EE engine installed. After doing this I tested the WAS ABAP which is running fine. Now I am again installing WAS Java addin. Which installed success fully and have seen the j2ee engine server page running.  But proceeding further to install JAVA Dialog instance I am facing folloing issues
    2. while installation step 8 and 9 as per SAP INSTANCE GUI .
    3. And J2EE engine is again stopping.
    Can any one help me to install J2ee dialog installation and resolving these issues.
    Anand Verma
    HCL technologies

    Hi Anand,
    J2EE Engine has a separate licensing mechanism. If the temporary license expires, the server will shut down every 30 minutes. You install a permanent license using Visual Administrator in service "Licensing Adapter".
    In any case, a look into the log files of the engine can provide further information. They are found at
    .../<SID>/<INSTANCE>/j2ee/cluster/server<n>/log
    Kind regards,
    Juergen Kremp

  • Deployment of Webservice in J2EE Engine.

    Hi All:
    I am created a webservice and want to deploy it in SAP J2EE engine. But when I am trying it I am getting below Error Message:
    /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [002]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I also checked the SAP J2EE parameters in NWDS and its perfect:
    Preference>SAP J2EE Engine>
    Message Server Host : given host name
    Message Server Port : 3900 (Even I tried 3600). I am not sure but I think 3900 is a default port for it??
    If some one face the same problem and solved it please share it with me...
    When Webservice receive the SOAP message from XI= XI is exploring or consuming it..i am confused on this:)
    Thanks & Regards,
    Farooq Farooqui.

    you can ask ur basis guy about the same or else if u have access to sap management console u can check it out urself.
    steps;
    sap mmc -- > goto ur server instance list in left frame
                    --> goto process list
                       --> in the right frame right click on msg-server.exe select developer trace.
    in that trace  ull find a statement like
    I listen to internal port  xxxx*** where xxxx is ur port.
    regards
    fariha
    reward if useful

  • Reg ABAP as UME for J2EE engine with portal

    Hi ,
    I am using ABAP as the UME for J2EE engine.
    The main user is j2ee_admin. In case of login to portal with this user there is no roles assigned to this user.
    what roles should i add in the R/3 side to make this available  ?
    I am also not able to create users or access any role related operation in the UME interface available for the J2EE engine.
    Any suggestions..
    Regards
    Bharathwaj

    Hi Bharthwaj
    Since thr portal user and Roles are relies on portal database u used Only SAP system as the UME tha's why
    u cant's assigned or get any role in the portal
    SO if u want to use SAP system as UME u should use
    datasource Read only SAP system + Database
    regards,
    kaushal

  • Anybody explain ABAP client and J2ee engine?

    There are client 000,001,066.
    But for J2ee Engine the client is in a different way.
    What is the relationship of User data between ABAP client and J2ee Engine?
    and tell me some inside about client copy? I have read some docs of help online, I 'd like more tech fact.

    Hello Shen,
    First ground rule: ABAP stack can support mutiple clients while JAVA stack supports only one client at one given time. In terms of user master data you can have 1:1 relationship between ABAP client and corresponding J2EE client provided there is connection between ABAP and UME which normally is there as it configured during installation. So if a user exists in client X in ABAP you can also view it in client X of J2EE.
    Regarding client copy what type of client copy are you asking about?
    Regards.
    Ruchit.

  • J2EE Engine doesn't start on ABAP+Java stack Release 700

    Hallo Gurus,
    I am not able to start J2EE engine.  We have J2EE 700 with SP10.  I have gone through documentation and sdn threads and other possible help but couldn't succeed.  Need your help in resolving this issue. 
    Here is output of <u><b>std_bootstrap.out :</b></u>
    stdout/stderr redirect
    node name   : bootstrap
    pid         : 1908
    system name : DCG
    system nr.  : 00
    started at  : Thu Apr 19 12:19:47 2007
    =======================================================
    <u><b>
    Here is out put of dev_jcontrol</b></u>
    trc file: "F:\usr\sap\DCG\DVEBMGS00\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 1908
    system name : DCG
    system nr.  : 00
    started at  : Thu Apr 19 12:19:47 2007
    arguments       :
           arg[00] : F:\usr\sap\DCG\SYS\exe\run\jcontrol.EXE
           arg[01] : pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=2105
           arg[04] : -DSAPSYSTEM=00
           arg[05] : -DSAPSYSTEMNAME=DCG
           arg[06] : -DSAPMYNAME=rb3ddcg1_DCG_00
           arg[07] : -DSAPPROFILE=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5308] Thu Apr 19 12:19:47 2007
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.box.number=DCGDVEBMGS00rb3ddcg1] [jstartxx.c   841]
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.en.host=rb3ddcg1] [jstartxx.c   841]
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties;F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : rb3ddcg1
    -> ms port    : 3901
    -> OS libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : rb3ddcg1
    -> ms port    : 3901
    -> os libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3207600  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3207650  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3207600            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3207650            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    [Thr 5308] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 4632] JControlDPMessageFunc: Thread 4632 started as handler thread for R/3 dispatcher messages.
    [Thr 5308] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_12
    [Thr 5308] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\DCG\SYS\exe\run\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_12
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_12-b03
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\DCG\SYS\exe\run\jstartup.jar;F:\usr\sap\DCG\SYS\exe\run\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0032076
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = F:\usr\sap\DCG\SYS\exe\run
    -> arg[00] = F:\usr\sap\DCG\SYS\exe\run
    -> arg[01] = pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    -> arg[02] = -DSAPINFO=DCG_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_1908
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=F:\usr\sap\DCG\DVEBMGS00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=F:\usr\sap\DCG\DVEBMGS00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=F:\usr\sap\DCG\DVEBMGS00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=2107
    -> arg[14] = -DSAPSYSTEM=00
    -> arg[15] = -DSAPSYSTEMNAME=DCG
    -> arg[16] = -DSAPMYNAME=rb3ddcg1_DCG_00
    -> arg[17] = -DSAPPROFILE=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = PATH=C:\j2sdk1.4.2_12\jre\bin\server;C:\j2sdk1.4.2_12\jre\bin;F:\oracle\DCG\102\bin;F:\oracle\DCG\102\jre\1.4.2\bin;C:\Program Files\Support Tools\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\usr\sap\DCG\SYS\exe\run;F:\oracle\DCG\102\OPatch; F:\oracle\DCG\102\bin
    -> exe path = PATH=C:\j2sdk1.4.2_12\bin;F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs;F:\oracle\DCG\102\bin;F:\oracle\DCG\102\jre\1.4.2\bin;C:\Program Files\Support Tools\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\usr\sap\DCG\SYS\exe\run;F:\oracle\DCG\102\OPatch; F:\oracle\DCG\102\bin
    [Thr 5308] *** ERROR => can't start process [bootstrap] [jstartxx.c   1622]
    [Thr 5308] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -1)
    [Thr 5308] JControlCloseProgram: started (exitcode = -1)
    [Thr 5308] JControlCloseProgram: good bye... (exitcode = -1)
    =================================
    <b><u>Output of dev_jlaunch</u></b>
    trc file: "F:\usr\sap\DCG\DVEBMGS00\work\dev_jlaunch", trc level: 1, release: "700"
    node name   : jlaunch
    pid         : 4496
    system name : DCG
    system nr.  : 00
    started at  : Tue Apr 17 18:09:35 2007
    arguments       :
           arg[00] : jlaunch
           arg[01] : pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    [Thr 5032] Tue Apr 17 18:09:35 2007
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.box.number=DCGDVEBMGS00rb3ddcg1] [jstartxx.c   841]
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.en.host=rb3ddcg1] [jstartxx.c   841]
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties;F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : rb3ddcg1
    -> ms port    : 1024
    -> OS libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : rb3ddcg1
    -> ms port    : 1024
    -> os libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3207600  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3207650  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3207600            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3207650            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    [Thr 5032] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5032] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4332] JLaunchRequestFunc: Thread 4332 started as listener thread for np messages.
    [Thr 5032] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 5032] CPIC (version=700.2006.09.13)
    [Thr 5032] *** ERROR => Can't find node properties of [jlaunch] from [F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties;F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties] [jlnchxx.c    1116]
    [Thr 5032] *** ERROR => can't launch program (rc = -1) [jlnchxx.c    485]
    [Thr 5032] JLaunchCloseProgram: good bye (exitcode = -1)
    ===========================
    <u><b>log_bootstrap_IDXXXXX</b></u>
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[..\..\work\log_bootstrap_ID0032076.log]/>
    <!PATTERN[log_bootstrap_ID0032076.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter([%24d] %m)]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[0, 2, 2097152]/>
    <!PREVIOUSFILE[log_bootstrap_ID0032076.1.log]/>
    <!NEXTFILE[log_bootstrap_ID0032076.1.log]/>
    <!LOGHEADER[END]/>
    [Dec 22, 2006 1:28:12 PM ] -
    [Dec 22, 2006 1:28:12 PM ] Bootstrap MODE:
    [Dec 22, 2006 1:28:12 PM ] <INSTANCE GLOBALS>
    [Dec 22, 2006 1:28:12 PM ]  determined by parameter [ID0032076].
    [Dec 22, 2006 1:28:12 PM ] -
    [Dec 22, 2006 1:28:14 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 22, 2006 1:28:15 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 22, 2006 1:28:15 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 22, 2006 1:28:15 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 22, 2006 1:28:15 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 22, 2006 1:28:15 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:15 PM ]  * Synchronizing native files...
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [.\..\os_libs\sapbiado.dll].
    [Dec 22, 2006 1:28:15 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [.\..\os_libs\PDFManipulation_native.zip].
    [Dec 22, 2006 1:28:17 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:17 PM ] Synchronizing file [.\..\os_libs\rscp4j.dll].
    [Dec 22, 2006 1:28:17 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:17 PM ] Synchronizing file [.\..\os_libs\FontManagerService_native.zip].
    [Dec 22, 2006 1:28:27 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:27 PM ] Synchronizing file [.\..\os_libs\XMLFormService_native.zip].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\LicenseSupportService_native.zip].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\rscp4j.pdb].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\jmon.dll].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\ServicesNatives2_native.zip].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ]  Done!
    [Dec 22, 2006 1:28:30 PM ] Synch time: 17266 ms
    [Dec 22, 2006 1:36:35 PM ] -
    [Dec 22, 2006 1:36:35 PM ] Bootstrap MODE:
    [Dec 22, 2006 1:36:35 PM ] <INSTANCE GLOBALS>
    [Dec 22, 2006 1:36:35 PM ]  determined by parameter [ID0032076].
    [Dec 22, 2006 1:36:35 PM ] -
    [Dec 22, 2006 1:36:37 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 22, 2006 1:36:37 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 22, 2006 1:36:37 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 22, 2006 1:36:37 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 22, 2006 1:36:37 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 22, 2006 1:36:37 PM ] ...Synched ok!
    [Dec 22, 2006 1:36:37 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 22, 2006 1:36:37 PM ] ...Synched ok!
    [Dec 22, 2006 1:36:37 PM ] Synch time: 2485 ms
    [Dec 22, 2006 3:00:53 PM ] -
    [Dec 22, 2006 3:00:53 PM ] Bootstrap MODE:
    [Dec 22, 2006 3:00:53 PM ] <INSTANCE GLOBALS>
    [Dec 22, 2006 3:00:53 PM ]  determined by parameter [ID0032076].
    [Dec 22, 2006 3:00:53 PM ] -
    [Dec 22, 2006 3:00:56 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 22, 2006 3:00:56 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 22, 2006 3:00:56 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 22, 2006 3:00:56 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 22, 2006 3:00:56 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 22, 2006 3:00:56 PM ] ...Synched ok!
    [Dec 22, 2006 3:00:56 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 22, 2006 3:00:56 PM ] ...Synched ok!
    [Dec 22, 2006 3:00:56 PM ] Synch time: 2906 ms
    [Dec 27, 2006 3:29:26 PM ] -
    [Dec 27, 2006 3:29:26 PM ] Bootstrap MODE:
    [Dec 27, 2006 3:29:26 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 3:29:26 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 3:29:26 PM ] -
    [Dec 27, 2006 3:29:29 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 3:29:29 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 3:29:29 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 3:29:29 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 3:29:29 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 3:29:29 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:29 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 3:29:29 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:30 PM ] Synch time: 3765 ms
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:31 PM ] Bootstrap MODE:
    [Dec 27, 2006 3:29:31 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 3:29:31 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:31 PM ] Bootstrap MODE:
    [Dec 27, 2006 3:29:31 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 3:29:31 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:34 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 3:29:34 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 3:29:34 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 3:29:34 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] Synch time: 2937 ms
    [Dec 27, 2006 3:29:34 PM ] Synch time: 3000 ms
    [Dec 27, 2006 4:05:13 PM ] -
    [Dec 27, 2006 4:05:13 PM ] Bootstrap MODE:
    [Dec 27, 2006 4:05:13 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 4:05:13 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 4:05:13 PM ] -
    [Dec 27, 2006 4:05:16 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 4:05:16 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 4:05:16 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 4:05:16 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 4:05:16 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 4:05:16 PM ] ...Synched ok!
    [Dec 27, 2006 4:05:16 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 4:05:16 PM ] ...Synched ok!
    [Dec 27, 2006 4:05:16 PM ] Synch time: 3078 ms
    [Dec 27, 2006 4:57:24 PM ] -
    [Dec 27, 2006 4:57:24 PM ] Bootstrap MODE:
    [Dec 27, 2006 4:57:24 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 4:57:24 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 4:57:24 PM ] -
    [Dec 27, 2006 4:57:27 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 4:57:27 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 4:57:27 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 4:57:27 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 4:57:27 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 4:57:27 PM ] ...Synched ok!
    [Dec 27, 2006 4:57:27 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 4:57:27 PM ] ...Synched ok!
    [Dec 27, 2006 4:57:27 PM ] Synch time: 3453 ms
    [Dec 27, 2006 5:45:41 PM ] -
    [Dec 27, 2006 5:45:41 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:45:41 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:45:41 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:45:41 PM ] -
    [Dec 27, 2006 5:45:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:45:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:45:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:45:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:45:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:45:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:45:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:45:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:45:44 PM ] Synch time: 2671 ms
    [Dec 27, 2006 5:47:20 PM ] -
    [Dec 27, 2006 5:47:20 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:47:20 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:47:20 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:47:20 PM ] -
    [Dec 27, 2006 5:47:23 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:47:23 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:47:23 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:47:23 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:47:23 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:47:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:47:23 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:47:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:47:23 PM ] Synch time: 2344 ms
    [Dec 27, 2006 5:48:40 PM ] -
    [Dec 27, 2006 5:48:40 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:48:40 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:48:40 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:48:40 PM ] -
    [Dec 27, 2006 5:48:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:48:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:48:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:48:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:48:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:48:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:48:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:48:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:48:43 PM ] Synch time: 2359 ms
    [Dec 27, 2006 5:50:00 PM ] -
    [Dec 27, 2006 5:50:00 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:50:00 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:50:00 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:50:00 PM ] -
    [Dec 27, 2006 5:50:03 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:50:03 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:50:03 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:50:03 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:50:03 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:50:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:50:03 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:50:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:50:03 PM ] Synch time: 2312 ms
    [Dec 27, 2006 5:51:21 PM ] -
    [Dec 27, 2006 5:51:21 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:51:21 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:51:21 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:51:21 PM ] -
    [Dec 27, 2006 5:51:23 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:51:23 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:51:23 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:51:23 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:51:23 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:51:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:51:23 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:51:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:51:23 PM ] Synch time: 2719 ms
    [Dec 27, 2006 5:52:41 PM ] -
    [Dec 27, 2006 5:52:41 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:52:41 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:52:41 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:52:41 PM ] -
    [Dec 27, 2006 5:52:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:52:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:52:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:52:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:52:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:52:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:52:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:52:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:52:43 PM ] Synch time: 2407 ms
    [Dec 27, 2006 5:54:01 PM ] -
    [Dec 27, 2006 5:54:01 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:54:01 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:54:01 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:54:01 PM ] -
    [Dec 27, 2006 5:54:03 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:54:03 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:54:03 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:54:03 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:54:03 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:54:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:54:03 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:54:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:54:03 PM ] Synch time: 2391 ms
    [Dec 27, 2006 5:55:21 PM ] -
    [Dec 27, 2006 5:55:21 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:55:21 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:55:21 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:55:21 PM ] -
    [Dec 27, 2006 5:55:23 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:55:23 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:55:23 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:55:23 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:55:23 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:55:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:55:23 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:55:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:55:23 PM ] Synch time: 2312 ms
    [Dec 27, 2006 5:56:41 PM ] -
    [Dec 27, 2006 5:56:41 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:56:41 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:56:41 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:56:41 PM ] -
    [Dec 27, 2006 5:56:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:56:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:56:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:56:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:56:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:56:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:56:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:56:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:56:43 PM ] Synch time: 2343 ms
    [Dec 27, 2006 5:58:01 PM ] -
    [Dec 27, 2006 5:58:01 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:58:01 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:58:01 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:58:01 PM ] -
    [Dec 27, 2006 5:58:03 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:58:03 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:58:03 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:58:03 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:58:03 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:58:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:58:03 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:58:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:58:03 PM ] Synch time: 2359 ms
    [Dec 28, 2006 12:14:49...] -
    [Dec 28, 2006 12:14:49...] Bootstrap MODE:
    [Dec 28, 2006 12:14:49...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:14:49...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:14:49...] -
    [Dec 28, 2006 12:14:52...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:14:52...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:14:52...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:14:52...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:14:52...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:14:52...] ...Synched ok!
    [Dec 28, 2006 12:14:52...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:14:52...] ...Synched ok!
    [Dec 28, 2006 12:14:52...] Synch time: 3282 ms
    [Dec 28, 2006 12:16:28...] -
    [Dec 28, 2006 12:16:28...] Bootstrap MODE:
    [Dec 28, 2006 12:16:28...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:16:28...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:16:28...] -
    [Dec 28, 2006 12:16:30...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:16:31...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:16:31...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:16:31...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:16:31...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:16:31...] ...Synched ok!
    [Dec 28, 2006 12:16:31...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:16:31...] ...Synched ok!
    [Dec 28, 2006 12:16:31...] Synch time: 2406 ms
    [Dec 28, 2006 12:17:48...] -
    [Dec 28, 2006 12:17:48...] Bootstrap MODE:
    [Dec 28, 2006 12:17:48...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:17:48...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:17:48...] -
    [Dec 28, 2006 12:17:50...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:17:51...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:17:51...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:17:51...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:17:51...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:17:51...] ...Synched ok!
    [Dec 28, 2006 12:17:51...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:17:51...] ...Synched ok!
    [Dec 28, 2006 12:17:51...] Synch time: 2421 ms
    [Dec 28, 2006 12:19:08...] -
    [Dec 28, 2006 12:19:08...] Bootstrap MODE:
    [Dec 28, 2006 12:19:08...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:19:08...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:19:08...] -
    [Dec 28, 2006 12:19:10...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:19:11...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:19:11...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:19:11...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:19:11...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:19:11...] ...Synched ok!
    [Dec 28, 2006 12:19:11...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:19:11...] ...Synched ok!
    [Dec 28, 2006 12:19:11...] Synch time: 2375 ms
    [Dec 28, 2006 12:20:28...] -
    [Dec 28, 2006 12:20:28...] Bootstrap MODE:
    [Dec 28, 2006 12:20:28...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:20:28...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:20:28...] -
    [Dec 28, 2006 12:20:31...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:20:31...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:20:31...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:20:31...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:20:31...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:20:31...] ...Synched ok!
    [Dec 28, 2006 12:20:31...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:20:31...] ...Synched ok!
    [Dec 28, 2006 12:20:31...] Synch time: 2485 ms
    [Dec 28, 2006 12:21:48...] -
    [Dec 28, 2006 12:21:48...] Bootstrap MODE:
    [Dec 28, 2006 12:21:48...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:21:48...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:21:48...] -
    [Dec 28, 2006 12:21:51...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:21:51...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:21:51...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:21:51...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:21:51...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:21:51...] ...Synched ok!
    [Dec 28, 2006 12:21:51...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:21:51...] ...Synched ok!
    [Dec 28, 2006 12:21:51...] Synch time: 2453 ms
    [Dec 28, 2006 12:23:08...] -
    [Dec 28, 2006 12:23:08...] Bootstrap MODE:
    [Dec 28, 2006 12:23:08...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:23:08...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:23:08...] -
    [Dec 28, 2006 12:23:11...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:23:11...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:23:11...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:23:11...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:23:11...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:23:11...] ...Synched ok!
    [Dec 28, 2006 12:23:11...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:23:11...] ...Synched ok!
    [Dec 28, 2006 12:23:11...] Synch time: 2328 ms
    [Dec 28, 2006 12:24:28...] -
    [Dec 28, 2006 12:24:28...] Bootstrap MODE:
    [Dec 28, 2006 12:24:28...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:24:28...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:24:28...] -
    [Dec 28, 2006 12:24:31...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:24:31...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:24:31...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:24:31...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:24:31...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:24:31...] ...Synched ok!
    [Dec 28, 2006 12:24:31...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:24:31...] ...Synched ok!
    [Dec 28, 2006 12:24:31...] Synch time: 2375 ms
    [Dec 28, 2006 12:25:48...] -
    [Dec 28, 2006 12:25:48...] Bootstrap MODE:
    [Dec 28, 2006 12:25:48...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:25:48...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:25:48...] -
    [Dec 28, 2006 12:25:51...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:25:51...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:25:51...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:25:51...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:25:51...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:25:51...] ...Synched ok!
    [Dec 28, 2006 12:25:51...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:25:51...] ...Synched ok!
    [Dec 28, 2006 12:25:51...] Synch time: 2375 ms
    [Dec 28, 2006 12:27:09...] -
    [Dec 28, 2006 12:27:09...] Bootstrap MODE:
    [Dec 28, 2006 12:27:09...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:27:09...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:27:09...] -
    [Dec 28, 2006 12:27:11...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:27:11...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:27:11...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:27:11...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:27:11...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:27:11...] ...Synched ok!
    [Dec 28, 2006 12:27:11...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:27:11...] ...Synched ok!
    [Dec 28, 2006 12:27:11...] Synch time: 2500 ms
    [Dec 28, 2006 1:25:42 PM ] -
    [Dec 28, 2006 1:25:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:25:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:25:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:25:42 PM ] -
    [Dec 28, 2006 1:25:45 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:25:45 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:25:45 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:25:45 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:25:45 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:25:45 PM ] ...Synched ok!
    [Dec 28, 2006 1:25:45 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:25:45 PM ] ...Synched ok!
    [Dec 28, 2006 1:25:45 PM ] Synch time: 3047 ms
    [Dec 28, 2006 1:27:22 PM ] -
    [Dec 28, 2006 1:27:22 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:27:22 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:27:22 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:27:22 PM ] -
    [Dec 28, 2006 1:27:24 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:27:24 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:27:24 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:27:24 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:27:24 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:27:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:27:24 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:27:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:27:24 PM ] Synch time: 2453 ms
    [Dec 28, 2006 1:28:42 PM ] -
    [Dec 28, 2006 1:28:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:28:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:28:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:28:42 PM ] -
    [Dec 28, 2006 1:28:44 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:28:44 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:28:44 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:28:44 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:28:44 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:28:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:28:44 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:28:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:28:44 PM ] Synch time: 2438 ms
    [Dec 28, 2006 1:30:02 PM ] -
    [Dec 28, 2006 1:30:02 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:30:02 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:30:02 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:30:02 PM ] -
    [Dec 28, 2006 1:30:04 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:30:04 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:30:04 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:30:04 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:30:04 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:30:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:30:04 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:30:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:30:04 PM ] Synch time: 2437 ms
    [Dec 28, 2006 1:31:22 PM ] -
    [Dec 28, 2006 1:31:22 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:31:22 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:31:22 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:31:22 PM ] -
    [Dec 28, 2006 1:31:24 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:31:24 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:31:24 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:31:24 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:31:24 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:31:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:31:24 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:31:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:31:24 PM ] Synch time: 2375 ms
    [Dec 28, 2006 1:32:42 PM ] -
    [Dec 28, 2006 1:32:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:32:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:32:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:32:42 PM ] -
    [Dec 28, 2006 1:32:44 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:32:44 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:32:44 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:32:44 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:32:44 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:32:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:32:44 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:32:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:32:44 PM ] Synch time: 2468 ms
    [Dec 28, 2006 1:34:02 PM ] -
    [Dec 28, 2006 1:34:02 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:34:02 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:34:02 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:34:02 PM ] -
    [Dec 28, 2006 1:34:04 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:34:04 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:34:04 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:34:04 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:34:04 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:34:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:34:04 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:34:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:34:04 PM ] Synch time: 2437 ms
    [Dec 28, 2006 1:35:22 PM ] -
    [Dec 28, 2006 1:35:22 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:35:22 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:35:22 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:35:22 PM ] -
    [Dec 28, 2006 1:35:24 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:35:24 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:35:24 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:35:24 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:35:24 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:35:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:35:24 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:35:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:35:24 PM ] Synch time: 2328 ms
    [Dec 28, 2006 1:36:42 PM ] -
    [Dec 28, 2006 1:36:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:36:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:36:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:36:42 PM ] -
    [Dec 28, 2006 1:36:44 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:36:44 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:36:44 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:36:44 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:36:44 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:36:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:36:44 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:36:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:36:44 PM ] Synch time: 2453 ms
    [Dec 28, 2006 1:38:02 PM ] -
    [Dec 28, 2006 1:38:02 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:38:02 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:38:02 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:38:02 PM ] -
    [Dec 28, 2006 1:38:04 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:38:04 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:38:04 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:38:04 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:38:04 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:38:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:38:04 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:38:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:38:04 PM ] Synch time: 2391 ms
    [Dec 28, 2006 3:30:48 PM ] -
    [Dec 28, 2006 3:30:48 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:30:48 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:30:48 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:30:48 PM ] -
    [Dec 28, 2006 3:30:50 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:30:50 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:30:50 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:30:50 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:30:50 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:30:50 PM ] ...Synched ok!
    [Dec 28, 2006 3:30:50 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:30:50 PM ] ...Synched ok!
    [Dec 28, 2006 3:30:50 PM ] Synch time: 2609 ms
    [Dec 28, 2006 3:32:27 PM ] -
    [Dec 28, 2006 3:32:27 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:32:27 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:32:27 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:32:27 PM ] -
    [Dec 28, 2006 3:32:29 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:32:29 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:32:29 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:32:29 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:32:29 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:32:29 PM ] ...Synched ok!
    [Dec 28, 2006 3:32:29 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:32:29 PM ] ...Synched ok!
    [Dec 28, 2006 3:32:30 PM ] Synch time: 2375 ms
    [Dec 28, 2006 3:33:47 PM ] -
    [Dec 28, 2006 3:33:47 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:33:47 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:33:47 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:33:47 PM ] -
    [Dec 28, 2006 3:33:49 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:33:49 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:33:49 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:33:49 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:33:49 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:33:49 PM ] ...Synched ok!
    [Dec 28, 2006 3:33:49 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:33:49 PM ] ...Synched ok!
    [Dec 28, 2006 3:33:50 PM ] Synch time: 2391 ms
    [Dec 28, 2006 3:35:07 PM ] -
    [Dec 28, 2006 3:35:07 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:35:07 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:35:07 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:35:07 PM ] -
    [Dec 28, 2006 3:35:09 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:35:09 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:35:09 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:35:09 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:35:09 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:35:09 PM ] ...Synched ok!
    [Dec 28, 2006 3:35:09 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:35:09 PM ] ...Synched ok!
    [Dec 28, 2006 3:35:10 PM ] Synch time: 2328 ms
    [Dec 28, 2006 3:36:27 PM ] -
    [Dec 28, 2006 3:36:27 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:36:27 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:36:27 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:36:27 PM ] -
    [Dec 28, 2006 3:36:30 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:36:30 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:36:30 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:36:30 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:36:30 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:36:30 PM ] ...Synched ok!
    [Dec 28, 2006 3:36:30 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:36:30 PM ] ...Synched ok!
    [Dec 28, 2006 3:36:30 PM ] Synch time: 2625 ms
    [Dec 28, 2006 3:37:47 PM ] -
    [Dec 28, 2006 3:37:47 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:37:47 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:37:47 PM ]  determined by parameter [ID0032076].
    [De

    Here is output of original instance properties.
    <i><u><b>instance.properties</b></u></i>
    ID3207600.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID3207600.Debuggable=no
    ID3207600.JLaunchParameters=
    ID3207600.JavaParameters=-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 -Xms545m -XX:NewSize=182m -XX:MaxNewSize=182m -XX:NewRatio=3 -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    ID3207600.JavaPath=C:/j2sdk1.4.2_12
    ID3207600.LogName=dispatcher
    ID3207600.MainClass=com.sap.engine.boot.Start
    ID3207600.MaxHeapSize=545
    ID3207600.Name=dispatcher
    ID3207600.Parameters=
    ID3207600.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster/dispatcher
    ID3207600.Type=dispatcher
    ID3207650.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID3207650.DebugMode=no
    ID3207650.DebugPort=50021
    ID3207650.Debuggable=no
    ID3207650.JLaunchParameters=
    ID3207650.JavaParameters=-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 -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -Xms1024M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    ID3207650.JavaPath=C:/j2sdk1.4.2_12
    ID3207650.LogName=server0
    ID3207650.MainClass=com.sap.engine.boot.Start
    ID3207650.MaxHeapSize=1024
    ID3207650.Name=server0
    ID3207650.Parameters=
    ID3207650.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster/server0
    ID3207650.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1
    bootstrap.JavaPath=C:/j2sdk1.4.2_12
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=512
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0032076
    bootstrap.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID3207600.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID3207600.JLaunchParameters=
    bootstrap_ID3207600.JavaParameters=-Djco.jarm=1
    bootstrap_ID3207600.JavaPath=C:/j2sdk1.4.2_12
    bootstrap_ID3207600.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID3207600.MaxHeapSize=256
    bootstrap_ID3207600.Name=dispatcher bootstrap
    bootstrap_ID3207600.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID003207600
    bootstrap_ID3207600.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster
    bootstrap_ID3207600.Type=bootstrap
    bootstrap_ID3207650.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID3207650.JLaunchParameters=
    bootstrap_ID3207650.JavaParameters=-Djco.jarm=1
    bootstrap_ID3207650.JavaPath=C:/j2sdk1.4.2_12
    bootstrap_ID3207650.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID3207650.MaxHeapSize=512
    bootstrap_ID3207650.Name=server0 bootstrap
    bootstrap_ID3207650.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID003207650
    bootstrap_ID3207650.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster
    bootstrap_ID3207650.Type=bootstrap
    instance.box.number=DCGDVEBMGS00rb3ddcg1
    instance.en.host=rb3ddcg1
    instance.en.port=3201
    instance.enabled=yes
    instance.install.dir=F:/usr/sap/DCG/DVEBMGS00/j2ee
    instance.ms.host=rb3ddcg1
    instance.ms.port=3901
    instance.osLibsPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=NORMAL
    instance.system.id=0
    ===========================================
    I replaced instance.properties as per recommendation in privious message but I still get an error in dev_jcontrol
    JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -1)
    Thanks,
    Digesh

  • (Basis)Unable to start some XI services in the J2EE Engine

    Hello,
    Our XI system was up & running Fine, however suddenly the
    J2EE engine  is unable to start some XI services like XI.Repository,XI directory,
    XI RWB etc .. However the Adapter Framework services are up & running fine .
    The Application startup fails to start even when we manually start through Visual
    Admin tool . (cluster ->server->services->Deploy) .
    We had many times stopped & started the J2EE Engine also . ABAP Stack works fine .
    We get the Class not found exception error .
    Start application
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/UploadService.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/MapServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/CrossTransport.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepSpecMiscServicesBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/ConnTestServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepLoginServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepObjectAccessBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepObjectAccessBeanSwcv.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepHmiBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepPvcMigrationBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepDiagBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepQueryServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepRoaBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepTransformationServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepEOAServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepTransportServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepChangeListMgmtBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepConflictResolutionBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepPrintViewServiceBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepMiscServicesBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepVersionHistoryBean.
    Warning occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : ORB is not bound in JNDI. It is impossible to lookup org.omg.CORBA.ORB from EJBean sap.com/com.sap.xi.repository/RepAuthorizationBean.
    Error occurred on server 9573750 during startApp sap.com/com.sap.xi.repository : com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Error in starting application [sap.com/com.sap.xi.repository].
         at com.sap.engine.services.servlets_jsp.server.container.StartAction.prepareStart(StartAction.java:118)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainer.prepareStart(WebContainer.java:398)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:223)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:171)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:301)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesImpl(ParallelAdapter.java:342)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runMe(ParallelAdapter.java:89)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter$1.run(ParallelAdapter.java:233)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.engine.services.servlets_jsp.server.exceptions.WebDeploymentException: Error while deploying web application [rep].
         at com.sap.engine.services.servlets_jsp.server.runtime.context.ApplicationContext.init(ApplicationContext.java:630)
         at com.sap.engine.services.servlets_jsp.server.container.WebContainerHelper.createContext(WebContainerHelper.java:540)
         at com.sap.engine.services.servlets_jsp.server.container.StartAction.prepareStart(StartAction.java:51)
         ... 10 more
    Caused by: org.omg.CORBA.INITIALIZE: can't instantiate default ORB implementation com.sun.enterprise.iiop.POAEJBORB  vmcid: 0x0  minor code: 0  completed: No
         at org.omg.CORBA.ORB.create_impl(ORB.java:297)
         at org.omg.CORBA.ORB.init(ORB.java:336)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.WebApplicationConfig.parse(WebApplicationConfig.java:116)
         at com.sap.engine.services.servlets_jsp.server.runtime.context.ApplicationContext.init(ApplicationContext.java:617)
         ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.sun.enterprise.iiop.POAEJBORB
    Loader Info -
    ClassLoader name: [sap.com/com.sap.xi.repository]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       interface:resourcecontext_api
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:webservices
       interface:cross
       interface:ejbserialization
       library:tc~jmx
       library:opensqlextensions
       service:applocking
       interface:keystore_api
       library:com.sap.exception
       library:com.sap.guid
       library:sapxmltoolkit
       library:com.sap.tc.Logging
       library:com.sap.mw.jco
       library:com.sap.mdi
       library:com.sap.lcr.api.cimclient
       library:com.sap.rprof.dbprofiles
       library:compilation_lib
       service:tcsecsecurestorage~service
       library:tci18ns2x
       library:com.sap.xi.jnlp.servlet
       library:com.sap.util.monitor.jarm
       sap.com/com.sap.aii.security.ws.proxy
       service:tcsecwssec~service
       library:tc.httpclient
       library:tcSLCMS~IDEClient
       library:tcSLCMS~Util
       library:com.sapportals.htmlb
       service:com.sap.aii.af.svc
       library:tcsldsldclient_sda
    Resources:
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_ib_core.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_map_api.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\sap.comtcdtrcsimpl.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_ibrep_core.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\sap.comtcdtrutilbasic~impl.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_ib_rb.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_util_xml.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\EJBContainer\clientjars\clientaii_ibrep_sbeans.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_ib_server.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\EJBContainer\applicationjars\aii_ib_sbeans.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_util_rb.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_mt_rb.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_ibrep_rb.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_utilxi_misc.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\EJBContainer\applicationjars\aii_ibrep_sbeans.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_util_cimaccess.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\sap.comtcdtrpvcimpl.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\sap.comtcdtrutilimpl.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\servlet_jsp\rep\work
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_upload_sap.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_ibrep_server.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_util_sql.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_mt_rt.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\EJBContainer\clientjars\clientaii_ib_sbeans.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_upload_core.jar
       C:\usr\sap\XI3\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.repository\aii_util_xsd.jar
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:382)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at org.omg.CORBA.ORB.create_impl(ORB.java:295)
         ... 15 more
    We had referered to notes 803145 & 753567 , but could find much help .
    Please Help .
    Regards
    Kumar

    Hi
    Refer to the link
    See the troble shooting guide
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bd5950ff-0701-0010-a5bc-86d45fd52283
    Regards,
    Kumar

  • J2EE Engine Stopped with Error 11113

    Hi All,
    After I changed some values in the Portal UME to connect to ECC 6.0, after the restart of cluster the J2EE is not coming up and getting stopped with Error 11113.
    I have changed the Datasource to ABAP and tried resetting the values in Configtool as per the previous threads in the forum but could not get my J2EE engine up.
    Please find the last some last line of "std_server0.out" file:
    stdout/stderr redirect
    node name   : server0
    pid         : 3456
    system name : EP7
    system nr.  : 01
    started at  : Wed May 07 12:35:19 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 5340] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Loading: LogManager ... 562 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 203 ms.
    Loading: ThreadManager ... 62 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 234 ms.
    Loading: LockingManager ... 250 ms.
    Loading: ConfigurationManager ... 2203 ms.
    Loading: LicensingManager ... 31 ms.
    Loading: CacheManager ... 172 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (31 ms).
      Service runtimeinfo started. (172 ms).
      Service cafeucc~api started. (281 ms).
      Service cross started. (219 ms).
      Service timeout started. (156 ms).
      Service file started. (500 ms).
      Service userstore started. (78 ms).
      Service jmx_notification started. (94 ms).
      Service trex.service started. (156 ms).
      Service p4 started. (282 ms).
      Service classpath_resolver started. (46 ms).
      Service log_configurator started. (7172 ms).
      Service locking started. (0 ms).
      Service naming started. (515 ms).
      Service http started. (703 ms).
      Service javamail started. (297 ms).
      Service failover started. (219 ms).
      Service appclient started. (203 ms).
      Service ts started. (250 ms).
      Service jmsconnector started. (297 ms).
      Service licensing started. (32 ms).
      Service cafeugpmailcf started. (281 ms).
      Service connector started. (531 ms).
      Service webservices started. (953 ms).
      Service iiop started. (672 ms).
      Service deploy started. (20344 ms).
      Service MigrationService started. (47 ms).
      Service bimmrdeployer started. (16 ms).
      Service configuration started. (31 ms).
      Service dbpool started. (2453 ms).
    May 7, 2008 12:35:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_78] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "'password' missing". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      receiverid_guest=master
      poolmaxwait=10000
      client=800
      user=sapuser
      sysnr=02
      poolmaxsize=10
      ashost=SAP4
      receiverid=master
    May 7, 2008 12:35:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_78] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
    May 7, 2008 12:35:57 PM   com.sap.security.core.InternalUMFactory [SAPEngine_System_Thread[impl:5]_78] Fatal:
    May 7, 2008 12:35:57 PM   com.sap.security.core.InternalUMFactory [SAPEngine_System_Thread[impl:5]_78] Fatal:
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:346)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.api.UMException: Could not initialize principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: Could not instantiate principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: 'password' missing
         at com.sap.security.core.InternalUMFactory.initializeClass(InternalUMFactory.java:1258)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:302)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:251)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:346)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.api.UMException: Could not initialize principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: Could not instantiate principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: 'password' missing
         at com.sap.security.core.InternalUMFactory.initializeClass(InternalUMFactory.java:1258)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:302)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:251)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    May 7, 2008 12:35:57 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_78] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Please take a look and help me in resolving this problem. Do let me know you need anymore other logs for analysis ?
    Regards,
    Srikar

    Hi Karthik,
    I have checked all the UME properties and are fine. I am trying to connect to ECC 6.0 Clnt 800 with Communication user I created called "portaluser" and the pwd along with system number and application host.
    I tried giving all the details in Configtool > Ume properties but again the same problem J2EE is getting stopped with the same error.
    About the SAPJSF user, it has been created while installation as a Dailog user in the EP system. I logged into the EP system and checked that in SU01. It there but not as a communication user but as a Dialog user.
    Can you let me know what could be the issue ?
    Regards,
    Srikar
    Edited by: Srikar Vankadaru on May 8, 2008 7:59 PM

  • BW Web Service J2EE Engine

    Hello,
    Please can anyone tell me,
    1. if the J2EE Engine must be installed to send XML data to BW using the HTTP port provided under the WAS soap service?
    I am new working with XML data for BW and we do not have the engine installed. I have followed the 'How to send XML data to BW' but it is not clear on my question.  We are using BW 3.5.
    Thank you for any advise

    Hello Teresa,
    it is not necessary to run an J2EE engine to send XML data to BW.
    Then you craete an DataSource based on a WebService Source System we generate a WebService / WSDL in background. You can find this WebService in Transaction WSADMIN. This WebService can be used in any other development tools which can handle WSDL or can send data to the http protocoll to the WebApplications Server (ABAP).
    Best,
    Michael
    ps. The Howto paper is very old and not released for NetWeaver 2004s.

  • Error while starting J2EE Engine:com.sap.security.core.persistence.datasour

    I would like to ask for your help to look into the problem being encountered  in starting J2EE Engine
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
    At first we identified that the user EPQASCONNECT was not created in R3 QAS system, we have created this one. At the same time, we have changed the ume.r3.connection.master.passwd to reflect the password set in R3 QAS. But still it is not working.
    Also, checking the trace file for server0, the rc code is -11113.
    The following users SAPJSF,J2EE_GUEST and J2EE_admin were not locked.
    Followed the http://help.sap.com/saphelp_nw70/helpdata/EN/45/1bbdccc7850064e10000000a1553f7/frameset.htm. link to make changes.
    The problem raised after the system refresh in QAS system. License was also installed after System refresh.
    ERROR:
    stdout/stderr redirect
    node name   : server0
    pid         : 5088
    system name : EQ7
    system nr.  : 03
    started at  : Tue Nov 25 17:24:12 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 5444] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 1078 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 94 ms.
    Loading: ThreadManager ... 31 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 390 ms.
    Loading: LockingManager ... 125 ms.
    Loading: ConfigurationManager ... 0.000: [GC 0.000: [ParNew: 87039K->2386K(130560K), 0.0150914 secs] 87039K->2386K(1005056K), 0.0152223 secs]
    4969 ms.
    Loading: LicensingManager ... 47 ms.
    Loading: CacheManager ... 359 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (0 ms).
      Service memory started. (47 ms).
      Service cross started. (47 ms).
      Service file started. (156 ms).
      Service timeout started. (109 ms).
      Service runtimeinfo started. (15 ms).
      Service trex.service started. (94 ms).
      Service cafeucc~api started. (141 ms).
      Service userstore started. (47 ms).
      Service jmx_notification started. (47 ms).
      Service p4 started. (297 ms).
      Service classpath_resolver started. (31 ms).
    9.789: [GC 9.789: [ParNew: 89426K->9626K(130560K), 0.0389830 secs] 89426K->9626K(1005056K), 0.0390998 secs]
      Service log_configurator started. (5797 ms).
      Service locking started. (16 ms).
      Service http started. (328 ms).
      Service naming started. (469 ms).
      Service failover started. (141 ms).
      Service appclient started. (188 ms).
      Service ts started. (235 ms).
      Service javamail started. (250 ms).
      Service licensing started. (0 ms).
      Service jmsconnector started. (312 ms).
      Service connector started. (391 ms).
      Service iiop started. (312 ms).
      Service webservices started. (766 ms).
    19.167: [GC 19.167: [ParNew: 96666K->19159K(130560K), 0.0812264 secs] 96666K->19159K(1005056K), 0.0813454 secs]
      Service deploy started. (15422 ms).
      Service MigrationService started. (47 ms).
      Service configuration started. (62 ms).
      Service bimmrdeployer started. (31 ms).
    24.849: [GC 24.849: [ParNew: 106199K->17756K(130560K), 0.0546511 secs] 106199K->17756K(1005056K), 0.0547691 secs]
      Service dbpool started. (2688 ms).
      Service cafeugpmailcf started. (62 ms).
    Nov 25, 2008 5:24:47 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_70] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "Name or password is incorrect (repeat logon)". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      passwd=********
      lang=EN
      receiverid=master
      sysnr=01
      client=888
      poolmaxsize=10
      user=SAPJSF
      receiverid_guest=master
      ashost=R3DEVSER
    Nov 25, 2008 5:24:47 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_70] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Nov 25, 2008 5:24:47 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_70] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    stdout/stderr redirect
    node name   : server0
    pid         : 5088
    system name : EQ7
    system nr.  : 03
    started at  : Tue Nov 25 17:24:52 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 4672] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 672 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 93 ms.
    Loading: ThreadManager ... 16 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 31 ms.
    Loading: ClusterManager ... 234 ms.
    Loading: LockingManager ... 110 ms.
    Loading: ConfigurationManager ... 0.000: [GC 0.000: [ParNew: 87040K->2403K(130560K), 0.0136260 secs] 87040K->2403K(1005056K), 0.0137788 secs]
    3203 ms.
    Loading: LicensingManager ... 31 ms.
    Loading: CacheManager ... 203 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (0 ms).
      Service memory started. (47 ms).
      Service cross started. (32 ms).
      Service file started. (47 ms).
      Service timeout started. (63 ms).
      Service runtimeinfo started. (0 ms).
      Service trex.service started. (63 ms).
      Service cafeucc~api started. (203 ms).
      Service p4 started. (328 ms).
      Service jmx_notification started. (78 ms).
      Service userstore started. (78 ms).
      Service classpath_resolver started. (46 ms).
    6.865: [GC 6.865: [ParNew: 89443K->9702K(130560K), 0.0411006 secs] 89443K->9702K(1005056K), 0.0412578 secs]
      Service log_configurator started. (6141 ms).
      Service locking started. (0 ms).
      Service naming started. (484 ms).
      Service failover started. (172 ms).
      Service appclient started. (219 ms).
      Service http started. (813 ms).
      Service jmsconnector started. (422 ms).
      Service ts started. (422 ms).
      Service javamail started. (469 ms).
      Service connector started. (453 ms).
      Service licensing started. (110 ms).
      Service iiop started. (313 ms).
      Service webservices started. (1063 ms).
    16.407: [GC 16.407: [ParNew: 96742K->19088K(130560K), 0.0834244 secs] 96742K->19088K(1005056K), 0.0835901 secs]
      Service deploy started. (15859 ms).
      Service MigrationService started. (47 ms).
      Service configuration started. (47 ms).
      Service bimmrdeployer started. (16 ms).
    22.173: [GC 22.173: [ParNew: 106113K->17739K(130560K), 0.0551702 secs] 106113K->17739K(1005056K), 0.0553234 secs]
      Service dbpool started. (2625 ms).
      Service cafeugpmailcf started. (78 ms).
    Nov 25, 2008 5:25:22 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_62] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "Name or password is incorrect (repeat logon)". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      passwd=********
      lang=EN
      receiverid=master
      sysnr=01
      client=888
      poolmaxsize=10
      user=SAPJSF
      receiverid_guest=master
      ashost=R3DEVSER
    Nov 25, 2008 5:25:22 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_62] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Nov 25, 2008 5:25:22 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_62] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    stdout/stderr redirect
    node name   : server0
    pid         : 5088
    system name : EQ7
    system nr.  : 03
    started at  : Tue Nov 25 17:25:27 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 9304] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 656 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 94 ms.
    Loading: ThreadManager ... 15 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 31 ms.
    Loading: ClusterManager ... 219 ms.
    Loading: LockingManager ... 94 ms.
    Loading: ConfigurationManager ... 0.000: [GC 0.000: [ParNew: 87040K->2414K(130560K), 0.0145828 secs] 87040K->2414K(1005056K), 0.0147378 secs]
    3015 ms.
    Loading: LicensingManager ... 47 ms.
    Loading: CacheManager ... 172 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (0 ms).
      Service memory started. (47 ms).
      Service cross started. (31 ms).
      Service file started. (63 ms).
      Service timeout started. (46 ms).
      Service runtimeinfo started. (16 ms).
      Service trex.service started. (78 ms).
      Service cafeucc~api started. (156 ms).
      Service p4 started. (282 ms).
      Service classpath_resolver started. (32 ms).
      Service userstore started. (15 ms).
      Service jmx_notification started. (47 ms).
    6.784: [GC 6.784: [ParNew: 89454K->9721K(130560K), 0.0417499 secs] 89454K->9721K(1005056K), 0.0419073 secs]
      Service log_configurator started. (5266 ms).
      Service locking started. (0 ms).
      Service http started. (406 ms).
      Service naming started. (469 ms).
      Service failover started. (94 ms).
      Service javamail started. (250 ms).
      Service ts started. (235 ms).
      Service appclient started. (250 ms).
      Service licensing started. (31 ms).
      Service jmsconnector started. (329 ms).
      Service connector started. (406 ms).
      Service iiop started. (312 ms).
      Service webservices started. (688 ms).
    16.028: [GC 16.028: [ParNew: 96761K->19104K(130560K), 0.0751680 secs] 96761K->19104K(1005056K), 0.0753377 secs]
      Service deploy started. (15438 ms).
      Service MigrationService started. (47 ms).
      Service bimmrdeployer started. (16 ms).
      Service configuration started. (62 ms).
    21.840: [GC 21.840: [ParNew: 106140K->17748K(130560K), 0.0443068 secs] 106140K->17748K(1005056K), 0.0444546 secs]
      Service dbpool started. (2656 ms).
      Service cafeugpmailcf started. (78 ms).
    Nov 25, 2008 5:25:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_63] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "Name or password is incorrect (repeat logon)". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      passwd=********
      lang=EN
      receiverid=master
      sysnr=01
      client=888
      poolmaxsize=10
      user=SAPJSF
      receiverid_guest=master
      ashost=R3DEVSER
    Nov 25, 2008 5:25:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_63] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Nov 25, 2008 5:25:57 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_63] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    stdout/stderr redirect
    node name   : server0
    pid         : 5088
    system name : EQ7
    system nr.  : 03
    started at  : Tue Nov 25 17:25:58 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 8240] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 656 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 94 ms.
    Loading: ThreadManager ... 31 ms.
    Loading: IpVerificationManager ... 15 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 266 ms.
    Loading: LockingManager ... 79 ms.
    Loading: ConfigurationManager ... 0.000: [GC 0.000: [ParNew: 87039K->2718K(130560K), 0.0175167 secs] 87039K->2718K(1005056K), 0.0176768 secs]
    4250 ms.
    Loading: LicensingManager ... 46 ms.
    Loading: CacheManager ... 250 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service DQE started. (15 ms).
      service telnet ================= ERROR =================
      Service memory started. (31 ms).
      Service cross started. (32 ms).
      Service file started. (63 ms).
    7.854: [GC 7.855: [ParNew: 89758K->7739K(130560K), 0.0387127 secs] 89758K->7739K(1005056K), 0.0388651 secs]
      Service timeout started. (94 ms).
      Service runtimeinfo started. (15 ms).
      Service cafeucc~api started. (141 ms).
      Service trex.service started. (141 ms).
      Service userstore started. (79 ms).
      Service jmx_notification started. (47 ms).
      Service p4 started. (375 ms).
      Service classpath_resolver started. (47 ms).
      Service log_configurator started. (6343 ms).
      Service locking started. (0 ms).
      Service naming started. (641 ms).
      Service failover started. (172 ms).
      Service ts started. (281 ms).
      Service appclient started. (187 ms).
      Service javamail started. (312 ms).
      Service licensing started. (31 ms).
      Service jmsconnector started. (297 ms).
      Service http started. (1000 ms).
      Service connector started. (453 ms).
      Service iiop started. (281 ms).
      Service webservices started. (906 ms).
    16.628: [GC 16.628: [ParNew: 94779K->15719K(130560K), 0.0715624 secs] 94779K->15719K(1005056K), 0.0717470 secs]
    23.824: [GC 23.824: [ParNew: 102759K->17568K(130560K), 0.0594877 secs] 102759K->17568K(1005056K), 0.0596196 secs]
      Service deploy started. (21469 ms).
      Service configuration started. (47 ms).
      Service bimmrdeployer started. (15 ms).
      Service MigrationService started. (78 ms).
      Service dbpool started. (3641 ms).
    33.638: [GC 33.638: [ParNew: 104608K->20954K(130560K), 0.0721131 secs] 104608K->20954K(1005056K), 0.0722444 secs]
      Service cafeugpmailcf started. (156 ms).
    Nov 25, 2008 5:26:38 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_71] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "Name or password is incorrect (repeat logon)". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      passwd=********
      lang=EN
      receiverid=master
      sysnr=01
      client=888
      poolmaxsize=10
      user=SAPJSF
      receiverid_guest=master
      ashost=R3DEVSER
    Nov 25, 2008 5:26:38 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_71] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:372)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:338)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:156)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:109)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:56)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:259)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:279)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Nov 25, 2008 5:26:38 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_71] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Regards,
    Ramana

    Hi Friends,
    Issue got resolved.. Sorry for delay reply.
    The following parameters need to check in Config tool.
    ume.r3.connection.master.client -
    ume.r3.connection.master.user -
    ume.r3.connection.master.passwrd
    ume.r3.connection.master.ashost
    ume.r3.connection.master.sysnr
    ume.datasource
    Regards,
    Ramana

  • J2ee engine startup error- cant attach shared memory

    Hello Experts,
    We have upgraded ERP abap+java to EHP4 but J2ee engine is not coming up. It is giving the following errors. There are no issues on the abap side.
    Bootstrap logs are fine and are able to syncronize.
    Following is the dev_jcontrol log.
    JStartupIReadSection: read node properties [ID44702600]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> java path          : /usr/j2se
    -> java parameters    : -Djava.security.policy=.\java.policy -Djava.security.egd
    =file:/dev/urandom -XX:NewSize=181M -XX:MaxNewSize=181M -XX:+DisableExplicitGC -
    verbose:gc -Xloggc:GC.log
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.
    -> java vm type       : server
    -> java vm cpu        : sparcv9
    -> heap size          : 544M
    -> init heap size     : 544M
    -> root path          : /usr/sap/DV2/DVEBMGS04/j2ee/cluster/dispatcher
    -> class path         : ./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/DV2/DVEBMGS04/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/DV2/SYS/exe/run/jstartup.jar:/usr/sap/DV2/SYS/e
    xe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr  1] [Node: server0] java home is set by profile parameter
            Java Home: /usr/j2se
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/D
    V2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [ID44702650]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/j2se
    -> 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
    -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jt
    s.ots.PortableInterceptor.JTSInitializer -Djco.jarm=1 -Dsun.io.useCanonCaches=fa
    lse -XX:NewSize=341m -XX:MaxNewSize=341m -XX:MaxPermSize=192m -Djava.awt.headles
    s=true -XX:PermSize=192m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:Soft
    RefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX
    :PrintGCTimeStamps -XX:UseParNewGC -Drdbms.driverLocation=/oracle/DV2/920_64/j
    dbc/lib/classes12.jar -Dsys.global.dir=/sapmnt/DV2/global -Xms2048m
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.
    -> java vm type       : server
    -> java vm cpu        : sparcv9
    -> heap size          : 2048M
    -> init heap size     : 1024M
    -> root path          : /usr/sap/DV2/DVEBMGS04/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/byt
    ecode.jar:.
    -> OS libs path       : /usr/sap/DV2/DVEBMGS04/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/DV2/SYS/exe/run/jstartup.jar:/usr/sap/DV2/SYS/e
    xe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50421
    -> shutdown timeout   : 120000
    [Thr  1] [Node: server1] java home is set by profile parameter
            Java Home: /usr/j2se
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/D
    V2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [ID44702651]
    -> node name          : server1
    -> node type          : server
    -> node execute       : yes
    -> java path          : /usr/j2se
    -> 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
    -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jt
    s.ots.PortableInterceptor.JTSInitializer -Djco.jarm=1 -XX:MaxPermSize=192M -XX:P
    ermSize=192M -XX:NewSize=170M -XX:MaxNewSize=170M -XX:+DisableExplicitGC -verbos
    e:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:PrintGCTimeStamps -Djava.awt.headle
    ss=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:Survivor
    Ratio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerC
    lass=com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.
    -> java vm type       : server
    -> java vm cpu        : sparcv9
    -> heap size          : 2048M
    -> init heap size     : 1024M
    -> root path          : /usr/sap/DV2/DVEBMGS04/j2ee/cluster/server1
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/byt
    ecode.jar:.
    -> OS libs path       : /usr/sap/DV2/DVEBMGS04/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/DV2/SYS/exe/run/jstartup.jar:/usr/sap/DV2/SYS/e
    xe/run/jvmx.jar
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 50426
    -> shutdown timeout   : 120000
    [Thr  1] INFO: Invalid property value [Debbugable=yes]
    [Thr  1] [Node: SDM] java home is set by profile parameter
            Java Home: /usr/j2se
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/D
    V2/SYS/exe/run/jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : /usr/j2se
    -> java parameters    :
    -> java vm version    : 1.4.2_08-b03
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.
    -> java vm type       : server
    -> java vm cpu        : sparcv9
    -> heap size          : 512M
    -> root path          : /usr/sap/DV2/DVEBMGS04/SDM/program
    -> class path         : /usr/sap/DV2/DVEBMGS04/SDM/program/bin/SDM.jar
    -> OS libs path       : /usr/sap/DV2/DVEBMGS04/j2ee/os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/DV2/SYS/exe/run/jstartup.jar:/usr/sap/DV2/SYS/e
    xe/run/jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=/usr/sap/DV2/DVEBMGS04/SDM/program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr  1] ***LOG Q0I=> NiIWrite: writev (32: Broken pipe) [nixxi.cpp 3803]
    [Thr  1] *** ERROR => NiIWrite: SiSendV failed for hdl 2 / sock 13
        (SI_ECONN_BROKEN/32; UD; ST; 172.20.40.15:3601) [nixxi.cpp    3803]
    [Thr  1] *** ERROR => MsINiWrite: NiBufSend (rc=NIECONN_BROKEN) [msxxi_mt.c   24
    80]
    [Thr  1] *** ERROR => MsIDetach: MsINiWrite (rc=NIECONN_BROKEN) [msxxi_mt.c   11
    46]
    [Thr  1]
    [Thr  1] *  ERROR       mserrno received (MSEACCESSDENIED)
    [Thr  1] *
    TIME        Wed Oct  6 14:34:06 2010
    [Thr  1] *  RELEASE     700
    [Thr  1] *  COMPONENT   MS (message handling interface, multithreaded)
    [Thr  1] *  VERSION     4
    [Thr  1] *  RC          -24
    [Thr  1] *  MODULE      msxxi_mt.c
    [Thr  1] *  LINE        810
    [Thr  1] *  COUNTER     2
    [Thr  1] *
    [Thr  1] *****************************************************************************
    [Thr  1] *** WARNING => Can't attach to message server (aeerpdv1/3601) [rc = -20]-> reconnect [jcntrms_mt.c 368]
    [Thr  1] Wed Oct  6 14:34:11 2010
    [Thr  1] ***LOG Q0I=> NiIWrite: writev (32: Broken pipe) [nixxi.cpp 3803]
    [Thr  1] *** ERROR => NiIWrite: SiSendV failed for hdl 2 / sock 13
        (SI_ECONN_BROKEN/32; UD; ST; 172.20.40.15:3601) [nixxi.cpp    3803]
    [Thr  1] *** ERROR => MsINiWrite: NiBufSend (rc=NIECONN_BROKEN) [msxxi_mt.c   2480]
    [Thr  1] *** ERROR => MsIDetach: MsINiWrite (rc=NIECONN_BROKEN) [msxxi_mt.c   1146]
    [Thr  1]
    [Thr  1] *  ERROR       mserrno received (MSEACCESSDENIED)
    [Thr  1] *
    TIME        Wed Oct  6 14:34:11 2010
    [Thr  1] *  RELEASE     700
    [Thr  1] *  COMPONENT   MS (message handling interface, multithreaded)
    [Thr  1] *  VERSION     4
    [Thr  1] *  RC          -24
    [Thr  1] *  MODULE      msxxi_mt.c
    [Thr  1] *  LINE        810
    [Thr  1] *  COUNTER     4
    [Thr  1] *
    [Thr  1] *****************************************************************************
    [Thr  1] *** WARNING => Can't attach to message server (aeerpdv1/3601) [rc = -20]-> reconnect [jcntrms_mt.c 368]
    [Thr  1] Wed Oct  6 14:34:16 2010
    [Thr  1]
    Please advise and help.
    Thanks,
    Antarpreet

    Hello Sunny,
    Thanks for your help.
    All the other relavant logs look fine to me. The default traces of server0, server1 are not being populated. Niether is there any change in dispatcher and bootstrap logs.
    Here are the other logs:
    aeerpdv1:dv2adm 127% tail -20 dev_bootstrap_ID44702650
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr  4] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0 bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID044702650
    [Thr  4] Thu Oct  7 01:44:54 2010
    [Thr  4] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr  5] Thu Oct  7 01:44:57 2010
    [Thr  5] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr  5] SigISetIgnoreAction : SIG_IGN for signal 18
    [Thr  5] JLaunchCloseProgram: good bye (exitcode = 0)
    aeerpdv1:dv2adm 128%
    aeerpdv1:dv2adm 128% tail jvm_bootstrap_ID44702651.out
    ...Synched ok!
    Synchronizing file [/usr/sap/DV2/DVEBMGS04/j2ee/cluster/server1/dtd/application-j2ee-engine.dtd].
    ...Synched ok!
    Synchronizing file [/usr/sap/DV2/DVEBMGS04/j2ee/cluster/server1/dtd/application-client-additional.dtd].
    ...Synched ok!
    Synchronizing file [/usr/sap/DV2/DVEBMGS04/j2ee/cluster/server1/dtd/db-init.dtd].
    ...Synched ok!
    Ok! (46 ms)
    Done!
    Synch time: 3537 ms
    aeerpdv1:dv2adm 131% tail dev_bootstrap_ID44702651
    [Thr  4] Thu Oct  7 01:45:00 2010
    [Thr  4] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr  5] Thu Oct  7 01:45:03 2010
    [Thr  5] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr  5] SigISetIgnoreAction : SIG_IGN for signal 18
    [Thr  5] JLaunchCloseProgram: good bye (exitcode = 0)
    tail dev_disp
    Thu Oct  7 01:42:40 2010
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3355
      argv[0] = /usr/sap/DV2/DVEBMGS04/j2ee/os_libs/jcontrol
      argv[1] = jcontrol
      argv[2] = pf=/usr/sap/DV2/SYS/profile/DV2_DVEBMGS04_aeerpdv1
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64996
      argv[5] = -DSAPSYSTEM=04
      argv[6] = -DSAPSYSTEMNAME=DV2
      argv[7] = -DSAPMYNAME=aeerpdv1_DV2_04
      argv[8] = -DSAPPROFILE=/usr/sap/DV2/SYS/profile/DV2_DVEBMGS04_aeerpdv1
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Oct  7 01:44:09 2010
    *** ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    Thu Oct  7 01:44:20 2010
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN
    Thu Oct  7 01:44:40 2010
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 3417
      argv[0] = /usr/sap/DV2/DVEBMGS04/j2ee/os_libs/jcontrol
      argv[1] = jcontrol
      argv[2] = pf=/usr/sap/DV2/SYS/profile/DV2_DVEBMGS04_aeerpdv1
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64995
      argv[5] = -DSAPSYSTEM=04
      argv[6] = -DSAPSYSTEMNAME=DV2
      argv[7] = -DSAPMYNAME=aeerpdv1_DV2_04
      argv[8] = -DSAPPROFILE=/usr/sap/DV2/SYS/profile/DV2_DVEBMGS04_aeerpdv1
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Thu Oct  7 01:46:09 2010
    *** ERROR => DpJ2eeMsgProcess: NiRead failed (NIECONN_BROKEN) [dpxxj2ee.c   1212]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    Thu Oct  7 01:46:20 2010
    DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN
    Thu Oct  7 01:46:40 2010
    DpHdlDeadWp: restart wp (pid=3015) automatically
    DpEnvCheckJ2ee: switch off j2ee start flag
    Please help, struck in a very bad situation.
    Regards,
    Antarpreet

  • While Installing ECC6,J2EE engine, dispatcher & server is not starting up..

    Hi All,
    J2EE engine is not strating up while installaing ECC6(ABAP + JAVA).
    std_server0.out details are given below.
    stdout/stderr redirect
    node name   : server0
    pid         : 14544
    system name : C28
    system nr.  : 06
    started at  : Tue Nov 11 10:23:10 2008
    [Thr 8160] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 5820 ms.
    Loading: PoolManager ... 600 ms.
    Loading: ApplicationThreadManager ... 940 ms.
    Loading: ThreadManager ... 390 ms.
    Loading: IpVerificationManager ... 150 ms.
    Loading: ClassLoaderManager ... 160 ms.
    Loading: ClusterManager ... 1300 ms.
    Loading: LockingManager ...
    Please give me an idea about this.
    Thanks & Regards,
    Kiran Sathyan.

    Hi Karteek,
    Thank you for your kind attention.
    That issue was solved.
    I have just stopped the installation and set the VM parameters properly, then restarted the instance manually in MMC.That was successfull.After that, I could continue the installation and I have completed it successfully.
    Regards,
    Kiran Sathyan.

  • Publishing ABAP WebServices to an Internal UDDI Server

    Our Requirement is to create a Web Service from one of the Function Module and publish the same locally(i.e., one of our internal server itself). After published our dotnet team want to access these webservice from dotnet to get the functionalities used in these web service.
    We are using a seperate ABAP and JAVA System. Is it possible to create a webservice and publish the same locally.

    I try to create from se37. But the problem is my SAP J2EE Engine's release is 7.00. Services Registry is a java component and Not part of NW 7.00 Stack. Services Registry is delivered with 7.10 SP4.
    So I would like to know the step by step procedure for creating web service which suites my current release(7.00)

Maybe you are looking for

  • Open and Cleared Items

    Hi all We are currently busy finalising our FI-CA BW Data Modeling exercise - and in process to complete Dataflow documentation. We will make use of the standard open and cleared item extractors with enhancements on different levels. Some background

  • Can I use an external GPS Receiver via Bluetooth?

    Great phone.  I used a Galaxy Nexus for over a year until I got this phone, but once I started using the Z10, I never looked back.  The "Hub" is a GREAT feature, exactly what I use most of the time.  Oddly enough, I was never much of a BB fan until t

  • URGENT: Doubt in vendor replication

    hi,    i got an error i.e 1) <b>user sapuser is blocking organizational unit 50000xxx</b> 2) none of the purchasing org's in org, structure exist(inform system admin) while  iam replicating the vendor through in BBPGETVD pls send details imediatly to

  • Using Time Machine to backup data FROM external disk to ANOTHER external

    i have my itunes library and my iphoto library on an external WD disk connected to my MacBook Pro. So, i have a lot of nice data on that disk that i want protected... but Time Machine is not playing nice with the external hard drive. It's not listed

  • Panic.log and Kernel Panic issues

    Can anyone help me out with deciphering this kernel panic log. I've had about 4 KP's in the last couple months. I only have one in my log because I think that is the only one I have had since I did an erase and install. I checked it in for repair at