when deploying the webMethods integration server Version (10.11.0.0) to our production environment, some of the adapters for the database in specific packages stop working, even though the connection is open and other adapters work fine , they return the following error :
Could not run 'getCMSParamById'
com.wm.pkg.art.error.DetailedServiceException: [ART.117.4021] Adapter Runtime (Adapter Service): Unable to invoke adapter service BOJCMS.adapter:getCMSParamById. Unable to get adapter service template.
[ART.114.72] Adapter Runtime: Unable to set JavaBean properties.
[ART.114.542] could not set property "procedureLookupConfiguration" in class "com.wm.adapter.wmjdbc.services.StoredProcedureWithSignature".
Method not found: getProcedureLookupConfiguration
what seems to resolve the issue for a single adapter is to lock it for edit and then reloading its values. but with the number of adapters that break doing this isnt feasable.
what could be the issue and why does it happen after a server start?*
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods