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
  • 1.  Cannot Start server.sh to start IS

    Posted Fri August 01, 2014 03:50 PM

    I need some help…

    I successfully installed webMethods components and could not start IntegrationServer using server.sh on Linux

    Command was: /IntegrationServer/bin/server.sh -port 7777

    ERROR:

    -bash: server.sh: command not found

    Any clue???


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Cannot Start server.sh to start IS

    Posted Fri August 01, 2014 10:06 PM

    Hi,

    You should execute the command as ./server.sh -port 7777


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 3.  RE: Cannot Start server.sh to start IS

    Posted Fri August 01, 2014 11:29 PM

    Thanks for your response.

    I have tried that but did not work.

    Here is the new error:

    ./server.sh -port 7777
    ./server.sh: line 8: ./…/instances/default/bin/server.sh: No such file or directory

    Any clue?

    Thanks

    Olumide


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 4.  RE: Cannot Start server.sh to start IS

    Posted Fri August 01, 2014 11:30 PM

    Thanks for your response.

    I have tried that but did not work.

    Here is the new error:

    ./server.sh -port 7777
    ./server.sh: line 8: ./…/instances/default/bin/server.sh: No such file or directory

    Any clue?

    Thanks

    Olumide


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 5.  RE: Cannot Start server.sh to start IS

    Posted Sat August 02, 2014 12:35 AM

    Hi There,
    Cd to bin directory, run ‘ls -lrt’ and check whether server.sh exist and you have sufficient privileges to execute it. In case if you don’t have, then run ‘chmod 777 server.sh’ and execute the script using ‘./server.sh &’ and let us know the observations.

    Note : Kindly erase ‘’ while executing the cmd in Unix flavours

    Thanks,


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods