I’m using webMethods 4.0.1 sp 3.
I recently started up the server via the command line, and then stopped it by pressing ctrl-C. When I then tried to re-launch the server, it gave me the following error:
C:\webMethods\B2BServer4\bin>server.bat -debug 5 -log none
Exception in thread “main” java.lang.NoClassDefFoundError: com/wm/util/Values
at com.wm.app.b2b.server.Main.main(Main.java:36)
The generated runserver.bat looks as follows:
“C:\jdk1.3.1_04\bin\java.exe” -ms128M -mx256M -classpath “C:\webMethods\B2BServer4\updates\B2BS_4-0-1_SP3.jar;C:\webMethods\B2BServer4\lib\server.jar” com.wm.app.b2b.server.Main -debug 5 -log none 5 C:\jdk1.3.1_04\lib\i18n.jar;;C:\webMethods\B2BServer4\lib\classes;C:\webMethods\B2BServer4\lib\client.jar;C:\webMethods\B2BServer4\lib\mail.jar;C:\webMethods\B2BServer4\lib\server.jar;C:\webMethods\B2BServer4\lib\jars\certpath-compat-API.jar;C:\webMethods\B2BServer4\lib\jars\cryptix-jce-API.jar;C:\webMethods\B2BServer4\lib\jars\cryptix-jce-provider.jar;C:\webMethods\B2BServer4\lib\jars\cryptix-message-API.jar;C:\webMethods\B2BServer4\lib\jars\cryptix-openpgp-provider.jar;C:\webMethods\B2BServer4\lib\jars\cryptix-pki-API.jar;C:\webMethods\B2BServer4\lib\jars\cs_cloudscape.jar;C:\webMethods\B2BServer4\lib\jars\cs_tools.jar;C:\webMethods\B2BServer4\lib\jars\extserver.jar;C:\webMethods\B2BServer4\lib\jars\mm.mysql-2.0.14-bin.jar;C:\webMethods\B2BServer4\lib\jars\sljc.jar;C:\webMethods\B2BServer4\lib\jars\slje.jar;C:\webMethods\B2BServer4\lib\jars\classes111.zip;C:\webMethods\B2BServer4\lib\jars\nls_charset11.zip;C:\webMethods\B2BServer4\lib\jars\tncore.zip;packages\WmPartners\code\classes;packages\WmWin32\code\classes;;"
It is not surprising that the above does not run, it is more surprising that the updatemanager writes such a file.
My colleagues and I had the same problem in the past, and could only solve it by reinstalling webMethods.
Help?
#webMethods-General#Integration-Server-and-ESB#webMethods