cancel
Showing results for 
Search instead for 
Did you mean: 

SDM deploy error in NW2004's

Former Member
0 Kudos

Hi ,

During installation of NW2004S I am facing the below error

WARNING

SDM call of deploySdaList ends with returncode 16. See output of logfile Z:\usr\sap\SAPinst\NW04S\SYSTEM\DB4\CENTRAL\AS\callSdmViaSapinst.log.

callSdmviaSapinstlog:

ERROR: Cannot connect to Host: [hostname] with user name: [J2EE_ADMIN]

Check your login information.

Exception is:

com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]

at java.lang.Throwable.<init>(Throwable.java:180)

at java.lang.Exception.<init>(Exception.java:29)

at javax.naming.NamingException.<init>(NamingException.java:109)

at com.sap.engine.services.jndi.persistent.exceptions.NamingException.<init>(NamingException.java:119)

at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)

at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)

at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)

at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)

at javax.naming.InitialContext.init(InitialContext.java:219)

at javax.naming.InitialContext.<init>(InitialContext.java:195)

at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)

at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:51)

at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)

at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)

at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)

at com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performDeployment(EngineJ2EE620OnlineDeployerImpl.java:233)

at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)

at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)

at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)

at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)

at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)

at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)

at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)

at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)

at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)

at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)

at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:120)

at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:89)

at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)

at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)

at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)

at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)

at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)

at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)

at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)

at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)

at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)

at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)

at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)

at com.sap.sdm.control.command.Command.exec(Command.java:42)

at SDM.main(SDM.java:21)

Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.

at java.lang.Throwable.<init>(Throwable.java:195)

at java.lang.Exception.<init>(Exception.java:41)

at java.security.GeneralSecurityException.<init>(GeneralSecurityException.java:43)

at javax.security.auth.login.LoginException.<init>(LoginException.java:53)

at com.sap.engine.services.security.exceptions.BaseLoginException.<init>(BaseLoginException.java:113)

at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)

at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)

at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)

... 35 more

Caused by: java.io.EOFException: End of stream is reached unexpectedly during input from Socket[addr=/172.16.10.5,port=50004,localport=24156]

at java.lang.Throwable.<init>(Throwable.java:195)

at java.lang.Exception.<init>(Exception.java:41)

at java.io.IOException.<init>(IOException.java:40)

at java.io.EOFException.<init>(EOFException.java:44)

at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:420)

at java.lang.Thread.run(Thread.java:534)

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.checkLoginCredentials.DMEXC)

Apr 24, 2008 7:48:48 PM Info: Starting to save the repository

Apr 24, 2008 7:48:52 PM Info: Finished saving the repository

Apr 24, 2008 7:48:52 PM Info: Starting: Initial deployment: Selected software component 'BI-IBC'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827113300''/'0' will be deployed.

Apr 24, 2008 7:48:52 PM Error: Aborted: software component 'BI-IBC'/'sap.com'/'SAP AG'/'1000.7.00.9.0.20060827113300''/'0':

Failed deployment of SDAs:

development component 'com.sap.ip.bi.biloggingconfig'/'sap.com'/'SAP AG'/'7.0009.20060825141640.0000'/'0' : aborted

Please, look at error logs above for more information!

Apr 24, 2008 7:48:52 PM Info: Starting to save the repository

Apr 24, 2008 7:48:56 PM Info: Finished saving the repository

Apr 24, 2008 7:48:56 PM Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

Apr 24, 2008 7:48:56 PM Error: -


At least one of the Deployments failed -


Apr 24, 2008 7:49:03 PM Info: Summarizing the deployment results:

Apr 24, 2008 7:49:03 PM Error: Aborted: /tmp/sid/Java1/J2EE_OSINDEP/UT/BIIBC09_0.SCA

Apr 24, 2008 7:49:03 PM Info: OK: /tmp/sid/Java1/J2EE_OSINDEP/UT/BIWEBAPP09_0.SCA

Apr 24, 2008 7:49:03 PM Info: OK: /tmp/sid/Java1/J2EE_OSINDEP/UT/BIBASES09_0.SCA

Apr 24, 2008 7:49:03 PM Error: Admitted: /tmp/sid/Java1/J2EE_OSINDEP/UT/BIREPPLAN09_0.SCA

Apr 24, 2008 7:49:03 PM Error: Admitted: /tmp/sid/Java1/J2EE_OSINDEP/UT/BIWDALV09_0.SCA

Apr 24, 2008 7:49:03 PM Error: Admitted: /tmp/sid/Java1/J2EE_OSINDEP/UT/VCKITBI09_0.SCA

Apr 24, 2008 7:49:04 PM Error: Processing error. Return code: 4

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi. Read this notes :

Note 997810 - Troubleshooting Common SDM 6.40/04s Issues

Note 701654 - Deployment aborts due to wrong J2EE Engine login information

Regadrs.

Former Member
0 Kudos

hi ,

I could not find any information reg "no server is running" in the given notes.

ERROR: Cannot connect to Host: hostname with user name: J2EE_ADMIN

Check your login information.

Exception is:

com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running.

my j2ee engine is up and working fine ..I could use config tool as well..

thanks in advance

Answers (3)

Answers (3)

Former Member
0 Kudos

you can find these files std_server0.out. std_server1.out in work directory /usr/sap/<SID>/DVEBMGS<xx>/work.

Former Member
0 Kudos

hi prasanna ,

please go through the logs of std_server & std_dispatcher and let me know the reason

-


stdout/stderr redirect

-


node name : dispatcher

pid : 694

system name :SID

system nr. : 00

started at : Thu May 1 18:59:21 2008

[Thr 1] Thu May 1 18:59:26 2008

[Thr 1] MtxInit: -2 0 0

GC: initial heap(KB) 65536; maximum heap(KB) 2097152; virtual machine identifier C8C2406445003900; heap identifier C8C2406445003900.

GC 1: starting collection, reason external thread attached.

GC 1: collection starting 05/01/08 18:59:33

GC 1: live objects 2615; collected objects 1646; collected(KB) 144.

GC 1: queued for finalization 0; total soft references 3; cleared soft references 0.

GC 1: current heap(KB) 6508; current threshold(KB) 65536.

GC 1: collect (milliseconds) 67.

GC 1: current cycle allocation(KB) 1911; previous cycle allocation(KB) 4155.

GC 1: total weak references 0; cleared weak references 0.

GC 1: total final references 6; cleared final references 0.

GC 1: total phantom references 0; cleared phantom references 0.

GC 1: total JNI global weak references 0; cleared JNI global weak references 0.

GC 1: collection ending 05/01/08 18:59:33

Attaching Java program to /usr/sap/GBV/DVEBMGS00/j2ee/cluster/dispatcher/bin/boot/boot.jar.

SAP J2EE Engine Version 7.00 PatchLevel is starting...

Loading: LogManager ... 12302 ms.

Loading: PoolManager ... 93 ms.

Loading: ThreadManager ... 1687 ms.

Loading: IpVerificationManager ... 667 ms.

Loading: ConnectionsManipulator ... 1166 ms.

Loading: ClassLoaderManager ... 44 ms.

Loading: ClusterManager ... 4756 ms.

Loading: PortsManager ... 669 ms.

Loading: LockingManager ... 3256 ms.

Loading: ConfigurationManager ... GC 2: starting collection, threshold allocation reached.

GC 2: collection starting 05/01/08 19:00:24

GC 2: live objects 59229; collected objects 284349; collected(KB) 50255.

GC 2: queued for finalization 0; total soft references 60; cleared soft references 0.

GC 2: current heap(KB) 83164; current threshold(KB) 65536.

GC 2: collect (milliseconds) 552.

GC 2: current cycle allocation(KB) 5455; previous cycle allocation(KB) 66441.

GC 2: total weak references 35; cleared weak references 0.

GC 2: total final references 216; cleared final references 62.

GC 2: total phantom references 0; cleared phantom references 0.

GC 2: total JNI global weak references 0; cleared JNI global weak references 0.

GC 2: collection ending 05/01/08 19:00:24

36868 ms.

Loading: LicensingManager ... 642 ms.

Loading: CacheManager ... 4029 ms.

Loading: ServiceManager ...

Loading services.:

Service security started. (1561 ms).

Service licensing started. (1387 ms).

Service sld started. (2637 ms).

Service httptunneling started. (2648 ms).

Service timeout started. (2472 ms).

Service memory started. (2449 ms).

Service r3startup started. (2340 ms).

Service webservices started. (2981 ms).

Service jmx_notification started. (1773 ms).

Service keystore started. (2061 ms).

GC 3: starting collection, threshold allocation reached.

GC 3: collection starting 05/01/08 19:00:56

Service iiop started. (2812 ms).

Service shell started. (3721 ms).

GC 3: live objects 103453; collected objects 372425; collected(KB) 56714.

GC 3: queued for finalization 0; total soft references 162; cleared soft references 0.

GC 3: current heap(KB) 109196; current threshold(KB) 65536.

GC 3: collect (milliseconds) 1198.

GC 3: current cycle allocation(KB) 5183; previous cycle allocation(KB) 65548.

GC 3: total weak references 198; cleared weak references 0.

GC 3: total final references 643; cleared final references 367.

GC 3: total phantom references 0; cleared phantom references 0.

GC 3: total JNI global weak references 0; cleared JNI global weak references 0.

GC 3: collection ending 05/01/08 19:00:57

Service telnet started. (298 ms).

Service ssl started. (9290 ms).

May 1, 2008 7:01:05 PM com.sap.engine.services.ssl [SAPEngine_System_Thread[impl:6]_20] Fatal: Source: com.sap.engine.services.keystore.exceptions.BaseRemoteException: Remote call errored; Description: SSL server identity keystore view not found; Consequences: SSL transport protocol not available; Countermeasures:create keystore view "service_ssl" with at least one private key entry, restart the SSL service

Service p4 started. (13628 ms).

Service classload started. (0 ms).

Service log_configurator started. (15935 ms).

Service configuration started. (23 ms).

Service http started. (4921 ms).

Service jmx started. (14325 ms).

Service basicadmin started. (3789 ms).

Service adminadapter started. (52 ms).

Service jms_provider started. (17803 ms).

GC 4: starting collection, threshold allocation reached.

GC 4: collection starting 05/01/08 19:01:41

Service tc.monitoring.logviewer started. (20999 ms).

GC 4: live objects 155285; collected objects 260747; collected(KB) 57227.

GC 4: queued for finalization 0; total soft references 492; cleared soft references 0.

GC 4: current heap(KB) 132084; current threshold(KB) 65536.

GC 4: collect (milliseconds) 3227.

GC 4: current cycle allocation(KB) 12710; previous cycle allocation(KB) 65591.

GC 4: total weak references 429; cleared weak references 0.

GC 4: total final references 1238; cleared final references 771.

GC 4: total phantom references 0; cleared phantom references 0.

GC 4: total JNI global weak references 0; cleared JNI global weak references 0.

GC 4: collection ending 05/01/08 19:01:45

Service monitor started. (26655 ms).

ServiceManager started for 72516 ms.

Framework started for 139690 ms.

SAP J2EE Engine Version 7.00 PatchLevel is running!

PatchLevel September 11, 2006 16:35 GMT

>

Login :GC 5: starting collection, threshold allocation reached.

GC 5: collection starting 05/01/08 19:56:01

GC 5: live objects 186102; collected objects 462345; collected(KB) 60574.

GC 5: queued for finalization 0; total soft references 1320; cleared soft references 0.

GC 5: current heap(KB) 144312; current threshold(KB) 65536.

GC 5: collect (milliseconds) 18649.

GC 5: current cycle allocation(KB) 0; previous cycle allocation(KB) 65543.

GC 5: total weak references 654; cleared weak references 10.

GC 5: total final references 1171; cleared final references 741.

GC 5: total phantom references 0; cleared phantom references 0.

GC 5: total JNI global weak references 0; cleared JNI global weak references 0.

GC 5: collection ending 05/01/08 19:56:20

SAP J2EE Engine Version 7.00 PatchLevel is shutting down! PatchLevel September 11, 2006 16:35 GMT

Stopping services.

Service tc.monitoring.logviewer stopped. (654 ms)

Service classload stopped. (210 ms)

Service p4 stopped. (450 ms)

Service ssl stopped. (1040 ms)

Service keystore stopped. (469 ms)

Service iiop stopped. (2129 ms)

Service adminadapter stopped. (164 ms)

Service monitor stopped. (1193 ms)

Service security stopped. (6 ms)

Service basicadmin stopped. (52 ms)

Service jms_provider stopped. (1201 ms)

Service jmx stopped. (69 ms)

Service webservices stopped. (25 ms)

Service sld stopped. (4 ms)

Service telnet stopped. (1105 ms)

Service http stopped. (1089 ms)

Service timeout stopped. (7 ms)

Service configuration stopped. (93 ms)

Service log_configurator stopped. (66 ms)

Service memory stopped. (15 ms)

Service r3startup stopped. (38 ms)

Service licensing stopped. (39 ms)

Service httptunneling stopped. (35 ms)

Service shell stopped. (168 ms)

Service jmx_notification stopped. (5 ms)

-


stdout/stderr redirect

-


node name : dispatcher

pid : 694

system name : SID

system nr. : 00

started at : Thu May 1 20:02:03 2008

[Thr 1] Thu May 1 20:02:06 2008

[Thr 1] MtxInit: -2 0 0

GC: initial heap(KB) 65536; maximum heap(KB) 2097152; virtual machine identifier F83A6D6E7B003900; heap identifier F83A6D6E7B003900.

GC 1: starting collection, reason external thread attached.

GC 1: collection starting 05/01/08 20:02:14

GC 1: live objects 2817; collected objects 1704; collected(KB) 149.

GC 1: queued for finalization 0; total soft references 3; cleared soft references 0.

GC 1: current heap(KB) 6544; current threshold(KB) 65536.

GC 1: collect (milliseconds) 54.

GC 1: current cycle allocation(KB) 1911; previous cycle allocation(KB) 4155.

GC 1: total weak references 0; cleared weak references 0.

GC 1: total final references 6; cleared final references 0.

GC 1: total phantom references 0; cleared phantom references 0.

GC 1: total JNI global weak references 0; cleared JNI global weak references 0.

GC 1: collection ending 05/01/08 20:02:14

SAP J2EE Engine Version 7.00 PatchLevel is starting...

Loading: LogManager ... 3104 ms.

Loading: PoolManager ... 40 ms.

Loading: ThreadManager ... 539 ms.

Loading: IpVerificationManager ... 107 ms.

Loading: ConnectionsManipulator ... 266 ms.

Loading: ClassLoaderManager ... 93 ms.

Loading: ClusterManager ... 1040 ms.

Loading: PortsManager ... 57 ms.

Loading: LockingManager ... 511 ms.

Loading: ConfigurationManager ... GC 2: starting collection, threshold allocation reached.

GC 2: collection starting 05/01/08 20:02:29

GC 2: live objects 107477; collected objects 418716; collected(KB) 64931.

GC 2: queued for finalization 0; total soft references 59; cleared soft references 0.

GC 2: current heap(KB) 103592; current threshold(KB) 65536.

GC 2: collect (milliseconds) 1114.

GC 2: current cycle allocation(KB) 22125; previous cycle allocation(KB) 65803.

GC 2: total weak references 30; cleared weak references 0.

GC 2: total final references 218; cleared final references 65.

GC 2: total phantom references 0; cleared phantom references 0.

GC 2: total JNI global weak references 0; cleared JNI global weak references 0.

GC 2: collection ending 05/01/08 20:02:30

13732 ms.

Loading: LicensingManager ... 294 ms.

Loading: CacheManager ... 2235 ms.

Loading: ServiceManager ...

Loading services.:

Service security started. (262 ms).

Service sld started. (371 ms).

Service httptunneling started. (452 ms).

Service licensing started. (234 ms).

Service r3startup started. (419 ms).

Service webservices started. (416 ms).

Service memory started. (600 ms).

Service timeout started. (619 ms).

Service jmx_notification started. (451 ms).

Service iiop started. (631 ms).

Service keystore started. (725 ms).

GC 3: starting collection, threshold allocation reached.

GC 3: collection starting 05/01/08 20:02:46

GC 3: live objects 98384; collected objects 238422; collected(KB) 42389.

GC 3: queued for finalization 0; total soft references 142; cleared soft references 0.

GC 3: current heap(KB) 112560; current threshold(KB) 65536.

GC 3: collect (milliseconds) 452.

GC 3: current cycle allocation(KB) 4333; previous cycle allocation(KB) 65537.

GC 3: total weak references 193; cleared weak references 0.

GC 3: total final references 652; cleared final references 367.

GC 3: total phantom references 0; cleared phantom references 0.

GC 3: total JNI global weak references 0; cleared JNI global weak references 0.

GC 3: collection ending 05/01/08 20:02:46

Service ssl started. (794 ms).

Service shell started. (2602 ms).

Service jmx started. (1587 ms).

Service telnet started. (138 ms).

Service p4 started. (6246 ms).

Service classload started. (1 ms).

Service log_configurator started. (7255 ms).

Service configuration started. (24 ms).

Service http started. (1365 ms).

Service jms_provider started. (1628 ms).

Service basicadmin started. (1209 ms).

Service adminadapter started. (35 ms).

GC 4: starting collection, threshold allocation reached.

GC 4: collection starting 05/01/08 20:02:56

Service tc.monitoring.logviewer started. (2642 ms).

GC 4: live objects 160497; collected objects 282434; collected(KB) 57082.

GC 4: queued for finalization 0; total soft references 491; cleared soft references 0.

GC 4: current heap(KB) 139048; current threshold(KB) 65536.

GC 4: collect (milliseconds) 386.

GC 4: current cycle allocation(KB) 14679; previous cycle allocation(KB) 65740.

GC 4: total weak references 419; cleared weak references 0.

GC 4: total final references 1406; cleared final references 896.

GC 4: total phantom references 0; cleared phantom references 0.

GC 4: total JNI global weak references 0; cleared JNI global weak references 0.

GC 4: collection ending 05/01/08 20:02:56

Service monitor started. (4371 ms).

ServiceManager started for 19752 ms.

Framework started for 42188 ms.

SAP J2EE Engine Version 7.00 PatchLevel is running!

PatchLevel September 11, 2006 16:35 GMT

>

Login :GC 5: starting collection, threshold allocation reached.

GC 5: collection starting 05/01/08 20:38:07

GC 5: live objects 185219; collected objects 409132; collected(KB) 57626.

GC 5: queued for finalization 0; total soft references 778; cleared soft references 0.

GC 5: current heap(KB) 142692; current threshold(KB) 65536.

GC 5: collect (milliseconds) 15208.

GC 5: current cycle allocation(KB) 423; previous cycle allocation(KB) 65588.

GC 5: total weak references 624; cleared weak references 11.

GC 5: total final references 1173; cleared final references 717.

GC 5: total phantom references 0; cleared phantom references 0.

GC 5: total JNI global weak references 0; cleared JNI global weak references 0.

GC 5: collection ending 05/01/08 20:38:22

SAP J2EE Engine Version 7.00 PatchLevel is shutting down! PatchLevel September 11, 2006 16:35 GMT

Stopping services.

Service tc.monitoring.logviewer stopped. (1054 ms)

Service classload stopped. (174 ms)

Service p4 stopped. (555 ms)

Service ssl stopped. (403 ms)

Service keystore stopped. (69 ms)

Service iiop stopped. (3292 ms)

Service adminadapter stopped. (417 ms)

Service monitor stopped. (3190 ms)

Service security stopped. (24 ms)

Service basicadmin stopped. (431 ms)

Service jms_provider stopped. (1217 ms)

Service jmx stopped. (126 ms)

Service webservices stopped. (50 ms)

Service sld stopped. (17 ms)

Service telnet stopped. (1357 ms)

Service http stopped. (1204 ms)

Service timeout stopped. (38 ms)

Service configuration stopped. (390 ms)

Service log_configurator stopped. (232 ms)

Service memory stopped. (97 ms)

Service r3startup stopped. (126 ms)

Service licensing stopped. (126 ms)

Service httptunneling stopped. (61 ms)

Service shell stopped. (200 ms)

Service jmx_notification stopped. (21 ms)

-


stdout/stderr redirect

-


node name : dispatcher

pid : 694

system name : GBV

system nr. : 00

started at : Thu May 1 21:06:38 2008

[Thr 1] MtxInit: -2 0 0

GC: initial heap(KB) 65536; maximum heap(KB) 2097152; virtual machine identifier C6F3A9F0B8003900; heap identifier C6F3A9F0B8003900.

GC 1: starting collection, reason external thread attached.

GC 1: collection starting 05/01/08 21:06:47

GC 1: live objects 2649; collected objects 1704; collected(KB) 149.

GC 1: queued for finalization 0; total soft references 3; cleared soft references 0.

GC 1: current heap(KB) 6544; current threshold(KB) 65536.

GC 1: collect (milliseconds) 54.

GC 1: current cycle allocation(KB) 1911; previous cycle allocation(KB) 4155.

GC 1: total weak references 0; cleared weak references 0.

GC 1: total final references 6; cleared final references 0.

GC 1: total phantom references 0; cleared phantom references 0.

GC 1: total JNI global weak references 0; cleared JNI global weak references 0.

GC 1: collection ending 05/01/08 21:06:47

SAP J2EE Engine Version 7.00 PatchLevel is starting...

Loading: LogManager ... 3558 ms.

Loading: PoolManager ... 51 ms.

Loading: ThreadManager ... 394 ms.

Loading: IpVerificationManager ... 119 ms.

Loading: ConnectionsManipulator ... 120 ms.

Loading: ClassLoaderManager ... 68 ms.

Loading: ClusterManager ... 1019 ms.

Loading: PortsManager ... 80 ms.

Loading: LockingManager ... 695 ms.

Loading: ConfigurationManager ... GC 2: starting collection, threshold allocation reached.

GC 2: collection starting 05/01/08 21:07:04

GC 2: live objects 58479; collected objects 282635; collected(KB) 50395.

GC 2: queued for finalization 0; total soft references 58; cleared soft references 0.

GC 2: current heap(KB) 82336; current threshold(KB) 65536.

GC 2: collect (milliseconds) 332.

GC 2: current cycle allocation(KB) 3761; previous cycle allocation(KB) 65896.

GC 2: total weak references 30; cleared weak references 0.

GC 2: total final references 213; cleared final references 62.

GC 2: total phantom references 0; cleared phantom references 0.

GC 2: total JNI global weak references 0; cleared JNI global weak references 0.

GC 2: collection ending 05/01/08 21:07:05

12764 ms.

Loading: LicensingManager ... 192 ms.

Loading: CacheManager ... 956 ms.

Loading: ServiceManager ...

Loading services.:

Service security started. (247 ms).

Service sld started. (380 ms).

Service httptunneling started. (462 ms).

Service webservices started. (501 ms).

Service r3startup started. (447 ms).

Service licensing started. (307 ms).

Service memory started. (472 ms).

Service timeout started. (569 ms).

Service jmx_notification started. (546 ms).

Service iiop started. (684 ms).

GC 3: starting collection, threshold allocation reached.

GC 3: collection starting 05/01/08 21:07:15

Service keystore started. (646 ms).

Service shell started. (786 ms).

Service telnet started. (64 ms).

Service ssl started. (687 ms).

Service jmx started. (1865 ms).

GC 3: live objects 128135; collected objects 368341; collected(KB) 55808.

GC 3: queued for finalization 0; total soft references 137; cleared soft references 0.

GC 3: current heap(KB) 117676; current threshold(KB) 65536.

GC 3: collect (milliseconds) 4067.

GC 3: current cycle allocation(KB) 14745; previous cycle allocation(KB) 65575.

GC 3: total weak references 187; cleared weak references 0.

GC 3: total final references 635; cleared final references 368.

GC 3: total phantom references 0; cleared phantom references 0.

GC 3: total JNI global weak references 0; cleared JNI global weak references 0.

GC 3: collection ending 05/01/08 21:07:19

Service p4 started. (5623 ms).

Service classload started. (0 ms).

Service log_configurator started. (7555 ms).

Service configuration started. (7 ms).

Service basicadmin started. (746 ms).

Service adminadapter started. (28 ms).

GC 4: starting collection, threshold allocation reached.

GC 4: collection starting 05/01/08 21:07:25

Service tc.monitoring.logviewer started. (2513 ms).

GC 4: live objects 169322; collected objects 304225; collected(KB) 58510.

GC 4: queued for finalization 0; total soft references 478; cleared soft references 0.

GC 4: current heap(KB) 144236; current threshold(KB) 65536.

GC 4: collect (milliseconds) 1835.

GC 4: current cycle allocation(KB) 21225; previous cycle allocation(KB) 65597.

GC 4: total weak references 411; cleared weak references 0.

GC 4: total final references 1345; cleared final references 861.

GC 4: total phantom references 0; cleared phantom references 0.

GC 4: total JNI global weak references 0; cleared JNI global weak references 0.

GC 4: collection ending 05/01/08 21:07:27

Service jms_provider started. (4492 ms).

Service http started. (4399 ms).

Service monitor started. (29724 ms).

ServiceManager started for 43503 ms.

Framework started for 64037 ms.

SAP J2EE Engine Version 7.00 PatchLevel is running!

PatchLevel September 11, 2006 16:35 GMT

>

Login :GC 5: starting collection, threshold allocation reached.

GC 5: collection starting 05/01/08 21:31:12

GC 5: live objects 184326; collected objects 378511; collected(KB) 56530.

GC 5: queued for finalization 0; total soft references 801; cleared soft references 0.

GC 5: current heap(KB) 144508; current threshold(KB) 65536.

GC 5: collect (milliseconds) 74315.

GC 5: current cycle allocation(KB) 49; previous cycle allocation(KB) 65589.

GC 5: total weak references 706; cleared weak references 10.

GC 5: total final references 1138; cleared final references 684.

GC 5: total phantom references 0; cleared phantom references 0.

GC 5: total JNI global weak references 0; cleared JNI global weak references 0.

GC 5: collection ending 05/01/08 21:32:26

GC 6: starting collection, threshold allocation reached.

GC 6: collection starting 05/02/08 03:03:17

GC 6: live objects 199214; collected objects 762329; collected(KB) 61062.

GC 6: queued for finalization 0; total soft references 779; cleared soft references 0.

GC 6: current heap(KB) 168484; current threshold(KB) 65536.

GC 6: collect (milliseconds) 12090.

GC 6: current cycle allocation(KB) 341; previous cycle allocation(KB) 65553.

GC 6: total weak references 589; cleared weak references 0.

GC 6: total final references 1688; cleared final references 1235.

GC 6: total phantom references 0; cleared phantom references 0.

GC 6: total JNI global weak references 0; cleared JNI global weak references 0.

GC 6: collection ending 05/02/08 03:03:29

-


stdout/stderr redirect

-


node name : server0

pid : 694

system name : GBV

system nr. : 00

started at : Thu May 1 18:59:21 2008

[Thr 1] Thu May 1 18:59:26 2008

[Thr 1] MtxInit: -2 0 0

GC: initial heap(KB) 1048576; maximum heap(KB) 4194304; virtual machine identifier F9A676BFAF003900; heap identifier F9A676BFAF003900.

GC 1: starting collection, reason external thread attached.

GC 1: collection starting 05/01/08 18:59:33

GC 1: live objects 2518; collected objects 1665; collected(KB) 146.

GC 1: queued for finalization 0; total soft references 3; cleared soft references 0.

GC 1: current heap(KB) 6544; current threshold(KB) 1048576.

GC 1: collect (milliseconds) 53.

GC 1: current cycle allocation(KB) 1911; previous cycle allocation(KB) 4155.

GC 1: total weak references 0; cleared weak references 0.

GC 1: total final references 6; cleared final references 0.

GC 1: total phantom references 0; cleared phantom references 0.

GC 1: total JNI global weak references 0; cleared JNI global weak references 0.

GC 1: collection ending 05/01/08 18:59:33

Attaching Java program to /usr/sap/GBV/DVEBMGS00/j2ee/cluster/server0/bin/boot/boot.jar.

SAP J2EE Engine Version 7.00 PatchLevel is starting...

Loading: LogManager ... Attaching Java program to /usr/sap/GBV/DVEBMGS00/j2ee/cluster/server0/bin/system/bytecode.jar.

12427 ms.

Loading: PoolManager ... 7 ms.

Loading: ApplicationThreadManager ... 1200 ms.

Loading: ThreadManager ... 639 ms.

Loading: IpVerificationManager ... 10 ms.

Loading: ClassLoaderManager ... 757 ms.

Loading: ClusterManager ... 5440 ms.

Loading: LockingManager ... 3369 ms.

Loading: ConfigurationManager ... 36874 ms.

Loading: LicensingManager ... 642 ms.

Loading: CacheManager ... 4042 ms.

Loading: ServiceManager ...

Loading services.:

Service runtimeinfo started. (975 ms).

Service timeout started. (2182 ms).

Service memory started. (1863 ms).

Service userstore started. (1000 ms).

Service jmx_notification started. (867 ms).

Service cross started. (3029 ms).

Service file started. (3829 ms).

Service trex.service started. (12103 ms).

Service p4 started. (11079 ms).

Service classpath_resolver started. (858 ms).

Service log_configurator started. (19432 ms).

Service locking started. (4 ms).

Service http started. (15405 ms).

Service naming started. (17125 ms).

Service failover started. (840 ms).

Service appclient started. (1785 ms).

Service javamail started. (2268 ms).

Service ts started. (2197 ms).

Service licensing started. (6 ms).

Service jmsconnector started. (2781 ms).

Service iiop started. (5166 ms).

Service connector started. (3628 ms).

Service deploy started. (35090 ms).

Service MigrationService started. (634 ms).

Service bimmrdeployer started. (171 ms).

Service configuration started. (1237 ms).

Service webservices started. (25127 ms).

Service dbpool started. (24840 ms).

Service com.sap.security.core.ume.service started. (60071 ms).

Service security started. (11292 ms).

Service shell started. (379 ms).

Service tceCATTPingservice started. (701 ms).

Service telnet started. (1087 ms).

Service applocking started. (3204 ms).

Service webdynpro started. (2064 ms).

Service classload started. (7995 ms).

Service cafummetadata~imp started. (1979 ms).

Service jmx started. (1446 ms).

Service tc.monitoring.logviewer started. (17911 ms).

Service keystore started. (36345 ms).

Service ssl started. (829 ms).

Service basicadmin started. (29864 ms).

Service cafumrelgroups~imp started. (41597 ms).

Service dsr started. (35451 ms).

Service com.adobe~LicenseService started. (2324 ms).

Service servlet_jsp started. (52833 ms).

Service tcsecsecurestorage~service started. (7895 ms).

Service com.adobe~DataManagerService started. (53112 ms).

Service adminadapter started. (23450 ms).

Service monitor started. (22187 ms).

Service com.adobe~DocumentServicesBinaries2 started. (499 ms).

Service com.adobe~DocumentServicesConfiguration started. (12876 ms).

Service com.adobe~FontManagerService started. (4482 ms).

Service ejb started. (87561 ms).

Service com.adobe~DocumentServicesLicenseSupportService started. (3687 ms).

Service com.adobe~PDFManipulation started. (2417 ms).

Service com.adobe~TrustManagerService started. (1811 ms).

Service tcsecdestinations~service started. (26759 ms).

Service tcsecwssec~service started. (16232 ms).

Service apptracing started. (29230 ms).

Service com.adobe~DocumentServicesDestProtoService started. (2891 ms).

Service CUL started. (84303 ms).

Service rfcengine started. (12183 ms).

Service pmi started. (2564 ms).

Service com.adobe~XMLFormService started. (14499 ms).

Service cafruntimeconnectivity~impl started. (269831 ms).

Service sld started. (38976 ms).

Service tcsecvsi~service started. (8136 ms).

Service jms_provider started. (119482 ms).

ServiceManager started for 300168 ms.

Framework started for 367378 ms.

SAP J2EE Engine Version 7.00 PatchLevel is running!

PatchLevel September 11, 2006 16:35 GMT

>

Login :GC 2: starting collection, threshold allocation reached.

GC 2: collection starting 05/01/08 19:07:44

GC 2: live objects 657606; collected objects 5135128; collected(KB) 936066.

GC 2: queued for finalization 0; total soft references 6782; cleared soft references 0.

GC 2: current heap(KB) 1196680; current threshold(KB) 1048576.

GC 2: collect (milliseconds) 76581.

GC 2: current cycle allocation(KB) 54165; previous cycle allocation(KB) 1048613.

GC 2: total weak references 2318; cleared weak references 33.

GC 2: total final references 23528; cleared final references 21721.

GC 2: total phantom references 0; cleared phantom references 0.

GC 2: total JNI global weak references 0; cleared JNI global weak references 0.

GC 2: collection ending 05/01/08 19:09:01

GC 3: starting collection, threshold allocation reached.

GC 3: collection starting 05/01/08 19:15:13

GC 3: collected class sun/reflect/GeneratedMethodAccessor3630385287.

GC 4: starting collection, reason stop the world collection.

GC 3: live objects 1309097; collected objects 5717926; collected(KB) 1021549.

GC 3: queued for finalization 0; total soft references 9700; cleared soft references 0.

GC 3: current heap(KB) 1603768; current threshold(KB) 1048576.

GC 3: collect (milliseconds) 148590.

GC 3: current cycle allocation(KB) 49; previous cycle allocation(KB) 1350524.

GC 3: total weak references 3025; cleared weak references 5.

GC 3: total final references 18457; cleared final references 16313.

GC 3: total phantom references 0; cleared phantom references 0.

GC 3: total JNI global weak references 0; cleared JNI global weak references 0.

GC 3: collection ending 05/01/08 19:17:41

GC 4: collection starting 05/01/08 19:17:41

GC 4: collected class com/sap/engine/admin/model/monitoring/j2eeimpl/Messages.

GC 4: live objects 1040398; collected objects 2212819; collected(KB) 296348.

GC 4: queued for finalization 0; total soft references 10054; cleared soft references 0.

GC 4: current heap(KB) 1585208; current threshold(KB) 1048576.

GC 4: collect (milliseconds) 2101.

GC 4: current cycle allocation(KB) 49; previous cycle allocation(KB) 0.

GC 4: total weak references 3191; cleared weak references 50.

GC 4: total final references 3574; cleared final references 1377.

GC 4: total phantom references 0; cleared phantom references 0.

GC 4: total JNI global weak references 0; cleared JNI global weak references 0.

GC 4: collection ending 05/01/08 19:17:44

SAP J2EE Engine Version 7.00 PatchLevel is shutting down! PatchLevel September 11, 2006 16:35 GMT

Stopping services.

Service rfcengine stopped. (518 ms)

Service ejb stopped. (20000 ms) - Timeout expired.

Service failover stopped. (75 ms)

Service classload stopped. (178 ms)

Service cafumrelgroups~imp stopped. (275 ms)

Service telnet stopped. (13 ms)

Service webdynpro stopped. (57 ms)

Service tceCATTPingservice stopped. (6 ms)

Service shell stopped. (705 ms)

Service jms_provider stopped. (416 ms)

Service com.adobe~TrustManagerService stopped. (341 ms)

Service sld stopped. (62 ms)

Service ssl stopped. (19 ms)

Service tcsecvsi~service stopped. (202 ms)

Service pmi stopped. (743 ms)

Service com.adobe~DocumentServicesDestProtoService stopped. (161 ms)

Service tcsecdestinations~service stopped. (14 ms)

Service com.adobe~DocumentServicesConfiguration stopped. (50 ms)

Service tcsecwssec~service stopped. (66 ms)

Service tcsecsecurestorage~service stopped. (0 ms)

Service keystore stopped. (85 ms)

Service servlet_jsp stopped. (20000 ms) - Timeout expired.

Service dsr stopped. (464 ms)

Service cafummetadata~imp stopped. (68 ms)

Service applocking stopped. (56 ms)

-


stdout/stderr redirect

-


node name : server0

pid : 694

system name : GBV

system nr. : 00

started at : Thu May 1 20:02:28 2008

[Thr 1] Thu May 1 20:02:31 2008

[Thr 1] MtxInit: -2 0 0

GC: initial heap(KB) 1048576; maximum heap(KB) 4194304; virtual machine identifier D45A23E848003900; heap identifier D45A23E848003900.

GC 1: starting collection, reason external thread attached.

GC 1: collection starting 05/01/08 20:02:36

GC 1: live objects 2329; collected objects 1650; collected(KB) 145.

GC 1: queued for finalization 0; total soft references 3; cleared soft references 0.

GC 1: current heap(KB) 5484; current threshold(KB) 1048576.

GC 1: collect (milliseconds) 57.

GC 1: current cycle allocation(KB) 864; previous cycle allocation(KB) 4155.

GC 1: total weak references 0; cleared weak references 0.

GC 1: total final references 6; cleared final references 0.

GC 1: total phantom references 0; cleared phantom references 0.

GC 1: total JNI global weak references 0; cleared JNI global weak references 0.

GC 1: collection ending 05/01/08 20:02:36

SAP J2EE Engine Version 7.00 PatchLevel is starting...

Loading: LogManager ... 1580 ms.

Loading: PoolManager ... 47 ms.

Loading: ApplicationThreadManager ... 348 ms.

Loading: ThreadManager ... 139 ms.

Loading: IpVerificationManager ... 34 ms.

Loading: ClassLoaderManager ... 108 ms.

Loading: ClusterManager ... 1194 ms.

Loading: LockingManager ... 482 ms.

