cancel
Showing results for 
Search instead for 
Did you mean: 

PI server Java stack is restarting by itself abruptly and frequently

Former Member
0 Kudos

Hi ALL

PI server Java Stack is restarting abruptly every 15-20 minutes.

Can you please, let us know where we need to start looking to help basis debug this issue.

Your help is greatly appreciated!!

Thank you!

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

visual admin - log viewer or NWA logs&traces

these are two places that will show execly why it restarts

Regards,

Michal Krawczyk

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Patrick

i have this problem before. The main cause is insufficient memory, because my machine and os are 64 bit so i need to allocate at least 2 GB memory for Java stack and solve my problem.

additional node not always can help if you memory doesn't enough it will even worst.

Best Regards

Fernand

Former Member
0 Kudos

HI Patrik

Check for the trace as said above

I think the connection would be lost and restart due to overlaod of the server.

To resolve this you need to add additional server node in config tool

Config tool -> server ->add server -

this will add the server node and then restart both the stacks

Refer for JVM settings Note 723909

Thanks

Gaurav

Edited by: Gaurav Bhargava on Nov 19, 2008 4:00 AM

Former Member
0 Kudos

Hi Patrick!

Look into defaultTrace.trc trace file. This is the "heart beat" trace file of the J2EE engine.

In general you may have memory problems in your J2EE stack. This very often is the root cause for "automatic" restarts of J2EE Engine.

Regards,

Volker