Net 8 does not start

Net 8 does not start when I give the command
# $ORACLE_HOME/bin/netasst
What could be the problem ? Is it a problem with my JAVA_HOME setting ?
My current JAVA_HOME points to a jdk1.3.1 path.
I am using Oracle 8.1.6 Enterprise Edition

Hello all,
I have the same problem. Could you send me the files
you mentioned in compress form (tar.gz) is the size
is less then 500K.
TIA and Best Regards,
Nadeem Kafi.
Simon Hughes (guest) wrote:
: Simon Hughes (guest) wrote:
: : Dist: RH6.0 [patched KDE1.1]
: : TNS_ADMIN is set.
: : DISPLAY is set.
: : Sqlplus to other databases work.
: : Hello there,
: : I have successfully installed an 8.1.5 client on my Linux
: laptop
: : and can connect without any problems via sqlplus to remote
: : databases.
: : However, I want to start to use Net8Assist to configure our
: : NameServers and clients. However, I enter the command :
: : netasst
: : and within a couple of seconds it returns to the command
prompt
: : without doing anything!
: : Advice would be welcome!
: : Thanks
: : Simon
: Hello there,
: I ran a strace on netasst and found that it was looking for
: /usr/local/jre/bin/i586/native_threads/jre when I have a
: 'green_threads' dir but no native_threads!
: I created a link between them [and copied the
: ~jre/lib/i686/green_threads libs into a new dir called
: ~jre/lib/i686/native_threads] and running 'netasst' now
reports:
: libnjni8.so: cannot read file data: No such file or directory
: (libnjni8.so)
: Error loading native jni library.
java.lang.UnsatisfiedLinkError:
: getOracleHome at
oracle.net.asst.container.NetProperties.<init>(NetProperties.java:48)
: at
oracle.net.asst.container.NetContainer.<init>(NetContainer.java:243)
: at
oracle.net.asst.container.NetApplication.init(NetApplication.java:51)
: at
oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:2551)
: Now, looking into $ORACLE_HOME/lib I notice that libnjni8.so
AND
: libqsmashr.so are of ZERO bytes in size!!?
: Does anyone else have this problem??
: regards
: Simon
null

Similar Messages

  • Just installed Firefox 3.6. Firefox will not start and Firefox safemode does not start either. Using Task manager I do not see if started either. If I create a new profile and start from that window, Firefox starts up. I see no error windows/messages. I d

    Just installed Firefox 3.6. Firefox will not start and Firefox safemode does not start either. Using Task manager I do not see if started either. If I create a new profile and start from that window, Firefox starts up. I see no error windows/messages. I do have it listed in my Firewall as an exception program with Permit All. What is happening?
    == This happened ==
    Every time Firefox opened
    == After removing Firefox and Reinstalling it. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; MS-RTC LM 8)

    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    See also [[Basic Troubleshooting|#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]

  • J2EE 5 sneak preview:Server does not start

    Hi,
    I need some help since after installation of the sneak preview 5 I could not start the server.
    The db and the central instance are running but not the server.
    1)I get always time out error"StartWait
    FAIL: process jstart.exe J2EE Server not running
    The WAS is installed on a USB2 hard disk.
    2)Furtheremore I cannot operate on the SAP management Console since I get Authorization error.
    I installed the was with windows user IT/paceg
    which is by Domain IT accessible even if I am not in the Domain.
    Anyone can help me,please?
    thanks
    Bye,
    Giamma
    ===================================================
    ============== Starting System JP1 ================
    ===================================================
    =============== Starting database instance ...
    Servizio richiesto già avviato.
    Ulteriori informazioni sono disponibili digitando NET HELPMSG 2182.
    The MaxDB Database Starter, Version 7.6.00.33
    Copyright 2000-2006 by SAP AG
    OK
    ============== Starting central services instance ...
    09.10.2006 12:37:21
    Start
    OK
    09.10.2006 12:37:21
    StartWait
    OK
    ============== Starting java instance ...
    09.10.2006 12:37:21
    Start
    OK
    09.10.2006 12:38:36
    StartWait
    FAIL: process jstart.exe J2EE Server not running
    ============== Start operation timed out !
    Premere un tasto per continuare . . .

    Just for update:
    The error means that the message server is not able to translate the IP address into the hostname (reverse name lookup). If this fails the Startup Framework cannot connect to the message server and the server does not start. Please check the network setup on this host.
    Replay:
    thanks to all.
    all is done:Just insert my loopback ip 10.10.0.10 in file host resolving on my host name romnb120.
    Regards Galin

  • Path login does not start with a "/" character

    I get a "java.lang.RuntimeException: Path login does not start with a "/" character" in my WebApplication.
    - Http Status 500
    - The server encountered an internal error () that prevented it from fulfilling this request.
    Instead I excepted the site for a Re-Login (timout after 10 min), What's wrong?
    The server I use is: Sun Java System Application Server Platform Edition 8.0 (build b57-fcs)
    Here is the full StackTrace:
    [#|2004-05-26T14:50:50.609+0200|SCHWERWIEGEND|sun-appserver-pe8.0|javax.enterprise.system.container.web|_ThreadID=17;|Standard
    WrapperValve[OwaFolderTree]: Servlet.service() for servlet OwaFolderTree threw exception
    java.lang.RuntimeException: Path login does not start with a "/" character
    at org.apache.catalina.core.ApplicationContextFacade.doPrivileged(ApplicationContextFacade.java:451)
    at org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:255)
    at com.space2go.icafe.S2GHttpServlet.service(S2GHttpServlet.java:3260)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:289)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:311)
    at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:205)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
    at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:102)
    at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:192)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:261)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:215)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:200)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:180)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:582)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:272)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:161)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:156)
    at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
    at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:154)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:569)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:979)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:211)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:692)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:647)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:691)
    at java.lang.Thread.run(Thread.java:534)

    It looks like you are getting this error when trying to use the RequestDispatcher. There are two different flavors of the RequestDispatcher :ServletRequest.getRequestDispatcher that will take a relative path and ServletContext.getRequestDispatcher that will only take absolute paths (ie start with a '/').
    If yoy are trying the use the second version of RequestDispatcher you'll need to adjust the path to an absolute path.
    http://java.sun.com/products/servlet/2.3/javadoc/javax/servlet/ServletContext.html

  • LMS 3.2 Campuss Data Collection Does Not Start

              I Discovered devices correctly in CS>DCR . Initially there was no problem in running data collection in Campuss Manager. But now when i try to run data collection manually or by a scedule, it does not start. Although the notification appears that "notified server to run data collection" but nothing happens then.
    Also, I applied " net stop crmdmgtd" and then "net start crmdmgtd" and no error was reported. After this, data collection was successfully run, but just for once. That means, every time if i have to run data collection manually or by a schedule, i have to stop and start crmdmgtd ???
    Please advise what to do.
    Pleae note:
    LMS 3.2 is installed on Windows Server 2003 service pack 2.

    It looks like you are on Campus Manager 5.2.  This should be fixed in 5.2.1.  Proceed to upgrade to this version and then see if Data Collection runs fine.  If you still have any problems, post the latest ani.log.

  • Yellow status does not start  j2E server0

    Hi Gurus,
    Everything was working fine until today.  SDM and dispatcher green light but server0 yellow status for about for  1 hour now and still does not start.
    Status starting framework... your help is greatly appreciated.
    defaultTrace.1.trc below:
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[1, 3, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.0.trc]/>
    <!NEXTFILE[defaultTrace.2.trc]/>
    <!LOGHEADER[END]/>
    #1.5#00059A3C780000130000037700000A6C0004186851F664F0#1152736237546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000037900000A6C000418685205A7F4#1152736238546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000037B00000A6C000418685214EAEB#1152736239546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002300000A6C00041868521D86ED#1152736240109#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000037D00000A6C0004186852242E7E#1152736240546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000037F00000A6C00041868523370E4#1152736241546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000038100000A6C000418685242B3BF#1152736242546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002500000A6C00041868524A90A4#1152736243062#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000038300000A6C000418685251F6D9#1152736243546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000038500000A6C00041868526139D5#1152736244546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000038700000A6C0004186852707CCB#1152736245546#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002700000A6C000418685277A44B#1152736246015#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000038900000A6C0004186852802FB3#1152736246562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000038B00000A6C00041868528F3F05#1152736247562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000038D00000A6C00041868529E81E7#1152736248562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002900000A6C0004186852A4B40E#1152736248968#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000038F00000A6C0004186852ADC4E5#1152736249562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000039100000A6C0004186852BD08CC#1152736250562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000039300000A6C0004186852CC4B04#1152736251562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002B00000A6C0004186852D1C7F5#1152736251921#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000039500000A6C0004186852DB8DDD#1152736252562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000039700000A6C0004186852EAD11D#1152736253562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000039900000A6C0004186852FA1433#1152736254562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002D00000A6C0004186852FED7CD#1152736254875#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000039B00000A6C00041868530956D2#1152736255562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000039D00000A6C0004186853189991#1152736256562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000039F00000A6C000418685327DE41#1152736257562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000002F00000A6C00041868532BEB8B#1152736257828#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003A100000A6C0004186853371F8B#1152736258562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003A300000A6C00041868534662B8#1152736259562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003A500000A6C000418685355A71D#1152736260562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003100000A6C00041868535AA66D#1152736260890#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003A700000A6C000418685364E8A3#1152736261562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003A900000A6C0004186853742CB4#1152736262562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003AB00000A6C0004186853836E98#1152736263562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003300000A6C000418685389636E#1152736263953#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C7800004D0000003500000A6C000418685389641F#1152736263953#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: failed to connect to server 21 times#
    #1.5#00059A3C78000013000003AD00000A6C000418685392B1E1#1152736264562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003AF00000A6C0004186853A1F4BA#1152736265562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003B100000A6C0004186853B13738#1152736266562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003700000A6C0004186853B67544#1152736266906#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003B300000A6C0004186853C07B45#1152736267562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003B500000A6C0004186853CFC170#1152736268562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003B700000A6C0004186853DF0070#1152736269562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003900000A6C0004186853E38ABE#1152736269859#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003B900000A6C0004186853EE4570#1152736270562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003BB00000A6C0004186853FD86C9#1152736271562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003BD00000A6C00041868540CC99B#1152736272562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003B00000A6C0004186854109898#1152736272812#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003BF00000A6C00041868541C0C88#1152736273562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003C100000A6C00041868542B4F6F#1152736274562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003C300000A6C00041868543A95FD#1152736275562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003D00000A6C00041868543DAAEC#1152736275765#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003C500000A6C000418685449D531#1152736276562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003C700000A6C0004186854591BCF#1152736277562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003C900000A6C0004186854685BFC#1152736278562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000003F00000A6C00041868546ABE24#1152736278718#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003CB00000A6C000418685477A230#1152736279562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003CD00000A6C000418685486E284#1152736280562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003CF00000A6C0004186854962501#1152736281562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004100000A6C000418685497D00B#1152736281671#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003D100000A6C0004186854A56798#1152736282562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003D300000A6C0004186854B4AA9C#1152736283562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003D500000A6C0004186854C3EDE9#1152736284562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004300000A6C0004186854C4E1A8#1152736284625#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003D700000A6C0004186854D330D1#1152736285562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003D900000A6C0004186854E27477#1152736286562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003DB00000A6C0004186854F1B67B#1152736287562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004500000A6C0004186854F39F30#1152736287687#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003DD00000A6C000418685500F98F#1152736288562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003DF00000A6C0004186855104D91#1152736289562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003E100000A6C00041868551F8202#1152736290562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004700000A6C0004186855225A79#1152736290750#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003E300000A6C00041868552EC25E#1152736291562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003E500000A6C00041868553E05B6#1152736292562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003E700000A6C00041868554D485C#1152736293562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004900000A6C00041868554F6BA7#1152736293703#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C7800004D0000004B00000A6C00041868554F6C57#1152736293703#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: failed to connect to server 31 times#
    #1.5#00059A3C78000013000003E900000A6C00041868555C8B5C#1152736294562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003EB00000A6C00041868556BCE69#1152736295562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003ED00000A6C00041868557B112C#1152736296562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004D00000A6C00041868557C7DA9#1152736296656#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003EF00000A6C00041868558A5436#1152736297562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003F100000A6C0004186855999723#1152736298562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003F300000A6C0004186855A8DA71#1152736299562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000004F00000A6C0004186855A98F54#1152736299609#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003F500000A6C0004186855B83230#1152736300562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003F700000A6C0004186855C75FEC#1152736301562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005100000A6C0004186855D6A15C#1152736302562#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003F900000A6C0004186855D6AB90#1152736302562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003FB00000A6C0004186855E5E61D#1152736303562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C78000013000003FD00000A6C0004186855F52B15#1152736304562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005300000A6C000418685603B31E#1152736305515#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C78000013000003FF00000A6C0004186856046BD7#1152736305562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000040100000A6C000418685613AF49#1152736306562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000040300000A6C000418685622F1E0#1152736307562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005500000A6C000418685630C4ED#1152736308468#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000040500000A6C00041868563234C9#1152736308562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000040700000A6C00041868564177D5#1152736309562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000040900000A6C000418685650BB84#1152736310562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005700000A6C00041868565DD655#1152736311421#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000040B00000A6C00041868565FFFEB#1152736311562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000040D00000A6C00041868566F46AB#1152736312562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000040F00000A6C00041868567E83E1#1152736313562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005900000A6C00041868568AE813#1152736314375#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000041100000A6C00041868568DC724#1152736314562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000041300000A6C00041868569D09C1#1152736315562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000041500000A6C0004186856AC4E14#1152736316562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005B00000A6C0004186856B7FA16#1152736317328#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000041700000A6C0004186856BB8FD9#1152736317562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000041900000A6C0004186856CAD2A3#1152736318562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000041B00000A6C0004186856DA15C5#1152736319562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005D00000A6C0004186856E6B8BB#1152736320390#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C780000130000041D00000A6C0004186856E959EC#1152736320562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000041F00000A6C0004186856F8A0A5#1152736321562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C780000130000042100000A6C000418685707E177#1152736322562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800004D0000005F00000A6C00041868571574B0#1152736323453#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to W2VZ9YDX01/3200/Connection refused: connect)#
    #1.5#00059A3C7800004D0000006100000A6C0004186857157562#1152736323453#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: failed to connect to server 41 times#
    #1.5#00059A3C780000130000042300000A6C0004186857172471#1152736323562#com.sap.caf.eu.cc.content.svc.CCServiceFrame##com.sap.caf.eu.cc.content.svc.CCServiceFrame#######SAPEngine_System_Thread[impl:5]_23##0#0#Error#1#/System/Server#Plain###Object not found in lookup of GPService.#
    #1.5#00059A3C7800000100000001000013B00004186874253A2B#1152736811298#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: receive failed (Connection reset): close connection#
    #1.5#00059A3C7800000100000003000013B00004186874253F3B#1152736811314#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: receive failed (Encomi: receive failed (Connection reset): close connection -1), flush pending responses#
    #1.5#00059A3C7800000200000000000013B000041868742548F7#1152736811314#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage()#######SAP J2EE Engine|MS Socket Listener##0#0#Error##Plain###java.net.SocketException: Connection reset#
    #1.5#00059A3C7800000200000001000013B00004186874254995#1152736811314#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage()#######SAP J2EE Engine|MS Socket Listener##0#0#Error##Plain###java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageHeader.read(MSMessageHeader.java:440)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageObjectImpl.readHeader(MSMessageObjectImpl.java:142)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage(MSRawConnection.java:1660)
         at com.sap.engine.core.cluster.impl6.ms.MSListener.run(MSListener.java:86)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5#00059A3C7800000000000016000013B00004186874A24D7C#1152736819501#com.sap.sql.jdbc.direct.DirectPreparedStatement##com.sap.sql.jdbc.direct.DirectPreparedStatement#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Database/sql/jdbc/direct#Java#com.sap.sql_0003##SQL error occurred on connection W2VZ9YDX01.amer.corp.eds.com:J2E:SAPJ2EDB: code=-708, state="08000", message="[-708] Could not send data.";
    SQL statement is "SELECT "CPATH","CID","PARENTCID","CACHEMODE","CTYPE" FROM "J2EE_CONFIG" WHERE "PATHHASH" = ?".
    [EXCEPTION]
    #6#-708#08000#[-708] Could not send data.#W2VZ9YDX01.amer.corp.eds.com:J2E:SAPJ2EDB#SELECT "CPATH","CID","PARENTCID","CACHEMODE","CTYPE" FROM "J2EE_CONFIG" WHERE "PATHHASH" = ?#com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:432)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:303)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.executeQuery(CallableStatementSapDB.java:728)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:281)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#00059A3C7800000000000018000013B00004186874A25141#1152736819501#com.sap.engine.core.configuration##com.sap.engine.core.configuration#######Thread[Thread-1,5,main]##0#0#Fatal#1#/System/Server#Plain###Error event: com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.#
    #1.5#00059A3C780000000000001A000013B00004186874A26FA9#1152736819517#com.sap.engine.core.configuration##com.sap.engine.core.configuration#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###connectionErrorOccurred event in DBConnection.
    =======================================================
    com.sap.engine.frame.core.configuration.ConfigurationException: connectionErrorOccurred event in DBConnection.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.connectionErrorOccurred(DBConnection.java:105)
         at com.sap.sql.jdbc.direct.DirectPooledConnection.connectionErrorOccurred(DirectPooledConnection.java:557)
         at com.sap.sql.jdbc.direct.DirectConnection.analyzeSQLException(DirectConnection.java:1115)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.processSQLException(DirectPreparedStatement.java:1192)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:285)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:432)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:303)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.executeQuery(CallableStatementSapDB.java:728)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:281)
         ... 20 more
    #1.5#00059A3C780000000000001C000013B00004186874A431C1#1152736819626#com.sap.sql.jdbc.direct.DirectConnection##com.sap.sql.jdbc.direct.DirectConnection#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Database/sql/jdbc/direct#Java#com.sap.sql_0003##SQL error occurred on connection W2VZ9YDX01.amer.corp.eds.com:J2E:SAPJ2EDB: code=-708, state="08000", message="[-708] Could not send data.";
    SQL statement is "ROLLBACK".
    [EXCEPTION]
    #6#-708#08000#[-708] Could not send data.#W2VZ9YDX01.amer.corp.eds.com:J2E:SAPJ2EDB#ROLLBACK#com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.ConnectionSapDB.executeSQLString(ConnectionSapDB.java:588)
         at com.sap.dbtech.jdbc.ConnectionSapDB.rollback(ConnectionSapDB.java:828)
         at com.sap.sql.jdbc.direct.DirectConnection.rollback(DirectConnection.java:525)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.rollback(DBAccessDefault.java:1276)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.close(DBConnection.java:78)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.connectionErrorOccurred(DBConnection.java:108)
         at com.sap.sql.jdbc.direct.DirectPooledConnection.connectionErrorOccurred(DirectPooledConnection.java:557)
         at com.sap.sql.jdbc.direct.DirectConnection.analyzeSQLException(DirectConnection.java:1115)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.processSQLException(DirectPreparedStatement.java:1192)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:285)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#00059A3C780000000000001E000013B00004186874A4498F#1152736819626#com.sap.sql.jdbc.direct.DirectConnection##com.sap.sql.jdbc.direct.DirectConnection#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Database/sql/jdbc/direct#Java#com.sap.sql_0003##SQL error occurred on connection W2VZ9YDX01.amer.corp.eds.com:J2E:SAPJ2EDB: code=-708, state="08000", message="[-708] Could not send data.";
    SQL statement is "ROLLBACK".
    [EXCEPTION]
    #6#-708#08000#[-708] Could not send data.#W2VZ9YDX01.amer.corp.eds.com:J2E:SAPJ2EDB#ROLLBACK#com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.ConnectionSapDB.executeSQLString(ConnectionSapDB.java:588)
         at com.sap.dbtech.jdbc.ConnectionSapDB.rollback(ConnectionSapDB.java:828)
         at com.sap.sql.jdbc.direct.DirectConnection.rollback(DirectConnection.java:525)
         at com.sap.sql.jdbc.direct.DirectConnection.close(DirectConnection.java:574)
         at com.sap.sql.jdbc.direct.DirectPooledConnection.close(DirectPooledConnection.java:190)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.close(DBConnection.java:84)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.connectionErrorOccurred(DBConnection.java:108)
         at com.sap.sql.jdbc.direct.DirectPooledConnection.connectionErrorOccurred(DirectPooledConnection.java:557)
         at com.sap.sql.jdbc.direct.DirectConnection.analyzeSQLException(DirectConnection.java:1115)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.processSQLException(DirectPreparedStatement.java:1192)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:285)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#00059A3C7800000000000020000013B00004186874A7B7A1#1152736819860#com.sap.engine.core.configuration##com.sap.engine.core.configuration#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###[-708] Could not send data.
    =======================================================
    com.sap.engine.frame.core.configuration.ConfigurationException: [-708] Could not send data.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.close(DBConnection.java:81)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.connectionErrorOccurred(DBConnection.java:108)
         at com.sap.sql.jdbc.direct.DirectPooledConnection.connectionErrorOccurred(DirectPooledConnection.java:557)
         at com.sap.sql.jdbc.direct.DirectConnection.analyzeSQLException(DirectConnection.java:1115)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.processSQLException(DirectPreparedStatement.java:1192)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:285)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.ConnectionSapDB.executeSQLString(ConnectionSapDB.java:588)
         at com.sap.dbtech.jdbc.ConnectionSapDB.rollback(ConnectionSapDB.java:828)
         at com.sap.sql.jdbc.direct.DirectConnection.rollback(DirectConnection.java:525)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.rollback(DBAccessDefault.java:1276)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnection.close(DBConnection.java:78)
         ... 25 more
    #1.5#00059A3C7800000000000022000013B00004186874A7BA35#1152736819860#com.sap.engine.core.configuration##com.sap.engine.core.configuration#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###[-708] Could not send data.
    =======================================================
    com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:432)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:303)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.executeQuery(CallableStatementSapDB.java:728)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:281)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    #1.5#00059A3C7800000000000023000013B00004186874A7C130#1152736819860#System.err##System.err#######Thread[Thread-1,5,main]##0#0#Error##Plain###com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: cache_dbSpooling,
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:108)
         at com.sap.engine.core.configuration.impl.cache.CachedConfiguration.<init>(CachedConfiguration.java:62)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:848)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.getCachedConfiguration(ConfigurationCache.java:882)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.openConfiguration(ConfigurationCache.java:757)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:734)
         at com.sap.engine.core.configuration.impl.ConfigurationHandlerImpl.openConfiguration(ConfigurationHandlerImpl.java:693)
         at com.sap.engine.core.cache.impl.spi.storage.DBStorage.<init>(DBStorage.java:64)
         at com.sap.engine.core.cache.impl.CacheManagerImpl.init(CacheManagerImpl.java:223)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.dbtech.jdbc.exceptions.ConnectionException: [-708] Could not send data.
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:553)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:433)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:432)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.execute(CallableStatementSapDB.java:303)
         at com.sap.dbtech.jdbc.CallableStatementSapDB.executeQuery(CallableStatementSapDB.java:728)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:281)
         at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeQuery(DirectPreparedStatement.java:248)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBAccessDefault.getConfiguration(DBAccessDefault.java:578)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.readConfig(PersistenceHandler.java:102)

    Thanks for everyone helps.
    I took your adviced and reinstalled the Portal but the problem still exist.
    Default.trc
    stdout/stderr redirect
    node name   : server0
    pid         : 5488
    system name : J2E
    system nr.  : 01
    started at  : Mon Jul 17 13:24:01 2006
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 4428] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Loading: LogManager ... 891 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 282 ms.
    Loading: ThreadManager ... 93 ms.
    Loading: IpVerificationManager ... 63 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 812 ms.
    Loading: LockingManager ... 750 ms.
    Loading: ConfigurationManager ... 9703 ms.
    Loading: LicensingManager ... 437 ms.
    Loading: CacheManager ... 625 ms.
    Loading: ServiceManager ...
    0.000: [GC 0.000: [DefNew: 87039K->4666K(130560K), 0.0573031 secs] 87039K->4666K(1000960K), 0.0574006 secs]
    Loading services.:
      Service memory started. (16 ms).
      Service timeout started. (16 ms).
      Service runtimeinfo started. (16 ms).
      Service cross started. (110 ms).
      Service file started. (328 ms).
      Service cafeucc~api started. (250 ms).
      Service p4 started. (500 ms).
      Service userstore started. (32 ms).
      Service jmx_notification started. (234 ms).
      Service classpath_resolver started. (625 ms).
    10.342: [GC 10.342: [DefNew: 91696K->10177K(130560K), 0.0837931 secs] 91696K->10177K(1000960K), 0.0838886 secs]
      Service log_configurator started. (11406 ms).
      Service locking started. (31 ms).
      Service naming started. (1344 ms).
      Service http started. (2234 ms).
      Service appclient started. (672 ms).
      Service failover started. (1063 ms).
      Service jmsconnector started. (1656 ms).
      Service connector started. (1813 ms).
      Service ts started. (2703 ms).
      Service licensing started. (141 ms).
      Service cafeugpmailcf started. (2719 ms).
      Service iiop started. (2984 ms).
      Service webservices started. (6141 ms).
    24.892: [GC 24.893: [DefNew: 97206K->15080K(130560K), 0.0903939 secs] 97206K->15080K(1000960K), 0.0904892 secs]
    30.016: [GC 30.017: [DefNew: 102120K->15319K(130560K), 0.0974602 secs] 102120K->15319K(1000960K), 0.0975568 secs]
      Service deploy started. (26515 ms).
      Service MigrationService started. (609 ms).
      Service bimmrdeployer started. (282 ms).
      Service configuration started. (1500 ms).
      Service dbpool started. (5297 ms).
      Service com.sap.security.core.ume.service started. (3469 ms).
    41.333: [GC 41.333: [DefNew: 102359K->19381K(130560K), 0.0968377 secs] 102359K->19381K(1000960K), 0.0969363 secs]
      Service security started. (2047 ms).
      Service classload started. (546 ms).
      Service cafeuodi~mnuacc started. (40016 ms).
      Service applocking started. (1406 ms).
      Service shell started. (1735 ms).
      Service tceCATTPingservice started. (593 ms).
      Service telnet started. (640 ms).
      Service ejb started. (4094 ms).
      Service webdynpro started. (1734 ms).
      Service servlet_jsp started. (5547 ms).
      Service cafummetadata~imp started. (484 ms).
      Service cafruntimeconnectivity~impl started. (45079 ms).
      Service developmentserver started. (4328 ms).
      Service keystore started. (3437 ms).
      Service ssl started. (156 ms).
      Service tcsecsecurestorage~service started. (594 ms).
      Service tcsecwssec~service started. (1016 ms).
      Service cafeugp~model started. (109 ms).
      Service tceujwfuiwizsvc started. (62 ms).
      Service tcsecdestinations~service started. (3453 ms).
      Service jmx started. (5938 ms).
      Service cafeuer~service started. (5656 ms).
      Service pmi started. (2297 ms).
      Service cafumrelgroups~imp started. (13563 ms).
      Service sld started. (19891 ms).
    72.521: [GC 72.521: [DefNew: 106421K->19563K(130560K), 0.1219901 secs] 106421K->19563K(1000960K), 0.1220862 secs]
      Service rfcengine started. (17047 ms).
      Service CUL started. (17563 ms).
      Service prtbridge started. (22157 ms).
      Service com.adobe~DataManagerService started. (19312 ms).
      Service basicadmin started. (19359 ms).
      Service com.adobe~LicenseService started. (672 ms).
      Service com.adobe~DocumentServicesConfiguration started. (11281 ms).
      Service adminadapter started. (15907 ms).
      Service com.adobe~DocumentServicesBinaries2 started. (15875 ms).
      Service com.adobe~DocumentServicesDestProtoService started. (15750 ms).
      Service tc.CBS.Service started. (46516 ms).
      Service com.sap.portal.pcd.gl started. (234 ms).
      Service com.adobe~TrustManagerService started. (1000 ms).
      Service com.adobe~DocumentServicesLicenseSupportService started. (18656 ms).
      Service jms_provider started. (51095 ms).
      service DQE ================= ERROR =================
    117.178: [GC 117.178: [DefNew: 106594K->23612K(130560K), 0.1458822 secs] 106594K->23612K(1000960K), 0.1459800 secs]
      Service com.adobe~FontManagerService started. (40641 ms).
      Service com.adobe~PDFManipulation started. (41500 ms).
      Service com.adobe~XMLFormService started. (10359 ms).
    ================================================================================
    getThreadDump : Mon Jul 17 13:29:34 2006
    Timed out services:
    Service com.sap.portal.prt.sapj2ee > hard reference to interface tcmonitoringapi.
    ================================================================================
    Full thread dump Java HotSpot(TM) Server VM (1.4.2_09-b05 mixed mode):
    "SAPEngine_Application_Thread[impl:3]_7" prio=5 tid=0x0b4a6ba0 nid=0xd3c in Object.wait() [9c3f000..9c3fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x11342770> (a com.sap.caf.eu.gp.model.fnd.impl.ServiceOperationProcessor)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.caf.eu.gp.model.fnd.impl.ServiceOperationProcessor.run(ServiceOperationProcessor.java:70)
         - locked <0x11342770> (a com.sap.caf.eu.gp.model.fnd.impl.ServiceOperationProcessor)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:124)
    "SAPEngine_Application_Thread[impl:3]_6" prio=5 tid=0x0b4b34f0 nid=0x1478 waiting on condition [9bff000..9bffd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.work(ScheduleWorker.java:87)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.run(ScheduleWorker.java:59)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:124)
    "SAPEngine_Application_Thread[impl:3]_5" prio=5 tid=0x0b4b3cf0 nid=0x137c waiting on condition [9bbf000..9bbfd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.work(ScheduleWorker.java:87)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.run(ScheduleWorker.java:59)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:124)
    "Thread-25" prio=5 tid=0x00f2f320 nid=0x3a0 waiting on condition [9b7f000..9b7fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.model.context.impl.UserConfigCache$ValidationThread.run(UserConfigCache.java:148)
    "Thread-24" prio=5 tid=0x0b4327e0 nid=0x1190 waiting on condition [9b3f000..9b3fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.model.fnd.cache.impl.ServerCacheManagerImpl$ValidationThread.run(ServerCacheManagerImpl.java:159)
    "CBS Request Orc" prio=10 tid=0x0b47fe90 nid=0x620 in Object.wait() [9aff000..9affd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f900a8> (a java.lang.Thread)
         at com.sap.tc.cbs.server.rt.impl.CourteousTimer.run(CourteousTimer.java:121)
         - locked <0x17f900a8> (a java.lang.Thread)
         at java.lang.Thread.run(Thread.java:534)
    "CBS TCS-queue Reader" prio=10 tid=0x0b47fc00 nid=0xab4 waiting on condition [9abf000..9abfd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.tc.cbs.server.rt.impl.TCSQueueOrc.run(TCSQueueOrc.java:104)
         at java.lang.Thread.run(Thread.java:534)
    "CBS AccessQueue Orchestrator" prio=10 tid=0x0b4793b0 nid=0xcf8 in Object.wait() [9a7f000..9a7fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f90138> (a java.lang.Thread)
         at com.sap.tc.cbs.server.rt.impl.AccessOrc.run(AccessOrc.java:84)
         - locked <0x17f90138> (a java.lang.Thread)
         at java.lang.Thread.run(Thread.java:534)
    "JarmCondense" daemon prio=10 tid=0x0b486040 nid=0xc30 in Object.wait() [9a3f000..9a3fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f91eb8> (a java.lang.Object)
         at com.sap.util.monitor.jarm.CondenseThread.threadShouldContinue(CondenseThread.java:217)
         - locked <0x17f91eb8> (a java.lang.Object)
         at com.sap.util.monitor.jarm.CondenseThread.run(CondenseThread.java:196)
         at java.lang.Thread.run(Thread.java:534)
    "CBS BSA Orc" prio=10 tid=0x0b476160 nid=0x17e4 in Object.wait() [99ff000..99ffd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f91278> (a java.lang.Thread)
         at com.sap.tc.cbs.server.rt.impl.CourteousTimer.run(CourteousTimer.java:121)
         - locked <0x17f91278> (a java.lang.Thread)
         at java.lang.Thread.run(Thread.java:534)
    "CBS Resource Orc" prio=10 tid=0x0b471c80 nid=0x90c in Object.wait() [99bf000..99bfd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f912c0> (a java.lang.Thread)
         at com.sap.tc.cbs.server.rt.impl.CourteousTimer.run(CourteousTimer.java:121)
         - locked <0x17f912c0> (a java.lang.Thread)
         at java.lang.Thread.run(Thread.java:534)
    "Thread-21" prio=5 tid=0x0b442740 nid=0x608 waiting on condition [98ef000..98efd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.base.caching.MemoryCache$ValidationThread.run(MemoryCache.java:152)
    "Thread-20" prio=10 tid=0x0b437d40 nid=0x159c in Object.wait() [996f000..996fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f91f20> (a com.sap.jmx.provider.ProviderConnectionTimer)
         at com.sap.jmx.provider.ProviderConnectionTimer.run(ProviderConnectionTimer.java:31)
         - locked <0x17f91f20> (a com.sap.jmx.provider.ProviderConnectionTimer)
         at java.lang.Thread.run(Thread.java:534)
    "Thread-19" prio=10 tid=0x0b435370 nid=0x1554 in Object.wait() [992f000..992fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f91f38> (a com.sap.jmx.provider.LazyMBeanLoader)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.jmx.provider.LazyMBeanLoader.run(LazyMBeanLoader.java:133)
         - locked <0x17f91f38> (a com.sap.jmx.provider.LazyMBeanLoader)
         at java.lang.Thread.run(Thread.java:534)
    "Thread-18" prio=10 tid=0x0b42ce50 nid=0x1564 waiting on condition [98af000..98afd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.mp.base.caching.MemoryCache$ValidationThread.run(MemoryCache.java:144)
    "ConnectionSetCleaner Thread (UNMANAGED)." prio=10 tid=0x0a3ab070 nid=0x127c in Object.wait() [986f000..986fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f91d38> (a com.sap.engine.services.connector.jca.ConnectionHashSet$ConnectionSetCleaner)
         at com.sap.engine.services.connector.jca.ConnectionHashSet$ConnectionSetCleaner.run(ConnectionHashSet.java:682)
         - locked <0x17f91d38> (a com.sap.engine.services.connector.jca.ConnectionHashSet$ConnectionSetCleaner)
    "SAPEngine_System_Thread[impl:5]_49" prio=5 tid=0x00f742b0 nid=0xdb4 in Object.wait() [982f000..982fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_48" prio=5 tid=0x00f74590 nid=0x75c in Object.wait() [97ef000..97efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "Timeout Service Internal Thread" prio=5 tid=0x00f706d0 nid=0xcd8 in Object.wait() [97af000..97afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f95600> (a java.lang.Object)
         at com.sap.engine.services.timeout.TimeoutManagerImpl.multiThreadRun(TimeoutManagerImpl.java:483)
         - locked <0x17f95600> (a java.lang.Object)
         at com.sap.engine.services.timeout.TimeoutManagerRunner.run(TimeoutManagerRunner.java:20)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_46" prio=5 tid=0x00f6f510 nid=0x17ec in Object.wait() [976f000..976fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_45" prio=5 tid=0x00f6e040 nid=0x1284 in Object.wait() [972f000..972fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f95728> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x17f95728> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at com.sap.engine.lib.util.cache.CacheGroup.run(CacheGroup.java:76)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_44" prio=5 tid=0x00f6edb0 nid=0xe24 in Object.wait() [96ef000..96efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_43" prio=5 tid=0x00f6d960 nid=0x998 in Object.wait() [96af000..96afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_42" prio=5 tid=0x00f6c600 nid=0xc2c in Object.wait() [966f000..966fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_41" prio=5 tid=0x00f6b180 nid=0x1018 in Object.wait() [962f000..962fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_40" prio=5 tid=0x00f6be90 nid=0x6d8 in Object.wait() [95ef000..95efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_39" prio=5 tid=0x00f6a9f0 nid=0x3c4 in Object.wait() [95af000..95afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_38" prio=5 tid=0x00f69690 nid=0xdb8 in Object.wait() [956f000..956fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_37" prio=5 tid=0x00f682b0 nid=0x860 in Object.wait() [952f000..952fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "Timeout Service Integrity Watcher Thread" prio=10 tid=0x00f27e90 nid=0x1500 in Object.wait() [94ef000..94efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f95870> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.services.timeout.TimeoutIntegrityWatcher.run(TimeoutIntegrityWatcher.java:69)
         - locked <0x17f95870> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_35" prio=5 tid=0x00f66430 nid=0x10e8 in Object.wait() [94af000..94afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_34" prio=5 tid=0x00f651c0 nid=0x169c in Object.wait() [946f000..946fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_33" prio=5 tid=0x00f65d60 nid=0x1220 in Object.wait() [942f000..942fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_32" prio=5 tid=0x00f64a00 nid=0x7b8 in Object.wait() [93ef000..93efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_31" prio=5 tid=0x00f63550 nid=0x1204 in Object.wait() [93af000..93afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_30" prio=5 tid=0x00f62310 nid=0x600 in Object.wait() [936f000..936fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "Timeout Service Synchronous Internal Thread" prio=5 tid=0x00f62df0 nid=0x1700 in Object.wait() [932f000..932fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f95980> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.services.timeout.TimeoutManagerImpl.singleThreadRun(TimeoutManagerImpl.java:589)
         - locked <0x17f95980> (a java.lang.Object)
         at com.sap.engine.services.timeout.TimeoutManagerRunner.run(TimeoutManagerRunner.java:18)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_28" prio=5 tid=0x00f61a90 nid=0x194 in Object.wait() [92ef000..92efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_27" prio=5 tid=0x00f606d0 nid=0x1040 in Object.wait() [92af000..92afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_26" prio=5 tid=0x00f17c00 nid=0x1580 in Object.wait() [926f000..926fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_25" prio=5 tid=0x00f055e0 nid=0xb64 in Object.wait() [922f000..922fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "Timeout Service Integrity Watcher Thread" prio=10 tid=0x00f5f450 nid=0x1688 in Object.wait() [91ef000..91efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f96258> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.services.timeout.TimeoutIntegrityWatcher.run(TimeoutIntegrityWatcher.java:69)
         - locked <0x17f96258> (a com.sap.engine.services.timeout.TimeoutIntegrityWatcher)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_23" prio=5 tid=0x00f5d2f0 nid=0x9a8 in Object.wait() [91af000..91afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_22" prio=5 tid=0x00f5c080 nid=0xff0 in Object.wait() [916f000..916fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_21" prio=5 tid=0x00f5cb90 nid=0xd98 in Object.wait() [912f000..912fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f963d0> (a com.sap.engine.services.log_configurator.archive.Buffer)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.services.log_configurator.archive.Buffer.getTask(Buffer.java:38)
         - locked <0x17f963d0> (a com.sap.engine.services.log_configurator.archive.Buffer)
         at com.sap.engine.services.log_configurator.archive.ArchivingThread.run(ArchivingThread.java:34)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_20" prio=5 tid=0x00f5b920 nid=0x72c in Object.wait() [90ef000..90efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_19" prio=5 tid=0x00f5a460 nid=0x1264 in Object.wait() [90af000..90afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_18" prio=5 tid=0x00f59150 nid=0x8b8 in Object.wait() [906f000..906fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_17" prio=5 tid=0x00f59c60 nid=0x1588 in Object.wait() [902f000..902fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_16" prio=5 tid=0x00f588a0 nid=0x690 in Object.wait() [8fef000..8fefd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_15" prio=5 tid=0x00f3b5a0 nid=0x12cc in Object.wait() [8faf000..8fafd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_14" prio=5 tid=0x00f57690 nid=0x1750 in Object.wait() [8f6f000..8f6fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_13" prio=5 tid=0x00f566e0 nid=0xb58 in Object.wait() [8f2f000..8f2fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f99220> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.jms.server.destinationcontainer.AgentThreadSystem.run(AgentThreadSystem.java:148)
         - locked <0x17f99220> (a java.lang.Object)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_12" prio=5 tid=0x00f56230 nid=0xc00 in Object.wait() [8eef000..8eefd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_11" prio=5 tid=0x00f541e0 nid=0x104c in Object.wait() [8eaf000..8eafd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_10" prio=5 tid=0x00f54590 nid=0x1518 in Object.wait() [8e6f000..8e6fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPJarResourceCloseTimeoutThread" daemon prio=5 tid=0x00f4f620 nid=0x15a4 in Object.wait() [8e2f000..8e2fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f911e0> (a com.sap.engine.frame.core.load.res.JarThread)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.frame.core.load.res.JarThread.run(JarThread.java:32)
         - locked <0x17f911e0> (a com.sap.engine.frame.core.load.res.JarThread)
    "Thread-14" daemon prio=5 tid=0x00f3ae90 nid=0x1664 in Object.wait() [8def000..8defd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f993c8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x17f993c8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at com.sap.engine.cache.util.ReferenceQueueRunnable.run(ReferenceQueueRunnable.java:43)
         at java.lang.Thread.run(Thread.java:534)
    "Background Jobs Internal Thread" daemon prio=5 tid=0x00f0f0c0 nid=0xce8 in Object.wait() [8daf000..8dafd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f993f0> (a java.lang.Object)
         at com.sap.engine.cache.job.impl.BackgroundExactImpl.run(BackgroundExactImpl.java:134)
         - locked <0x17f993f0> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" daemon prio=10 tid=0x00f00750 nid=0x15c0 in Object.wait() [8d6f000..8d6fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f99458> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at com.sap.engine.cache.job.impl.IntegrityWatcher.run(IntegrityWatcher.java:54)
         - locked <0x17f99458> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at java.lang.Thread.run(Thread.java:534)
    "Background Jobs Internal Thread" daemon prio=5 tid=0x00f22d30 nid=0xe3c in Object.wait() [8d2f000..8d2fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f99498> (a java.lang.Object)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.cache.job.impl.BackgroundExactImpl.run(BackgroundExactImpl.java:115)
         - locked <0x17f99498> (a java.lang.Object)
         at java.lang.Thread.run(Thread.java:534)
    "Timeout Service Integrity Watcher Thread" daemon prio=10 tid=0x00f1fe90 nid=0x724 in Object.wait() [8cef000..8cefd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f994e0> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at com.sap.engine.cache.job.impl.IntegrityWatcher.run(IntegrityWatcher.java:54)
         - locked <0x17f994e0> (a com.sap.engine.cache.job.impl.IntegrityWatcher)
         at java.lang.Thread.run(Thread.java:534)
    "SAPEngine_EnquReader" prio=5 tid=0x00f1cdf0 nid=0x14f4 runnable [8caf000..8cafd90]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at com.sap.bc.krn.enqu.EncomiHandle.ReceiveMessage(EncomiHandle.java:483)
         - locked <0x17f99560> (a java.lang.Object)
         at com.sap.bc.krn.enqu.EnccliMultiplexHandle.receive(EnccliMultiplexHandle.java:771)
         at com.sap.bc.krn.enqu.ReadRunnable.run(EnccliMultiplexHandle.java:958)
         at java.lang.Thread.run(Thread.java:534)
    "SAP J2EE Engine|MS Ping Thread" prio=5 tid=0x00f1bc80 nid=0x61c waiting on condition [8c6f000..8c6fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection$MSPingRunner.run(MSRawConnection.java:2383)
         at java.lang.Thread.run(Thread.java:534)
    "SAPEngine_System_Thread[impl:5]_9" prio=5 tid=0x00f14e00 nid=0x7fc in Object.wait() [8c2f000..8c2fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)
         - locked <0x17f955a0> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:127)
    "SAPEngine_System_Thread[impl:5]_8" prio=10 tid=0x00f13a00 nid=0xb74 in Object.wait() [8bef000..8befd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f99600> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:119)
         - locked <0x17f99600> (a com.sap.engine.core.service630.container.InterfaceWrapper)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_7" prio=5 tid=0x00f125d0 nid=0x5cc in Object.wait() [8baf000..8bafd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f996e8> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:192)
         - locked <0x17f996e8> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.configuration.impl.event.QueuedEventProcessor.run(QueuedEventProcessor.java:44)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_6" prio=5 tid=0x00f11180 nid=0x748 in Object.wait() [8b6f000..8b6fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f997a8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
         - locked <0x17f997a8> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
         at com.sap.engine.lib.util.cache.CacheGroup.run(CacheGroup.java:76)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_5" prio=5 tid=0x00f11cc0 nid=0x1790 waiting on condition [8b2f000..8b2fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool$IdleConnectionsChecker.run(DBConnectionPool.java:427)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "OrderedChannel for service" prio=5 tid=0x00f078d0 nid=0x604 waiting on condition [8aef000..8aefd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.model.co.execute.impl.CallableObjectExecutorTimeoutProcessor.run(CallableObjectExecutorTimeoutProcessor.java:193)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "Session Reader for cluster node 17114700" prio=5 tid=0x00ef0d20 nid=0xd70 runnable [8aaf000..8aafd90]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         - locked <0x17f9a130> (a java.io.BufferedInputStream)
         at com.sap.engine.core.cluster.impl6.session.Reader.run(Reader.java:83)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_2" prio=5 tid=0x00ef0e90 nid=0x13f0 runnable [8a6f000..8a6fd90]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <0x17f9a218> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
         at com.sap.engine.core.cluster.impl6.net.ClusterServerSocket.accept(ClusterServerSocket.java:51)
         at com.sap.engine.core.cluster.impl6.JoinPortListener.run(JoinPortListener.java:72)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAP J2EE Engine|MS Socket Listener" prio=5 tid=0x00f0f230 nid=0xb94 runnable [8a2f000..8a2fd90]
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         - locked <0x17f9abb0> (a java.io.BufferedInputStream)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageHeader.read(MSMessageHeader.java:440)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageObjectImpl.readHeader(MSMessageObjectImpl.java:142)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage(MSRawConnection.java:1660)
         at com.sap.engine.core.cluster.impl6.ms.MSListener.run(MSListener.java:86)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAP J2EE Engine|MS Queue Listener" prio=5 tid=0x00f0f7a0 nid=0x1504 in Object.wait() [89ef000..89efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f9af48> (a com.sap.engine.lib.util.WaitQueue)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:192)
         - locked <0x17f9af48> (a com.sap.engine.lib.util.WaitQueue)
         at com.sap.engine.core.cluster.impl6.ms.MSListenerQueue.run(MSListenerQueue.java:67)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    "SAPEngine_System_Thread[impl:5]_ThreadManager Maintaining thread." prio=10 tid=0x00f0fe10 nid=0xb70 in Object.wait() [89af000..89afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f91ce0> (a com.sap.engine.core.thread.impl5.ExecutorThread)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.engine.core.thread.impl5.ExecutorThread.run(ExecutorThread.java:70)
         - locked <0x17f91ce0> (a com.sap.engine.core.thread.impl5.ExecutorThread)
    "SAPEngine_Application_Thread[impl:3]_ThreadManager Maintaining thread." prio=10 tid=0x00f0c010 nid=0xbc8 in Object.wait() [896f000..896fd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x17f90180> (a com.sap.engine.core.thread.impl3.RuntimeMaintainingThread)
         at com.sap.engine.core.thread.impl3.RuntimeMaintainingThread.run(RuntimeMaintainingThread.java:65)
         - locked <0x17f90180> (a com.sap.engine.core.thread.impl3.RuntimeMaintainingThread)
    "SAPEngine_Application_Thread[impl:3]_4" prio=5 tid=0x00f0c370 nid=0x11bc waiting on condition [892f000..892fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.model.pfw.notification.NotificationQueueProcessor.run(NotificationQueueProcessor.java:352)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    "SAPEngine_Application_Thread[impl:3]_3" prio=5 tid=0x00f0c9f0 nid=0x16d0 in Object.wait() [88ef000..88efd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x10058488> (a com.sap.caf.eu.gp.model.pfw.wfc.local.impl.BackGroundActionProcessor)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.caf.eu.gp.model.pfw.wfc.local.impl.BackGroundActionProcessor.run(BackGroundActionProcessor.java:121)
         - locked <0x10058488> (a com.sap.caf.eu.gp.model.pfw.wfc.local.impl.BackGroundActionProcessor)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    "SAPEngine_Application_Thread[impl:3]_2" prio=5 tid=0x00f0a030 nid=0x1628 in Object.wait() [88af000..88afd90]
         at java.lang.Object.wait(Native Method)
         - waiting on <0x1005b0d8> (a com.sap.caf.eu.gp.model.pfw.wfc.local.impl.BackGroundActionProcessor)
         at java.lang.Object.wait(Object.java:429)
         at com.sap.caf.eu.gp.model.pfw.wfc.local.impl.BackGroundActionProcessor.run(BackGroundActionProcessor.java:121)
         - locked <0x1005b0d8> (a com.sap.caf.eu.gp.model.pfw.wfc.local.impl.BackGroundActionProcessor)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    "SAPEngine_Application_Thread[impl:3]_1" prio=5 tid=0x00f0a2d0 nid=0xf24 waiting on condition [886f000..886fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.work(ScheduleWorker.java:87)
         at com.sap.caf.eu.gp.schedule.impl.ScheduleWorker.run(ScheduleWorker.java:59)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    "SAPEngine_Application_Thread[impl:3]_0" prio=5 tid=0x00f0a440 nid=0x1248 waiting on condition [882f000..882fd90]
         at java.lang.Thread.sleep(Native Method)
         at com.sap.caf.eu.gp.mail.cf.core.multithreading.TimerTask.run(TimerTask.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    "Thread-1" prio=5 tid=0x00eea010 nid=0xf1c runnable [79df000..79dfd90]
         at com.sap.bc.proj.jstartup.JStartupFramework.nativeGetThreadDump(Native Method)
         at com.sap.bc.proj.jstartup.JStartupFramework.getThreadDump(JStartupFramework.java:507)
         at com.sap.engine.frame.ProcessEnvironment.sfGetThreadDump(ProcessEnvironment.java:95)
         at com.sap.engine.frame.ProcessEnvironment.getThreadDump(ProcessEnvironment.java:89)
         at com.sap.engine.core.service630.container.MemoryContainer.startServices(MemoryContainer.java:226)
         - locked <0x17f9b0f8> (a com.sap.engine.core.service630.container.MemoryContainer)
         at com.sap.engine.core.service630.container.MemoryContainer.start(MemoryContainer.java:156)
         - locked <0x17f9b180> (a java.lang.Object)
         at com.sap.engine.core.service630.container.AbstractServiceContainer.init(AbstractServiceContainer.java:109)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:556)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:251)
         at com.sap.engine.core.Framework.start(Framework.java:185)
         - locked <0x17f9b0b8> (a com.sap.engine.core.Framework)
         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:324)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:61)
         at java.lang.Thread.run(Thread.java:534)
    "Signal Dispatcher" daemon prio=10 tid=0x00ee2cd0 nid=0x11b0 waiting on condition [0..0]
    "JDWP Event Helper Thread" daemon prio=5 tid=0x00ee0480 nid=0x10f0 runnable [0..0]

  • Does not start its download.

    Good day,
    I'm sort of new to the buying of apps in the Apple Store and so I just bought this OS X Mountain Lion and the buying of the app was a success. Although, it does not start its download. As far as I know, our internet connection is perfectly fine (because I'm able to write this discussion on mine) and that I can surf the net. I am aware that the download does take a long time, like 3 to 4 hours? But nothing seems to be happening...
    Anyone here had the same case that I am currently having?
    Thank you!

    The download time, is governed by your internet connection and speed.  If you are connecting to the internet wirelessly, then it would take much longer than if you were directly connected with a wire. 
    If you feel it may be "stuck", quit all open applications, and restart your computer from the apple menu.  Once the computer is restarted, re-open up the App's store, and select the purchases tab, then resume the download.

  • After installation of 10.2.2 iTunes does not start up anymore

    I updated my system to 10.2.2. today. Now itunes does not start anymore. I receive an Error Message saying "iTunes was was not installed correctly. Please reinstall iTunes Error 7 (Windows Error 998))" I reinstalled iTunes - same effect. Even a complete reinstallation of the entire .NET Framework 2, 3.5 and 4 did not help. Could anyone help please. Honestly spoken I am quite upset since I do not have access to my library anymore.....
    Thanks
    Holger

    If it isn't the .NET thing, and you aren't getting an additional message mentioning a specific filename, then it's probably damage to one of the software components installed with iTunes, Holger.
    Usually it's a damaged Apple Application Support, but I've seen it produced by a damaged QuickTime in some contexts too. So it might be best to do a complete reinstall of iTunes as per the instructions in the following documents.
    If you've got a Windows XP system, see:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    If you've got a Windows Vista or 7 system, see:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Does that fix the error for you?

  • Firefox does not start

    i am using Duke 64 bit. 50% of the times firefox just does not start. i had the same problem in 2.0.0.3 and now it is 2.0.0.4 but problem is not solved. when i use command "firefox" in X Terminal, cursor just goes to the next line without doing anything and when i do "ps -x" i can see firefox was *already* running  but i do not see any windows of firefox. STRANGE.......this is from my terminal:
    [arnuld@arch ~]$ ps -x
    Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
      PID TTY      STAT   TIME COMMAND
    6042 tty2     S      0:00 -bash
    6050 tty2     S+     0:00 /bin/sh /usr/bin/startx
    6066 tty2     S+     0:00 xinit /home/arnuld/.xinitrc -- -auth /home
    6073 tty2     S      0:00 wmaker
    6074 tty2     S      0:00 wmaker --for-real
    6699 ?        Ss     0:00 /bin/sh /opt/mozilla/bin/firefox
    6703 ?        S      0:00 /bin/sh /opt/mozilla/lib/firefox-2.0.0.4/r
    6708 ?        Sl     0:00 /opt/mozilla/lib/firefox-2.0.0.4/firefox-b
    6714 ?        S      0:00 /usr/lib/GConf/gconfd-2 12
    6728 ?        Ss     0:00 urxvt
    6729 pts/0    Ss     0:00 -bash
    6733 pts/0    R+     0:00 ps -x
    see, firefox is already running but i do not see any firefox window in my Windowmaker. i have also tried "wmii" and "larswm".
    [arnuld@arch ~]$ firefox
    [arnuld@arch ~]$ firefox
    [arnuld@arch ~]$ firefox
    [arnuld@arch ~]$ firefox
    NOTICE:  it does not do anything here :-(
    [arnuld@arch ~]$ ps -x
    Warning: bad ps syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html
      PID TTY      STAT   TIME COMMAND
    6042 tty2     S      0:00 -bash
    6050 tty2     S+     0:00 /bin/sh /usr/bin/startx
    6066 tty2     S+     0:00 xinit /home/arnuld/.xinitrc -- -auth /home/arnuld/.serverauth.6050
    6073 tty2     S      0:00 wmaker
    6074 tty2     S      0:00 wmaker --for-real
    6699 ?        Ss     0:00 /bin/sh /opt/mozilla/bin/firefox
    6703 ?        S      0:00 /bin/sh /opt/mozilla/lib/firefox-2.0.0.4/run-mozilla.sh /opt/mozilla/lib/firefox-2.0.0.4/
    6708 ?        Sl     0:02 /opt/mozilla/lib/firefox-2.0.0.4/firefox-bin
    6714 ?        S      0:00 /usr/lib/GConf/gconfd-2 12
    6728 ?        Ss     0:00 urxvt
    6729 pts/0    Ss     0:00 -bash
    6746 ?        Ss     0:00 emacs
    6795 pts/0    R+     0:00 ps -x
    [arnuld@arch ~]$
    i have to use "kill -9 PID" to kill all those 3 firefox-processes. this happens with me everyday when i try to access firefox. any solution ?

    ourcach wrote:
    My firefox does not start.
    when i run it it asks if i wawnt to start a new session and when i click on any of the choices it hangs and nothing happens.
    even in safe mode when it is supposed to start it stil hangs and no window is oppened...
    this happened when i updated to firefox 2.0.0.4...
    Make sure firefox is actually stopped (check "ps axww" output for it). Kill it if it's still running somewhere.
    Check your firefox profile area for files named "lock" and ".parentlock". Delete them if you find any.

  • [Solved] Network does not starts on every boot

    Yet another problem on fresh arch...
    Network service does not starts every time I booting my headless. For every 10 attempts service starts 5 or 6 times only.
    Ping says: Networking unreachable.
    systemctl status network:
    network.service - Static IP Connectivity
    Loaded: loaded (/etc/systemd/system/network.service; enabled)
    Active: inactive (dead)
    'systemctl start network' just hangs. In order to get it start I have to reboot the box hoping next boot service will start.
    I am not using dhcp (if it makes a sence). Service was configured as described in wiki for static IP assigning.
    The config itself:
    [Unit]
    Description=Static IP Connectivity
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-enp4s1.device
    After=sys-subsystem-net-devices-enp4s1.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/sbin/ip link set dev enp4s1 up
    ExecStart=/sbin/ip addr add 192.168.1.5/24 dev enp4s1
    ExecStart=/sbin/ip route add default via 192.168.1.1
    ExecStop=/sbin/ip addr flush dev enp4s1
    ExecStop=/sbin/ip link set dev enp4s1 down
    [Install]
    WantedBy=multi-user.target
    What's wrong?
    Thanks in advance for any help.
    Last edited by chord (2013-06-03 17:04:55)

    Thaks for your reply.
    I got this interface name from ip addr,  how it should be named if 'enp4s1' is wrong?
    journalctl is here: http://bpaste.net/show/104083/
    I found only one string realted to this device name:
    Jun 03 15:18:23 localhost systemd[1]: Expecting device sys-subsystem-net-devices-enp4s1.device...
    Is there some other logs where it can be checked?

  • TS3274 my ipad does not start or reset even. when i hold both buttons only apple logo appears and ipad wont start. plz help somebody

    my ipad does not start or reset even. when i hold both buttons only apple logo appears and ipad wont start. plz help somebody

    try restoring see guide
    http://www.ipadforums.net/ipad-help/2987-how-put-your-ipad-into-recovery-mode.ht ml

  • The Client does not start

    Hello everyone, I just installed the MI Client 2.5 on laptop, but when I boot I get the error Time out 61 "Can not conncet to server", how can I solve? In practice, the client does not start, and an error Start failed! tells me. Thanks

    The listing file startup.bat is as follows:
    C:\Programmi\SAP Mobile Infrastructure>set ME_HOME=C:\Programmi\SAP Mobile Infra
    structure
    C:\Programmi\SAP Mobile Infrastructure>set JRE11=
    C:\Programmi\SAP Mobile Infrastructure>set JAVA_EXE=
    C:\Programmi\SAP Mobile Infrastructure>set JAVA_HOME=
    C:\Programmi\SAP Mobile Infrastructure>REM set bootstrapjars=;
    C:\Programmi\SAP Mobile Infrastructure>set bootstrapjars=C:\Programmi\SAP Mobi
    le Infrastructure\lib\system\crimson.jar;C:\Programmi\SAP Mobile Infrastructure\
    lib\system\jaxp.jar;C:\Programmi\SAP Mobile Infrastructure\lib\system\xalan.jar;
    C:\Programmi\SAP Mobile Infrastructure>REM SET JAVA_HOME=
    C:\Programmi\SAP Mobile Infrastructure>REM SET ME_HOME=
    C:\Programmi\SAP Mobile Infrastructure>REM SET JAVA_EXE=
    C:\Programmi\SAP Mobile Infrastructure>REM SET JAVA_OPTIONS=-mx256m
    C:\Programmi\SAP Mobile Infrastructure>SET OLDCP=.;C:\Programmi\Java\jdk1.6.01
    3\bin;C:\Documents and Settings\dpns22\workspace\PD\bin;C:\Documents and Setting
    s\dpns22\workspace\PD\src
    C:\Programmi\SAP Mobile Infrastructure>set _MEJARS=
    C:\Programmi\SAP Mobile Infrastructure>copy /b "C:\Programmi\SAP Mobile Infrastr
    ucture\SetMejar.txt" + "C:\Programmi\SAP Mobile Infrastructure\listOfJars.txt" "
    C:\Programmi\SAP Mobile Infrastructure\setMeJar.bat"
    C:\Programmi\SAP Mobile Infrastructure\SetMejar.txt
    C:\Programmi\SAP Mobile Infrastructure\listOfJars.txt
            1 file copied.
    C:\Programmi\SAP Mobile Infrastructure>call "C:\Programmi\SAP Mobile Infrastruct
    ure\setMeJar.bat"
    C:\Programmi\SAP Mobile Infrastructure>SET _MEJARS=C:\Programmi\SAP Mobile Infra
    structure\lib\ME.jar;C:\Programmi\SAP Mobile Infrastructure\lib\pinstall.jar;
    C:\Programmi\SAP Mobile Infrastructure>set _SSLJARS=
    C:\Programmi\SAP Mobile Infrastructure>if exist "C:\Programmi\SAP Mobile Infrast
    ructure\lib\jsse.jar" set _SSLJARS=C:\Programmi\SAP Mobile Infrastructure\lib\js
    se.jar
    C:\Programmi\SAP Mobile Infrastructure>if exist "C:\Programmi\SAP Mobile Infrast
    ructure\lib\jcert.jar" set _SSLJARS=;C:\Programmi\SAP Mobile Infrastructure\lib\
    jcert.jar
    C:\Programmi\SAP Mobile Infrastructure>if exist "C:\Programmi\SAP Mobile Infrast
    ructure\lib\jnet.jar" set _SSLJARS=;C:\Programmi\SAP Mobile Infrastructure\lib\j
    net.jar
    C:\Programmi\SAP Mobile Infrastructure>set _IAKJARS=
    C:\Programmi\SAP Mobile Infrastructure>/bin/java -fullversion  2>testjre.txt
    C:\Programmi\SAP Mobile Infrastructure>find testjre.txt "1.4"  1>nil
    C:\Programmi\SAP Mobile Infrastructure>if ERRORLEVEL 1 GOTO tfive
    C:\Programmi\SAP Mobile Infrastructure>find testjre.txt "1.5"  1>nil
    C:\Programmi\SAP Mobile Infrastructure>if ERRORLEVEL 1 GOTO jthree
    C:\Programmi\SAP Mobile Infrastructure>if exist "C:\Programmi\SAP Mobile Infrast
    ructure\lib\system\jdk13\iaik_jce.jar" set _IAKJARS=C:\Programmi\SAP Mobile Infr
    astructure\lib\system\jdk13\iaik_jce.jar
    C:\Programmi\SAP Mobile Infrastructure>if exist "C:\Programmi\SAP Mobile Infrast
    ructure\lib\system\jdk13\iaik_javax_crypto.jar" set _IAKJARS=;C:\Programmi\SAP M
    obile Infrastructure\lib\system\jdk13\iaik_javax_crypto.jar
    C:\Programmi\SAP Mobile Infrastructure>GOTO end
    C:\Programmi\SAP Mobile Infrastructure>del testjre.txt
    C:\Programmi\SAP Mobile Infrastructure>del nil
    C:\Programmi\SAP Mobile Infrastructure>set CLASSPATH=C:\Programmi\SAP Mobile Inf
    rastructure\lib\ME.jar;C:\Programmi\SAP Mobile Infrastructure\lib\pinstall.jar;;
    C:\Programmi\SAP Mobile Infrastructure\lib\system\crimson.jar;C:\Programmi\SAP M
    obile Infrastructure\lib\system\jaxp.jar;C:\Programmi\SAP Mobile Infrastructure\
    lib\system\xalan.jar;;;
    C:\Programmi\SAP Mobile Infrastructure>echo Using CLASSPATH: C:\Programmi\SAP Mo
    bile Infrastructure\lib\ME.jar;C:\Programmi\SAP Mobile Infrastructure\lib\pinsta
    ll.jar;;C:\Programmi\SAP Mobile Infrastructure\lib\system\crimson.jar;C:\Program
    mi\SAP Mobile Infrastructure\lib\system\jaxp.jar;C:\Programmi\SAP Mobile Infrast
    ructure\lib\system\xalan.jar;;;
    Using CLASSPATH: C:\Programmi\SAP Mobile Infrastructure\lib\ME.jar;C:\Programmi\
    SAP Mobile Infrastructure\lib\pinstall.jar;;C:\Programmi\SAP Mobile Infrastructu
    re\lib\system\crimson.jar;C:\Programmi\SAP Mobile Infrastructure\lib\system\jaxp
    .jar;C:\Programmi\SAP Mobile Infrastructure\lib\system\xalan.jar;;;
    C:\Programmi\SAP Mobile Infrastructure>""  com.sap.ip.me.core.Startup "-home:C:\
    Programmi\SAP Mobile Infrastructure"
    """" is not recognized as internal or external command,
    program or batch file.
    C:\Programmi\SAP Mobile Infrastructure>SET CLASSPATH=.;C:\Programmi\Java\jdk1.6.
    0_13\bin;C:\Documents and Settings\dpns22\workspace\PD\bin;C:\Documents and Sett
    ings\dpns22\workspace\PD\src
    Content of file listofjar.txt : C:\Programmi\SAP Mobile Infrastructure\lib\ME.jar;C:\Programmi\SAP Mobile Infrastructure\lib\pinstall.jar;
    trace file do not know where to take it

  • WebAnalysis does not start after workspace is set on Windows Authentication

    I've used [doc Hyperion System 9.3.x Configuring the BI+ Workspace for Single Sign-On (SSO) with Internet Information Services (IIS) [ID 1100096.1] to configure SSO for workspace users. It works fine. Though since then the WA service does not start anymore. The error message which is raised sounds very very familar but still I am not able to tackle it. The message in the log or the analysis console is "[WARN] [STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.analyzer.utils.general.HYAUtil - Wait for workspace [
    [WARN] Timer-2 com.hyperion.analyzer.utils.general.HYAUtil - ."
    I am very sure it had something to do with rights/ permissions, but also after playing around with IIS and ntfs permissions for hours I can't get SSO en WA both working at the same time.
    As soon as I set my workspace aplication in IIS on windows integrated, the SSO is working but as soon as a I restart the WA service it fails to start. When I set the workspace application IIS on anonymous the WA service start fine but then the SSO is not working anymore.
    It drives me crazy.
    Hopefully its a small matter for you to solve!
    Thanks in advance.

    Dont know exactly whats happened but I presume something went wrong during the update procedure.
    If you will be not able to start the notebook in the safe mode or to boot the notebook then user the Toshiba recovery CD to gets the notebook working!

  • I am experiencing problem (the installation does not start) when I try to install ArchiCAD 17 Educational on my mac. I am using Yosemite. How can I fix it?

    I am experiencing problem (the installation does not start) when I try to install ArchiCAD 17 Educational on my mac. I am using Yosemite. How can I fix it?

    You need to contact the developer/manufacturer directly to determine if their product is compatible w/Yosemite.  It is not listed on their system requirement website:
    Mac OS X 10.9 Mavericks
    Mac OS X 10.8 Mountain Lion
    Mac OS X 10.7 Lion
    Mac OS X 10.6 Snow Leopard*
    Note: ArchiCAD 17 is the last version of ArchiCAD to support Mac OS X 10.6
    Only case insensitive file-system volumes are supported.
    http://www.graphisoft.com/support/system_requirements/archicad17.html

  • -Xmx greater than 180M does not start jvm on a 2gb machine, why?

    Hi, we have developed a product demo shown as an applet that uses the java plug-in to startup.
    The demo requires high amount of memory so we modified the java plug-in -xms and -xmx values in the control panel so more memory is available to the applet. What we can not see is why using values higher than -Xmx187M the applet does not start launching an error message either in Explorer of Firefox telling it has been unable to load the jvm. Using the value of -Xmx180M the applet starts but the out of memory message is displayed very soon as the demo requires at least 700M.
    We are using:
    � JRE1.6_u02
    � IE7. FireFox 2.0.0.7
    � Computer: 2GB Ram, CoreDuo2.
    Does any of you why this limitation in the maximum java heap size?
    Thanks for your time and help.
    Best Regards.

    I don't understand the logic for when it will error out on the -Xmx setting.One obvious idea leaps to my mind - because windows doesn't do it.
    And googling would seem to support that. Search for "currently implemented up to" in the following.
    [http://support.microsoft.com/kb/294418]

Maybe you are looking for

  • Install Lion on an external drive?

    I have read the discussions on making a bootable backup of Lion on external hard drive or a USB drive. I am not clear on whether I can purchase Lion from the App Store and have it download on an external drive so that my Macbook with 10.6.8 will rema

  • Import database using impdp

    Hello, I wanna import a database using impdp. Can i import while i'm logged with system/<password> ? On which database should i be logged? I have a single database, 'orcl' Thanks

  • The dropdown list in the address bar does not work when clicked

    In the address bar the dropdown list icon does not work when clicked. I have tried resetting everything in safemode and it still doesn't work. When I click on the icon it just highlights the entire address line.

  • How to create iView

    Hi , I need to integrate my web app with SAP portal. How can I create an .Net iView using Visual Studio .Net and deploy it on SAP portal. Can someone guide me step by step regarding this. Thanks, Ajay

  • Collective Bills in Public Sector contractual accounting?

    Hello dear experts, We are implementing the FM with Public sector Module (Campus Management/FICA). Our customer requires to have collective bills for groups of students. This means that a company is going to pay for a group of students their tuition.