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

WmPRT Package Giving Error

  • 1.  WmPRT Package Giving Error

    Posted Sun October 05, 2008 04:36 PM

    Hello All,

    When I try to use, pub.prt.log:logActivityMessages service for logging the data onto the Server, I am getting the following error:

    java.lang.reflect.InvocationTargetException: com.wm.app.b2b.server.Service.getParentServiceName()Ljava/lang/String;

    java.lang.reflect.InvocationTargetException: com.wm.app.b2b.server.Service.getParentServiceName()Ljava/lang/String;
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:340)
    at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:554)
    at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:44)
    at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCompletionImpl.java:221) …

    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:287)
    … 15 more
    Caused by: java.lang.NoSuchMethodError: com.wm.app.b2b.server.Service.getParentServiceName()Ljava/lang/String;
    at wm.prt.log.logParentService(log.java:25)
    at pub.prt.log.logActivityMessages(log.jav

    Can anyone tell me what could be the possible reason for this error?

    I am using WM IS 6.1, and the WmPRT package version is also 6.1.
    The WmPRT package always shows as PARTIAL loaded, when I view it in the packages–>management screen in the IS.

    Thanks,
    Johnrose.


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 2.  RE: WmPRT Package Giving Error

    Posted Mon October 06, 2008 03:59 PM

    If you click on the WmPRT package name, you can see in the package detail screen which services/classes did not load, which should help you understand why it is a PARTIAL load.

    Most likely this is due to a jar or class missing or corrupted in the WmPRT (or some dependent) package.

    Take a look at the package detail screen.


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 3.  RE: WmPRT Package Giving Error

    Posted Mon October 06, 2008 04:56 PM

    Hello Phil,

    Thanks for your input. Here is what I did, and luckily, the issue got resovled.

    1. I installed WM6.1 , this time with Service Pack2 file.

    2. I went to the JDBC pools screen and re-configured the ProcessAudit Pool definition.

    3. Dropped all the tables and created them again. I also ran the migrate script for the prt form 6.0 to 6.1 SP2.

    When I restarted my IS, after doing the above the steps, the WmPRT package was reloaded completely. Now I am able to use the pub.prt.log:logActivityMessages service too, without any error.

    Thanks one again Phil.


    #webMethods
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards