JCOException

Hi,
can anybody help me in understanding this exception.
BR
Wolfgang
EXCEPTION]
#1#com.sap.mw.jco.JCO$Exception: (132) JCO_ERROR_CONCURRENT_CALL: <b>Connection cannot be disconnected. Connection currently used in another thread.</b>     at com.sap.mw.jco.JCO$Client.disconnect(JCO.java:3194)
     at com.sap.mw.jco.JCO$Client.disconnect(JCO.java:3163)
     at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnection.destroy(SAPCFConnectorManagedConnection.java:526)
     at com.sap.engine.services.connector.jca.ConnectionHashSet.destroy(ConnectionHashSet.java:422)
     at com.sap.engine.services.connector.resource.impl.MCEventHandler.cleanup(MCEventHandler.java:269)
     at com.sap.engine.services.connector.resource.impl.MCEventHandler.connectionErrorOccurred(MCEventHandler.java:533)
     at com.sapportals.connectors.SAPCFConnector.connection.SAPCFConnectorManagedConnection.notifyEventToListener(SAPCFConnectorManagedConnection.java:806)
     at com.sapportals.connectors.SAPCFConnector.connection.ConnectionEntryPoint.notifyConnectionPoolEvent(ConnectionEntryPoint.java:18)
     at com.sapportals.connectors.SAPCFConnector.SAPConnectorException.isConnectionBroken(SAPConnectorException.java:209)
     at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:314)
     at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:411)
     at com.sapportals.connectors.SAPCFConnector.execution.functions.SAPCFConnectorInteraction.execute(SAPCFConnectorInteraction.java:433)
     at com.mewa.KIB01DynPage.getSAPData(KIB01DynPage.java:485)
     at com.mewa.KIB01DynPage.onLoadData(KIB01DynPage.java:354)
     at sun.reflect.GeneratedMethodAccessor488.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)

Hi,
Is this displayed when you run a custom application?
In that case,can you check up if you have properly terminated the jco connections you have created. This could be a good reason why such a thing could happen.
In any case in your applications it is recommended to use SAP Connector framework rather than use jco dirtectly, as connection pooling is automatically taken care of.However follow the standard procedure in opening and closing the connection.
It is possible that this error is given when the first query is still being executed or terminated improperly and the next query is executed.
Do provide more details , if this answer is not useful.
Regards,
Harish
(Please award points for helpful answers)
Message was edited by: HARISH SUBRAMANIAN

