Consultor Eletrônico



Kbase P139618: Can not confirm AIA correctly configured with JRun 4. Getting error starting JRun 4 error reads: [
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/01/2009
Status: Unverified

SYMPTOM(s):

Can not confirm AIA correctly configured with JRun 4. Getting error starting JRun 4 error reads:
[1]java.lang.NoSuchMethodException: setURL
at com.sun.jmx.mbeanserver.StandardMetaDataImpl.forbidInvokeGetterSetter

Can not run AIA Ok test with JRun 4. Getting error starting JRun 4 error reads:
[1]java.lang.NoSuchMethodException: setURL
at com.sun.jmx.mbeanserver.StandardMetaDataImpl.forbidInvokeGetterSetter

JRun 4 will getting error when configured to run with Java 1.5 error reads:
[1]java.lang.NoSuchMethodException: setURL
at com.sun.jmx.mbeanserver.StandardMetaDataImpl.forbidInvokeGetterSetter
(Unknown Source)

FACT(s) (Environment):

JRun 4.0
All Supported Operating Systems

CAUSE:

JRun 4 needs additional configuration when bound to Java 1.5.

FIX:

Modify the jvm.config file in the JRun bin directory.
Add these entries to the java args line:
-Dsun.io.useCanonCaches=false
-Djmx.invoke.getters=true

Example:
java.args=-Xms32m -Xmx128m -Dsun.io.useCanonCaches=false -Djmx.invoke.getters=true