Running into problem while bringing up the server . I have tried using debug mode safemode but of no help. I tried checking if any jars were missing. But couldn’t find any jars missing. The environment until now was working fine.
The application version is 8.2
Any help would be highly appreciated.
Starting Integration Server
Exception launching ServerApp
com.wm.proxy.ProxyException: failed to invoke proxy method
null
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:107)
at com.wm.app.Application.launch(Application.java:515)
at com.softwareag.osgi.is.launcher.ISLauncher$ServerThread.run(ISLauncher.java:195)
at java.lang.Thread.run(Thread.java:662)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Proxy invocation target stack trace:
java.lang.NoClassDefFoundError: com/softwareag/wsstack/deployer/API/policy/WSSPolicyRepoListener
at com.wm.app.b2b.server.Main.handleStart(Main.java:25)
at com.wm.app.b2b.server.Main.main(Main.java:70)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.wm.proxy.Proxy.invokeStaticMethod(Proxy.java:166)
at com.wm.app.server.ServerProxy.ServerMain_main(ServerProxy.java:77)
at com.wm.app.server.ServerApp.start(ServerApp.java:107)
at com.wm.app.Application.launch(Application.java:515)
at com.softwareag.osgi.is.launcher.ISLauncher$ServerThread.run(ISLauncher.java:195)
at java.lang.Thread.run(Thread.java:662)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ClassNotFoundException: com.softwareag.wsstack.deployer.API.policy.WSSPolicyRepoListener
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
… 15 more
Thanks
Naveed