The adapter config (and maybe the adapter monitor too) cannot find the jar file for the JDBC adapter classes. I’m running on Solaris 2.8 and have added the following lines to adaptermonitor, adapter_config, and beans_adapter scripts. Your BASELIBPATH value may be different depending on what directory you installed to. After making the change I’d recommend restarting the adapter monitor.
If you’re running under Windows you may need to do the same type of thing with environmental parameters.
ALTCLASSPATH=“”
BASELIBPATH=/opt/apps/webMethods/wment41/lib
ALTCLASSPATH=$ALTCLASSPATH:$BASELIBPATH/jdbcAdapter42.jar
export ALTCLASSPATH
#webMethods#Integration-Server-and-ESB