cancel
Showing results for 
Search instead for 
Did you mean: 

J2ee Shutdown

Former Member
0 Kudos

I have done a fresh installation of the JAVA Stack . After that the Disp+work.exe is the not getting started .

In the developer trace the error coming was

*LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4248]

      • ERROR => NiIRead: SiRecv failed for hdl 4 / sock 384

(SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:4111) [nixxi.cpp 4248]

DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)

DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=3600)

      • ERROR => DpProcKill: kill failed [dpntdisp.c 371]

DpIJ2eeShutdown: j2ee state = SHUTDOWN

Here is the part of the defaulttrace0.trc file.

#

#1.5#12313903380200000000000D0000035400046CF8E6F936B0#1245716189625#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Loading:

ClusterManager returned false! #

#1.5#12313903380200000000000F0000035400046CF8E6F93796#1245716189625#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######Thread[Thread-1,5,main]##0#0#Error#1#/System/Server#Plain###Kernel

not loaded. System halted.#

#1.5#1231390338020000000000100000035400046CF8E701E806#1245716190203#com.sap.engine.core.thread.impl5.ThreadManagerImpl##com.sap.engine.core.thread.impl5.ThreadManagerImpl#######Thread[Thread-1,5,main]##0#0#Error##Plain###Unexpected

thread activity after interrupt() is executed in shutdown of

SAPEngine_System_Thread[impl:5]_ThreadManager:

Thread[SAP J2EE Engine|MS Socket Listener]

Task: com.sap.engine.core.thread.impl5.ActionObject - Processing Task

[classname: com.sap.engine.core.cluster.impl6.ms.MSListener |

toString: com.sap.engine.core.cluster.impl6.ms.MSListener@61c80b01]

with classloader [com.sap.engine.boot.CoreClassLoader@6a8814e9]#

Edited by: indian tiger on Feb 27, 2010 10:02 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Tiger,

Can you try to start the instance once again ?

If it doesnt start, then post the latest lines of the std_server<x>.out log file.

Cheers...,

Raghu

Former Member
0 Kudos

Hi

did you try changing the memory Parameters

Whenever i have the problem with Java , i set the following parameter in config tool

Change Sizes in Config tool to -Xmx1024m

-Xms1024m

-Djco.jarm=1

-XX:PermSize=256m

-XX:MaxPermSize=256m

-XX:NewSize=171m

-XX:MaxNewSize=171m

Also refer note 723909

Former Member
0 Kudos

Hello,

Is shutdown occuring every 30 mins or randomly? It could be a license issue as this is a new installation. Please refer to the notes for ensuring you have the valid license :

197623 Temporary license keys

94998 Requesting license keys and deleting systems

870871 License key installation

607141 License key request for SAP J2EE Engine

Please ensure that your memory parameters are configured as per note 723909.

Please paste the relevant excerpt from dev_server0, dev_dispatcher, std_server0.out, std_dispatcher.out files which have exceptions/errors from the time of shutdown. please also paste the relevant section from the dev_jcontrol file.

Best Regards,

Snehal Bhaidasna

SAP Labs, Palo Alto, CA(USA)

Former Member
0 Kudos

Btw, your ABAP instance needs to be started/running in order to have your j2ee engine running. In a dual stack system if the ABAP system is not running, j2ee engine will not come up.

Regards,

Snehal

Former Member
0 Kudos

tiger,

were you able to connect configtool using default DB Settings.

-Sekhar