cancel
Showing results for 
Search instead for 
Did you mean: 

J2ee engine does not start after cancelling XI installation

Former Member
0 Kudos

Hi,

Yesterday I installed an WAS ABAP + Java Add-In and the J2EE worked fine.

Today I've tried to install the XI and after an error I cancelled it with the reset button.

Now, I'm not able to start the J2ee engine.

The dispatcher works but the server doesn't.

The error appear in the dev_server0.out and I copy it at the end of the note

The problem is that it cannot start some services, but when it reaches the service "basicadmin", as its mandatory, the start of the J2ee crashes.

Does anyone know where can I found the logs of each service when it starts?

Any help on why can some services fail at starting?

I think it's because the installation of the XI changed something, but I don't know what can be.

Thanks in advance,

Alex.

-


stdout/stderr redirect

-


node name : server0

pid : 19188

system name : XIL

system nr. : 00

started at : Thu Dec 1 12:36:44 2005

<?xml version="1.0" ?>

<verbosegc>

SAP J2EE Engine Version 6.40 PatchLevel 87289.311 is starting...

Loading: LogManager ... 1795 ms.

Loading: PoolManager ... 2 ms.

Loading: ApplicationThreadManager ... 514 ms.

Loading: ThreadManager ... 26 ms.

Loading: IpVerificationManager ... 18 ms.

Loading: ClassLoaderManager ... 13 ms.

Loading: ClusterManager ... 295 ms.

Loading: LockingManager ... 138 ms.

Loading: ConfigurationManager ... 713 ms.

Loading: LicensingManager ... 41 ms.

Loading: ServiceManager ...

Loading services.:

Service userstore started. (39 ms).

Service memory started. (15 ms).

Service file started. (31 ms).

Service cross started. (12 ms).

Service tcsecwssec~service started. (55 ms).

Service p4 started. (383 ms).

Service jmx_notification started. (89 ms).

Service trex.service started. (120 ms).

Service classpath_resolver started. (143 ms).

Service runtimeinfo started. (165 ms).

Service timeout started. (244 ms).

Service tcsecvsi~service started. (1598 ms).

Service deploy started. (3164 ms).

Service apptracing started. (72 ms).

Service log_configurator started. (5017 ms).

Service locking started. (3 ms).

Service http started. (355 ms).

Service naming started. (461 ms).

Service failover started. (74 ms).

Service appclient started. (104 ms).

Service javamail started. (155 ms).

Service ts started. (156 ms).

Service jmsconnector started. (186 ms).

Service licensing started. (12 ms).

Service connector started. (197 ms).

Service configuration started. (48 ms).

Service webservices started. (827 ms).

Service dbpool started. (1141 ms).

Service com.sap.aii.af.svc started. (100 ms).

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

Service security started. (1467 ms).

Service classload started. (67 ms).

Service applocking started. (118 ms).

Service shell started. (204 ms).

Service keystore started. (214 ms).

service tceCATTPingservice ================= ERROR =================

service ssl ================= ERROR =================

service dsr ================= ERROR =================

Service telnet started. (70 ms).

service webdynpro ================= ERROR =================

service ejb ================= ERROR =================

Cannot start service rfcengine; it has hard reference to service ejb which is not started.

Service tcsecsecurestorage~service started. (506 ms).

service tcsecdestinations~service ================= ERROR =================

service sld ================= ERROR =================

Cannot start service pmi; it has hard reference to service tcsecdestinations~service which is not started.

Cannot start service com.sap.aii.af.cpa.svc; it has hard reference to service sld which is not started.

Cannot start service com.sap.aii.af.security.service; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Cannot start service com.sap.aii.af.ms.svc; it has hard reference to service sld which is not started.

Cannot start service com.sap.aii.adapter.jdbc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Cannot start service com.sap.aii.adapter.jms.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Cannot start service com.sap.aii.adapter.bc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Cannot start service com.sap.aii.adapter.rfc.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Cannot start service com.sap.aii.adapter.mail.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Service servlet_jsp started. (979 ms).

Cannot start service com.sap.aii.adapter.file.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Cannot start service com.sap.aii.adapter.xi.svc; it has hard reference to service com.sap.aii.af.cpa.svc which is not started.

Service jmx started. (987 ms).

service jms_provider ================= ERROR =================

Cannot start service com.sap.aii.af.ispeak.svc; it has hard reference to service jms_provider which is not started.

service tc.monitoring.logviewer ================= ERROR =================

service basicadmin ================= ERROR =================

Core service basicadmin failed. J2EE Engine cannot be started.

java.lang.ClassNotFoundException: com.sap.engine.services.basicadmin.BasicadminServerServiceFrameImpl

at java.lang.Class.forName(Class.java:152)

at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:134)

at com.sap.engine.frame.core.thread.Task.run(Task.java:60)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:98)

java.lang.ClassNotFoundException: com.sap.engine.services.basicadmin.BasicadminServerServiceFrameImpl

at java.lang.Class.forName(Class.java:152)

at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:134)

at com.sap.engine.frame.core.thread.Task.run(Task.java:60)

at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)

at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:98)

[Framework -> criticalShutdown] Core service basicadmin failed. J2EE Engine cannot be started.

Dec 1, 2005 12:37:08 PM com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_82] Fatal: Critical shutdown was invoked. Reason is: Core service basicadmin failed. J2EE Engine cannot be started.

</verbosegc>

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member239234
Discoverer
0 Kudos

Could you open the defaultTrace.X.trc files and check for the errors?

Good from my point of view is to make a search if those files for some stack traces with the string ".dsr."

Regards,

Aleksandar