cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Java Components

rainer_fux2
Participant
0 Kudos

Hello,

We are facing some problems with our J2EE Server. The server does not start: It hangs at the "starting apps" step. The system and application threads fail.

With SDM we have seen that there are some java components (SDA, SCA) missing: SAP_JTECHF, SAP_JTECHS, CAF, .. Our problem now is, that we cannot deploy them now, because the server is not starting, and thats what the deployment needs, apparently. So, is there another way to deploy them?

Regards,

Vermeer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the file std_server.out log in /usr/sap/SID/JC*/work and reed or print the log.

Please open the configtool and set the JVM parameter.

I thinkthat is JVM parametes issue.

please let me know the valie of the JVM parameters.

Thnaks

Rsihi Abrol

rainer_fux2
Participant
0 Kudos

Hello,

I know the logs. Here is an example of the system and application thread errors:

"SAPEngine_System_Thread[impl:5]_99" prio=5 tid=0x000000000768afc0 nid=0x37c in Object.wait() [0x00000000927ef000..0x00000000927efb80]

at java.lang.Object.wait(Native Method)

- waiting on <0x0000000015590360> (a com.sap.engine.lib.util.WaitQueue)

at java.lang.Object.wait(Object.java:429)

at com.sap.engine.lib.util.WaitQueue.dequeue(WaitQueue.java:238)

- locked <0x0000000015590360> (a com.sap.engine.lib.util.WaitQueue)

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

In my opinion the values of the JVM are okay. As there is NO error, mentioning memory problems. Anyways, here the values:

We have a 64bit Windows system:

instance values:

- Max Heap = 1024

- Xms2048

dispatcher:

- Max Heap = 170

- Xmx = 170

- XX:NewSize=57M

- XX:MaxNewSize=57M

server:

- Max Heap = 1024

- Xms = 1024

- XX:MaxPermSize=512M

- XX:PermSize=512M

- XX:NewSize=171M

- XX:MaxNewSize=171M

Edited by: Vermeer on Jul 23, 2009 12:43 PM

Former Member
0 Kudos

Hi,

Check the log as suggested in the above post, Check the SDM log file.

Also check if your server0 is in safemode or not? Sometimes while deploying the patches it goes in safe mode.

If yes the make it online mode using configtool.

I think you can deploy the patches with SDM even your Server0is not stated because SDM is started right.

Regards,

Vamshi.

rainer_fux2
Participant
0 Kudos

Hey,

Yep, you are right. It can be started, although the server0 process is down. Sometimes the dispatcher and server0 process has to be explicitly down, if you want to process an offline deployment.

Thanks.

Regards,

Rainer

Answers (0)