IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

  • 1.  Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Wed March 09, 2005 07:31 PM

    Hi,

    I am using Wm Manager server and console 615 and configured to manage 6.1 Integration servers and brokers.

    I have added my Integration Servers to manage from Manager server admin. It displays that those are ‘operational’. I have total 4 IS instances to manage. 2 of them are 601 IS and rest two are 61 IS. I can see those two 601 IS on the manager console. but I cannot see those two 61 IS on manager console. I am talking about the ‘Map’ tab on manager console. When I select ‘Integration Server’ from model server list box, it displays only two IS which are 601. I tried to disable and enable the WmOmiIs package, but it throws the above mentioned exception.

    Here is the stack trace from the server.log file:

    2005-03-09 13:43:07 EST [ISS.0028.0015C] WmJDBCAdapter: Shutdown service (wm.adapter.wmjdbc.admin:unregisterAdapter)
    2005-03-09 13:43:08 EST [ART.0114.1100D] Adapter Runtime: Facility 1 - JDBCAdapter registered with bundle com.wm.adapter.wmjdbc.JDBCAdapterResourceBundle.
    2005-03-09 13:43:08 EST [ART.0114.1107D] Adapter Runtime: Facility 1 - JDBCAdapter removed.
    2005-03-09 13:43:08 EST [ISS.0028.0042C] Unloading WmJDBCAdapter package
    2005-03-09 13:43:08 EST [ISS.0028.0015C] WmART: Shutdown service (wm.art.admin:shutdown)
    2005-03-09 13:43:08 EST [ISS.0028.0015C] WmART: Shutdown service (omi.wm.art.ARTMbeanInit:shutdown)
    2005-03-09 13:43:08 EST [ISS.0028.0042C] Unloading WmART package
    2005-03-09 13:43:08 EST [ISS.0028.0015C] WmOmiTN: Shutdown service (omi.wm.tn.pkginit:shutdown)
    2005-03-09 13:43:08 EST [ISS.0028.0016E] Shutdown service exited with the following error: com.wm.app.b2b.server.InvokeException: java.lang.NoClassDefFoundError
    2005-03-09 13:43:08 EST [ISS.0028.0042C] Unloading WmOmiTN package
    2005-03-09 13:43:08 EST [ISS.0028.0015C] WmOmiIs: Shutdown service (omi.wm.is.pkginit:shutdown)
    2005-03-09 13:43:08 EST [ISS.0028.0042C] Unloading WmOmiIs package
    2005-03-09 13:43:08 EST [ISS.0028.0005C] Loading WmOmiIs package
    2005-03-09 13:43:08 EST [ISS.0028.0012C] WmOmiIs: Startup service (omi.wm.is.pkginit:init)
    2005-03-09 13:43:08 EST [ISS.0028.0013E] Startup service exited with the following error: java.lang.reflect.InvocationTargetException: com/sun/management/jmx/Trace
    2005-03-09 13:43:08 EST [ISS.0028.0005C] Loading WmOmiTN package
    2005-03-09 13:43:08 EST [ISS.0028.0012C] WmOmiTN: Startup service (omi.wm.tn.pkginit:setACLs)
    2005-03-09 13:43:08 EST [ISS.0028.0013E] Startup service exited with the following error: com.wm.app.b2b.server.InvokeException: java.lang.ExceptionInInitializerError
    2005-03-09 13:43:08 EST [ISS.0028.0012C] WmOmiTN: Startup service (omi.wm.tn.pkginit:init)
    2005-03-09 13:43:09 EST [ISS.0028.0013E] Startup service exited with the following error: com.wm.app.b2b.server.InvokeException: java.lang.NoClassDefFoundError
    2005-03-09 13:43:09 EST [ISS.0028.0005C] Loading WmART package
    2005-03-09 13:43:09 EST [ISS.0028.0012C] WmART: Startup service (wm.art.admin:startup)
    2005-03-09 13:43:09 EST [ISS.0028.0012C] WmART: Startup service (omi.wm.art.ARTMbeanInit:init)
    2005-03-09 13:43:09 EST [ISS.0028.0013E] Startup service exited with the following error: omi.wm.devkit.UnexpectedException: omi.wm.devkit.UnexpectedException: java.lang.NoClassDefFoundError: com/sun/management/jmx/Trace
    2005-03-09 13:43:10 EST [ISS.0028.0005C] Loading WmJDBCAdapter package


    This error occurs while I try to reload the WmOMIIs package.

    Please help.

    Regards,
    Nilesh


    #BPM
    #webMethods-BPMS
    #webMethods


  • 2.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Thu March 10, 2005 10:57 AM

    Hi Gohel

    This error indicate that the class Trace, supposed to be in the package com.sun.management.jmx, is not visible by Manager.

    I never sew this error. But I had implemented some programs in JMX and I know that this class is in jmxri.jar. Is this jar part of the classpath used by Manager ?? Otherwise, download it, put it in the classpath and try again.

    Regards
    Karim


    #BPM
    #webMethods
    #webMethods-BPMS


  • 3.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Thu March 10, 2005 07:46 PM

    Hi Karim,

    Thanks for suggestion. Fortunately I did find out the jmx.jar file and put in the classpath of the IS, now I am getting the following exception.

    “omi.wm.devkit.UnexpectedException: omi.wm.devkit.UnexpectedException: omi.wm.devkit.UnexpectedException: java.lang.ClassNotFoundException: omi.wm.is.IntegrationServer”

    Ane clue ?

    Regards,
    Nilesh


    #BPM
    #webMethods-BPMS
    #webMethods


  • 4.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Fri March 11, 2005 10:24 AM

    Hello

    I just look for this class. In our machine, it is not in ajar. It is in inside the IS packages :
    %IS_home%/packages/WmOmiIs/code/classes/omi/wm/is/IntegrationServer.class

    Could you verify it ?


    #webMethods-BPMS
    #BPM
    #webMethods


  • 5.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Fri March 11, 2005 03:27 PM

    Karim,

    You are very right. I added those classes to the classpath but It has fired some more errors …

    Failure while loading service wm.ism.agent.jmx:getMBeanCount: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.pkginit:shutdown: java.lang.NoClassDefFoundError: com/wm/data/IData
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:setAttribute: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:addNotificationListener: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:ping: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.config:debug: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:getMBeanInfo: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:isRegistered: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:getObjectInstance: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:getAttributes: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:invoke: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:removeNotificationListener: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:unregisterMBean: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:09 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:queryNames: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:setAttributes: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.pkginit:init: java.lang.NoClassDefFoundError: com/wm/data/IData
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:unregisterNotificationDispatcher: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:registerNotificationDispatcher: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:handleNotification: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:getAttribute: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.jmx:isInstanceOf: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading service wm.ism.agent.config:manage: java.lang.NoClassDefFoundError: omi/wm/devkit/UnexpectedException
    2005-03-10 14:52:10 EST [ISS.0026.0002E] Failure while loading se


    #webMethods-BPMS
    #webMethods
    #BPM


  • 6.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Fri March 11, 2005 04:06 PM

    Hi,

    I am also facing a similar issue. I am going to try out removing components from IS 6.1 and setup one barebones IS6 and test it. Will keep you all updated. It looks like something is conflicting here… and none has any clue… including myself.


    #webMethods
    #webMethods-BPMS
    #BPM


  • 7.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Fri March 11, 2005 04:36 PM

    Chirag,

    Thanks for your update. I am really relaxed by knowing that I am not the only one who is facing this stupid problems …!!!

    Hope to come up with some solutions soon.

    Regards,
    Nilesh


    #webMethods
    #BPM
    #webMethods-BPMS


  • 8.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Fri March 11, 2005 05:01 PM

    Hi

    I think that it would be a problem of classpath building : all the omi.wm.devkit classes, that Manager try to load, are in the omi.jar. Is this jar also in your classpath ??

    Regards
    Karim


    #BPM
    #webMethods
    #webMethods-BPMS


  • 9.  RE: Startup service exited with the following error javalangreflectInvocationTargetException comsunm ...

    Posted Fri March 11, 2005 05:49 PM

    Hi,

    Got it working. Removed webMethods Administrator, Modeler Design related packages, Broker Admin etc.

    Considering that you would be monitoring a Production IS, which should not be having all of those… it should be possible… try it out…

    Remove All packages using uninstall option that you don’t need and try out a configuration.


    #webMethods
    #BPM
    #webMethods-BPMS