cancel
Showing results for 
Search instead for 
Did you mean: 

Server process in AS java got restarted

Former Member
0 Kudos

Hi All,

I am trying to investigate as to why the server process got restarted.When i was having a glance in MMC it was having a uptime different from other server nodes in the system.At first i checked the default traces but it is very difficult to read the logs since it doesnot have any time.Which logs in the work directory should i be looking at.Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Signal Dispatcher" daemon prio=10 tid=0x010e6cb8 nid=0x2e14 waiting on condition [0x00000000..0x00000000]

"Finalizer" daemon prio=9 tid=0x010e43f8 nid=0x13a0 in Object.wait() [0x048ff000..0x048ffd94]

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

at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)

- locked <0x1ae81708> (a java.lang.ref.ReferenceQueue$Lock)

at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)

at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

"Reference Handler" daemon prio=10 tid=0x010e3868 nid=0x264c in Object.wait() [0x048bf000..0x048bfd94]

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

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

at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)

- locked <0x1ab52a10> (a java.lang.ref.Reference$Lock)

"main" prio=5 tid=0x003d8bd8 nid=0xf74 in Object.wait() [0x61b6f000..0x61b6fe1c]

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

- waiting on <0x1ae817a0> (a com.sap.engine.boot.StartFrame)

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

at com.sap.engine.boot.StartFrame.work(StartFrame.java:121)

- locked <0x1ae817a0> (a com.sap.engine.boot.StartFrame)

at com.sap.engine.boot.Start.main(Start.java:34)

"VM Thread" prio=5 tid=0x010e3008 nid=0xf94 runnable

"Suspend Checker Thread" prio=10 tid=0x010e6350 nid=0x2200 runnable

[Thr 3988] JLaunchIExitJava: exit hook is called (rc = 666)

[Thr 3988] **********************************************************************

      • ERROR => The Java VM terminated with a non-zero exit code.

      • Please see SAP Note 943602 , section 'J2EE Engine exit codes'

      • for additional information and trouble shooting.

**********************************************************************

[Thr 3988] JLaunchCloseProgram: good bye (exitcode = 666)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Could you please also paste bootstrap log files ?

Thanks

Sunny

Former Member
0 Kudos

There is no bootstrap log belonging to that time stamp.Thanks.

Former Member
0 Kudos

Have you changed any parameters for your java instance?

check

former_member227283
Active Contributor
0 Kudos

Hi,

Can you check std_server0.out ??

There should be somthing related to server node crashed

Thanks

Anil

Former Member
0 Kudos

Ambarish,

Can you check if there is a core dump in cluster/server<>/log/?

Former Member
0 Kudos

No parameters have been changed until now.Thanks.

Former Member
0 Kudos

Hi Anil,

The problem is that we dont have yesterday's logs now.The std_server0 does not contain todays logs.Thanks.

Former Member
0 Kudos

There is no core dump in the path provided above.Thanks.

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check dev_server, dev_disp, std_server* and bootstrap logs in the work directory for the time when server was restarted.

Also, check whether memory in your server is appropriate or not like heap memory because of which sometimes java got restarted.

Thanks

Sunny