Consultor Eletrônico



Kbase P61734: Unable to start AdminServer with 9.1C30 on HP-UX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1C
Fathom Management 2.0A
HP-UX 11
HP-UX 11i

SYMPTOM(s):

Unable to start AdminServer with 9.1C30

AdminServerSystemOut.log shows

java.lang.NoClassDefFoundError: javax/management/MBeanAttributeInfo
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.progress.system.SystemPlugIn.class$(SystemPlugIn.java:56)
at com.progress.system.SystemPlugIn.getComponentClassName(SystemPlugIn.java:249)
at com.progress.chimera.adminserver.AdminServer.installPlugin(AdminServer.java:1071)
at com.progress.chimera.adminserver.AdminServer.installPlugins(AdminServer.java:884)
at com.progress.chimera.adminserver.AdminServer.setupPlugins(AdminServer.java:444)
at com.progress.chimera.adminserver.AdminServer.<init>(AdminServer.java:263)
at com.progress.chimera.adminserver.AdminServer.<init>(AdminServer.java:136)
at com.progress.chimera.adminserver.NonNTAdminServer.<init>(NonNTAdminServer.java:10)
at com.progress.chimera.adminserver.NonNTAdminServer.main(NonNTAdminServer.java:29)

Getting java.lang.NoClassDefFoundError: javax/management/MBeanAttributeInfo when starting AdminServer

CHANGE:

Patch 9.1C30 has been applied

CAUSE:

Incompatibility between 9.1C30 and 2.0A release of Fathom.

The 9.1C30 patch was designed to allow compatibility with Fathom 2.1A.
Installing the patch for any other reason and using Fathom 2.0A will cause the incompatibility problem described.

FIX:

In order to fix the issue with 2.0A, please follow these steps:
-
1) download jmxri.jar file and put it to any directory on the HP machine
2) open $DLC/bin/fathomcp_env
3) modify FATHOMCP to contain an entry to jmxri.jar from point 1)
4) start the adminserver with 9.1C30

Now the adminserver will start.