Personalization Scheduling Engine does not start -- Bug?

Hi there. I don't know if it's the correct forum to post my question. If I'm wrong I ask you to redirect to
the correct one.
I've correctly installed Oracle AS 10g release 1 according to the following topology, on the production
environment :
Server 1 --> Here we are three oracle homes : Identity Management , Middle Tier (Portal and Wireless) ,
Personalization.
Server 2 --> MetadataRepository
My problem focuses on Personalization. I advise that in my developing environment I've not got any problem.
So , I've installed Oracle AS Personalization without wornings. I've created RE,MOR and MTR schemas as the
procedure dictates. Problem's that Personalization Scheduling Engine does not start. It should start
automatically but It didn't. So I tried to start it by hand following "Oracle Application Server Hi there.
I don't know if it's the correct forum to post my question. If I'm wrong I ask you to redirect to the
correct one.
I've correctly installed Oracle AS 10g release 1 according to the following topology, on the production
environment :
Server 1 --> Here we are three oracle homes : Identity Management , Middle Tier (Portal and Wireless) ,
Personalization.
Server 2 --> MetadataRepository
My problem focuses on Personalization. I advise that in my developing environment I've not got any problem.
So , I've installed Oracle AS Personalization without wornings. I've created RE,MOR and MTR schemas as the
procedure dictates. Problem's that Personalization Scheduling Engine does not start. It should start
automatically but It didn't. So I tried to start it by hand following "Oracle Application Server
Personalization Administrator's Guide 10g(9.0.4)". Specifically , when I try to start the scheduling engine
with the command "execute OP_START_ENGINE" in the MOR schema I obtain an error linked to DBMS_JOB.run()
method. Digging deep into the Oracle alert log file I found this brief linked to the error executin the
script :
Thu Apr 14 17:57:28 2005
Errors in file E:\MetadataRepositoryHome\admin\asdb\udump\ORA01860.TRC:
ORA-12012: error on auto execute of job 119
ORA-29532: Java call terminated by uncaught Java exception: java.lang.Exception: Scheduler Workflow Error:
9756161113494248343 java.lang.NumberFormatException: 9756161113494248343
at java.lang.Long.parseLong(Long.java)
at java.lang.Long.parseLong(Long.java)
at oracle.dmt.op.util.messagelog.MessageLog.getExecutionContextID(MessageLog.java:857)
at oracle.dmt.op.workflow.SchedulerWorkflowClass.main_method(SchedulerWorkflowClass.java:101)
at oracle.dmt.op.workflow.SchedulerWorkflowClass.SchedulerWorkflowJava(SchedulerWorkflowClass.java:91)
ORA-06512: at "MOR_PORTALE.DMT_CLIENT_IDARWIN_WORKFLOW", line 0
ORA-06512: at line 1
So as the main error is "NumberFormatException" , I executed reverse engineering decompiling two Oracle
classes , just to know the origin of the error :
oracle.dmt.op.util.messagelog.MessageLog and
oracle.dmt.op.workflow.SchedulerWorkflowClass
After simple tracing I think I reached the origin and I shocked myself to see it!! The problem starts in the
main_method of oracle.dmt.op.workflow.SchedulerWorkflowClass, i.e. :
private void main_method()
throws Exception
String event_msg_args[];
traceMsg += "Start";
moduleID = "SchedulerWorkflowClass.main_method";
traceMsg += "-executionContextID";
executionContextID = MessageLog.getExecutionContextID();
The problem resides in the getExectiongContextID() method of oracle.dmt.op.util.messagelog.MessageLog class.
Code of this method is this :
public static long getExecutionContextID()
String hostIP = null;
try
InetAddress host = InetAddress.getLocalHost();
hostIP = host.getHostAddress();
catch(UnknownHostException ex) { }
StringBuffer buf = new StringBuffer(20);
if(hostIP != null)
for(StringTokenizer st = new StringTokenizer(hostIP, "."); st.hasMoreTokens(); buf.append
(st.nextToken()));
buf.append((new Date()).getTime());
String tmpString = buf.toString();
String idString = tmpString.replace('?', ' ');
idString = idString.trim();
int len = idString.length();
if(len > 19)
idString = idString.substring(len - 19);
long id = Long.parseLong(idString);
return id;
Simply , code obtains IP address of the Host , concats it with the current time and if the length of the
result string is longer than 19 it obtains substring of (len -19) length!! I think , Oracle programmer
thought to prevent NumberFormatException with the control "if(len > 19)
idString = idString.substring(len - 19);"
but that's strange , very strange!! In fact , in my case(with my IP Address 160.97.*.*) , method outputs
NumberFormatExceptio 'couse long "id = Long.parseLong(idString);" is not able to convert the String
"9756161113494248343" to java.lang.Long!!! 'couse it exceedes maximum value ( 2EXP(63)-1)!! So , I think
it's bug but I don't know how to solve it!! Problem's in method's semantic. It should control that the
String it creates is lower that the maximum value allowed for a long , not its length lower or equal 19!!!
I mean , I cannot modify Oracle Java Class file.
With kind regards,
Nicola