Similar Messages

  • Deployable cannot be retrieved from FILE_PROVIDER , stopping. Cause:com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Name or password is incorrect

    Hi All,
    After two years of CTS+ working without issue, in the last fortnight JCO_ERROR_LOGON_FAILURE has occurred. I have reviewed all the configuration  in document http://scn.sap.com/doc/DOC-30177, and it all looks fine. The user configured also checks out fine as well. The user id that is causing all the trouble is CTS_<SID>. We chose this option so we could determine which user in case of future issues. We have two development paths, Project and BAU. So at anyone time transports that have started in the BAU development system will need to be imported into the Project development system (using transport express) and vice versa.  Attached is the security authentication log from the system showing authentication failure. I have also checked the transport routes defined for the business systems in the SLD and these look fine as well. Roles assigned to the user are SAP_CTS_PLUS,
    SAP_J2EE_ADMIN, SAP_XI_CMS_SERV_USER, SAP_XI_CONFIGURATOR, SAP_XI_DEVELOPER, Z_CTS_PLUS_ADDITIONAL. I have also checked the permissions on the file at the operating system level.
    Any suggestions/advice gratefully received as this really has me scratching my head.
    Log:
    !REPOSITORY_ERROR_CHECK_STACKTRACE!
    [EXCEPTION]
    com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon) on DXI mshost strsap31
    at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:662)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1364)
    at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:731)
    at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)
    at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:293)
    at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
    at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:262)
    at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:509)
    at com.sap.conn.jco.rt.RfcDestination.getSystemID(RfcDestination.java:533)
    at com.sap.conn.jco.rt.RepositoryManager.getRepository(RepositoryManager.java:30)
    at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:603)
    at com.sap.conn.jco.rt.RfcDestination.getRepository(RfcDestination.java:27)
    at com.sap.cts.jco.tms.TmsJCoAdapter.initializeJCo(TmsJCoAdapter.java:76)
    at com.sap.cts.jco.tms.TmsJCoAdapter.<init>(TmsJCoAdapter.java:57)
    at com.sap.cts.jco.EpsFileReader.<init>(EpsFileReader.java:76)
    at com.sap.cts.jco.EpsFileReaderController.doImport(EpsFileReaderController.java:90)
    at com.sap.cts.core.ImportManager.execImport(ImportManager.java:102)
    at com.sap.cts.ejb.DeployBean.execImport(DeployBean.java:170)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:47)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:37)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_MethodRetry.invoke(Interceptors_MethodRetry.java:46)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:25)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:17)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:138)
    at com.sap.engine.services.ejb3.webservice.impl.DefaultImplementationContainer.invokeMethod(DefaultImplementationContainer.java:204)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process0(RuntimeProcessingEnvironment.java:710)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.preProcess(RuntimeProcessingEnvironment.java:662)
    at com.sap.engine.services.webservices.espbase.server.runtime.RuntimeProcessingEnvironment.process(RuntimeProcessingEnvironment.java:322)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPostWOLogging(ServletDispatcherImpl.java:199)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:65)
    at com.sap.engine.services.webservices.servlet.SoapServlet.doPost(SoapServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:457)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: RfcException: [null]
      message: Name or password is incorrect (repeat logon) on DXI mshost strsap31
      Return code: RFC_SYS_EXCEPTION(3)
      error group: 103
      key: RFC_ERROR_LOGON_FAILURE
    at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:219)
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1331)
    ... 87 more
    Caused by: RfcException: [DXI|strsap31]
      message: Name or password is incorrect (repeat logon)
      Return code: RFC_SYS_EXCEPTION(3)
      error group: 104
      key: RFC_ERROR_SYSTEM_FAILURE
    Exception raised by DXI|strsap31
    at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:2034)
    at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:187)
    ... 88 more
    Caused by: com.sap.conn.rfc.exceptions.RfcGetException: Name or password is incorrect (repeat logon)
    at com.sap.conn.rfc.engine.RfcImp.ab_rfcerror(RfcImp.java:1157)
    at com.sap.conn.rfc.engine.RfcGet.rfcget_run(RfcGet.java:131)
    at com.sap.conn.rfc.engine.RfcGet.ab_rfcget(RfcGet.java:23)
    at com.sap.conn.rfc.engine.RfcRcv.ab_rfcreceive(RfcRcv.java:33)
    at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1981)
    ... 89 more

    User id missing in client 000

  • BO 4.0 : JCoException while scheduling the webi report

    Hi,
    We are in BO 4.2 patch 8.
    We have 35 webi reports. These report uses SAP BW as data source. We are using DF to fetch data from SAP BW.
    We have manually configured the RFC destination for JCO connection (as mentioned in SAP notes - 1638647).
    Reports are getting scheduled successfully. But sometimes some webi reports fails with the following error message.
    Database error: (CS) "Java Exception : java.lang.RuntimeException:com.sap.connectivity.cs.java.drivers.DBDError: [Data Federator Driver][Server] [Connector 'Sales_BO_New'] SAP NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (112) RFC_ERROR_REQUEST_CANCELLED: connection with handle 3 closed
    after cancel (remote system is PBI|BILPBI)" . (IES 10901)
    This is in intermittent issue. If anybody faced this issue, then please let me know your feedback.
    Thanks,
    Ravi
    Edited by: Ravi Kirana Palla on Dec 9, 2011 7:38 AM
    Edited by: Ravi Kirana Palla on Dec 9, 2011 7:38 AM

    Hi,
    Personally, I haven't seen this before. To recap:
    - Manual refresh work fine
    - scheduling works most of the time
    - but sometimes it fails with << SAP NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (112) RFC_ERROR_REQUEST_CANCELLED >>
    You might want see if you can isolate a particular document causing the problem, or determine if it's related to using certain refresh parameters
    According to http://help.sap.com/saphelp_nw70/helpdata/de/f6/daea401675752ae10000000a155106/content.htm
    it says Find out from the JAVA application or the JCo traces which JCo Server was cancelled and restart the server; in the J2EE Application Server context, JCo Servers are often started via the Service JCo RFC Provider
    but .. i don't know how helpful that is..
    Best of luck
    H

  • Data Federator connection error

    Hi experts,
    I am trying to connect Data Federator 3.0 SP2 to Netweaver BI 7.1 SP3 and getting the following error..
    " The connection Data Federator Query Server Failed.. An Exception occured when querying Data Federator Query Server ...
      com.sap.conn.jco.JCoException: (109) RFC_ERROR_CANCELLED. Handle close pending..."
    Scenario:
    I have created a new project in Data Federator and trying to Add a DataSource to it. When I fill in required details and click " Test Connection" button, the above mentioned error comes up.
    I am pretty sure, I have connected to BI system before using the same username,password, client, hostname etc... before. However I am getting the error when I try now.
    By the way, I have registered the callbackServerprogramID on DataFederator as well as BI as per user guide.
    Could any one please share any ideas/ solutions
    Thanks a lot
    Phani.

    More detail on the error from leselect.log (if it helps in any way......)___
    2010/02/19 03:09:54.300|<=|||0|19222105| |||||||||||||||"[LeSelect.Api.LSStatementImpl] - [Execution Thread 9]Executing query: CALL getTables '/TEST/sysadmin/sources/draft', 'D_ZFCOM301', '%', CAST(null as VARCHAR)"
    2010/02/19 03:09:54.315|==|W||0|19222105| |||||||||||||||"[LeSelect.Wrappers.SapNWBI.A.J] - [Execution Thread 9]Ignore destination registration request because this destination is already registred: sapauddb04-BO_service-12562982cf3123318931bc31ed325d329532fd33513388-en-0"
    2010/02/19 03:09:54.409|>=|E||0|19222105| |||||||||||||||"[LeSelect.Core.n] - [Execution Thread 9]Wrapper Error:
    LeSelect.Wrappers.SapNWBI.C: Connection failure: com.sap.conn.jco.JCoException: (109) RFC_ERROR_CANCELLED: Handle close pending
         at LeSelect.Wrappers.SapNWBI.H.B(y:194)
         at LeSelect.Wrappers.SapNWBI.X.getConnection(y:338)
         at LeSelect.Core.B.D.<init>(y:119)
         at LeSelect.Core.B.F.A(y:165)
         at LeSelect.Core.I.T.B(y:448)
         at LeSelect.Core.I.V.next(y:226)
         at LeSelect.B.C.G.A(y:367)
         at LeSelect.B.E.K.B(y:177)
         at LeSelect.B.E.G$_A.run(y:691)
    Caused by: com.sap.conn.jco.JCoException: (109) RFC_ERROR_CANCELLED: Handle close pending
         at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:604)
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1270)
         at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:661)
         at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)
         at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:171)
         at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:44)
         at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:160)
         at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:766)
         at com.sap.conn.jco.rt.RfcDestination.ping(RfcDestination.java:976)
         at LeSelect.Wrappers.SapNWBI.X.getConnection(y:336)
         ... 7 more
    Caused by:
    RfcException: [System <empty>|sapauddb04/00]
        message: Handle close pending
        Return code: RFC_CLOSED(6)
        error group: 109
        key: RFC_ERROR_CANCELLED
         at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcIsValidHandle(RfcIoOpenCntl.java:2044)
         at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1880)
         at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:180)
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1263)
    Edited by: Phani Kothwali on Feb 19, 2010 4:49 AM

  • JCO-Java application unable to open a Frontend GUI session

    Hello,
    <P>
    I am having a problem opening a GUI session on a client PC through the JCo java call. It works on some PC's when I am logged in, but not on my PC. But other persons who login on my PC do not have a problem with the application opening a GUI session. I am at a loss. I have had a basis consultant look into this and he could not find a reason for the problem. I have submitted a customer message to SAP and am being told to file this issue in the forum, so here it is. If this is the wrong forum, please let me know which forum would be the correct one.
    </P>
    <P>
    Problem:</br>
    For test purposes, I have created a Java application using the SAP standalone SAPJCO3 vers. 3.0.1. The R/3 backend is 4.6C. The SAPGui version is 7.1 patch level 13 installed on a Windows XP Pro client PC. The application is supposed to start a Frontend GUI session as part of the initial process. This is not working on all PCu2019s for all users. The following are scenarios for two different users on two different PCu2019s, logged on and executing the Java application. The parameters for the Java application are: User, Password, and System Id in this order on the command line after the Java applicationu2019s name. The system Id in our example is PRP in uppercase. This problem happens while connecting to any of our R/3 instances.
    </P>
    <P>
    Testing of the issue:</br>
    Scenario 1:</br>
    User gmcghie: This user is the primary user of his/her PC. This PC has not had its registry entries cleaned up for a long time. Starting the Java application from the Windows command line with the supplied parameters, the program is executed and makes the initial connection with the R/3 backend. When the R/3 system sends back a request to start the GUI session, the SAP Logon is executed and opens on the PC. Nothing seems to happen after this.
    <P>
    Here is the JCO exception from the log file:
    JCoException eDest: (136)com.sap.conn.jco.JCoException: (136) JCO_ERROR_ILLEGAL_STATE: Launching SAP GUI failed, though it was requested (error message: Communication with SAPGUI timed out)
    </P>
    <P>
    When you right click on the SAP Logon icon that is in the Windows System Tray on the PC you see an entry that shows a session for Client 000. This is the wrong client being called by the application. The client being called is 600 in this particular scenario.
    </P>
    <P>
    Here is the connection string sent to backend for scenario 1:</br>
    TYPE=A DEST=PRP USER="gmcghie" PASSWD=********** CLIENT=600 LANG=E ASHOST=10.212.120.53 SYSNR=00 TRACE=1 PCS=1 USE_SAPGUI=2
    </P>
    <P>
    Scenario 2:</br>
    User mshin: This user is the primary user of his/her PC. This PC has had the OS re-installed on it within the last few years, hence the registry is likely more clean. Starting the Java application from the Windows command line with the supplied parameters, the program is executed and makes the initial connection with the R/3 backend. When the R/3 system sends back a request to start the GUI session, the SAP Logon is executed and opens on the PC. The connection is made to Client 600 and the process ends. The screens that appear above for the other scenario are not present when the connection is successful. The log file is not included for this as it was empty because it succeeded.
    </P>
    <P>
    Here is the connection string sent to backend for scenario 2:</br>
    TYPE=A DEST=PRP USER="mshin" PASSWD=********** CLIENT=600 LANG=E ASHOST=10.212.120.53 SYSNR=00 TRACE=1 PCS=1 USE_SAPGUI=2
    </P>
    I have the same issue on my PC as the first scenario.
    <P>The steps I took to try to get this to work are as follows.</br>
    1. Un-installed and re-installed the SAPGui, several times with no change.</br>
    2. Compared the registry settings of SAPGui between working and non-working PCu2019s. These were essentially the same.</br>
    3. Compared the system variables between working and non-working PCu2019s. These were essentially the same.</P>
    It should also be noted that if user u2018gmcghieu2019 from scenario #1 logs into another PC, the program executes correctly (for most other PCs but not all). Finally, if user u2018mshinu2019 from scenario #2 (certain other users as well) logs into Windows on the primary PC for user u2018gmcghieu2019 from scenario #1, and user u2018gmcghieu2019 is used to connect to SAP using the Java program, the program executes correctly. It seems that this would indicate some problem with the useru2019s Windows account on certain PCs.</P>
    Why is the connection information being dropped? How is the process of opening the SAPGui on the frontend done?</P>
    Any help with this issue is greatly appreciated.</P>
    Thanks,</br>
    Mark Shirkey

    Created Customer Message and got answer. There were settings in Windows Registry for starting the SAP Logon Launch Pad which had to have a value of 1.

  • Webi Report scheduling issue

    Dear Experts,
    I have webi reports which are running fine when i refresh the query from query panel. When i am scheduling the report it is failing.
    My webi reports are connected to the Bex Queries using OLAP Connections which is working fine for other reports.
    I am getting the following error message
    "Can not connect to the source olap com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Access key access is no longer possible"
    Because of this BW Credentials are getting locked and user cannot able to access the BW System.
    Kindly help us getting this issue solved.
    Thanks in advance.
    THanks & Regards,
    Archit Sarwal

    Hi Archit,
    Try this...
    Logon to Central Management Console (CMC) with an Administrator user.
    Click on OLAP Connections.
    Right click on the connection and click User Security.
    Assign Full Control to the User on the connection.

  • [BO 4.0] Webi scheduling issue

    Hi,
    We are using Business Objects 4.0. i have a webi report that uses SAP BW as source. We are using DF to create universes for these webi report. In DF Admin tool, we have manually mapped the RFC connection to programID field. While scheduling this webi report, scheduling fails with the following reason,
    Database error: [Data Federator Driver] [Server] [Connector 'RC_SalesAw'] Connection failure: com.sap.conn.jco.JCoException: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts on 172.16.8.135 sysnr 01. (IES 10901)
    Note that we are providing the corrrect user name / password for these users.
    Please provide your inputs on this issue.
    Thanks,
    Ravi

    Hi,
    despite your assurances,  it clearly indicates that the logon string provided for the relational BW connection is not authenticating correctly..
    Whilst your BO logon may be correct, i would encourage you to check all the credentials used elsewhere in this connectivity
    Does this same universe refresh correctly when running webi in ad-hoc mode?  i.e. not scheduling?
    If Yes - i'd recommend you log a Support message.
    Regards,
    H

  • Unable to open Design Studio Client

    Hi Friends,
    Unable to open Design Studio Client.
    The log file is posted below. What could be the problem here?
    Operating System: Windows 8
    Design Studio Client Version : 1.2
    Need Help!!!
    !SESSION 2014-05-09 17:39:22.650 -----------------------------------------------
    eclipse.buildId=@qualifier@
    java.version=1.7.0_45
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IN
    Framework arguments:  BusinessObjects Design Studio
    Command-line arguments:  -os win32 -ws win32 -arch x86 BusinessObjects Design Studio -clean
    !ENTRY com.sap.ip.bi.zen.connectivity 2 0 2014-05-09 17:39:30.895
    !MESSAGE No routers found
    !ENTRY com.sap.ip.bi.base 4 0 2014-05-09 17:51:44.287
    !MESSAGE ERROR [d405ac6b-35b3-441d-a87b-2a110bf1670d]: Unknown Error
    !STACK 0
    com.sap.ip.bi.base.service.connection.impl.ConnectionException: Unknown Error
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:391)
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:56)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getVirtualConnectionInternal(GenericConnectionPool.java:224)
        at com.sap.ip.bi.base.service.connection.impl.StandaloneConnectionPool.getConnectionInternal(StandaloneConnectionPool.java:59)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnectionOrCreateOneIfRequested(GenericConnectionPool.java:179)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnection(GenericConnectionPool.java:149)
        at com.sap.ip.bi.zen.internal.connectivity.BackendServices.isConnectionUpAndRunning(BackendServices.java:33)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.updateConnectionStateLabelsInternal(DataSourceDialogController.java:511)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$3.run(DataSourceDialogController.java:499)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.updateConnectionStateLabels(DataSourceDialogController.java:496)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.connectionModified(DataSourceDialogController.java:218)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane.connectionModified(ConnectionSelectionPane.java:89)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane$1.modifyText(ConnectionSelectionPane.java:72)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
        at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2974)
        at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:4752)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4614)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
        at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
        at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2443)
        at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:260)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
        at org.eclipse.swt.widgets.Text.windowProc(Text.java:2597)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
        at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native Method)
        at org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:3473)
        at org.eclipse.swt.widgets.Text.setText(Text.java:2252)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane.browseButtonClicked(ConnectionSelectionPane.java:98)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane$2.widgetSelected(ConnectionSelectionPane.java:82)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
        at org.eclipse.jface.window.Window.open(Window.java:802)
        at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
        at com.sap.ip.bi.zen.ui.internal.propertysheet.celleditors.DataSourceAliasRefCellEditor.openAddDataSourceDialog(DataSourceAliasRefCellEditor.java:100)
        at com.sap.ip.bi.zen.ui.internal.propertysheet.celleditors.DataSourceAliasRefCellEditor$1$1.mouseUp(DataSourceAliasRefCellEditor.java:70)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Client 100 is not available in this system on APRINS09 sysnr 02
        at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:662)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1363)
        at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:721)
        at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)
        at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:293)
        at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
        at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:262)
        at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:509)
        at com.sap.conn.jco.rt.RfcDestination.ping(RfcDestination.java:780)
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:359)
        ... 69 more
    Caused by: RfcException: [null]
        message: Client 100 is not available in this system on APRINS09 sysnr 02
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 103
        key: RFC_ERROR_LOGON_FAILURE
        at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:219)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1330)
        ... 77 more
    Caused by: RfcException: [BI1|aprins09]
        message: Client 100 is not available in this system
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 104
        key: RFC_ERROR_SYSTEM_FAILURE
    Exception raised by BI1|aprins09
        at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:2034)
        at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:187)
        ... 78 more
    Caused by: com.sap.conn.rfc.exceptions.RfcGetException: Client 100 is not available in this system
        at com.sap.conn.rfc.engine.RfcImp.ab_rfcerror(RfcImp.java:1157)
        at com.sap.conn.rfc.engine.RfcGet.rfcget_run(RfcGet.java:131)
        at com.sap.conn.rfc.engine.RfcGet.ab_rfcget(RfcGet.java:23)
        at com.sap.conn.rfc.engine.RfcRcv.ab_rfcreceive(RfcRcv.java:33)
        at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1981)
        ... 79 more
    !ENTRY com.sap.ip.bi.base 4 0 2014-05-09 17:51:44.318
    !MESSAGE BI exception with class "ConnectionException" and message "Unknown Error". See default trace for log ID "d405ac6b-35b3-441d-a87b-2a110bf1670d".
    !ENTRY com.sap.ip.bi.base 4 0 2014-05-09 17:51:59.559
    !MESSAGE ERROR [8a907eb2-7be6-4807-a60d-4983a77e90b9]: Unknown Error
    !STACK 0
    com.sap.ip.bi.base.service.connection.impl.ConnectionException: Unknown Error
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:391)
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:56)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getVirtualConnectionInternal(GenericConnectionPool.java:224)
        at com.sap.ip.bi.base.service.connection.impl.StandaloneConnectionPool.getConnectionInternal(StandaloneConnectionPool.java:59)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnectionOrCreateOneIfRequested(GenericConnectionPool.java:179)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnection(GenericConnectionPool.java:149)
        at com.sap.ip.bi.zen.internal.connectivity.BackendServices.isConnectionUpAndRunning(BackendServices.java:33)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.updateConnectionStateLabelsInternal(DataSourceDialogController.java:511)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$3.run(DataSourceDialogController.java:499)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.updateConnectionStateLabels(DataSourceDialogController.java:496)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.connectionModified(DataSourceDialogController.java:218)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane.connectionModified(ConnectionSelectionPane.java:89)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane$1.modifyText(ConnectionSelectionPane.java:72)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
        at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2974)
        at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:4752)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4614)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
        at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
        at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2443)
        at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:260)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
        at org.eclipse.swt.widgets.Text.windowProc(Text.java:2597)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
        at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native Method)
        at org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:3473)
        at org.eclipse.swt.widgets.Text.setText(Text.java:2252)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane.browseButtonClicked(ConnectionSelectionPane.java:98)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane$2.widgetSelected(ConnectionSelectionPane.java:82)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
        at org.eclipse.jface.window.Window.open(Window.java:802)
        at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
        at com.sap.ip.bi.zen.ui.internal.propertysheet.celleditors.DataSourceAliasRefCellEditor.openAddDataSourceDialog(DataSourceAliasRefCellEditor.java:100)
        at com.sap.ip.bi.zen.ui.internal.propertysheet.celleditors.DataSourceAliasRefCellEditor$1$1.mouseUp(DataSourceAliasRefCellEditor.java:70)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Client 100 is not available in this system on APRINS09 sysnr 02
        at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:662)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1363)
        at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:721)
        at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)
        at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:293)
        at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
        at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:262)
        at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:509)
        at com.sap.conn.jco.rt.RfcDestination.ping(RfcDestination.java:780)
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:359)
        ... 69 more
    C
    !MESSAGE Specify a value for variable enter document date
    !ENTRY com.sap.ip.bi.zen 2 0 2014-05-12 15:36:44.682
    !MESSAGE Specify a value for variable enter document date
    !ENTRY com.sap.ip.bi.base 4 0 2014-05-12 15:40:24.536
    !MESSAGE ERROR [767a45e4-6211-4260-9a73-5e9771a4631e]: Unknown Error
    !STACK 0
    com.sap.ip.bi.base.service.connection.impl.ConnectionException: Unknown Error
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:391)
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:56)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getVirtualConnectionInternal(GenericConnectionPool.java:224)
        at com.sap.ip.bi.base.service.connection.impl.StandaloneConnectionPool.getConnectionInternal(StandaloneConnectionPool.java:59)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnectionOrCreateOneIfRequested(GenericConnectionPool.java:179)
        at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getConnection(GenericConnectionPool.java:149)
        at com.sap.ip.bi.zen.internal.connectivity.BackendServices.isConnectionUpAndRunning(BackendServices.java:33)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.updateConnectionStateLabelsInternal(DataSourceDialogController.java:511)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController$3.run(DataSourceDialogController.java:499)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.updateConnectionStateLabels(DataSourceDialogController.java:496)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.DataSourceDialogController.connectionModified(DataSourceDialogController.java:234)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane.connectionModified(ConnectionSelectionPane.java:89)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane$1.modifyText(ConnectionSelectionPane.java:72)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1081)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1062)
        at org.eclipse.swt.widgets.Text.wmCommandChild(Text.java:2974)
        at org.eclipse.swt.widgets.Control.WM_COMMAND(Control.java:4752)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4614)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
        at org.eclipse.swt.internal.win32.OS.CallWindowProcW(Native Method)
        at org.eclipse.swt.internal.win32.OS.CallWindowProc(OS.java:2443)
        at org.eclipse.swt.widgets.Text.callWindowProc(Text.java:260)
        at org.eclipse.swt.widgets.Control.windowProc(Control.java:4706)
        at org.eclipse.swt.widgets.Text.windowProc(Text.java:2597)
        at org.eclipse.swt.widgets.Display.windowProc(Display.java:4977)
        at org.eclipse.swt.internal.win32.OS.SetWindowTextW(Native Method)
        at org.eclipse.swt.internal.win32.OS.SetWindowText(OS.java:3473)
        at org.eclipse.swt.widgets.Text.setText(Text.java:2252)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane.browseButtonClicked(ConnectionSelectionPane.java:98)
        at com.sap.ip.bi.zen.ui.internal.dialogs.datasource.ConnectionSelectionPane$2.widgetSelected(ConnectionSelectionPane.java:82)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
        at org.eclipse.jface.window.Window.open(Window.java:802)
        at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
        at com.sap.ip.bi.zen.ui.internal.commands.AddDataSourceHandler.execute(AddDataSourceHandler.java:24)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
        at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
        at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
        at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
        at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
        at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:167)
        at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
        at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
        at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
        at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:850)
        at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:743)
        at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$7(HandledContributionItem.java:727)
        at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:662)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
        at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: com.sap.conn.jco.JCoException: (103) JCO_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon) on APRINS09 sysnr 02
        at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:662)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1363)
        at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:721)
        at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)
        at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:293)
        at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)
        at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:262)
        at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:509)
        at com.sap.conn.jco.rt.RfcDestination.ping(RfcDestination.java:780)
        at com.sap.ip.bi.base.application.service.rfcproxy.impl.jco3.connection.StandaloneConnectionFactoryJCO.createConnection(StandaloneConnectionFactoryJCO.java:359)
        ... 85 more
    Caused by: RfcException: [null]
        message: Name or password is incorrect (repeat logon) on APRINS09 sysnr 02
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 103
        key: RFC_ERROR_LOGON_FAILURE
        at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:219)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1330)
        ... 93 more
    Caused by: RfcException: [BI1|aprins09]
        message: Name or password is incorrect (repeat logon)
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 104
        key: RFC_ERROR_SYSTEM_FAILURE
    Exception raised by BI1|aprins09
        at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:2034)
        at com.sap.conn.rfc.api.RfcApi.RfcOpen(RfcApi.java:187)
        ... 94 more
    Caused by: com.sap.conn.rfc.exceptions.RfcGetException: Name or password is incorrect (repeat logon)
        at com.sap.conn.rfc.engine.RfcImp.ab_rfcerror(RfcImp.java:1157)
        at com.sap.conn.rfc.engine.RfcGet.rfcget_run(RfcGet.java:131)
        at com.sap.conn.rfc.engine.RfcGet.ab_rfcget(RfcGet.java:23)
        at com.sap.conn.rfc.engine.RfcRcv.ab_rfcreceive(RfcRcv.java:33)
        at com.sap.conn.rfc.engine.RfcIoOpenCntl.RfcReceive(RfcIoOpenCntl.java:1981)
        ... 95 more
    !ENTRY com.sap.ip.bi.base 4 0 2014-05-12 15:40:24.540
    !MESSAGE BI exception with class "ConnectionException" and message "Unknown Error". See default trace for log ID "767a45e4-6211-4260-9a73-5e9771a4631e".
    !SESSION 2014-05-12 15:57:20.447 -----------------------------------------------
    eclipse.buildId=@qualifier@
    java.version=1.7.0_45
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IN
    Framework arguments:  BusinessObjects Design Studio
    Command-line arguments:  -os win32 -ws win32 -arch x86 BusinessObjects Design Studio -clean
    !ENTRY com.sap.ip.bi.zen.connectivity 2 0 2014-05-12 15:57:26.583
    !MESSAGE No routers found
    !ENTRY com.sap.ip.bi.zen.connectivity 2 0 2014-05-12 16:01:16.895
    !MESSAGE No routers found
    !ENTRY com.sap.ip.bi.zen.connectivity 2 0 2014-05-12 16:01:18.670
    !MESSAGE No routers found
    !ENTRY com.sap.ip.bi.zen 2 0 2014-05-12 16:09:20.947
    !MESSAGE The query was successfully generated.
    !ENTRY org.eclipse.jface 2 0 2014-05-12 16:12:41.494
    !MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2014-05-12 16:12:41.495
    !MESSAGE A conflict occurred for F2:
    Binding(F2,
        ParameterizedCommand(Command(org.eclipse.ui.edit.rename,Rename,
            Rename the selected item,
            Category(org.eclipse.ui.category.file,File,null,true),
            org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@103e018,
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.ui.contexts.window,,,system)
    Binding(F2,
        ParameterizedCommand(Command(org.eclipse.ui.edit.text.showInformation,Show Tooltip Description,
            Displays information for the current caret location in a focused hover,
            Category(org.eclipse.ui.category.textEditor,Text Editing,Text Editing Commands,true),
            org.eclipse.ui.internal.WorkbenchHandlerServiceHandler@16d65ec,
            ,,true),null),
        org.eclipse.ui.defaultAcceleratorConfiguration,
        org.eclipse.xtext.ui.embeddedTextEditorScope,,,system)
    !SESSION 2014-05-13 11:01:52.458 -----------------------------------------------
    eclipse.buildId=@qualifier@
    java.version=1.7.0_45
    java.vendor=Oracle Corporation
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_IN
    Framework arguments:  BusinessObjects Design Studio
    Command-line arguments:  -os win32 -ws win32 -arch x86 BusinessObjects Design Studio -clean
    !ENTRY org.eclipse.osgi 4 0 2014-05-13 11:01:57.510
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (245).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.resources.ResourcesPlugin.start() of bundle org.eclipse.core.resources.
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:167)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:679)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.getSharedStateModule(ZalActivator.java:92)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.createInjector(ZalActivator.java:64)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.getInjector(ZalActivator.java:55)
        at com.sap.ip.bi.zen.scripting.ui.ZalActivator.start(ZalActivator.java:34)
        at com.sap.ip.bi.zen.ui.ZenUiPlugin.start(ZenUiPlugin.java:95)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
        at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
        at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
        at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
        at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
        at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: org.eclipse.core.internal.resources.ResourceException: Incompatible file format. Workspace was saved with an incompatible version: 0.
        at org.eclipse.core.internal.resources.WorkspaceTreeReader.getReader(WorkspaceTreeReader.java:58)
        at org.eclipse.core.internal.resources.WorkspaceTreeReader.getReader(WorkspaceTreeReader.java:66)
        at org.eclipse.core.internal.resources.SaveManager.restoreTree(SaveManager.java:1000)
        at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:687)
        at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1530)
        at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2503)
        at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252)
        at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:439)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
        ... 76 more
    Root exception:
    org.eclipse.core.internal.resources.ResourceException: Incompatible file format. Workspace was saved with an incompatible version: 0.
        at org.eclipse.core.internal.resources.WorkspaceTreeReader.getReader(WorkspaceTreeReader.java:58)
        at org.eclipse.core.internal.resources.WorkspaceTreeReader.getReader(WorkspaceTreeReader.java:66)
        at org.eclipse.core.internal.resources.SaveManager.restoreTree(SaveManager.java:1000)
        at org.eclipse.core.internal.resources.SaveManager.restore(SaveManager.java:687)
        at org.eclipse.core.internal.resources.SaveManager.startup(SaveManager.java:1530)
        at org.eclipse.core.internal.resources.Workspace.startup(Workspace.java:2503)
        at org.eclipse.core.internal.resources.Workspace.open(Workspace.java:2252)
        at org.eclipse.core.resources.ResourcesPlugin.start(ResourcesPlugin.java:439)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:167)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:679)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.getSharedStateModule(ZalActivator.java:92)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.createInjector(ZalActivator.java:64)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.getInjector(ZalActivator.java:55)
        at com.sap.ip.bi.zen.scripting.ui.ZalActivator.start(ZalActivator.java:34)
        at com.sap.ip.bi.zen.ui.ZenUiPlugin.start(ZenUiPlugin.java:95)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
        at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
        at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
        at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
        at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
        at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    !ENTRY org.eclipse.osgi 4 0 2014-05-13 11:01:57.520
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.xtext.ui.shared (407).
    !STACK 0
    org.osgi.framework.BundleException: The activator org.eclipse.xtext.ui.shared.internal.Activator for bundle org.eclipse.xtext.ui.shared is invalid
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:172)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:679)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:35)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:461)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.getSharedStateModule(ZalActivator.java:92)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.createInjector(ZalActivator.java:64)
        at com.sap.ip.bi.zen.scripting.ui.internal.ZalActivator.getInjector(ZalActivator.java:55)
        at com.sap.ip.bi.zen.scripting.ui.ZalActivator.start(ZalActivator.java:34)
        at com.sap.ip.bi.zen.ui.ZenUiPlugin.start(ZenUiPlugin.java:95)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:478)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:263)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:109)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:395)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
        at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
        at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
        at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
        at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
        at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: java.lang.NoClassDefFoundError: org/eclipse/core/resources/IResourceChangeListener
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
        at java.lang.Class.getConstructor0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:167)
        ... 56 more

    Is this a new install or an update?
    Are you meeting the requirements per the PAM (browser)? https://websmp205.sap-ag.de/~sapidb/011000358700001013822013E

  • Error - Generating WebI report with Multi-Source universe (.unx)

    Hello ,
    While creating WebI report from multisource universe (.unx) , created using
    relational connection with SAP BW JCO connector , following JCO exception is
    cropping up
    Database error: [Data Federator Driver] [Server] [Connector 'Test_RCN_01'] SAP
    NetWeaver BW has reported an exception: com.sap.conn.jco.JCoException: (101)
    JCO_ERROR_CONFIGURATION: Server configuration for DF_SERV-bitest-3300-NOSNC is
    already used for a running server. (IES 10901) (WIS 10901)
    Steps followed for Multi-source universe creation
    1. creating relation connection ( Passed)
    2. Creating Data foundation using this connection (passed)
    3. Mapping two parameters (programIDMapping, hostname ) with RFC destination and
    BW FQDN ( passed )
    4. Creating Business layer for this Data foundation (passed)
    5. Open webintelligence with SSO and while creating the reports using the .unx ,
    the above error is coming
    already implemented SAP note no 1638647
    System used
    SAP BW 7.1 with EHP 1 and SP 10
    SAP BI 4.0 SP2
    Data federation service admin tool version 14.0.2
    thanks,
    Rajib

    Hi,
    try with this.
    Starting the Gateway Service on the Message Server resolved this issue.
    There have also been reports of this issue when name resolution issues occur between the client and the Message Server machine.  As a test, you can add the Message Server name and IP address to the Windows\System32\Drivers\etc\hosts file.
    Or check SAP note 1590518.
    Thanks,
    Amit

  • Error after deploying the application in PI java system

    Hi all,
    I have created a test web dynpro java application and deployed in PI7.1 java engine. Using the JCO's maintained i hav connected to ECC7.1 system and created a model to call a bapi. After deploying and running the application, I got the following error. Please let me know the solution
    Regards
    Sagar
        500   Internal Server Error  SAP NetWeaver Application Server/Java AS 
    The initial exception that caused the request to fail, was:
    java.lang.NullPointerException
        at com.sap.conn.jco.rt.DefaultDestinationManager.checkProperties(DefaultDestinationManager.java:405)
        at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:142)
        at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
        at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
        at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
        ... 82 more
    See full exception chain for details.
    Failed to process request. Please contact your system administrator.
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    For further information about the Web Dynpro error page, error analysis and a description of well-known error situations, see SAP note 1113811.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; GTB6.3)
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Java Applets enabled
    Accessibility mode disabled
    Rendering engine: Lightspeed
    Inline CSS:  enabled
    Validate by rendering:  enabled
    Server
    Web Dynpro Runtime vendor: 'sap.com', name: 'tc/wd/webdynpro', location: 'SAP AG', counter: '7.1100.20081021173332.0000', change number: '28470', codeline: NW711_00_REL
    J2EE Engine 7.11.3710.27866.20080910102732
    System ID (SID) PID
    Server Node ID |1698650|16986|Server 00 00_16986|sappidev01.xtium.com/10.255.30.89|SERVER|RUNNING
    Java VM SAP Java 64-Bit Server VM, version:5.1.027, vendor: SAP AG
    Operating system Windows 2003, version: 5.2, architecture: amd64
    Application
    Java EE Application (deployable object) demo.sap.com/pegatest
    Web Dynpro Application Pegatestappli
    Request URI /webdynpro/dispatcher/demo.sap.com/pegatest/Pegatestappli
    Version vendor: 'demo.sap.com', name: 'pegatest', location: 'localDevelopment', counter: '20100112141118', change number: 'null'
    Session & Other
    Session Locale en_US
    Session Timezone Pacific Standard Time
    Time of Failure Tue Jan 12 00:39:45 PST 2010 (Java Time: 1263285585307)
    Session User ClientUser(id=USER.R3_DATASOURCE.J2EE_ADMIN, name=J2EE_ADMIN)
    Client Session Id bxuvisJvMVwF2Jn5_M0-ODXALydDRLAhJgFa6xkA_SAP
    Client Window Id 09190ac2ff5611dea2480050568315be
    Application Session Id 09190ac3ff5611dea70e0050568315be
    Web Dynpro Code Generation Infos
    demo.sap.com/pegatest
    Error Information
    Detailed Exception Chain
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exception was thrown in preprocessing phase of application session ApplicationSession(id=09190ac3ff5611dea70e0050568315be, name=com.sap.demo.pegatest.pegatestappli.Pegatestappli). The causing exception is nested. RID=09190ac0ff5611deb9b80050568315be
      at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:680)
      at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:239)
      at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:258)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:202)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
      at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:92)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:104)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
      at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:140)
      at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:37)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
      at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:291)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:396)
      at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:385)
      at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:48)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:76)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:240)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:78)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
      at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:43)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:42)
      at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
      at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
      at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:457)
      at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:250)
      at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:45)
      at com.sap.engine.core.thread.execution.Executable.run(Executable.java:109)
      at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:314)
    Caused by: com.sap.tc.webdynpro.progmodel.context.DictionaryException: InvocationTargetException
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:192)
      at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:434)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:978)
      at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:294)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:950)
      at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:954)
      at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:69)
      at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:205)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:552)
      at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doPreprocessing(ClientApplication.java:1296)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoPreprocessing(AbstractExecutionContextDispatcher.java:146)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppPreprocessing.doService(DispatchHandlerForAppPreprocessing.java:35)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
      at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:95)
      at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoPreprocessing(ExecutionContextDispatcher.java:100)
      at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:74)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:571)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:602)
      at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doPreprocessing(ApplicationSession.java:252)
      at com.sap.tc.webdynpro.clientserver.session.ClientSession.doPreprocessing(ClientSession.java:677)
      ... 48 more
    Caused by: com.sap.dictionary.runtime.DdException: InvocationTargetException
      at com.sap.dictionary.runtime.ProviderFactory4J7.getProvider(ProviderFactory4J7.java:36)
      at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:96)
      at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:75)
      at com.sap.dictionary.runtime.DdDictionaryPool.makeDictionary(DdDictionaryPool.java:63)
      at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:224)
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler._getScalarType(DictionaryHandler.java:462)
      at com.sap.tc.webdynpro.progmodel.context.DictionaryHandler.getDataType(DictionaryHandler.java:171)
      ... 67 more
    Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
      at com.sap.dictionary.runtime.ProviderFactory4J7.getProvider(ProviderFactory4J7.java:21)
      ... 73 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination DEV_ECC6_220_METADATA does not exist
      at com.sap.mdi.jco7.Factory.makeException(Factory.java:41)
      at com.sap.mdi.jco7.Destination.<init>(Destination.java:35)
      at com.sap.mdi.jco7.Destination.make(Destination.java:21)
      at com.sap.mdi.jco7.Factory.getDestination(Factory.java:28)
      at com.sap.dictionary.runtime.mdi.DataProvider.<init>(DataProvider.java:115)
      ... 78 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination DEV_ECC6_220_METADATA does not exist
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:163)
      at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
      at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
      at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
      at com.sap.mdi.jco7.Destination.<init>(Destination.java:32)
      ... 81 more
    Caused by: java.lang.NullPointerException
      at com.sap.conn.jco.rt.DefaultDestinationManager.checkProperties(DefaultDestinationManager.java:405)
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:142)
      ... 85 more

    yes, you are getting Cross Origin Problem .So, you need to disable the web security for chrome.
    Go to properties of chrome , and add this after path of chrome.
    --disable-web-security
    After this restart the chrome.
    Please follow the below link for reference.
    windows - Is it possible to run Chrome with and without web security at the same time? - Super User
    Regards
    Sridevi

  • Error sending IDOC from JCO Client to PI AEX 7.3.1

    Hi All
    We have a requirement to send an IDOC from a non SAP System to our ECC via PI AEX :
    JCO.Client --> PI AEX --> SAP ECC
    At this time, we are testing this scenario with a JAVA Client with JCO Library (3.0.10).
    Destination to PI is OK
    Destination to our SAP ECC (for IDocRepository) is OK
    But by sending the IDOC to PI we are getting the following error, Exception is raised on the PI System and sent back to the JCO Client :
    com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: while trying to invoke the method java.lang.Object.hashCode() of an object loaded from local variable 'key' (raised by system <extern>|PiSystem)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:670)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1881)
        at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1120)
        at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:953)
        at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1465)
        at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:319)
        at com.sap.conn.idoc.jco.JCoIDoc.send(JCoIDoc.java:323)
        at com.sap.conn.idoc.jco.JCoIDoc.send(JCoIDoc.java:353)
        at sap_connector_examples.IDocClientExampleToJavaPO_pbs.main(IDocClientExampleToJavaPO_pbs.java:97)
    Caused by: RfcException: [<extern>|PiSystem]
        message: while trying to invoke the method java.lang.Object.hashCode() of an object loaded from local variable 'key'
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 104
        key: RFC_ERROR_SYSTEM_FAILURE
    Exception raised by <extern>|PiSystem
    PI Destination:
    jco.destination.repository_destination=ABAP_AS_WITHOUT_POOL
    jco.client.gwhost=PiSystem
    jco.client.gwserv=sapgw01
    jco.client.tpname=XI_IDOC_DEFAULT_PID
    jco.client.type=E
    ECC Destination: (ABAP_AS_WITHOUT_POOL)
    jco.client.lang=en
    jco.client.client=100
    jco.client.passwd=****
    jco.client.user=User
    jco.client.sysnr=00
    jco.client.ashost=ECCSystem
    We have already set the PI VM System parameter  jco.allow_non_abap_partner to 1
    ECC User has S_RFC Rolle
    I will be thankful for any advise.
    Thank You
    Regards
    Stéphane

    Hi
    InboundRA (Resource Adapter) is green (Fully available).
    What do you mean by maintaining JCO RFC Destination in PI ?
    We have set the inboundRA Properties has follow :
    ProgramID : XI_IDOC_DEFAULT_PID
    DestinationName : XI_IDOC_DEFAULT_DESTINATION
    Local: true
    mutliRepository : ED1=XI_IDOC_DEFAULT_DESTINATION_ED1;ES4=XI_IDOC_DEFAULT_DESTINATION_ES4;MD1=XI_IDOC_DEFAULT_DESTINATION_MD1;ES1=XI_IDOC_DEFAULT_DESTINATION_ES1;PD1=XI_IDOC_DEFAULT_DESTINATION_PD1;
    GatewayServer and Service are pointing to our PI System
    BindingKey : PI_AAE_IDOC
    And for each Repository we created a destination in NWA pointing to the corresponding ECC System.
    (target host pointing to the ECC System and the Gateway host  pointing to the PI System)
    Our Installation isn't new but it is the first time we are configuring the System for this scenario:
    JCO.client --> PI AEX
    Regards
    Stéphane

  • JCoDestination Problem: JCO_ERROR_RESOURCE: Destination does not exist

    Hello Experts,
    I followed the JCo3 tutorial of accessing backend ABAP system.
    I implemented the following code:
    File configuration = new File(JCO_DESTINATION_APP +".jcoDestination");
    if(!configuration.exists() || updateprovider) {
       Properties properties = new Properties();
       properties.setProperty(DestinationDataProvider.JCO_ASHOST, Configuration.getInstance().ashost);
       properties.setProperty(DestinationDataProvider.JCO_SYSNR, Configuration.getInstance().sysnr);
       properties.setProperty(DestinationDataProvider.JCO_CLIENT, Configuration.getInstance().client);
       properties.setProperty(DestinationDataProvider.JCO_USER, Configuration.getInstance().user);
       properties.setProperty(DestinationDataProvider.JCO_PASSWD, Configuration.getInstance().passwd);
       properties.setProperty(DestinationDataProvider.JCO_LANG, Configuration.getInstance().lang);
       properties.setProperty(DestinationDataProvider.JCO_POOL_CAPACITY, "" + Configuration.getInstance().connections);
       properties.setProperty(DestinationDataProvider.JCO_PEAK_LIMIT, "" + Configuration.getInstance().connections);
       FileOutputStream fos = new FileOutputStream(configuration, false);
       properties.store(fos, JCO_DESTINATION_APP);
       fos.close();
    When I execute the following code:
    this.getDestination().getAttributes()
    I get the following error:
    com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination JCO_DESTINATION_APP does not exist
         at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:163)
         at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:292)
         at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:90)
         at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:61)
         at com.exz.app.common.helper.IntegrationPlatformAccessor.getDestination(IntegrationPlatformAccessor.java:83)
         at com.exz.app.common.helper.IntegrationPlatformAccessor.<init>(IntegrationPlatformAccessor.java:67)
         at com.exz.app.common.helper.IntegrationPlatformAccessor.getInstance(IntegrationPlatformAccessor.java:32)
         at com.exz.app.interfacemng.services.Template_WebService.<init>(Template_WebService.java:34)
         at com.exz.app.interfacemng.services.ConfigurationScenarioServiceClient.<init>(  ...
    What am I missing?
    Regards.

    As a starter it might be best to take try out the examples that ship with the JCo3 distribution. I cannot comment much on your code, as it's an excerpt and doesn't show everything. E.g. I have no clue what the line this.getDestination().getAttributes() means; usually you retrieve destinations via the class JCoDestinationManager and there you always have to at least provide the name of the destination.
    So let me give some generic comments instead:
    <ul style="list-style:circle">
    <li>Properties for destinations can be returned via a class that implements the interface DestinationDataProvider; you can register your own implementation (once) via static method Environment.registerDestinationDataProvider().</li>
    <li>SAP ships the JCo with a generic file handler for providing destination attributes: It basically searches in the current directory (i.e. from where you started your application) for client destinations with the given name and extension ".jcoDestination" (server destinations use extension ".jcoServer"). As far as I remember you can also change the directory where those destination property files are searched for by setting System property "jco.destinations.dir".</li>
    <li>I strongly recommend registering your own DestinationDataProvider (or ServerDataProvider) and so does SAP; this is especially true if you get your properties from somewhere else (as it seems to be in your case) or want some specific processing (e.g. use encrypted passwords in your properties that you decrypt upon loading).</li>
    <li>For troubleshooting your existing coding I'd verify that you did actually create the file with the properties and that the file name (without the extension) matches the name that you use when trying to retrieve the destination.</li>
    </ul>
    Cheers, harald

  • JCO3: NullPointerException unregistering server with custom repository

    Hello,
    I have a JCO 2 project running on a J2EE server that we ported over to JCO3, and the ultimate issue is that when I
    stop the JCoServer in the application, it's throwing a null pointer exception.  Seemingly because the JCoServers
    are in a higher classloader, they are still there on restart, and then I get the NullPointerException trying to
    recreate the server as well.  I very well may be doing something totally wrong here...
    I'm creating the Data Provider, Repository, and Server as follows:
    ========================================================
    // This is a simple implementation of ServerDataProvider
    markviewDataProvider = new MarkviewServerDataProvider();
    if (!Environment.isServerDataProviderRegistered()){
      log.debug("Registering data provider");
      Environment.registerServerDataProvider(markviewDataProvider);
    else{
      log.error("Data provider already registered.");
      throw new IllegalStateException("Data provider already registered.  Please restart application server.");
    // Create the neccessary properties and assign to data provider
    // Their values are being read from a database
    serverProperties.setProperty(ServerDataProvider.JCO_GWSERV, rfcServerInfo.getGatewayServer());
    serverProperties.setProperty(ServerDataProvider.JCO_GWHOST, rfcServerInfo.getGatewayHost());
    serverProperties.setProperty(ServerDataProvider.JCO_PROGID, rfcServerInfo.getProgramId());
    serverProperties.setProperty(ServerDataProvider.JCO_CONNECTION_COUNT, maxConnections.toString());
    //XXX: We have to get this to work or else the server will not restart correctly
    //More on this later.
    //serverProperties.setProperty(ServerDataProvider.JCO_REP_DEST, "custom destination");
    markviewDataProvider.setServerProperties(serverName, serverProperties);
    // Get back the configured server from the factory.
    JCoServer server;
    try
      server = JCoServerFactory.getServer(serverName);
    catch(JCoException ex)
      throw new RuntimeException("Unable to create the server " + serverName
      + ", because of " + ex.getMessage(), ex);
    // rfcRepository is a singleton that contains
    // repository = JCo.createCustomRepository(name);  
    // and methods to add structures to the repository            
    server.setRepository(rfcRepository.exposeRepository());
    // add in the handlers, start the server
    ========================================================
    So...the first issue is this: if I set ServerDataProvider.JCO_REP_DEST to anything, the program won't run because
    it looks for the repository host connection info in a text file with that name, just like the example code does. 
    According to the javadoc, custom repositories don't have a destination, so it seems this property should be NULL. 
    Yet if I leave that property null, it works fine...until I need to stop the server (or, I get the same error when
    the above code runs again on restart, as the JCoServerFactory.getServer code runs in both places - tries to refresh
    a server that survived the restart as it failed to shut down due to the error).
    For completeness, the shutdown code essentially reads:
    =========================================================
    JCoServer server = JCoServerFactory.getServer(serverName);
    server.stop();
    =========================================================
    Then what happens is this:
    java.lang.NullPointerException
            at com.sap.conn.jco.rt.StandaloneServerFactory.compareServerCfg(StandaloneServerFactory.java:91)
            at com.sap.conn.jco.rt.StandaloneServerFactory.getServerInstance(StandaloneServerFactory.java:116)
            at com.sap.conn.jco.server.JCoServerFactory.getServer(JCoServerFactory.java:56)
            at com.markview.integrations.sap.gateway.sap2mv.JCoServerController.destroy(JCoServerController.java:310)
    I decompiled and debugged StandaloneServerFactory and I'm seeing this in compareServerCfg:
    =========================================================
            key = "jco.server.repository_destination";
            if(!current.getProperty(key).equals(updated.getProperty(key)))
                return CompareResult.CHANGED_RESTART;
            } else
                return CompareResult.CHANGED_UPDATE;
    =========================================================
    Clearly, if getProperty() returns null, the .equals is going to raise NullPointerException, so this appears to be
    the cause of that error.  In other words, if this code runs, I'm going to have this problem because the property
    needs to (seemingly) be null for my program to run at all.
    Any insights on how to fix this / work around this would be greatly appreciated!
    Thanks in advance,
    Corey

    <div style="width:58em;text-align:left">
    Whoa, a long posting and I'm not sure I read it thoroughly enough to fully understand your problem - so please be patient with me if any comments are silly...
    Your RFC server program provides an implementation for your own ServerDataProvider. If you reference a repository destination the default DestinationDataProvider implemented will look for a file name with the repository and extension .jcoDestination. If you don't like this behavior you simply need to provide your own implementation and register it, same as you did for the server data.
    According to the javadoc, custom repositories don't have a destination, so it seems this property should be NULL.
    Not sure where you found this. I'm assuming that you're talking about com.sap.conn.jco.JCoCustomRepository, which can of course be backed by a destination, i.e. see the comments in method setDestination:
    <div style="text-align:left">Set the destination for the remote queries.
    If the requested meta data objects are not available in the repository cache, i.e. not set by the application, the remote query to the specified destination will be started. Default value is null meaning the remote queries are not allowed.
    Note: As soon the destination is provided, the repository can contain mixed meta data - set statically by the application and requested dynamically from the ABAP backend.</div>
    I usually prefer using a connection to a backend providing the meta data instead of hard coding the meta data insertion into a custom repository. As the data is cached this introduces an acceptable overhead for retrieving meta data for long running server programs.
    Anyhow, when you create your custom repository via JCo.createCustomRepository(java.lang.String name) you obviously must give it a name. That's the name I'd expect in the server data as a reference for your repository (property ServerDataProvider.JCO_REP_DEST). However, if your custom repository is not backed by a complete online repository you obviously have to ensure that all meta data is already provided.
    So for testing it might be interesting to see if adding a JCoDestination to your custom repository helps. Another option might be to enable tracing and see what goes wrong...
    Cheers, harald
    </div>

  • JAVA server stop with 2150 service unavailable in sap pi

    Hi,
    I am facing issue after failed support patch upgrade in sap pi 7.1 ehp 1.
    Java is not starting. Please help log is below.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        3228
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:24:43 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -nodeId=2
      arg[ 2] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 3] : -DSAPINFO=PID_00_server0
      arg[ 4] : -hostvm
      arg[ 5] : -nodeName=ID2463250
      arg[ 6] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 7] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 8] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[ 9] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[10] : -DSAPSTART=1
      arg[11] : -DSAPSYSTEM=00
      arg[12] : -DSAPSYSTEMNAME=PID
      arg[13] : -DSAPMYNAME=usatlsv117_PID_00
      arg[14] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[15] : -DFRFC_FALLBACK=ON
      arg[16] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:24:43 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************

    I [Thr 7080] Tue Sep 02 02:24:44 2014
    I  [Thr 7080] MtxInit: 10002 0 2
    I  [Thr 7080] MPI: dynamic quotas disabled.
    I  [Thr 7080] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 7080] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 7080] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 7080] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 7080] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 7080] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 7080] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 7080] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:24:44 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=3228
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 6924] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:24:45 2014
    J  1.887: [GC 1.887: [ParNew: 429056K->5751K(476672K), 0.0161568 secs] 429063K->5759K(1525248K), 0.0163708 secs]

    F [Thr 6924] Tue Sep 02 02:24:46 2014
    F  [Thr 6924] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 6924] *** LOG    state real time: 2.437 CPU time: 0.453 sys, 2.828 usr
    F  [Thr 6924] *** LOG    total real time: 2.437 CPU time: 0.453 sys, 2.828 usr
    F  [Thr 6924]
    F  [Thr 6924] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 6924] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 6924] *** LOG    total real time: 2.437 CPU time: 0.453 sys, 2.828 usr
    F  [Thr 6924]

    F [Thr 2080] Tue Sep 02 02:24:50 2014
    F  [Thr 2080] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:24:56 2014
    J  12.669: [GC 12.669: [ParNewJ 
    J Tue Sep 02 02:24:57 2014
    : 434807K->47616K(476672K), 0.3151169 secs] 435328K->90877K(1525248K), 0.3153873 secs]

    F [Thr 7164] Tue Sep 02 02:25:05 2014
    F  [Thr 7164] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 7164] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 7164] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        2400
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:25:52 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:25:52 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 3860] MtxInit: 10002 0 2
    I  [Thr 3860] MPI: dynamic quotas disabled.
    I  [Thr 3860] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 3860] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 3860] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 3860] CCMS uses Shared Memory Key 73 for monitoring.

    M [Thr 3860] Tue Sep 02 02:25:53 2014
    M  [Thr 3860] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 3860] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 3860] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 3860] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:25:53 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=2400
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 780] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:25:54 2014
    J  1.887: [GC 1.887: [ParNew: 429056K->5753K(476672K), 0.0159590 secs] 429063K->5761K(1525248K), 0.0161560 secs]

    F [Thr 780] Tue Sep 02 02:25:55 2014
    F  [Thr 780] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 780] *** LOG    state real time: 2.328 CPU time: 0.343 sys, 3.000 usr
    F  [Thr 780] *** LOG    total real time: 2.328 CPU time: 0.343 sys, 3.000 usr
    F  [Thr 780]
    F  [Thr 780] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 780] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 780] *** LOG    total real time: 2.328 CPU time: 0.343 sys, 3.000 usr
    F  [Thr 780]

    F [Thr 2564] Tue Sep 02 02:25:59 2014
    F  [Thr 2564] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:26:20 2014
    J  27.372: [GC 27.372: [ParNew: 434809K->47616K(476672K), 0.3671732 secs] 435338K->93001K(1525248K), 0.3674017 secs]

    F [Thr 4160] Tue Sep 02 02:26:30 2014
    F  [Thr 4160] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 4160] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 4160] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        6984
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:27:04 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:27:04 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 4780] MtxInit: 10002 0 2
    I  [Thr 4780] MPI: dynamic quotas disabled.
    I  [Thr 4780] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%

    M [Thr 4780] Tue Sep 02 02:27:05 2014
    M  [Thr 4780] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 4780] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 4780] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 4780] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 4780] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 4780] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 4780] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:27:05 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=6984
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 1340] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:27:06 2014
    J  1.902: [GC 1.902: [ParNew: 429056K->5751K(476672K), 0.0129215 secs] 429063K->5759K(1525248K), 0.0131458 secs]

    F [Thr 1340] Tue Sep 02 02:27:07 2014
    F  [Thr 1340] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 1340] *** LOG    state real time: 2.484 CPU time: 0.359 sys, 3.031 usr
    F  [Thr 1340] *** LOG    total real time: 2.484 CPU time: 0.359 sys, 3.031 usr
    F  [Thr 1340]
    F  [Thr 1340] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 1340] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 1340] *** LOG    total real time: 2.484 CPU time: 0.359 sys, 3.031 usr
    F  [Thr 1340]

    F [Thr 7080] Tue Sep 02 02:27:11 2014
    F  [Thr 7080] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:27:16 2014
    J  11.641: [GC 11.641: [ParNewJ 
    J Tue Sep 02 02:27:17 2014
    : 434807K->47616K(476672K), 0.3650486 secs] 435337K->93577K(1525248K), 0.3653062 secs]

    F [Thr 3508] Tue Sep 02 02:27:24 2014
    F  [Thr 3508] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 3508] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 3508] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        6824
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:27:57 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:27:57 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 3256] MtxInit: 10002 0 2
    I  [Thr 3256] MPI: dynamic quotas disabled.
    I  [Thr 3256] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 3256] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 3256] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 3256] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 3256] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 3256] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 3256] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 3256] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:27:57 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=6824
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 5160] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:27:59 2014
    J  1.855: [GC 1.856: [ParNew: 429056K->5734K(476672K), 0.0159448 secs] 429063K->5742K(1525248K), 0.0161384 secs]

    F [Thr 5160] Tue Sep 02 02:27:59 2014
    F  [Thr 5160] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 5160] *** LOG    state real time: 2.375 CPU time: 0.406 sys, 2.906 usr
    F  [Thr 5160] *** LOG    total real time: 2.375 CPU time: 0.406 sys, 2.906 usr
    F  [Thr 5160]
    F  [Thr 5160] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 5160] *** LOG    state real time: 0.015 CPU time: 0.000 sys, 0.031 usr
    F  [Thr 5160] *** LOG    total real time: 2.390 CPU time: 0.406 sys, 2.937 usr
    F  [Thr 5160]

    F [Thr 3804] Tue Sep 02 02:28:03 2014
    F  [Thr 3804] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:28:08 2014
    J  10.938: [GC 10.938: [ParNew: 434790K->47616K(476672K), 0.3162156 secs] 435321K->93746K(1525248K), 0.3164450 secs]

    F [Thr 7028] Tue Sep 02 02:28:15 2014
    F  [Thr 7028] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 7028] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 7028] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        3608
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:29:06 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:29:06 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 4340] MtxInit: 10002 0 2
    I  [Thr 4340] MPI: dynamic quotas disabled.
    I  [Thr 4340] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 4340] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 4340] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 4340] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 4340] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 4340] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 4340] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 4340] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:29:06 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=3608
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45] = -Djava.security.egd=file:/dev/urandom
    F    arg[46] = -Djava.awt.headless=true
    F    arg[47] = -Djmx.invoke.getters=true
    F    arg[48] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[49] = -Djava.io.tmpdir=./temp
    F    arg[50] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[51] = -XX:-TraceClassUnloading
    F    arg[52] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[53] = -XX:+DisableExplicitGC
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:+PrintGCTimeStamps
    F    arg[56] = -XX:HeapDumpPath=OOM.hprof
    F    arg[57] = -XX:+UseConcMarkSweepGC
    F    arg[58] = -XX:TargetSurvivorRatio=90
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[61] = -XX:MaxErrorQueueLength=200
    F    arg[62] = -verbose:gc
    F    arg[63] = -XX:SurvivorRatio=9
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    J  (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    J  (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    F  [Thr 7024] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method arguments:
    F    arg[ 0] = -DSAPSTART=1
    F    arg[ 1] = -DSAPSYSTEM=00
    F    arg[ 2] = -DSAPSYSTEMNAME=PID
    F    arg[ 3] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 4] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[ 5] = -DFRFC_FALLBACK=ON
    F    arg[ 6] = -DFRFC_FALLBACK_HOST=localhost
    F  ********************************************************************************

    J Tue Sep 02 02:29:08 2014
    J  1.824: [GC 1.824: [ParNew: 429056K->5740K(476672K), 0.0139839 secs] 429063K->5748K(1525248K), 0.0141350 secs]

    F [Thr 7024] Tue Sep 02 02:29:08 2014
    F  [Thr 7024] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 7024] *** LOG    state real time: 2.234 CPU time: 0.359 sys, 2.937 usr
    F  [Thr 7024] *** LOG    total real time: 2.234 CPU time: 0.359 sys, 2.937 usr
    F  [Thr 7024]
    F  [Thr 7024] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 7024] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 7024] *** LOG    total real time: 2.234 CPU time: 0.359 sys, 2.937 usr
    F  [Thr 7024]

    F [Thr 5004] Tue Sep 02 02:29:12 2014
    F  [Thr 5004] *** WARNING => SfCFramework::registerNatives: failed for com.sap.conn.rfc.driver.CpicDriver [sfxxifrw.hpp 167]

    J Tue Sep 02 02:29:18 2014
    J  12.580: [GC 12.580: [ParNewJ 
    J Tue Sep 02 02:29:19 2014
    : 434796K->47616K(476672K), 0.3256880 secs] 435332K->95328K(1525248K), 0.3259093 secs]

    F [Thr 3460] Tue Sep 02 02:29:26 2014
    F  [Thr 3460] *** LOG => SfCJavaVm: exit hook is called. (rc = 2150)
    F  [Thr 3460] *** LOG => exiting (exitcode 2150, retcode 1).
    M  [Thr 3460] CCMS: CCMS Monitoring Cleanup finished successfully.
    trc file: "C:\usr\sap\PID\DVEBMGS00\work\dev_server0", trc level: 1, release: "711"
    sysno      00
    sid        PID
    systemid   562 (PC with Windows NT)
    relno      7110
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    pid        5224
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Tue Sep 02 02:30:00 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : C:\usr\sap\PID\DVEBMGS00\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[ 4] : -DSAPINFO=PID_00_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID2463250
      arg[ 7] : -file=C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=C:\usr\sap\PID\DVEBMGS00\work\jstart.jvm
      arg[ 9] : -traceFile=C:\usr\sap\PID\DVEBMGS00\work\dev_server0
      arg[10] : -javaOutFile=C:\usr\sap\PID\DVEBMGS00\work\jvm_server0.out
      arg[11] : -DSAPSTART=1
      arg[12] : -DSAPSYSTEM=00
      arg[13] : -DSAPSYSTEMNAME=PID
      arg[14] : -DSAPMYNAME=usatlsv117_PID_00
      arg[15] : -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
      arg[16] : -DFRFC_FALLBACK=ON
      arg[17] : -DFRFC_FALLBACK_HOST=localhost

    F Tue Sep 02 02:30:00 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5
    F    vendor            : SAP AG
    F    version           : 1.5.0_14
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 5.1.027
    F    jvm library name  : jvm.dll
    F    library path      : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin
    F    executable path   : C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 6284] MtxInit: 10002 0 2
    I  [Thr 6284] MPI: dynamic quotas disabled.
    I  [Thr 6284] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 6284] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=1002;cur=2048)
    M  [Thr 6284] CCMS: Detected Double Stack (parameter "rdisp/j2ee_start" is active)
    M  [Thr 6284] CCMS uses Shared Memory Key 73 for monitoring.
    M  [Thr 6284] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    M  [Thr 6284] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    M  [Thr 6284] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 6284] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Tue Sep 02 02:30:00 2014
    F  ********************************************************************************
    F  SAP JVM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPSTART=1
    F    arg[ 6] = -DSAPSYSTEM=00
    F    arg[ 7] = -DSAPSYSTEMNAME=PID
    F    arg[ 8] = -DSAPMYNAME=usatlsv117_PID_00
    F    arg[ 9] = -DSAPPROFILE=C:\usr\sap\PID\SYS\profile\PID_DVEBMGS00_usatlsv117
    F    arg[10] = -DFRFC_FALLBACK=ON
    F    arg[11] = -DFRFC_FALLBACK_HOST=localhost
    F    arg[12] = -Xjvmx
    F    arg[13] = -XsapSystem:00
    F    arg[14] = -DSAPSTARTUP=1
    F    arg[15] = -DSAPDBHOST=usatlsv117
    F    arg[16] = -DSAPINFO=PID_00_server0
    F    arg[17] = -Dj2ee.dbhost=usatlsv117
    F    arg[18] = -Dsun.java.launcher=jstart
    F    arg[19] = -Dsun.java.command=com.sap.engine.boot.Start  -DSAPSTART=1 -DSAPSYSTEM=00 -DSAPSYSTEMNAME=PID -DSAPMYNAME=usatlsv117_PID_00 -DSAPPROFILE=C:\\usr\\sap\\PID\\SYS\\profile\\PID_DVEBMGS00_usatlsv117 -DFRFC_FALLBACK=ON -DFRFC_FALLBACK_HOST=localhost
    F    arg[20] = -Djstartup.mode=JSTART
    F    arg[21] = -Djstartup.whoami=server
    F    arg[22] = -Djstartup.ownProcessId=5224
    F    arg[23] = -Djstartup.ownHardwareId=Q1489088110
    F    arg[24] = -Djstartup.debuggable=yes
    F    arg[25] = -DLoadBalanceRestricted=no
    F    arg[26] = -XdebugPortRange:50021-50021
    F    arg[27] = -Denv.class.path=
    F    arg[28] = -Dsys.global.dir=C:\usr\sap\PID\SYS\global
    F    arg[29] = -Dapplication.home=C:\usr\sap\PID\DVEBMGS00\exe
    F    arg[30] = -Djava.class.path=C:\usr\sap\PID\DVEBMGS00\exe\jstart71.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\jvmx.jar;C:\usr\sap\PID\DVEBMGS00\exe\jre\lib\iqlib.jar;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\lib\tools.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\jaas.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[31] = -Djava.library.path=C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin\server;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\bin;C:\usr\sap\PID\DVEBMGS00\j2ee\os_libs;C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\bin;C:\usr\sap\PID\DVEBMGS00\exe;C:\oracle\PID\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\j2sdk1.4.2_13-x64\bin;C:\Program Files (x86)\Windows Imaging;C:\Program Files\OmniBack\bin
    F    arg[32] = -XX:MaxNewSize=512m
    F    arg[33] = -Xms1536m
    F    arg[34] = -XX:PermSize=1536m
    F    arg[35] = -Xmx2560m
    F    arg[36] = -XX:NewSize=512m
    F    arg[37] = -XX:MaxPermSize=1536m
    F    arg[38] = -Drdbms.driverLocation=C:\usr\sap\PID\DVEBMGS00\exe\ojdbc14.jar
    F    arg[39] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[40] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[41] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[42] = -Dnetworkaddress.cache.ttl=10
    F    arg[43] = -Djco.jarm=1
    F    arg[44] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[45]

    stdout/stderr redirection
    node name   : server0
    host name   : usatlsv117
    system name : PID
    system nr.  : 00
    started at  : Tue Sep 02 03:32:31 2014
    JVMX version - Dec 11 2008 23:18:49 - 51_REL - optU - windows amd64 - bas2:113000 (mixed mode)
    (CompilerOracle read from file C:\usr\sap\PID\DVEBMGS00\exe\sapjvm_5\jre\.hotspot_compiler )
    (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [C:\usr\sap\PID\DVEBMGS00\j2ee\cluster\bin\index.list]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 63 ms
       Read the objects for 484 ms
       Substituted the values for 125 ms
    Finished reading kernel objects for 609 ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.11.3301.353173.20131008093148 SP 13] is starting server process [ID2463250] on host [usatlsv117]...
    Loading [LogManager]... [39329] ms
    Loading [PoolManager]... [15] ms
    Loading [ApplicationThreadManager]... [219] ms
    Loading [ThreadManager]... 46.066: [GC 46.066: [ParNew: 429056K->5700K(476672K), 0.0113643 secs] 429063K->5707K(1525248K), 0.0115702 secs]
    [31] ms
    Loading [ClassLoaderManager]... [16] ms
    Loading [ClusterManager]... [437] ms
    Loading [LockingManager]... [94] ms
    Loading [ConfigurationManager]... [1922] ms
    Loading [CacheManager]... [78] ms
    Loading [DatabaseManager]... [1047] ms
    Loading [SessionManager]... [1266] ms
    Loading [LicensingManager]... [31] ms
    Loading [ServiceManager]...
    Initialize components for : 203 ms.
    Resolve components for : 360 ms.
    Load components for 3437 ms.
    Loading services.
    Calculate startup service set for 469 ms.
      Service [webservices] started. [0] ms / [0] CPU ms
      Service [tc~je~security~api] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [0] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [0] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [0] ms / [0] CPU ms
      Service [runtimeinfo] started. [46] ms / [0] CPU ms
      Service [cluster] started. [15] ms / [0] CPU ms
      Service [memory] started. [156] ms / [46] CPU ms
      Service [timeout] started. [156] ms / [78] CPU ms
      Service [jmx_notification] started. [187] ms / [0] CPU ms
      Service [cross] started. [156] ms / [15] CPU ms
      Service [userstore] started. [125] ms / [0] CPU ms
      Service [log_configurator] started. [250] ms / [78] CPU ms
      Service [locking] started. [94] ms / [0] CPU ms
      Service [p4] started. [344] ms / [62] CPU ms
      Service [classload] started. [0] ms / [0] CPU ms
      Service [classload.facade] started. [0] ms / [0] CPU ms
      Service [msp] started. [62] ms / [15] CPU ms
      Service [classpath_resolver] started. [218] ms / [15] CPU ms
      Service [tc~sec~destinations~provider] started. [922] ms / [187] CPU ms
      Service [naming] started. [797] ms / [265] CPU ms
      Service [objectanalyzing] started. [47] ms / [0] CPU ms
      Service [file] started. [16] ms / [0] CPU ms
      Service [appclient] started. [93] ms / [0] CPU ms
      Service [tc~je~sca~ejb.plugin] started. [0] ms / [0] CPU ms
      Service [ts] started. [250] ms / [31] CPU ms
      Service [licensing] started. [16] ms / [0] CPU ms
      Service [engine.license.facade] started. [0] ms / [0] CPU ms
      Service [javamail] started. [359] ms / [62] CPU ms
      Service [connector] started. [469] ms / [78] CPU ms
      Service [library_container] started. [31] ms / [15] CPU ms
      Service [schemaprocessor~srv] started. [3078] ms / [953] CPU ms
      Service [http] started. [4078] ms / [218] CPU ms
    69.171: [GC 69.171: [ParNew: 434756K->47616K(476672K), 0.3116390 secs] 435300K->96608K(1525248K), 0.3119670 secs]
      Service [deploy] started. [16469] ms / [343] CPU ms
      Service [deploy.facade] started. [0] ms / [0] CPU ms
      Service [metadatarepository] started. [0] ms / [0] CPU ms
      Service [MigrationService] started. [31] ms / [15] CPU ms
      Service [engine.migservice.facade] started. [0] ms / [0] CPU ms
      Service [engine.migration.facade] started. [0] ms / [0] CPU ms
      Service [orpersistence] started. [359] ms / [46] CPU ms
      Service [dbpool] started. [2703] ms / [453] CPU ms
      Service [dbpool.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~sca~integration] started. [2891] ms / [1890] CPU ms
      Service [tc~je~dbcontainer~srv] started. [140] ms / [0] CPU ms
      Service [tc~je~sca~ws.plugin] started. [156] ms / [125] CPU ms
      Service [tc~je~cachemgmt~srv] started. [922] ms / [125] CPU ms
      Service [com.sap.security.core.ume.service] start ================= ERROR =================
    com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:402)
      at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
      at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)
      at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)
      at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)
      at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
      at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:177)
      at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:295)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:642)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getNewInstance(PrincipalDatabagFactory.java:228)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:170)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:240)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:157)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:103)
      at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:208)
      at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:263)
      ... 7 more
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:227)
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:550)
      at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:517)
      ... 14 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo700Proxy.<init>(R3JCo700Proxy.java:111)
      at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCoProxy.getInstance(R3JCoProxy.java:136)
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.doInitRfc(R3PersistenceBase.java:778)
      at com.sap.security.core.persistence.datasource.imp.R3Persistence.localInitialization(R3Persistence.java:258)
      at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:525)
      ... 15 more
    Caused by: com.sap.conn.jco.JCoException: (106) JCO_ERROR_RESOURCE: Destination UMEBackendConnection could not be created: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:208)
      at com.sap.conn.jco.rt.DefaultDestinationManager.searchDestination(DefaultDestinationManager.java:374)
      at com.sap.conn.jco.rt.DefaultDestinationManager.getDestinationInstance(DefaultDestinationManager.java:89)
      at com.sap.conn.jco.JCoDestinationManager.getDestination(JCoDestinationManager.java:86)
      at com.sap.security.core.persistence.datasource.imp.r3persistence.R3JCo700Proxy.<init>(R3JCo700Proxy.java:91)
      ... 19 more
    Caused by: java.lang.NoSuchMethodError: com.sap.security.core.server.destinations.lib.RFCDestinationCore.setLoginTicket(Ljava/lang/String;)V
      at com.sap.security.core.server.destinations.provider.DestinationsProviderFrame.getDestinationProperties(DestinationsProviderFrame.java:164)
      at com.sap.conn.jco.rt.DefaultDestinationManager.getProperties(DefaultDestinationManager.java:324)
      at com.sap.conn.jco.rt.DefaultDestinationManager.update(DefaultDestinationManager.java:161)
      ... 23 more
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [com.sap.security.core.ume.service] failed to start]

  • SAP Business One - Java Connector

    Hi All,
    <br/><br/>
    We have a SAP Business One Application installed on a laptop. The requirement is to be able to use the SAP Java API to update tables in the system. We are not allowed to connect directly to the database and was advised to use the API instead.
    <br/><br/>
    The downloaded API that we are using is "sapjco30P_6-10005324 32 bit.zip". I have included the dll file contained in this package in the WINDOWS/system32 folder. I am using Eclipse as IDE and already included the "sapjco3.jar" in the classpath.
    <br/><br/>
    First question: Am I using the right Java Connector for SAP Business One?
    <br/><br/>
    I got sample code on how to connect using JCO:
    <br/><br/>
    package sample;<br/><br/>
    import java.io.File;<br/>
    import java.io.FileOutputStream;<br/>
    import java.util.Properties;<br/>
    import java.util.concurrent.CountDownLatch;<br/><br/>
    import com.sap.conn.jco.AbapException;<br/>
    import com.sap.conn.jco.JCoContext;<br/>
    import com.sap.conn.jco.JCoDestination;<br/>
    import com.sap.conn.jco.JCoDestinationManager;<br/>
    import com.sap.conn.jco.JCoException;<br/>
    import com.sap.conn.jco.JCoField;<br/>
    import com.sap.conn.jco.JCoFunction;<br/>
    import com.sap.conn.jco.JCoFunctionTemplate;<br/>
    import com.sap.conn.jco.JCoStructure;<br/>
    import com.sap.conn.jco.JCoTable;<br/>
    import com.sap.conn.jco.ext.DestinationDataProvider;<br/><br/>
    public class StepByStepClient<br/>
    {<br/>
        static String ABAP_AS = "ABAP_AS_WITHOUT_POOL";<br/>
        static String ABAP_AS_POOLED = "ABAP_AS_WITH_POOL";<br/>
        static String ABAP_MS = "ABAP_MS_WITHOUT_POOL";<br/>
        static<br/>
        {<br/>
            Properties connectProperties = new Properties();<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_ASHOST, "localhost");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_SYSNR,  "06");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_CLIENT, "000");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_USER,   "manager"); //sapuser<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_PASSWD, "manager"); //sap1234<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_LANG,   "en");<br/>
            createDataFile(ABAP_AS, "jcoDestination", connectProperties);<br/><br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_POOL_CAPACITY, "3");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_PEAK_LIMIT,    "10");<br/>
            createDataFile(ABAP_AS_POOLED, "jcoDestination", connectProperties);<br/><br/>
            connectProperties.clear();<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_MSHOST, "localhost");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_R3NAME,  "SID");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_CLIENT, "000");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_USER,   "manager"); //sapuser<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_PASSWD, "manager"); //sap1234<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_GROUP, "GROUP");<br/>
            connectProperties.setProperty(DestinationDataProvider.JCO_LANG,   "en");<br/>
            createDataFile(ABAP_MS, "jcoDestination", connectProperties);<br/>
        }<br/><br/>
        static void createDataFile(String name, String suffix, Properties properties)<br/>
        {<br/>
            File cfg = new File(name"."suffix);<br/>
            if(!cfg.exists())<br/>
            {<br/>
                try<br/>
                {<br/>
                    FileOutputStream fos = new FileOutputStream(cfg, false);<br/>
                    properties.store(fos, "for tests only !");<br/>
                    fos.close();<br/>
                }<br/>
                catch (Exception e)<br/>
                {<br/>
                    throw new RuntimeException("Unable to create the destination file " + cfg.getName(), e);<br/>
                }<br/>
            }<br/>
        }<br/><br/>
        public static void step1Connect() throws JCoException<br/>
        {<br/>
            JCoDestination destination = JCoDestinationManager.getDestination(ABAP_AS);<br/>
            System.out.println("Attributes:");<br/>
            System.out.println(destination.getAttributes());<br/>
            System.out.println();<br/><br/>
            destination = JCoDestinationManager.getDestination(ABAP_MS);<br/>
            System.out.println("Attributes:");<br/>
            System.out.println(destination.getAttributes());<br/>
            System.out.println();<br/>
        }<br/><br/>
        public static void main(String[] args) throws JCoException<br/>
        {<br/>
            step1Connect();<br/>
        }<br/>
    }<br/>
    <br/><br/>
    Each time I run the application I run into an error:
    <br/><br/>
    Attributes:<br/>
    Exception in thread "main" com.sap.conn.jco.JCoException: (102) JCO_ERROR_COMMUNICATION: Connect to SAP gateway failed<br/>
    Connection parameters: TYPE=A DEST=ABAP_AS_WITHOUT_POOL ASHOST=localhost SYSNR=06 PCS=1<br/><br/>
    LOCATION    CPIC (TCP/IP) on local host with Unicode<br/>
    ERROR       connection to partner '127.0.0.1:3306' broken<br/>
    TIME        Mon May 09 10:46:46 2011<br/>
    RELEASE     720<br/>
    COMPONENT   NI (network interface)<br/>
    VERSION     40<br/>
    RC          -6<br/>
    MODULE      gwxx.c<br/>
    LINE        646<br/>
    DETAIL      NiIRead: P=127.0.0.1:3306; L=0.0.0.0:50496<br/>
    SYSTEM CALL GwRead<br/>
    ERRNO       10054<br/>
    ERRNO TEXT  WSAECONNRESET: Connection reset by peer<br/>
    COUNTER     2<br/><br/>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:662)<br/>
         at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.connect(MiddlewareJavaRfc.java:1362)<br/>
         at com.sap.conn.jco.rt.ClientConnection.connect(ClientConnection.java:721)<br/>
         at com.sap.conn.jco.rt.PoolingFactory.init(PoolingFactory.java:103)<br/>
         at com.sap.conn.jco.rt.ConnectionManager.createFactory(ConnectionManager.java:293)<br/>
         at com.sap.conn.jco.rt.DefaultConnectionManager.createFactory(DefaultConnectionManager.java:46)<br/>
         at com.sap.conn.jco.rt.ConnectionManager.getFactory(ConnectionManager.java:262)<br/>
         at com.sap.conn.jco.rt.RfcDestination.initialize(RfcDestination.java:509)<br/>
         at com.sap.conn.jco.rt.RfcDestination.getAttributes(RfcDestination.java:347)<br/>
         at com.sap.conn.jco.rt.RfcDestination.getAttributes(RfcDestination.java:27)<br/>
         at sample.StepByStepClient.step1Connect(StepByStepClient.java:74)<br/>
         at sample.StepByStepClient.main(StepByStepClient.java:304)<br/>
    Caused by: RfcException: [null]<br/>
        message: Connect to SAP gateway failed<br/>
    Connection parameters: TYPE=A DEST=ABAP_AS_WITHOUT_POOL ASHOST=localhost SYSNR=06 PCS=1<br/>
    <br/><br/>
    Second question: What seems to be the problem with my sample application? Do I need to use a different Java Connector for SAP Business One or SAP Business One does not support Java Connector?
    <br/><br/>
    Please help.
    <br/><br/>
    Thank you all.
    Edited by: kevinroy on May 9, 2011 4:51 AM

    Hi,<br/>
    Thank you very much for the reply. I am now able to move forward with what I am doing.<br/>
    I used the following code in connecting but am encountering an error:<br/>
    public class ConnectSAP {
         // company interface
         public ICompany company;
         private SBOErrorMessage errMsg = null;
         public static void main(String[] args) {
              ConnectSAP company = new ConnectSAP();
              company.conn();
         //method make connection andinitialize company instance
         public int conn() {
              int rc = 0;
              try {
                   company = SBOCOMUtil.newCompany();
                   company.setServer("192.168.0.216"); //192.168.0.216
                   company.setCompanyDB("SBODemoUS");
                   company.setUserName("manager");
                   company.setPassword("manager");
                   company.setDbServerType(SBOCOMConstants.BoDataServerTypes_dst_MSSQL2005);
                   company.setUseTrusted(new Boolean(false));
                   company.setLanguage(SBOCOMConstants.BoSuppLangs_ln_English);
                   company.setDbUserName("username"); 
                   company.setDbPassword("password");
                   //company.setAddonIdentifier("...");     
                   //company.setLicenseServer("...");
                   rc = company.connect();
                   if (rc == 0) {
                        System.out.println("Connected!");
                   } else {
                        errMsg = company.getLastError();
                        System.out.println(
                             "I cannot connect to database server: "
                                  + errMsg.getErrorMessage()
                                  + " "
                                  + errMsg.getErrorCode());
              } catch (Exception e) {
                   e.printStackTrace();
                   return -1;
              return rc;
         public void freeConnection(){
              company.disconnect();
    }<br/>
    I am getting the error "Failed to Connect to SBOCommon -111".<br/>
    Error is still the same even if I set UseTrusted to true and comment the DbUserName and DbPassword.<br/>
    Do I need to specify the license? Or login to SAP before connecting?<br/>
    Thank you.

Maybe you are looking for

  • Shrink to fit for microsoft word

    How to find and use 'Shrink To Fit' in Microsoft Word for mac. I have seen a few answers to this, but, none seem to grasp what 'Shrink To Fit' is. Shrink to fit allows the user to take one or more pages and shrink the content of those pages onto one

  • Really Transparent Windows...

    I saw lots of examples to fake a transparent window, thats fine for me... but what i couldn?t find out is if there is any way to make the "transparent" parts NOT clickable... when the user clicks the transparent part of the frame it passes this event

  • Is verizon really better than AT&T?

    I've seen so many ads tha say verizon is better and more reliable than AT&T. Is this really true? I've compared coverage maps, and they looks almost the same, except for LTE coverage, but as far as 3G goes, they look about the same. What makes verizo

  • Outdoor Access Points - coverage a Large outdoor area

    Hi all, I would like a suggestion for coverage a large outdoor area. I have critical restrictions to perform any equipment deployment. I have 2 km of radius to performe a wireless coverage, but I can put a Access Point just around the corners.Which A

  • Searching a chm

    Hi there, Anyone know how you search a chm for special characters? In our product, we have a group template with a [S] suffix. And I have documented these group templates in my help file. But if I want to find this section in the chm, how do I search