cancel
Showing results for 
Search instead for 
Did you mean: 

JProbe and J2EE 6.45 - server node waiting for start

alexander_bauer
Explorer
0 Kudos

Hello,

to profile code on a 6.45 J2EE-Engine i installed JProbe Suite 5.2.3. I used the configtool to add the java parameters for the server node and created a jpl.startup file. But when restarting the server node, it only says 'Waiting for start' and that's it. Having a look at the developer trace in the sapmmc shows that the jvm is not loaded for the server node. All specific changes for the jpl.file regarding JProbe version are done.

What can be wrong?

Regards, Alexander

Accepted Solutions (0)

Answers (3)

Answers (3)

alexander_bauer
Explorer
0 Kudos

Found the error.

I had to change some settings in the .jpl file according to the J2EE-Engine, now it works.

Former Member
0 Kudos

Hi Alexander,

i have the same problem as u describe bevor.

could u excplain me the changes u have done in the .jpl-file.

thanks cansever.

detlev_beutner
Active Contributor
0 Kudos

Hi Cansever,

did you check out https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/how to start jprobe with sap web as java.article ?!

Hope it helps

Detlev

alexander_bauer
Explorer
0 Kudos

Hello Valery,

the server was up and running before; if i remove the two java parameters, the server starts up properly.

I guess the problem is somewhere in the .jpl launchpad-file, in the settings for the JVM...

Regards, Alexander

Former Member
0 Kudos

Hi Alexander,

Probably this is not directly linked to JProbe + WebAS combo, but anyway: at my machine server node fails to start due to big value of maximum heap defined (768M by default). I change it to 512M (updating -ms parameter accordingly) and everything start to work.

VS