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.


#TechXchangePresenter
 View Only
  • 1.  Problem starting server

    Posted Fri June 15, 2007 05:31 PM

    When i try to start the server this is happenning and its getting out of console…
    could any one help me with this…

    com.wm.proxy.ProxyException: failed to invoke proxy method
    com.wm.app.b2b.server.Main

    at com.wm.proxy.Proxy.invokeStaticMethod(Proxy.java:168)
    at com.wm.app.server.ServerProxy.ServerMain_main(ServerProxy.java:77)
    at com.wm.app.server.ServerApp.start(ServerApp.java:105)
    at com.wm.app.Application.launch(Application.java:467)
    at com.wm.app.server.Main.main(Main.java:50)


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 2.  RE: Problem starting server

    Posted Fri June 15, 2007 06:43 PM

    Please search the forums for "failed to invoke proxy method"


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 3.  RE: Problem starting server

    Posted Fri June 15, 2007 08:04 PM

    Hi Rob

    this is my classpath

    ENV_CLASSPATH_SWITCH = “-ecp”,and i reviewed the forums i don’t have

    line

    SET USE_ENV_CLASSPATH=false do i need to add it adn restart the server.

    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-Archive


  • 4.  RE: Problem starting server

    Posted Fri June 15, 2007 08:10 PM

    Based on the descriptions in the other threads, I’d say yes, give it a shot.


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Problem starting server

    Posted Wed October 06, 2010 06:56 AM

    Hi arrkian,

    This problem is that in the \IntegrationServer\bin folder from where you launch the server.bat has another file called ini.cnf which is having bad references to jars. This normally happens when you take an installed copy (folder containing webMethods) which was initially places in one location say E:\webmethods712 and move it to another folder say D:\webMethods712.

    The issue here is that both server.bat and ini.cnf will have references to jars which will have paths resembling to E:.….…jar. To fix this issue all you need to do is

    1. Open Server.bat update the new path as E:\ whereever it was D:\ initially.
    2. Open ini.cnf again replace all the paths where it was initially e:\ to D:\

    and viola IS will be back online.

    Hope this helps.


    #webMethods-Archive
    #Integration-Server-and-ESB
    #webMethods