Fix in OracleAS 10.1.2.0.2 if you file a bug referencing bug 4397235 a backport of the fix can be provided on metalink.

Similar Messages

  • J2EE Engine does not start

    Hi All.
    I installed a Dialog instance.
    After the installation of the license key on the central instance, the dialog J2EE Engine does not start anymore.
    Here it is the std_server0.out log:
    stdout/stderr redirect
    node name   : server0
    pid         : 1298548
    system name : PRP
    system nr.  : 10
    started at  : Mon Sep  3 19:07:54 2007
    [Thr  1] Mon Sep  3 19:07:55 2007
    [Thr  1] MtxInit: -2 0 0
    JVMST080: verbosegc is enabled
    JVMST082: -verbose:gc output will be written to stderr
    ^MSAP J2EE Engine Version 7.00   PatchLevel is starting...
    ^M
    Loading: LogManager ... 1887 ms.
    Loading: PoolManager ... 3 ms.
    Loading: ApplicationThreadManager ... 452 ms.
    Loading: ThreadManager ... 428 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 392 ms.
    Loading: LockingManager ... 140 ms.
    Loading: ConfigurationManager ... 4656 ms.
    Loading: LicensingManager ... 28 ms.
    Loading: CacheManager ... 311 ms.
    Loading: ServiceManager ...
    <AF[1]: Allocation Failure. need 536 bytes, 0 ms since last AF>
    <AF[1]: managing allocation failure, action=0 (959472304/1073740288)>
      <GC(1): GC cycle started Mon Sep  3 19:08:13 2007
      <GC(1): freed 64170704 bytes, 95% free (1023643008/1073740288), in 136 ms>
      <GC(1): mark: 123 ms, sweep: 13 ms, compact: 0 ms>
      <GC(1): refs: soft 0 (age >= 32), weak 0, final 475, phantom 0>
    <AF[1]: completed in 159 ms>
    Loading services.:
      Service cross started. (72 ms).
      Service file started. (156 ms).
      Service memory started. (160 ms).
      Service userstore started. (24 ms).
      Service timeout started. (51 ms).
      Service runtimeinfo started. (8 ms).
      Service trex.service started. (90 ms).
      Service jmx_notification started. (77 ms).
      Service p4 started. (182 ms).
      Service classpath_resolver started. (99 ms).
      Service deploy started. (9491 ms).
      Service MigrationService started. (28 ms).
      Service bimmrdeployer started. (6 ms).
      Service log_configurator started. (21621 ms).
      Service locking started. (3 ms).
      Service http started. (772 ms).
      Service naming started. (1518 ms).
      Service failover started. (23 ms).
      Service appclient started. (29 ms).
      Service javamail started. (87 ms).
      Service ts started. (70 ms).
      Service jmsconnector started. (80 ms).
      Service licensing started. (10 ms).
      Service iiop started. (141 ms).
      Service connector started. (119 ms).
      Service configuration started. (31 ms).
      Service webservices started. (463 ms).
      Service dbpool started. (8765 ms).
    Sep 3, 2007 6:08:47 PM          com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_54] Fatal: Initialization of UME
    persistence adapter "PRIVATE_DATASOURCE" failed.
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME i
    nitialization failed.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization f
    ailed.
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:379)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: null
            ume.db.connection_pool_type=SAP/BC_UME
            ume.db.connection_pool.j2ee.xatransactions_used=false
            ume.db.connection_pool.j2ee.is_unicode=FALSE
            ume.db.connection_pool.j2ee.oracle_native_driver_used=false: (No text available)
            at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.init(DataBasePersistence.java:865)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            ... 6 more
    com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME i
    nitialization failed.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization f
    ailed.
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:379)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: null
            ume.db.connection_pool_type=SAP/BC_UME
            ume.db.connection_pool.j2ee.xatransactions_used=false
            ume.db.connection_pool.j2ee.is_unicode=FALSE
            ume.db.connection_pool.j2ee.oracle_native_driver_used=false: (No text available)
            at com.sap.security.core.persistence.datasource.imp.DataBasePersistence.init(DataBasePersistence.java:865)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Sep 3, 2007 6:08:47 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_54] Fatal: Critical shutdown was
    invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Anyone can help?
    Thanks,
    Marco

    Hi all,
    after some corrections, now the problem is changed.
    Here you can find the std_server0.out:
    <b>com.sap.engine.frame.ServiceException: <--Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME i
    nitialization failed.', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization f
    ailed.
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:379)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=SAPPRP-DB SYSNR=10 GWHOST=SAPPRP-DB GWSERV=sapgw10 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner 'SAPPRP-DB:sapgw10' not reached
    TIME        Fri Sep  7 15:01:11 2007
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2764
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       79
    ERRNO TEXT  A remote host refused an attempted connect operation.
    COUNTER     1
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:363)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:222)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:286)
            ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Sep 7, 2007 2:01:11 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_55] Fatal: Critical shutdown was
    invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.</b>
    Thanks all,
    Marco

  • SQL Server 2012 DB Engine does not start (clean install with server 2012 and 2008 R2)

    I'm trying to do clean installation of SQL server 2012 on Server 2012 (which is runnning as a VM on ESX server) and getting this "wait on the DB engine recovery failed" message. Initially, I though this issue was related to some permission issues
    but changing the permission or service accounts didn't help. I'm not seeing any "denied" messages in the log files either. Even with Server 2008 R2 (clean built VM), the installation gives the exactly the same error messages. 
    My setup is purely for test purpose; so, the security is not a concern. Can someone help or give me a clue where to look? 
    (Summary)
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893606
      Start time:                    2014-05-28 17:12:12
      End time:                      2014-05-28 17:19:47
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  WIN-1V3VKPV5Q19
      Machine processor count:       1
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      Installation location:         E:\x64\setup\
      Installation edition:          Evaluation
      Slipstream:                    True
      SP Level                       1
      Patch Level:                   11.1.3128.0
    Product Update Status:
      Success: KB 2674319, KB 2793634
    Product Updates Selected for Installation:
      Title:                         Service Pack 1
      Knowledge Based Article:       KB 2674319
      Version:                       11.1.3000.0
      Architecture:                  x64
      Language:                      1033
      Title:                         SQL Server 2012 SP1 GDR Product Update
      Knowledge Based Article:       KB 2793634
      Version:                       11.1.3128.0
      Architecture:                  x64
      Language:                      All
      Update Source:                 MU
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 NT Service\SQLAgent$TESTDB
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140528_170909\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SQLENGINE
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    TESTDB
      INSTANCENAME:                  TESTDB
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$TESTDB
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           WIN-1V3VKPV5Q19\Administrator
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    1
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140528_170909\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140528_170909\SystemConfigurationCheck_Report.htm
    (Error Log)
    2014-05-28 17:17:26.64 spid8s      0 transactions rolled back in database 'msdb' (4:0). This is an informational message only. No user action is required.
    2014-05-28 17:17:26.73 spid9s      Starting up database 'model'.
    2014-05-28 17:17:28.24 spid9s      Error: 9004, Severity: 23, State: 6.
    2014-05-28 17:17:28.24 spid9s      An error occurred while processing the log for database 'model'.  If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.
    2014-05-28 17:17:28.24 spid9s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    (Details)
    (01) 2014-05-28 17:17:28 Slp: Exception type: Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException
    (01) 2014-05-28 17:17:28 Slp:     Message: 
    (01) 2014-05-28 17:17:28 Slp:         Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
    (01) 2014-05-28 17:17:28 Slp:     HResult : 0x851a001a
    (01) 2014-05-28 17:17:28 Slp:         FacilityCode : 1306 (51a)
    (01) 2014-05-28 17:17:28 Slp:         ErrorCode : 26 (001a)
    (01) 2014-05-28 17:17:28 Slp:     Data: 
    (01) 2014-05-28 17:17:28 Slp:       SQL.Setup.FailureCategory = ConfigurationFailure
    (01) 2014-05-28 17:17:28 Slp:       WatsonConfigActionData = INSTALL@CONFIGRC@SQL_ENGINE_CORE_INST
    (01) 2014-05-28 17:17:28 Slp:       WatsonExceptionFeatureIdsActionData = System.String[]
    (01) 2014-05-28 17:17:28 Slp:     Stack: 
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart(Process processSql)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceSCM.StartSqlServer(String[] parameters)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.ConfigSQLServerSystemDatabases(EffectiveProperties properties, Boolean isConfiguringTemplateDBs, Boolean useInstallInputs)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineDBStartConfig.DoCommonDBStartConfig(ConfigActionTiming timing)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.ExecuteAction(String actionId)
    (01) 2014-05-28 17:17:28 Slp:         at Microsoft.SqlServer.Configuration.SqlConfigBase.SlpConfigAction.Execute(String actionId, TextWriter errorStream)
    (01) 2014-05-28 17:17:28 Slp: Watson Bucket 1 
     Original Parameter Values 
    (01) 2014-05-28 17:17:28 Slp: Parameter 0 : SQL Server 2012@RTM@ 
    (01) 2014-05-28 17:17:28 Slp: Parameter 1 : Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart 
    (01) 2014-05-28 17:17:28 Slp: Parameter 2 : Microsoft.SqlServer.Configuration.SqlEngine.SqlServerServiceBase.WaitSqlServerStart 
    (01) 2014-05-28 17:17:28 Slp: Parameter 3 : Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 4 : Microsoft.SqlServer.Configuration.SqlEngine.SqlEngineConfigException@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 5 : SqlEngineDBStartConfigAction_install_configrc 
    (01) 2014-05-28 17:17:28 Slp: Parameter 6 : INSTALL@CONFIGRC@SQL_ENGINE_CORE_INST 
    (01) 2014-05-28 17:17:28 Slp: 
     Final Parameter Values 
    (01) 2014-05-28 17:17:28 Slp: Parameter 0 : SQL Server 2012@RTM@ 
    (01) 2014-05-28 17:17:28 Slp: Parameter 1 : 0xD15B4EB2 
    (01) 2014-05-28 17:17:28 Slp: Parameter 2 : 0xD15B4EB2 
    (01) 2014-05-28 17:17:28 Slp: Parameter 3 : 0x4BDAF9BA@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 4 : 0x4BDAF9BA@1306@26 
    (01) 2014-05-28 17:17:28 Slp: Parameter 5 : SqlEngineDBStartConfigAction_install_configrc 
    (01) 2014-05-28 17:17:28 Slp: Parameter 6 : 0x9C5770A6 

    Hi Nababoya:
    As you are telling this is a test installation process...
    In the logs i m seeing the error message "An error occurred while processing the log for database 'model'.  If possible, restore from backup. If a backup is not available, it might be necessary to rebuild the log.".
    1) If the SQL Services was installed successfully and SQL Service was not able to start because of model database issue...
        1.1) If you have model database SQL back file, start the SQL Server in single user mode with minimum configuration and try to restore MODEL database
    http://blogs.msdn.com/b/sqlserverfaq/archive/2011/05/11/inf-hey-my-sql-server-service-is-not-starting-what-do-i-do.aspx
        1.2) If you don't have backups., try to rebuild the system databases but make sure that you are not losing any data critical data on master and SQL Jobs on MSDB
    http://msdn.microsoft.com/en-us/library/dd207003%28v=sql.110%29.aspx#RebuildProcedure
    2) As if this is a new installation try to repair the instance with the help of setup media file
    3) If the repair option fails., the last option wipe out the complete SQL Server components from Services.msc and Registries and start new installation.
    4) Make sure when you are doing un-installation all the required SQL Server components on services.msc should be in stop state.
    Hope this helps and let me know any questions...
    Thanks,
    Thanks, Satish Kumar. Please mark as this post as answered if my anser helps you to resolves your issue :)

  • J2ee engine does not start up after system copy

    Dear All,
    I have done a system copy of BW3.5 (NW04). I installed the BW.3.5 and then replaced the data and control files.
    This has ABAP + java.
    Now after system copy when i am starting the server, the J2ee instance doesnt start up.
    ABAP is running and DB is up too.
    I am getting the following error in log_bootstrap file:-
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.bootstrap.SynchronizationException: No such Dialog Instance (ID1125100) in the database! Check
    database consistency or local Bootstrap properties!
            at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:81)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    [Aug 26, 2008 2:00:26 PM ] [Bootstrap module]> Problem occured while performing synchronization.
    [Aug 26, 2008 2:00:42 PM ] -
    [Aug 26, 2008 2:00:42 PM ] Bootstrap MODE:
    [Aug 26, 2008 2:00:42 PM ] <INSTANCE GLOBALS>
    [Aug 26, 2008 2:00:42 PM ]  determined by parameter [ID0011251].
    [Aug 26, 2008 2:00:42 PM ] -
    [Aug 26, 2008 2:00:46 PM ] Exception occured:
    com.sap.engine.frame.core.configuration.NameNotFoundException: A configuration with the path "cluster_data/di
    spatcher/ID1125100" does not exist.
            at com.sap.engine.core.configuration.impl.ConfigurationDataCacheAllImpl.getSubConfiguration(Configura
    tionDataCacheAllImpl.java:107)
            at com.sap.engine.core.configuration.impl.ReadAccessConfiguration.getSubConfiguration(ReadAccessConfi
    guration.java:715)
            at com.sap.engine.bootstrap.Synchronizer.getConfiguration(Synchronizer.java:365)
            at com.sap.engine.bootstrap.Synchronizer.getElementType(Synchronizer.java:78)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:420)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:813)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    What could the problem?. Do I need to do some other settings for system copy of JVA instance?
    Kindly help
    Thanks
    Tajinder

    Hi,
    I already checked that note. It did not help.
    I am pasting mine dev_jcontrol file:--
    trc file: "/usr/sap/BD1/DVEBMGS00/work/dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 868524
    system name : BD1
    system nr.  : 00
    started at  : Tue Aug 26 16:27:10 2008
    arguments   :
        arg[00] : jcontrol
        arg[01] : pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
        arg[02] : -DSAPSTART=1
        arg[03] : -DCONNECT_PORT=64380
        arg[04] : -DLISTEN_PORT=64381
        arg[05] : -DSAPSYSTEM=00
        arg[06] : -DSAPSYSTEMNAME=BD1
        arg[07] : -DSAPMYNAME=BWQAS_BD1_00
        arg[08] : -DSAPPROFILE=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
        arg[09] : -DFRFC_FALLBACK=ON
        arg[10] : -DFRFC_FALLBACK_HOST=localhost
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.proper
    ties:/usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties]
    -> ms host    : BWQAS
    -> ms port    : 3601
    -> OS libs    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> files [01] : /usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties
    Instance properties
    -> ms host    : BWQAS
    -> ms port    : 3601
    -> os libs    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID1125100  : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID1125150  : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID1125100            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [01] ID1125150            : /usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> [02] sdm                  : /usr/sap/BD1/DVEBMGS00/SDM/program/config/sdm_jstartup.properties
    [Thr 01] Tue Aug 26 16:27:10 2008
    [Thr 01] SigISetDefaultAction : default handling for signal 20
    [Thr 01] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 258] JControlDPMessageFunc: Thread 258 started as handler thread for R/3 dispatcher messages.
    [Thr 01] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) -
    using -Xmx512m [jstartxx_mt. 2282]
    [Thr 01] [Node: bootstrap] java home is set by profile parameter
            Java Home: /usr/java14_64
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : /usr/java14_64
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20060421 (SR5) (JIT enabl
    ed: jitc)
    -> java vm vendor  : Classic VM (IBM Corporation)
    -> java vm type    : <default>
    -> java vm cpu     : ppc64
    -> heap size       : 512M
    -> root path       : /usr/sap/BD1/DVEBMGS00/j2ee/cluster
    -> class path      : ./bootstrap/launcher.jar
    -> OS libs path    : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0011251
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jlaunch
    -> arg[00] = /usr/sap/BD1/DVEBMGS00/j2ee/os_libs/jlaunch
    -> arg[01] = pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[02] = -DSAPINFO=BD1_00_bootstrap
    -> arg[03] = -file=/usr/sap/BD1/DVEBMGS00/j2ee/cluster/instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=12582961
    -> arg[07] = -jvmOutFile=/usr/sap/BD1/DVEBMGS00/work/jvm_bootstrap.out
    -> arg[08] = -stdOutFile=/usr/sap/BD1/DVEBMGS00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BD1/DVEBMGS00/work/dev_bootstrap
    -> arg[08] = -stdOutFile=/usr/sap/BD1/DVEBMGS00/work/std_bootstrap.out
    -> arg[09] = -locOutFile=/usr/sap/BD1/DVEBMGS00/work/dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=64382
    -> arg[14] = -DLISTEN_PORT=64381
    -> arg[15] = -DSAPSYSTEM=00
    -> arg[16] = -DSAPSYSTEMNAME=BD1
    -> arg[17] = -DSAPMYNAME=BWQAS_BD1_00
    -> arg[18] = -DSAPPROFILE=/usr/sap/BD1/SYS/profile/BD1_DVEBMGS00_BWQAS
    -> arg[19] = -DFRFC_FALLBACK=ON
    -> arg[20] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = LIBPATH=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/B
    D1/DVEBMGS00/j2ee/os_libs:/usr/sap/BD1/SYS/exe/run:/usr/sap/BD1/SYS/exe/runU:/usr/lib:/usr/sap/BD1/DVEBMGS00/
    j2ee/os_libs:/usr/sap/BD1/DVEBMGS00/j2ee/os_libs:/usr/lib:/lib:/usr/sap/BD1/SYS/exe/run:/usr/sap/BD1/SYS/exe/
    runU
    -> exe path = PATH=/usr/java14_64/bin:/usr/sap/BD1/DVEBMGS00/j2ee/os_libs:/oracle/BD1/920_64/bin:/usr/java14_
    64/bin:/home/bd1adm:/usr/sap/BD1/SYS/exe/runU:/usr/sap/BD1/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home
    /bd1adm/bin:/usr/bin/X11:/sbin:.
    [Thr 01] JStartupICreateProcess: fork process (pid 893002)
    [Thr 01] Tue Aug 26 16:27:18 2008
    [Thr 01] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx_mt. 1433]
    [Thr 01] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 01] JControlCloseProgram: started (exitcode = 66)
    [Thr 01] JControlCloseProgram: good bye... (exitcode=66)
    DO i have to change the some settingdsin any file for java instance after system copy.
    Thanks
    Tajinder

  • J2EE engine does not start correctly

    hi,
    after the installation of sap was v6.40 abap & j2ee, i cannot logon to the j2ee engine as described in the documentation. when i will access the engine by using a web browser, i get the following error message:
    "503: Service Unavailable"
    i had a look on the log files and found these messages in the server log file:
    java.rmi.RemoteException: Error occurred while starting applications; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Container EJBContainer is not active at the moment and it is not possible to startApp sap.com/com.sap.lcrabapapi.
         at ...
    there are more lines with error messages which seems to belong to the original problem with the ejbcontainer.
    can anyone tell me how to fix the errors?
    thanks in advance,
    michael keller

    Hi,
    See note: 535532
    Mid way through the note it says:
    You can then register the SAP J2EE Engine as a windows-service by using the SAP J2EE Engine Config Tool. Open a command prompt and change to the directory <J2EE Engine installation directory>configtool and run configtool.bat or start this tool via your Start-Menu "Tools->Config Tool" of the J2EE Server entry. Select at the left navigation area of this tool the entry "cluster/ server" the checkbox "Enabled" at the tabstrip "NT Service". Apply these settings by clicking on "File->Apply" at the menu. Do the same with the entry "cluster / dispatcher".
    After you have finished these steps you can register now the J2EE Engine as a windows service.
    Start service.exe, which is also located in the directory
    <J2EE Engine installation directory>configtool. It works with three
    parameters:
    Service.exe u2013install u2013 the service(s) is (are) registered as NT/2000 Service(s). For each specified cluster node, a separate service is generated. All services have startup mode automatic. To start the service(s), open the Control Panel ¨Services folder. Find the service in the list of available services (for example: SAP J2EE Server 1, SAP J2EE Dispatcher 1, SAP J2EE Server 2, and so on). Select it, and choose u201CStartu201D on the right-hand side. No u201CStartup Parametersu201D are needed for the service to run. The system starts the particular J2EE Engine 6.20 node in background mode. It can be used and administered as usual. The only difference is that the server does not run in a console window.
    There may be other notes along these lines.
    You should also check any notes on the setup of SAP in MSCS cluster, as it will contain instructions for registering the services.
    Hope this gives you a pointer in the right direction.

  • Dispatcher of J2EE Engine does not start

    I have the following problem, we restart the j2ee engine and the dispatcher does not come up. The server and SDM works fine
    <b>dev_dispatcher:</b>
    trc file: "/usr/sap/Q82/JC00/work/dev_dispatcher", trc level: 1, release: "700"
    node name   : ID2430700
    pid         : 1192142
    system name : Q82
    system nr.  : 00
    started at  : Tue Nov 20 10:47:45 2007
    arguments       :
           arg[00] : /usr/sap/Q82/JC00/exe/jlaunch
           arg[01] : pf=/usr/sap/Q82/SYS/profile/Q82_JC00_sapQ82
           arg[02] : -DSAPINFO=Q82_00_dispatcher
           arg[03] : pf=/usr/sap/Q82/SYS/profile/Q82_JC00_sapQ82
    [Thr  1] Tue Nov 20 10:47:45 2007
    [Thr  1] *** WARNING => INFO: Unknown property [instance.box.number=Q82JC00sapq82] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.host=sapQ82] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.system.id=00] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/Q82/JC00/j2ee/cluster/instance.properties]
    -> ms host    : sapQ82
    -> ms port    : 3901
    -> OS libs    : /usr/sap/Q82/JC00/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/Q82/JC00/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sapQ82
    -> ms port    : 3901
    -> os libs    : /usr/sap/Q82/JC00/j2ee/os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/Q82/JC00/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID2430700  : /usr/sap/Q82/JC00/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID2430750  : /usr/sap/Q82/JC00/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID2430700            : /usr/sap/Q82/JC00/j2ee/cluster/instance.properties
    -> [01] ID2430750            : /usr/sap/Q82/JC00/j2ee/cluster/instance.properties
    [Thr  1] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr  1] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 258] JLaunchRequestFunc: Thread 258 started as listener thread for np messages.
    [Thr 515] WaitSyncSemThread: Thread 515 started as semaphore monitor thread.
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr  1] CPIC (version=700.2006.09.13)
    [Thr  1] [Node: dispatcher] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/Q82/JC00/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID2430700]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Xj9 -Xgcpolicy.gencon -verbose:gc -Xmn70m -Xdisableexplicitgc -Djava.security.policy=.\java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070510a (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 202M
    -> init heap size     : 202M
    -> root path          : /usr/sap/Q82/JC00/j2ee/cluster/dispatcher
    -> class path         : ./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/Q82/JC00/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/Q82/JC00/exe/jstartup.jar:/usr/sap/Q82/JC00/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50000
    -> shutdown timeout   : 120000
    [Thr  1] JLaunchISetDebugMode: set debug mode [no]
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [dispatcher]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Xj9
    -> arg[  4]: -Xgcpolicy.gencon
    -> arg[  5]: -verbose:gc
    -> arg[  6]: -Xmn70m
    -> arg[  7]: -Xdisableexplicitgc
    -> arg[  8]: -Djava.security.policy=.\java.policy
    -> arg[  9]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 10]: -Djco.jarm=1
    -> arg[ 11]: -Dsys.global.dir=/usr/sap/Q82/SYS/global
    -> arg[ 12]: -Dapplication.home=/usr/sap/Q82/JC00/exe
    -> arg[ 13]: -Djava.class.path=/usr/sap/Q82/JC00/exe/jstartup.jar:/usr/sap/Q82/JC00/exe/jvmx.jar:./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    -> arg[ 14]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/Q82/JC00/exe:/usr/sap/Q82/JC00/exe:/usr/sap/Q82/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/sap/Q82/JC00/exe::/usr/lib:/usr/sap/Q82/JC00/j2ee/os_libs:/usr/sap/Q82/JC00/exe:/usr/sap/Q82/JC00/exe:/usr/lib:/lib:/usr/sap/Q82/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> arg[ 15]: -Dmemory.manager=202M
    -> arg[ 16]: -Xmx202M
    -> arg[ 17]: -Xms202M
    -> arg[ 18]: -DLoadBalanceRestricted=no
    -> arg[ 19]: -Djstartup.mode=JCONTROL
    -> arg[ 20]: -Djstartup.ownProcessId=1192142
    -> arg[ 21]: -Djstartup.ownHardwareId=R1572408088
    -> arg[ 22]: -Djstartup.whoami=dispatcher
    -> arg[ 23]: -Djstartup.debuggable=no
    -> arg[ 24]: -DSAPINFO=Q82_00_dispatcher
    -> arg[ 25]: -DSAPSTARTUP=1
    -> arg[ 26]: -DSAPSYSTEM=00
    -> arg[ 27]: -DSAPSYSTEMNAME=Q82
    -> arg[ 28]: -DSAPMYNAME=sapQ82_Q82_00
    -> arg[ 29]: -DSAPDBHOST=sapQ82
    -> arg[ 30]: -Dj2ee.dbhost=sapQ82
    [Thr 772] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-6) [jhvmxx_mt.c  542]
    [Thr 772] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi_mt. 752]
    [Thr 772] **********************************************************************
    ERROR => Java VM initialization failed.
    Please see SAP Note 943602 , section 'Java VM initialization issues'
    for additional information and trouble shooting.
    [Thr 772] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 772] JLaunchCloseProgram: good bye (exitcode = -1)
    Does somebody has any ideas?
    Regards Peter

    Hi folks,
    i solved it by myself. There was a wrong javaparameter in the settings of the dispatcher.
    -Xgcpolicy.gencon instead of -Xgcpolicy:gencon, my colleague has found it out.
    Regards Peter

  • J2ee engine does not start - error 503

    have a dual stack NetWeaver installation. I can start/connect to the ABAP stack fine, but I cannot connect to the Java stack.
    When I do http://<machine name>:50000 or http://<machine name>:50000/irj/portal ... I get a "503 service unavailable. Application stopped" message.
    searching through the j2ee logs did not reveal any problems (All j2ee services look like they are started successfully).

    Tiberiu,
    Check ume service : com.sap.security.core.ume.service started or not?
    I think it may be very slow and this may cause a lot of services to time out.
    Changed settings in config tool:
    1.instance_IDXXX -> server -> managers -> Service manager -> LoadTimeout from 5 to 15.
    2.instance_IDXXX -> server -> managers -> ApplicationThreadManager there change InitialThreadCount, MinThreadCount and MaxThreadCount to 350.
    3.Restart the server.
    Regards,
    Karthick Eswaran
    *Do not forget to Reward points for helpful answers

  • J2EE engine does not start and then visual administartor gives error

    I am trying to start the SAP J2EE GUI after entering User J2EE_ADMIN and
    password it hardly goestill 5% and gives following task error:
    "com.sap.engine.services.security.exceptions.BaseLoginException: Cannot
    create new RemoteLoginContext".
    I have also applied 701654 as suggested by you earlier but I have never
    changed the password, However I have updated the Secure storage also
    using configuration tool.

    I am trying to start the SAP J2EE GUI after entering User J2EE_ADMIN and
    password it hardly goestill 5% and gives following task error:
    "com.sap.engine.services.security.exceptions.BaseLoginException: Cannot
    create new RemoteLoginContext".
    I have also applied 701654 as suggested by you earlier but I have never
    changed the password, However I have updated the Secure storage also
    using configuration tool.

  • Server0 does not start

    Hi,
    I´ve an ABAP + JAVa system and I did a homogeneous copy and now the J22 engine does not start and is strange because nothing is written into the /usr/sap/SID/DV*/j2ee/cluster/server0/log.
    Can someone help me as soon as possible?
    Thnaks a a lot and best regards

    Hi,
    I follow the guide :
    System copy for SAP systems based on SAP NW 7.0 including enhancement package1 ABAP  Java.
    The problem is that only 2 Jlaunch are running and just one Jcontrol, also the folder  /usr/sap/AB2/DV*/j2ee/cluster/server0/log
    is missing .
    DB:oracle 10.2.0.4
    OS: hp-ux
    Any suggestion about what is happening?
    thnaks thanks thanks a lot

  • After Successfull Installation of Photoshop Element 3.0 On Mac OS 10.6.8, Photoshop Elements does not start saying that personalization information is invalid or missing

    I have installed Photoshop Elements 3.0 from original disk on my MacBook Pro with Mac OS 10.6.8. The installation was successful. However, when I try to run Photoshop Elements, it does not start, with the message "Could not complete your request because of missing or invalid personalization information". I uninstalled Adobe Elements and deleted all Adobe files from both the System Library Preferences and from the User Library Preference. Then tried the installation again. The installation was successful, but the application fails to start with the same missing/invalid-personalization-information message.
    Please advise

    I am sorry Invalid Personalization but Photoshop Elements 3.0 requires a PowerPC processor or Rosetta installed in order to function.  You can find the system requirements at System requirements | Adobe Photoshop Elements.
    You may want to try following the steps listed at Mac OS X 10.6: If you need to install Rosetta to attempt to install Rosetta.  That may still not resolve your licensing issue however as the application was also designed for Mac OS 10.2.8 and 10.3.

  • CiscoWorks Tomcat Servlet Engine service does not start

    Hello!
    CiscoWorks  Tomcat Servlet Engine service does not start.
    Events in the Windows Event Viewer:
    The CiscoWorks Tomcat Servlet Engine service terminated unexpectedly. It has done this 1 time(s).
    output pdshow and file stderr.log,  hs_err_pid2128.log attached.
    Do  you have an idea how to resolve this?
    Thanks!

    The only things which I see are wrong are the start types for the IPM NG database engine and HUM database engine services.  They must be set to Manual, not Automatic.  However, that would not account for the Tomcat crash.  The crash points to an error in the code which processes regdaemon.xml, but I see no reason why that should be failing.  As I said before, I think it would be best to open a Service Request.  Remote access would be helpful to dig into this problem in more detail.
    Please support CSC Helps Haiti
    https://supportforums.cisco.com/docs/DOC-8895
    https://supportforums.cisco.com

  • HP ProOne 400 does not start automatically on a schedule

    HP ProOne 400 does not start automatically on a schedule. In the BIOS menu "means automatic switch BIOS" to select the desired day of the week and set the time, but Compute still does not start automatically. Please help.

    Hi,
    As I understand, you would like to use workflow to copy list items cross site collection.
    So far it is not supported with OOB workflow option, here is an codeplex workaround:
    https://spdactivities.codeplex.com/wikipage?title=Copy%20List%20Item%20Extended%20Activity
    Please check if it can be help.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Workflow does not start when PowerShell Script is run from Task Scheduler

    I have a PS script that updates an item in a SP2010 list so that a workflow will be started.  When I run the PS script manually from the PS window on the server it resides, the script runs flawlessly.  If I set a scheduled task on the same server
    to run the script with the same credentials as are being used in the PS window, the script runs, updated the info on the list, but DOES NOT start the workflow.  As we know, SPD workflows cannot be started by anonymous or system accounts.  It is as
    if the task scheduler adds a bit of information that makes the SP2010 list think the information was updated by one of these accounts even though the field in the list for the item being updated shows the correct account.
    HELP!!!
    D

    Hi,
    The issue might be related to the script or schedule task settings your configured. You’d better check the settings.
    For example, which option do you set to run the scheduled task? You may select “Run whether user is logged on or not” instead of “run only when user is logged on” as shown in this article:
    http://blog.pointbeyond.com/2010/04/23/run-powershell-script-using-windows-server-2008-task-scheduler/
    Hope it helps.
    Best Regards,
    Sally Tang

  • 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]

  • Appworld does not start... again!

    Hey everyone
    since I upgraded my BlackBerry Appworld application to version 1.1.0.15 it does not start anymore. Updating to the latest version (1.1.0.19) did NOT solve the problem. Reinstalling doesn't help either.
    As far as I know this is a known bug. Does anyone know if a solution exists?
    I'm using Appworld in German.
    Thanks for help
    Seb

    OK...well, my German is a bit rusty, so I can't read that. But no matter...I don't know if that's an official RIM source or not...if it's just, like here, users saying what they say, then it can't necessarily be taken as authoritative. Nonetheless, your possible solutions are indeed recommended. I recommend that you do this:
    1) Remove AppWorld from your BB (Homescreen > Options > Advanced Options > Applications) -- if it requests that you reboot the BB, do so.
    2) Do a proper Batt-Pull reboot (with power ON, remove the battery, wait, replace, reboot).
    3) Get a new link and install a fresh copy of AppWorld (I don't know if there is a different link for different regions)
    http://na.blackberry.com/eng/services/appworld/download.jsp#tab_tab_download
    Again, if it requests to reboot, do so.
    4) Do another Batt-Pull reboot
    5) See if it now works.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • How can i display the values in a table when i press enter

    hi, I have three text boxes and a table with three columns in a jsp page.When i keyin some values in the text boxes and press Enter these values should be dispalyed in the three columns of the table.When once again if i key in the text boxes with som

  • How do i move all layers at once in my GIF

    hi, I have recently switched to adobe fireworks, and its really confusing to me. I was wondering how to move all layers at one time in my animated GIF. I like moving each frame individually and it is taking a LONG long long time! In image ready, it w

  • What's wrong with my code? compliation error

    There is a compilation error in my program but i follow others sample prog. to do, but i can't do it Please help me, thanks!!! private int selectedRow, selectedCol; final JTable table = new JTable(new MyTableModel()); public temp() {      super(new G

  • Lightroom 2.5 very slow

    After upgrade to 2.5, LR seems very sluggish. Below is the data from Help/System Info. Any suggestions? I'm not sure why Virtual Memory Used is so high. Is this a setting I need to change somewhere? Thanks for any suggestions. Lightroom version: 2.5

  • How to change name of AX in iTunes

    I changed the name of both of my AXs via Airport Utility, one named 'Living Room' and one named 'Shop', now when I open iTunes to stream AirTunes, they are both named as 'Living Room', so therefore I cannot select one of the AXs, since it thinks it's