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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Developer Is not Starting

    Posted 03/06/08 04:55 PM

    I am having an issue when I try to start developer.
    here is the error message

    Exception in thread “main” java.lang.NoSuchMethodError: getPeerForTarget
    at sun.awt.windows.WObjectPeer.initIDs(Native Method)
    at sun.awt.windows.WObjectPeer.(WObjectPeer.java:14)
    at java.awt.Component.initIDs(Native Method)
    at java.awt.Component.(Component.java:519)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:219)
    at com.wm.proxy.Proxy.invokeStaticMethod(Proxy.java:163)
    at com.wm.app.dev.DeveloperMainProxy.main(DeveloperMainProxy.java:78)
    at com.wm.app.dev.DeveloperMainProxy.start(DeveloperMainProxy.java:156)
    at com.wm.app.Application.start(Application.java:353)
    at com.wm.app.Application.launch(Application.java:467)
    at com.wm.app.dev.Main.main(Main.java:43

    I am not able to understand what is creating this issue.

    Thank you
    Kris


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: Developer Is not Starting

    Posted 03/06/08 06:39 PM

    One possibility is a class collision. Does the machine have a system classpath?

    Another possibility is a system path issue, where jars from another JVM (older?) are getting used instead.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB