Kbase P142171: How to enable access to Java Console tool?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/29/2009 |
|
Status: Unverified
GOAL:
How to enable access to Java Console tool?
GOAL:
Which tool can be enabled to analyse OE Architect hangs?
GOAL:
How to setup Java Console tool to verify the threads when OE Architect freezes?
FACT(s) (Environment):
Windows
OpenEdge 10.x
FIX:
You can enable access from the Java Console tool by using -Dcom.sun.management.jmxremote parameter by adding it to the -vmargs parameter to the OpenEdge Architect shortcut:
-vmargs -Dcom.sun.management.jmxremote -Xmx384m (the -Xmx should be specified since using the -vmargs overrides the parameters from the eclipse.ini file)
The JConsole.exe command needs to be run from the jdk/bin directory. The JConsole tool can attach to Java sessions that are enabled with the jmxremote parameter. (When using Java 6, there is no need to enable
the parameter.)