cancel
Showing results for 
Search instead for 
Did you mean: 

Java Stack dosen's Start up

Former Member
0 Kudos

Hello All,

I have a newly installed SAP ABAPJAVA (Add-in) system on WindowsMS Sql. Thw system was restarted for the windows updates. after that my java stack is not coming up and i see below log entries in dev_disp file.

None of the other Java related files are getting updated in work directory. Please help.

Thanks.

Thu Jul 14 03:14:04 2011

DpJ2eeEmergencyShutdown: j2ee state = SHUTDOWN

Thu Jul 14 03:14:25 2011

J2EE server info

start = TRUE

state = STARTED

pid = 3048

argv[0] = E:\usr\sap\TR1\DVEBMGS00\exe\jcontrol.EXE

argv[1] = E:\usr\sap\TR1\DVEBMGS00\exe\jcontrol.EXE

argv[2] = -DCONNECT_PORT=64998

argv[3] = -DSAPSYSTEM=00

argv[4] = -DSAPSYSTEMNAME=TR1

argv[5] = -DSAPMYNAME=uscasap01_TR1_00

argv[6] = -DSAPPROFILE=E:\usr\sap\TR1\SYS\profile\TR1_DVEBMGS00_uscasap01

argv[7] = -DFRFC_FALLBACK=ON

argv[8] = -DFRFC_FALLBACK_HOST=localhost

start_lazy = 0

start_control = SAP J2EE dispatcher node

DpJ2eeStart: j2ee state = STARTED

Thu Jul 14 03:14:36 2011

MBUF state ACTIVE

Accepted Solutions (1)

Accepted Solutions (1)

desiree_matas
Contributor
0 Kudos

Hi Sumit,

Check also this SAP note: 1036371. It may be the reason for the issue you are facing now.

Regards,

Désiré

Former Member
0 Kudos

Hello Dessiree and Jonas.

Many Thanks for replies.

Java link http://<host>:<port>/ wasnu2019t responding but strange! It was opening the page http://<host>/index.html

Per the help link http://help.sap.com/saphelp_nw2004s/helpdata/en/39/16b7401711cc38e10000000a155106/frameset.htm

From note 1036371 I checked the value of parameter Port of Dispatcheru2019s http provider service which was set to

Port:80,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:http)(Port:443,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:ssl)

I Added : (Port:50000,SocketQueue:200,AcceptingThreadsCount:10,BindAddress:,Type:http) to the value and link with port also started working.

Issue Resolved.

Many Thanks Guys 

Answers (1)

Answers (1)

desiree_matas
Contributor
0 Kudos

Hi Sumit,

If the Java stack is not even writing logs in the work directory, it is possible that the profile parameters are lost. Please check note 741289 and ensure that all the relevant parameters are correctly set. Then try to restart.

Regards,

Désiré

Former Member
0 Kudos

Bingo !!! this really worked, however now i am having a problem.

My Java Stack doesn't open with link http://hostname:5<nr>00

Inspite the link http://<Host name>/index.html but then dosent show anything.

Any cule ?

Former Member
0 Kudos

Hi Sumit,

if you can't open the main page of the application server try another one, like http://<host>:<port>/NWA or http://<host>:<port>/useradmin. If these also fail or doesn't show anything you should verify if the system is configured correctly, maybe there are few threads or not enough memory. Check this note:

723909 - Java VM settings for J2EE 6.40/7.0

To verify the number of threads of the system you should stat the configtool and navigate to Global Server Configuration in the right vertical panel -> Expand the managers entry -> Select ApplicationThreadManager -> the value of MaxThreadCount property should be around 250 (or 350 if you are using XI).

Still on the configtool -> Select ThreadManager -> here the value of MaxThreadCount property should be around 150.

If the values are not ok, change them, save and restart the J2EE Engine. The lack of threads for the system and application usually cause this kind of problem and also can degradate the startup time and perfomance of the system.

Let us know if this helps.

Regards,

Jonas Cella