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???
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???
Hi,
You should execute the command as ./server.sh -port 7777
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
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
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,