java.lang.NoSuchMethodError when logging user message

I’m running ES 4.1.1 with the 4.5.x tools on Solaris 2.6. When I test my integration component I keep getting an exception when trying to log a user message. The adapter that the integration component belongs to is on a different machine, but the integration component as the logging enabled on the properties tab. Also, if I’m running my adapter (not the Logger) in debug mode, this will produce a fatal error. Anybody have this happen before?

:12:52 AM [Debug] writeLawsonFile process time 117ms
9:12:52 AM Exception in thread “0” [Debug] println java.lang.NoSuchMethodError: COM.activesw.adapter.devkit.AdapterScriptAccess: method publishProcessLog(LCOM/activesw/adapter/devkit/AdapterTransaction;Ljava/lang/String;Ljava/lang/Object;I)V not found
9:12:52 AM [Debug] println at COM.activesw.script.v9.writeLawsonFile.Script.logMessageBegin(Script.java:218)
9:12:52 AM [Debug] println at COM.activesw.script.v9.writeLawsonFile.Script.scriptInvoke(Script.java:110)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterScriptHolder$1.run(AdapterScriptHolder.java:334)
9:12:52 AM [Debug] println at java.security.AccessController.doPrivileged(Native Method)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterScriptHolder.doPrivileged(AdapterScriptHolder.java:310)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterScriptHolder.scriptInvoke(AdapterScriptHolder.java:233)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterScriptHolder.scriptInvoke(AdapterScriptHolder.java:216)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterIntegrationComponent.scriptInvoke(AdapterIntegrationComponent.java:94)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterMain.processCallbackRequest(AdapterMain.java:2967)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterMain.executeTransaction(Compiled Code)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterMain.handleBrokerEvent(AdapterMain.java:2222)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterMain.getEvents(Compiled Code)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterMain.runAdapterMain(AdapterMain.java:3220)
9:12:52 AM [Debug] println at COM.activesw.adapter.intdevkit.AdapterMain.main(AdapterMain.java:3414)