Loading: ConfigurationManager ... 9102 ms.

Loading: LicensingManager ... 62 ms.

Loading: CacheManager ... 761 ms.

Loading: ServiceManager ...

Loading services.:

Service runtimeinfo started. (164 ms).

Service cross started. (288 ms).

Service memory started. (332 ms).

Service timeout started. (555 ms).

Service userstore started. (5 ms).

Service file started. (1915 ms).

Service trex.service started. (1695 ms).

Service jmx_notification started. (202 ms).

Service p4 started. (1638 ms).

Service classpath_resolver started. (210 ms).

Service log_configurator started. (41195 ms).

Service locking started. (3 ms).

Service deploy started. (41554 ms).

Service http started. (2008 ms).

Service MigrationService started. (398 ms).

Service bimmrdeployer started. (134 ms).

Service naming started. (2915 ms).

Service failover started. (289 ms).

Service jmsconnector started. (848 ms).

Service javamail started. (836 ms).

Service appclient started. (678 ms).

Service ts started. (981 ms).

Service licensing started. (27 ms).

Service connector started. (2930 ms).

Service configuration started. (983 ms).

Service iiop started. (4286 ms).

Service webservices started. (13478 ms).

Service dbpool started. (24229 ms).

Service com.sap.security.core.ume.service started. (22463 ms).

Service security started. (5515 ms).

Service shell started. (270 ms).

Service tceCATTPingservice started. (60 ms).

Service applocking started. (690 ms).

Service telnet started. (228 ms).

Service classload started. (1409 ms).

Service webdynpro started. (1192 ms).

Service keystore started. (1750 ms).

Service ssl started. (166 ms).

Service jmx started. (2980 ms).

Service dsr started. (2423 ms).

Service tcsecsecurestorage~service started. (1903 ms).

Service tcsecwssec~service started. (1804 ms).

Service ejb started. (9909 ms).

Service cafummetadata~imp started. (9484 ms).

Service basicadmin started. (5061 ms).

Service servlet_jsp started. (12051 ms).

Service com.adobe~DataManagerService started. (5543 ms).

Service com.adobe~LicenseService started. (1450 ms).

Service tcsecdestinations~service started. (9840 ms).

Service com.adobe~DocumentServicesConfiguration started. (4484 ms).

Service rfcengine started. (6033 ms).

Service com.adobe~DocumentServicesBinaries2 started. (2353 ms).

Service tc.monitoring.logviewer started. (14836 ms).

Service pmi started. (998 ms).

Service com.adobe~FontManagerService started. (3991 ms).

Service com.adobe~DocumentServicesDestProtoService started. (2826 ms).

Service com.adobe~PDFManipulation started. (1639 ms).

Service com.adobe~DocumentServicesLicenseSupportService started. (2373 ms).

Service com.adobe~TrustManagerService started. (1498 ms).

Service sld started. (18028 ms).

Service CUL started. (17248 ms).

Service apptracing started. (8930 ms).

Service cafumrelgroups~imp started. (15606 ms).

Service adminadapter started. (10318 ms).

Service tcsecvsi~service started. (8219 ms).

Service com.adobe~XMLFormService started. (5849 ms).

Service cafruntimeconnectivity~impl started. (139211 ms).

Service monitor started. (15138 ms).

Service jms_provider started. (52820 ms).

Service com.sap.portal.prt.sapj2ee started. (5383 ms).

Service prtbridge started. (39544 ms).

ServiceManager started for 207093 ms.

Framework started for 221438 ms.

SAP J2EE Engine Version 7.00 PatchLevel is running!

PatchLevel September 11, 2006 16:35 GMT

>

Login :GC 2: starting collection, threshold allocation reached.

GC 2: collection starting 05/01/08 20:08:08

GC 2: live objects 755454; collected objects 5496751; collected(KB) 930552.

GC 2: queued for finalization 0; total soft references 6634; cleared soft references 0.

GC 2: current heap(KB) 1153380; current threshold(KB) 1048576.

GC 2: collect (milliseconds) 47233.

GC 2: current cycle allocation(KB) 62234; previous cycle allocation(KB) 1048576.

GC 2: total weak references 2795; cleared weak references 28.

GC 2: total final references 17170; cleared final references 15377.

GC 2: total phantom references 0; cleared phantom references 0.

GC 2: total JNI global weak references 0; cleared JNI global weak references 0.

GC 2: collection ending 05/01/08 20:08:56

GC 3: starting collection, threshold allocation reached.

GC 3: collection starting 05/01/08 20:11:21

GC 3: collected class com/sap/engine/admin/model/monitoring/j2eeimpl/Messages.

GC 3: live objects 1246857; collected objects 6993092; collected(KB) 1017416.

GC 3: queued for finalization 0; total soft references 9636; cleared soft references 0.

GC 3: current heap(KB) 1399752; current threshold(KB) 1048576.

GC 3: collect (milliseconds) 10774.

GC 3: current cycle allocation(KB) 42367; previous cycle allocation(KB) 1048625.

GC 3: total weak references 3387; cleared weak references 10.

GC 3: total final references 11622; cleared final references 9210.

GC 3: total phantom references 0; cleared phantom references 0.

GC 3: total JNI global weak references 0; cleared JNI global weak references 0.

GC 3: collection ending 05/01/08 20:11:32

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.iviewservice

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.netweaver.bc.util

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.api_portalpcm

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.pcd.glservice

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.pcm.admin.apiservice

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.runtime.config

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.usermanagement

May 1, 2008 8:11:42 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.api_landscape

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.pcd.glservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.contentmigration.contentmigrationservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.httpconnectivity.urlfetcherservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.connectorservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.runtime.application.jcoclient

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.systemlandscapeservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.iviewservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.themes.designservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.themes.lafservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.productivity.resolverservice

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/com.sap.portal.runtime.config

May 1, 2008 8:11:56 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_49] Fatal: Exception while starting: sap.com/irj

SAP J2EE Engine Version 7.00 PatchLevel is shutting down! PatchLevel September 11, 2006 16:35 GMT

Stopping services.

Service com.sap.portal.prt.sapj2ee stopped. (176 ms)

Service com.adobe~DocumentServicesLicenseSupportService stopped. (818 ms)

Service sld stopped. (118 ms)

Service com.adobe~DocumentServicesBinaries2 stopped. (259 ms)

Service rfcengine stopped. (92 ms)

Service cafumrelgroups~imp stopped. (50 ms)

Service cafummetadata~imp stopped. (71 ms)

GC 4: starting collection, threshold allocation reached.

GC 4: collection starting 05/01/08 20:59:48

Service applocking stopped. (410 ms)

Service com.adobe~LicenseService stopped. (29 ms)

Service tc.monitoring.logviewer stopped. (5966 ms)

Service com.adobe~TrustManagerService stopped. (205 ms)

Service com.adobe~XMLFormService stopped. (312 ms)

Service com.adobe~FontManagerService stopped. (193 ms)

Service com.adobe~PDFManipulation stopped. (335 ms)

Service com.adobe~DocumentServicesDestProtoService stopped. (330 ms)

Service com.adobe~DataManagerService stopped. (337 ms)

Service com.adobe~DocumentServicesConfiguration stopped. (20 ms)

Service monitor stopped. (11508 ms)

Service adminadapter stopped. (10 ms)

Service basicadmin stopped. (435 ms)

Service CUL stopped. (29 ms)

Service apptracing stopped. (316 ms)

Service jms_provider stopped. (441 ms)

Service prtbridge stopped. (43 ms)

Service jmx stopped. (11 ms)

-


stdout/stderr redirect

-


node name : server0

pid : 694

system name : sid

system nr. : 00

started at : Thu May 1 21:07:00 2008

[Thr 1] MtxInit: -2 0 0

GC: initial heap(KB) 1048576; maximum heap(KB) 4194304; virtual machine identifier EBD4A45A98003900; heap identifier EBD4A45A98003900.

GC 1: starting collection, reason external thread attached.

GC 1: collection starting 05/01/08 21:07:06

GC 1: live objects 2311; collected objects 1655; collected(KB) 146.

GC 1: queued for finalization 0; total soft references 3; cleared soft references 0.

GC 1: current heap(KB) 5484; current threshold(KB) 1048576.

GC 1: collect (milliseconds) 60.

GC 1: current cycle allocation(KB) 864; previous cycle allocation(KB) 4155.

GC 1: total weak references 0; cleared weak references 0.

GC 1: total final references 6; cleared final references 0.

GC 1: total phantom references 0; cleared phantom references 0.

GC 1: total JNI global weak references 0; cleared JNI global weak references 0.

GC 1: collection ending 05/01/08 21:07:06

SAP J2EE Engine Version 7.00 PatchLevel is starting...

Loading: LogManager ... 1458 ms.

Loading: PoolManager ... 43 ms.

Loading: ApplicationThreadManager ... 393 ms.

Loading: ThreadManager ... 92 ms.

Loading: IpVerificationManager ... 42 ms.

Loading: ClassLoaderManager ... 135 ms.

Loading: ClusterManager ... 698 ms.

Loading: LockingManager ... 257 ms.

Loading: ConfigurationManager ... 6882 ms.

Loading: LicensingManager ... 39 ms.

Loading: CacheManager ... 992 ms.

Loading: ServiceManager ...

Loading services.:

Service DQE started. (106 ms).

Service runtimeinfo started. (814 ms).

Service memory started. (1000 ms).

Service cross started. (986 ms).

Service timeout started. (1112 ms).

Service userstore started. (237 ms).

Service jmx_notification started. (282 ms).

Service file started. (2739 ms).

Service trex.service started. (2105 ms).

Service p4 started. (6490 ms).

Service classpath_resolver started. (614 ms).

Service log_configurator started. (41399 ms).

Service locking started. (14 ms).

Service http started. (3587 ms).

Service naming started. (4369 ms).

Service failover started. (278 ms).

Service appclient started. (976 ms).

Service javamail started. (1537 ms).

Service jmsconnector started. (1752 ms).

Service ts started. (2010 ms).

Service licensing started. (69 ms).

Service deploy started. (44892 ms).

Service connector started. (4269 ms).

Service MigrationService started. (657 ms).

Service bimmrdeployer started. (119 ms).

Service iiop started. (5427 ms).

Service configuration started. (1895 ms).

Service webservices started. (18814 ms).

Service dbpool started. (21073 ms).

Service com.sap.security.core.ume.service started. (41934 ms).

Service security started. (9841 ms).

Service applocking started. (991 ms).

Service shell started. (1442 ms).

Service classload started. (1888 ms).

Service tceCATTPingservice started. (250 ms).

Service telnet started. (763 ms).

Service webdynpro started. (1402 ms).

Service keystore started. (4630 ms).

Service ssl started. (240 ms).

Service tcsecsecurestorage~service started. (1102 ms).

Service dsr started. (3796 ms).

Service ejb started. (8102 ms).

Service servlet_jsp started. (6737 ms).

Service jmx started. (5763 ms).

Service tcsecwssec~service started. (2560 ms).

Service basicadmin started. (2749 ms).

Service cafummetadata~imp started. (12205 ms).

Service com.adobe~LicenseService started. (845 ms).

Service adminadapter started. (1835 ms).

Service prtbridge started. (7226 ms).

Service cafumrelgroups~imp started. (3700 ms).

Service com.sap.portal.pcd.gl started. (52 ms).

Service CUL started. (13400 ms).

Service monitor started. (10580 ms).

Service tc.monitoring.logviewer started. (16568 ms).

Service com.sap.portal.prt.sapj2ee started. (642 ms).

Service rfcengine started. (23940 ms).

Service com.adobe~DataManagerService started. (23670 ms).

Service com.adobe~DocumentServicesBinaries2 started. (760 ms).

Service com.adobe~DocumentServicesConfiguration started. (22272 ms).

Service apptracing started. (20484 ms).

Service com.adobe~PDFManipulation started. (776 ms).

Service com.adobe~DocumentServicesLicenseSupportService started. (1062 ms).

Service com.adobe~FontManagerService started. (1476 ms).

Service tcsecdestinations~service started. (30901 ms).

Service sld started. (32153 ms).

Service cafruntimeconnectivity~impl started. (172286 ms).

Service pmi started. (310 ms).

Service com.adobe~TrustManagerService started. (358 ms).

Service com.adobe~DocumentServicesDestProtoService started. (583 ms).

Service com.adobe~XMLFormService started. (3334 ms).

Service tcsecvsi~service started. (2789 ms).

Service jms_provider started. (41330 ms).

ServiceManager started for 202642 ms.

Framework started for 214111 ms.

SAP J2EE Engine Version 7.00 PatchLevel is running!

PatchLevel September 11, 2006 16:35 GMT

>

Login :GC 2: starting collection, threshold allocation reached.

GC 2: collection starting 05/01/08 21:12:43

GC 2: live objects 821653; collected objects 5507929; collected(KB) 930171.

GC 2: queued for finalization 0; total soft references 6661; cleared soft references 0.

GC 2: current heap(KB) 1411040; current threshold(KB) 1048576.

GC 2: collect (milliseconds) 70928.

GC 2: current cycle allocation(KB) 342021; previous cycle allocation(KB) 1048597.

GC 2: total weak references 2851; cleared weak references 22.

GC 2: total final references 17577; cleared final references 15585.

GC 2: total phantom references 0; cleared phantom references 0.

GC 2: total JNI global weak references 0; cleared JNI global weak references 0.

GC 2: collection ending 05/01/08 21:13:54

GC 3: starting collection, threshold allocation reached.

GC 3: collection starting 05/01/08 21:15:55

GC 3: collected class com/sap/engine/admin/model/monitoring/j2eeimpl/Messages.

GC 3: live objects 1141518; collected objects 7001492; collected(KB) 1015923.

GC 3: queued for finalization 0; total soft references 9542; cleared soft references 0.

GC 3: current heap(KB) 1478764; current threshold(KB) 1048576.

GC 3: collect (milliseconds) 4943.

GC 3: current cycle allocation(KB) 18409; previous cycle allocation(KB) 1048578.

GC 3: total weak references 3416; cleared weak references 10.

GC 3: total final references 11311; cleared final references 8870.

GC 3: total phantom references 0; cleared phantom references 0.

GC 3: total JNI global weak references 0; cleared JNI global weak references 0.

GC 3: collection ending 05/01/08 21:16:00

GC 4: starting collection, threshold allocation reached.

GC 4: collection starting 05/01/08 21:19:12

GC 4: live objects 1712827; collected objects 9309307; collected(KB) 995205.

GC 4: queued for finalization 0; total soft references 10433; cleared soft references 0.

GC 4: current heap(KB) 1791312; current threshold(KB) 1048576.

GC 4: collect (milliseconds) 12627.

GC 4: current cycle allocation(KB) 83189; previous cycle allocation(KB) 1048615.

GC 4: total weak references 4320; cleared weak references 42.

GC 4: total final references 15130; cleared final references 12235.

GC 4: total phantom references 0; cleared phantom references 0.

GC 4: total JNI global weak references 0; cleared JNI global weak references 0.

GC 4: collection ending 05/01/08 21:19:25

GC 5: starting collection, threshold allocation reached.

GC 5: collection starting 05/01/08 21:20:48

GC 5: live objects 1995994; collected objects 11111932; collected(KB) 1029776.

GC 5: queued for finalization 0; total soft references 10641; cleared soft references 0.

GC 5: current heap(KB) 1980804; current threshold(KB) 1048576.

GC 5: collect (milliseconds) 8913.

GC 5: current cycle allocation(KB) 66502; previous cycle allocation(KB) 1049216.

GC 5: total weak references 4535; cleared weak references 4.

GC 5: total final references 14318; cleared final references 11227.

GC 5: total phantom references 0; cleared phantom references 0.

GC 5: total JNI global weak references 0; cleared JNI global weak references 0.

GC 5: collection ending 05/01/08 21:20:57

GC 6: starting collection, threshold allocation reached.

GC 6: collection starting 05/01/08 21:22:45

GC 6: live objects 1953332; collected objects 6193794; collected(KB) 1035355.

GC 6: queued for finalization 0; total soft references 11241; cleared soft references 0.

GC 6: current heap(KB) 2028284; current threshold(KB) 1048576.

GC 6: collect (milliseconds) 4005.

GC 6: current cycle allocation(KB) 53049; previous cycle allocation(KB) 1049147.

GC 6: total weak references 5352; cleared weak references 1.

GC 6: total final references 8606; cleared final references 5381.

GC 6: total phantom references 0; cleared phantom references 0.

GC 6: total JNI global weak references 0; cleared JNI global weak references 0.

GC 6: collection ending 05/01/08 21:22:49

GC 7: starting collection, threshold allocation reached.

GC 7: collection starting 05/01/08 21:23:36

GC 7: live objects 1990485; collected objects 5358483; collected(KB) 1045077.

GC 7: queued for finalization 0; total soft references 12197; cleared soft references 0.

GC 7: current heap(KB) 2081188; current threshold(KB) 1048576.

GC 7: collect (milliseconds) 2336.

GC 7: current cycle allocation(KB) 51278; previous cycle allocation(KB) 1048587.

GC 7: total weak references 6594; cleared weak references 0.

GC 7: total final references 5444; cleared final references 2179.

GC 7: total phantom references 0; cleared phantom references 0.

GC 7: total JNI global weak references 0; cleared JNI global weak references 0.

GC 7: collection ending 05/01/08 21:23:38

GC 8: starting collection, threshold allocation reached.

GC 8: collection starting 05/01/08 21:24:01

GC 8: live objects 2324130; collected objects 5128151; collected(KB) 1046573.

GC 8: queued for finalization 0; total soft references 12474; cleared soft references 0.

GC 8: current heap(KB) 2047444; current threshold(KB) 1048576.

GC 8: collect (milliseconds) 5092.

GC 8: current cycle allocation(KB) 133699; previous cycle allocation(KB) 1048650.

GC 8: total weak references 6957; cleared weak references 0.

GC 8: total final references 4232; cleared final references 831.

GC 8: total phantom references 0; cleared phantom references 0.

GC 8: total JNI global weak references 0; cleared JNI global weak references 0.

GC 8: collection ending 05/01/08 21:24:06

GC 9: starting collection, threshold allocation reached.

GC 9: collection starting 05/01/08 21:24:27

GC 9: live objects 2268890; collected objects 5671964; collected(KB) 1057910.

GC 9: queued for finalization 0; total soft references 13224; cleared soft references 0.

GC 9: current heap(KB) 2073064; current threshold(KB) 1048576.

GC 9: collect (milliseconds) 4319.

GC 9: current cycle allocation(KB) 104323; previous cycle allocation(KB) 1048624.

GC 9: total weak references 7926; cleared weak references 0.

GC 9: total final references 5429; cleared final references 1712.

GC 9: total phantom references 0; cleared phantom references 0.

GC 9: total JNI global weak references 0; cleared JNI global weak references 0.

