When trying to run the pub.client.smtp manually from developer with only the required parameters (to, from, subject and body; mailhost is left as extended settings default), we are receiving the following error on one of our pre-prod servers:
com.wm.app.b2b.server.ServiceException: java.lang.NumberFormatException:
Oddly, the other pre-prod server is fine on the same JVM (1.3.01) and platform (NT), even after we copied the server.cnf file from the problem server onto it. So the issue does not appear to be an extended setting. Does anyone have any idea where else to look for a possible difference that might cause an error like this?
The entire error stack is below:
com.wm.app.b2b.server.ServiceException: java.lang.NumberFormatException:
at pub.clientimpl.smtp(clientimpl.java:531)
at java.lang.reflect.Method.invoke(Native Method)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java(Compiled Code))
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java(Compiled Code))
at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java(Compiled Code))
at com.wm.app.b2b.server.HTTPMessageHandler.process(HTTPMessageHandler.java(Compiled Code))
at com.wm.app.b2b.server.Dispatch.run(Dispatch.java(Compiled Code))
at com.wm.util.pool.PooledThread.run(PooledThread.java(Compiled Code))
at java.lang.Thread.run(Thread.java:498)
Thanks for any insight,
Beau