It's all about the answers!

Ask a question

WAS crash running RS, LQE and DCC


Kim Soederhamn (1.5k24348) | asked Aug 01 '16, 4:20 a.m.
edited Aug 01 '16, 4:58 a.m. by Ralph Schoon (63.3k33646)
Running the applications makes WAS crash leaving coredumps behind. What to do ?

WAS 8.0 base on windows server 2012 on SQL server.
CLM 6.0.2 ifix3 :-) Distributed enterprise topology.

Accepted answer


permanent link
Kim Soederhamn (1.5k24348) | answered Aug 01 '16, 4:29 a.m.
 We found that first of all we exhaust the native memory (although we have 32 GB on the machine).

This is because the space addressed with standard settings in only 4 GB.

so you need to change the JVM args to run with the -Xnocompressedrefs (opposite of default from the guideline)

after that we started getting HEAP outofmemoryexception instead.

This meant that we needed to increase the jvm heap little by little until stabile.

for our server running RS and LQE that size was 16 GB - for another server running both RS,LQE and DCC it was 18 GB

this was our settings in Application servers > server1 > Process definition > Java Virtual Machine

-Xmx18g -Xms18g -Xmn4g -Xgcpolicy:gencon -Xnocompressedrefs -Xgc:preferredHeapBase=0x100000000 -XX:MaxDirectMemorySize=1G


Ralph Schoon selected this answer as the correct answer

One other answer



permanent link
Ralph Schoon (63.3k33646) | answered Aug 01 '16, 4:29 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Kim,

create a PMR with support and work with them to look at the core dumps to find out why the crash happened.

With this few information your question is pointless to be asked here.

Comments
Kim Soederhamn commented Aug 01 '16, 4:32 a.m.

 Hi Ralph,


I already have that - I just wanted to share the solution - but last time I included the answer in the question I got a negative response from the moderator :-)


Ralph Schoon commented Aug 01 '16, 4:43 a.m. | edited Aug 01 '16, 4:44 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Kim,

can you provide basic details like Versions, OS's, topology?

After I saw your response I figured as much. I will accept your answer. Thanks!

I was quite puzzled that someone like you posted such a question without the usual details needed.....



Kim Soederhamn commented Aug 01 '16, 4:54 a.m.

 WAS 8.0 base on windows server 2012 on SQL server.

CLM 6.0.2 ifix3 :-) Distributed enterprise topology.


Ralph Schoon commented Aug 01 '16, 4:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You know you can edit your question, don't you?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.