GC 9: collection ending 05/01/08 21:24:31

GC 10: starting collection, threshold allocation reached.

GC 10: collection starting 05/01/08 21:25:03

GC 11: starting collection, threshold allocation reached.

GC 11: starting collection, threshold allocation reached.

GC 10: live objects 2507376; collected objects 5608812; collected(KB) 1012523.

GC 10: queued for finalization 0; total soft references 15078; cleared soft references 3838.

GC 10: current heap(KB) 3287240; current threshold(KB) 1048576.

GC 10: collect (milliseconds) 355859.

GC 10: current cycle allocation(KB) 418527; previous cycle allocation(KB) 3146869.

GC 10: total weak references 10331; cleared weak references 0.

GC 10: total final references 8199; cleared final references 3854.

GC 10: total phantom references 0; cleared phantom references 0.

GC 10: total JNI global weak references 0; cleared JNI global weak references 0.

GC 10: collection ending 05/01/08 21:30:59

GC 11: collection starting 05/01/08 21:30:59

GC 12: starting collection, threshold allocation reached.

GC 12: starting collection, maximum allocation reached.

GC 12: starting collection, maximum allocation reached.

GC 12: starting collection, maximum allocation reached.

GC 12: starting collection, maximum allocation reached.

GC 12: starting collection, maximum allocation reached.

GC 12: starting collection, maximum allocation reached.

GC 12: starting collection, reason stop the world collection.

GC 11: collected class sun/reflect/GeneratedConstructorAccessor3962137197.

GC 11: collected class sun/reflect/GeneratedConstructorAccessor1177669627.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor1221400578.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor1175886476.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2995163628.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3935118260.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3903475589.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3820744598.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor902021387.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3636210140.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2736528823.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2741816805.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor842495978.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3446856562.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor1063262256.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor4286433092.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2292015554.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor599937895.

GC 11: collected class sun/reflect/GeneratedConstructorAccessor3098740388.

GC 11: collected class sun/reflect/GeneratedMethodAccessor708285214.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3661162551.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3661162543.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor3661162535.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373871.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373863.

GC 11: collected class sun/reflect/GeneratedSerializationConstructorAccessor2848796461.

GC 11: live objects 3604606; collected objects 11146886; collected(KB) 2525545.

GC 11: queued for finalization 0; total soft references 15267; cleared soft references 3319.

GC 11: current heap(KB) 4115940; current threshold(KB) 1048576.

GC 11: collect (milliseconds) 635845.

GC 11: current cycle allocation(KB) 1157; previous cycle allocation(KB) 1326269.

GC 11: total weak references 13623; cleared weak references 108.

GC 11: total final references 11584; cleared final references 6437.

GC 11: total phantom references 0; cleared phantom references 0.

GC 11: total JNI global weak references 0; cleared JNI global weak references 0.

GC 11: collection ending 05/01/08 21:41:35

GC 12: collection starting 05/01/08 21:41:35

GC 12: collected class sun/reflect/GeneratedConstructorAccessor1556976265.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor2710145421.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor184784663.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1244292024.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2233326064.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3636210168.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor1522492322.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1111488706.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor324781678.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3292847473.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor984472726.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1642823867.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1002139794.

GC 12: collected class sun/reflect/GeneratedMethodAccessor2727655410.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3700107134.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3361052063.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor117167049.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor512547697.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor2581189077.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor976904963.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1348158096.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor511817615.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374899.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374907.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374851.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374859.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374867.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375287.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375295.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375239.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375247.

GC 12: collected class sun/reflect/GeneratedMethodAccessor820799576.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375255.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375147.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2250252636.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor4108601872.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3636210072.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375163.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375107.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527375115.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373487.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373495.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373503.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373447.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373455.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373347.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373355.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373363.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373371.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373315.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373735.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373743.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373751.

GC 12: collected class sun/reflect/GeneratedMethodAccessor3630385287.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3388273264.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3378234344.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2813199736.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1676534151.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor853421746.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor357404902.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor1242063262.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3993469678.

GC 12: collected class sun/reflect/GeneratedMethodAccessor3778053496.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor25838654.

GC 12: collected class sun/reflect/GeneratedMethodAccessor205647375.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373759.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor710276073.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3556478395.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2194921079.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2530436514.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor3855235778.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor3974605306.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373703.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3719834870.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2885811212.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373659.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor3897930284.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2530410954.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2561407873.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373603.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor3481492244.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373611.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor3647553211.

GC 12: collected class sun/reflect/GeneratedMethodAccessor2613541389.

GC 12: collected class sun/reflect/GeneratedMethodAccessor3475231319.

GC 12: collected class sun/reflect/GeneratedMethodAccessor1908062870.

GC 12: collected class sun/reflect/GeneratedMethodAccessor3050581282.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor1712694549.

GC 12: collected class sun/reflect/GeneratedMethodAccessor2151649844.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3248671089.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor3393518320.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2051308174.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2915243791.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374011.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2889953114.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2889953058.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373991.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527374047.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373627.

GC 12: collected class sun/reflect/GeneratedConstructorAccessor1259466277.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2527373619.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2083642610.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2324268468.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2889953074.

GC 12: collected class sun/reflect/GeneratedSerializationConstructorAccessor2889953082.

GC 12: live objects 1394450; collected objects 4375338; collected(KB) 990085.

GC 12: queued for finalization 0; total soft references 14092; cleared soft references 10586.

GC 12: current heap(KB) 2483876; current threshold(KB) 1048576.

GC 12: collect (milliseconds) 220371.

GC 12: current cycle allocation(KB) 1157; previous cycle allocation(KB) 0.

GC 12: total weak references 6484; cleared weak references 430.

GC 12: total final references 7823; cleared final references 3144.

GC 12: total phantom references 0; cleared phantom references 0.

GC 12: total JNI global weak references 0; cleared JNI global weak references 0.

GC 12: collection ending 05/01/08 21:45:15

GC 13: starting collection, threshold allocation reached.

GC 13: collection starting 05/01/08 21:47:33

GC 13: collected class sun/reflect/GeneratedMethodAccessor1106925258.

GC 13: collected class sun/reflect/GeneratedMethodAccessor1624244920.

GC 13: collected class sun/reflect/GeneratedMethodAccessor1094577866.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1086686180.

GC 13: collected class sun/reflect/GeneratedMethodAccessor3112537703.

GC 13: collected class sun/reflect/GeneratedMethodAccessor945018582.

GC 13: collected class sun/reflect/GeneratedMethodAccessor509967333.

GC 13: collected class sun/reflect/GeneratedMethodAccessor2664803049.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3338641192.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor874206041.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor852477865.

GC 13: collected class sun/reflect/GeneratedMethodAccessor2808103358.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1544539477.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3387531528.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor131936814.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1842679882.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor2109664450.

GC 13: collected class sun/reflect/GeneratedMethodAccessor2666847452.

GC 13: collected class sun/reflect/GeneratedMethodAccessor3918336790.

GC 13: collected class sun/reflect/GeneratedMethodAccessor839313246.

GC 13: collected class sun/reflect/GeneratedMethodAccessor1648493992.

GC 13: collected class sun/reflect/GeneratedMethodAccessor3341347775.

GC 13: collected class sun/reflect/GeneratedMethodAccessor2858051178.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3809350599.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor2422572990.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1920751358.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor2884326308.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor368371939.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3041006465.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor2398015648.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1205772909.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3718955835.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3716959181.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor731134905.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3769424078.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor608112472.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor2683118869.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor599442064.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1700732430.

GC 13: collected class sun/reflect/GeneratedMethodAccessor3620979168.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3337144255.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1421071214.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3493230015.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor709360577.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor2338604608.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1894323774.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor1244292024.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3719834870.

GC 13: collected class sun/reflect/GeneratedSerializationConstructorAccessor3292847473.

GC 13: live objects 1374237; collected objects 4693594; collected(KB) 1042731.

GC 13: queued for finalization 0; total soft references 6758; cleared soft references 0.

GC 13: current heap(KB) 2501784; current threshold(KB) 1048576.

GC 13: collect (milliseconds) 7705.

GC 13: current cycle allocation(KB) 26651; previous cycle allocation(KB) 1049282.

GC 13: total weak references 7363; cleared weak references 9.

GC 13: total final references 7295; cleared final references 2405.

GC 13: total phantom references 0; cleared phantom references 0.

GC 13: total JNI global weak references 0; cleared JNI global weak references 0.

GC 13: collection ending 05/01/08 21:47:41

GC 14: starting collection, threshold allocation reached.

GC 14: collection starting 05/01/08 21:48:33

GC 14: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 14: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 14: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 14: live objects 1442772; collected objects 5627287; collected(KB) 1017474.

GC 14: queued for finalization 0; total soft references 8819; cleared soft references 0.

GC 14: current heap(KB) 2530584; current threshold(KB) 1048576.

GC 14: collect (milliseconds) 1978.

GC 14: current cycle allocation(KB) 11374; previous cycle allocation(KB) 1048758.

GC 14: total weak references 10051; cleared weak references 0.

GC 14: total final references 9540; cleared final references 4213.

GC 14: total phantom references 0; cleared phantom references 0.

GC 14: total JNI global weak references 0; cleared JNI global weak references 0.

GC 14: collection ending 05/01/08 21:48:35

GC 15: starting collection, threshold allocation reached.

GC 15: collection starting 05/01/08 21:49:44

GC 15: live objects 1630438; collected objects 5843967; collected(KB) 1040320.

GC 15: queued for finalization 0; total soft references 9776; cleared soft references 0.

