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.  Designer Error: Connection failed for

    Posted 03/08/18 04:15 AM

    Hello Team,

    I am getting the below error while trying to access designer( v9.12)

    Connection failed for ServerIP:Port (java.lang.ClassCastException)
    java.lang.String cannot be cast to com.wm.data.IData

    Please help. Is there any config file missing?

    Regards
    Sasa


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Designer Error: Connection failed for

    Posted 03/08/18 04:55 AM

    Hello issue resolved.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Designer Error: Connection failed for

    Posted 12/03/19 05:09 AM

    The ClassCastException thrown to indicate that your code has attempted to cast an object to a subclass of which it is not an instance. Casting only works when the casted object follows an is a relationship to the type you are trying to cast to.

    When will be ClassCastException is thrown:

    When you try to cast an object of Parent class to its Child class type, this exception will be thrown.

    When you try to cast an object of one class into another class type that has not extended the other class or they don’t have any relationship between them.


    #Integration-Server-and-ESB
    #webMethods