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)
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.
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.
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.