GC 15: current heap(KB) 2576408; current threshold(KB) 1048576.

GC 15: collect (milliseconds) 4417.

GC 15: current cycle allocation(KB) 45265; previous cycle allocation(KB) 1048592.

GC 15: total weak references 11280; cleared weak references 0.

GC 15: total final references 7217; cleared final references 1722.

GC 15: total phantom references 0; cleared phantom references 0.

GC 15: total JNI global weak references 0; cleared JNI global weak references 0.

GC 15: collection ending 05/01/08 21:49:49

GC 16: starting collection, threshold allocation reached.

GC 16: collection starting 05/01/08 21:57:35

GC 17: starting collection, reason stop the world collection.

GC 16: live objects 1905225; collected objects 1489384; collected(KB) 981168.

GC 16: queued for finalization 0; total soft references 10437; cleared soft references 0.

GC 16: current heap(KB) 3246360; current threshold(KB) 1048576.

GC 16: collect (milliseconds) 550422.

GC 16: current cycle allocation(KB) 13805; previous cycle allocation(KB) 1348797.

GC 16: total weak references 12811; cleared weak references 44.

GC 16: total final references 32141; cleared final references 26625.

GC 16: total phantom references 0; cleared phantom references 0.

GC 16: total JNI global weak references 0; cleared JNI global weak references 0.

GC 16: collection ending 05/01/08 22:06:45

GC 17: collection starting 05/01/08 22:06:45

GC 18: starting collection, reason stop the world collection.

GC 17: live objects 1633599; collected objects 347888; collected(KB) 337306.

GC 17: queued for finalization 0; total soft references 10437; cleared soft references 1792.

GC 17: current heap(KB) 2890124; current threshold(KB) 1048576.

GC 17: collect (milliseconds) 296138.

GC 17: current cycle allocation(KB) 0; previous cycle allocation(KB) 18390.

GC 17: total weak references 12736; cleared weak references 0.

GC 17: total final references 14300; cleared final references 8951.

GC 17: total phantom references 0; cleared phantom references 0.

GC 17: total JNI global weak references 0; cleared JNI global weak references 0.

GC 17: collection ending 05/01/08 22:11:41

GC 18: collection starting 05/01/08 22:11:41

GC 18: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 18: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 18: collected class sun/reflect/GeneratedSerializationConstructorAccessor3338641192.

GC 18: collected class sun/reflect/GeneratedSerializationConstructorAccessor3292847473.

GC 18: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 18: collected class sun/reflect/GeneratedConstructorAccessor1167550441.

GC 18: collected class sun/reflect/GeneratedSerializationConstructorAccessor184784663.

GC 18: collected class sun/reflect/GeneratedSerializationConstructorAccessor1244292024.

GC 18: collected class sun/reflect/GeneratedSerializationConstructorAccessor3719834870.

GC 18: live objects 1561058; collected objects 77441; collected(KB) 27752.

GC 18: queued for finalization 0; total soft references 10437; cleared soft references 0.

GC 18: current heap(KB) 2769764; current threshold(KB) 1048576.

GC 18: collect (milliseconds) 1292.

GC 18: current cycle allocation(KB) 1039; previous cycle allocation(KB) 0.

GC 18: total weak references 12737; cleared weak references 0.

GC 18: total final references 5373; cleared final references 65.

GC 18: total phantom references 0; cleared phantom references 0.

GC 18: total JNI global weak references 0; cleared JNI global weak references 0.

GC 18: collection ending 05/01/08 22:11:43

May 1, 2008 10:19:02 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_Application_Thread[impl:3]_1] Fatal: Exception during reference registration.

May 1, 2008 10:19:16 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.iviewservice

May 1, 2008 10:19:20 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.netweaver.bc.util

May 1, 2008 10:19:20 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.api_portalpcm

May 1, 2008 10:19:20 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.pcd.glservice

May 1, 2008 10:19:20 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.pcm.admin.apiservice

May 1, 2008 10:19:20 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.runtime.config

May 1, 2008 10:19:20 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.usermanagement

May 1, 2008 10:19:21 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.api_landscape

May 1, 2008 10:20:32 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.pcd.glservice

May 1, 2008 10:20:33 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.contentmigration.contentmigrationservice

May 1, 2008 10:20:33 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.httpconnectivity.urlfetcherservice

May 1, 2008 10:20:33 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.connectorservice

May 1, 2008 10:20:34 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.runtime.application.jcoclient

May 1, 2008 10:20:34 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.systemlandscapeservice

May 1, 2008 10:20:34 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.ivs.iviewservice

May 1, 2008 10:20:35 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.themes.designservice

May 1, 2008 10:20:35 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.themes.lafservice

May 1, 2008 10:20:36 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.productivity.resolverservice

May 1, 2008 10:20:36 PM com.sap.portal.prt.sapj2ee.error [SAPEngine_System_Thread[impl:5]_48] Fatal: Exception while starting: sap.com/com.sap.portal.runtime.config

GC 19: starting collection, threshold allocation reached.

GC 19: collection starting 05/01/08 22:46:12

GC 20: starting collection, reason stop the world collection.

GC 19: live objects 1948913; collected objects 3888497; collected(KB) 980948.

GC 19: queued for finalization 0; total soft references 10319; cleared soft references 0.

GC 19: current heap(KB) 2790416; current threshold(KB) 1048576.

GC 19: collect (milliseconds) 183628.

GC 19: current cycle allocation(KB) 1631; previous cycle allocation(KB) 1051396.

GC 19: total weak references 14737; cleared weak references 668.

GC 19: total final references 39129; cleared final references 33451.

GC 19: total phantom references 0; cleared phantom references 0.

GC 19: total JNI global weak references 0; cleared JNI global weak references 0.

GC 19: collection ending 05/01/08 22:49:16

GC 20: collection starting 05/01/08 22:49:16

GC 20: live objects 1891149; collected objects 60652; collected(KB) 24897.

GC 20: queued for finalization 0; total soft references 10319; cleared soft references 0.

GC 20: current heap(KB) 2707628; current threshold(KB) 1048576.

GC 20: collect (milliseconds) 1391.

GC 20: current cycle allocation(KB) 1631; previous cycle allocation(KB) 0.

GC 20: total weak references 14738; cleared weak references 0.

GC 20: total final references 29430; cleared final references 23549.

GC 20: total phantom references 0; cleared phantom references 0.

GC 20: total JNI global weak references 0; cleared JNI global weak references 0.

GC 20: collection ending 05/01/08 22:49:17

Former Member
0 Kudos

hi,

The reason the deployment fails is because of the server process of the j2ee engine is not working . please check the std_server0.out, sd_server1.out files in your system .

check the reason the server node has gone down.

Thanks

Prasanna

Former Member
0 Kudos

its giving connection refused error

Former Member
0 Kudos

Restart your system and try again this should solve your issue.

Also try to connect Visaul Admin before starting SDM with J2EE_ADMIN user.

You can also follow below steps to restart SDM and try SDM connection before restart:

a) Go to the SDM installation directory (default directory is usr/sap/<SAPSID>/<Instance>/SDM/program).

b) Stop SDM by entering the command ./StopServer.sh

c) Set SDM to operate in standalone mode by entering the command

./sdm.sh jstartup mode=standalone

d) Set SDM to operate in the integrated mode by entering

./sdm.sh jstartup mode=integrated

e) Start SDM: ./StartServer.sh

Former Member
0 Kudos

I could able to access Visual admin and config tool without any problem ..still should I retart SDM ?

can I restart SDM without restarting the server bcos SAP is up and running...I can able to use SAP screen .

Former Member
0 Kudos

daniel sap are you try to restart the installation?

Former Member
0 Kudos

Hi,

check the visual admin log

<!LOGHEADER[START]/>

<!HELP[Manual modification of the header may cause parsing problem!]/>

<!LOGGINGVERSION[1.5.3.7185 - 630]/>

<!NAME[Z:\usr\sap\SID\DVEBMGS00\j2ee\admin\log\.\system\visual_administration.log]/>

<!PATTERN[visual_administration.log]/>

<!FORMATTER[com.sap.tc.logging.ListFormatter]/>

<!ENCODING[Cp1252]/>

<!FILESET[0, 5, 10000000]/>

<!PREVIOUSFILE[visual_administration.4.log]/>

<!NEXTFILE[visual_administration.1.log]/>

<!LOGHEADER[END]/>

#1.5#C000AC1008070000000000000032327400044BAD7E56DD50#1209108427875#/System/Server/VisualAdministrationTool##com.sap.engine.services.adminadapter.gui.tasks.LoginTask#######Thread[Thread-2,5,main]##0#0#Error#1#/System/Server/VisualAdministrationTool#Plain###Error while trying to login to SID.SID: Cannot create new RemoteLoginContext.#

#1.5#C000AC10080700000000000001AA0A1500044BAD80DC8278#1209108470203#/System/Server/VisualAdministrationTool##com.sap.engine.services.adminadapter.gui.tasks.LoginTask#######Thread[Thread-2,5,main]##0#0#Error#1#/System/Server/VisualAdministrationTool#Plain###Error while trying to login to SID.SID: Cannot create new RemoteLoginContext.#

#1.5#C000AC10080700000000000000F38CF000044BAD879380F8#1209108582843#/System/Server/VisualAdministrationTool##com.sap.engine.services.adminadapter.gui.tasks.LoginTask#######Thread[Thread-2,5,main]##0#0#Error#1#/System/Server/VisualAdministrationTool#Plain###Error while trying to login to SID.SID: Cannot create new RemoteLoginContext.#

Thansk in advance