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
Expand all | Collapse all

problem starting the server in UNIX

  • 1.  problem starting the server in UNIX

    Posted Fri June 15, 2007 11:32 AM

    I am trying to start the server in UNIX,i am getting this and its letting me out of console…

    Could anyone of you help me…

    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)
    

    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: problem starting the server in UNIX

    Posted Tue July 02, 2013 02:46 PM

    Facing similar issue… Can anybody help?


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: problem starting the server in UNIX

    Posted Tue July 02, 2013 03:01 PM

    This is common issue that faced regulary,unfournately i didn’t ever came across this error

    check below link,it may help you

    http://tech.forums.softwareag.com/techjforum/posts/list/37678.page

    Thanks
    Sai


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: problem starting the server in UNIX

    Posted Wed July 03, 2013 04:25 AM

    Before you start the server:
    Check if LOCKFILE is not there in /IntegrationServer directory.
    Check if there is any process id in running state for IntegrationServer by doing a grep (ps -ef | grep IntegrationServer).

    If it exists, server has not come down properly. Kill it and try to start the server.

    -Senthil


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: problem starting the server in UNIX

    Posted Wed July 03, 2013 10:51 AM

    Yes that is the normal troubleshooting if not final option then it is kill -9 PID

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: problem starting the server in UNIX

    Posted Wed July 03, 2013 01:11 PM

    Thanks for the reply… I am sorry to mention that I am facing the issue with windows system.

    Only one instance is installed and I couldnt start the server.


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: problem starting the server in UNIX

    Posted Wed July 03, 2013 01:19 PM

    Never mind.

    But do you see the LOCKFILE still exist and if yes try delete it first.

    And they try starting IS via command line with server.bat -port 5555 -log none and see where you got stuck with IS exceptions.

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: problem starting the server in UNIX

    Posted Fri July 05, 2013 04:34 PM

    Hi rmg,

    I dont see LOCKFILE, this problem raised when I installed CE version of Centrasite in same webMethods7 folder.

    proxy error is occurred running below step in server.bat file,

    rem run integration server
    title webMethods Integration Server
    %JAVA_RUN% -DWM_HOME=“%WM_HOME%” -classpath %CLASSPATH% %IS_PROXY_MAIN% “%IS_DIR%”\bin\ini.cnf %PREPENDCLASSES_SWITCH% %PREPENDCLASSES% %APPENDCLASSES_SWITCH% %APPENDCLASSES% %ENV_CLASSPATH_SWITCH% %ENV_CLASSPATH% %1 %2 %3 %4 %5 %6 %7 %8 %9

    Centrasite, broker are running… Couldnt start IS :frowning:


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: problem starting the server in UNIX

    Posted Mon July 08, 2013 11:23 AM

    Can you uninstall CE from that directory and try it?But I think it shouldn’t impact the IS starting up though unless the some internal folders got messed up.

    Can you open na SI with SAG support also?


    #webMethods
    #Integration-Server-and-ESB


  • 10.  RE: problem starting the server in UNIX

    Posted Mon July 08, 2013 11:39 AM

    Try to disconnect your server from network and start IS

    Check if it works or not,i think it network issue


    #Integration-Server-and-ESB
    #webMethods


  • 11.  RE: problem starting the server in UNIX

    Posted Mon August 12, 2013 08:22 AM

    LOCKFILE should be located in
    [SAG HOME]\IntegrationServer\LOCKFILE. This file is used to blocked any redundant startup of IS in the same folder.

    You may try this command line in CMD to obtain detail IS activities during startup
    [SAG HOME]\IntegrationServer\bin - “server.bat -debug 10 -log none”
    or
    [SAG HOME]\IntegrationServer\bin - “server.bat -debug trace -log none”

    However, if your error is [com.wm.proxy.ProxyException: failed to invoke proxy method] it is likely to be network issue.


    #Integration-Server-and-ESB
    #webMethods


  • 12.  RE: problem starting the server in UNIX

    Posted Mon September 23, 2013 07:34 AM

    try to backup your integrationServer/bin/ini.cnf file


    #webMethods
    #Integration-Server-and-ESB


  • 13.  RE: problem starting the server in UNIX

    Posted Mon September 23, 2013 01:06 PM

    Hi,

    What command are you using to bring IS start on the Unix?


    #Integration-Server-and-ESB
    #webMethods