I installed WmMQAdapter with webMethods 6.1 installation along with JDBC Adapter. But when I started Admin console, link of wmMQAdapter was not displayed while JDBC Adapter is there.
When I saw startup log I found an error message:
2006-06-14 13:35:41 IST [ISS.0028.0013E] Startup service exited with the following error:
com.wm.app.b2b.server.ServiceException: [ISS.0026.9102] Service
‘wm.mqseries.admin:registerAdapter’ is not operational. To run this service, first recompile the Java source.
2006-06-14 18:35:34 IST [ISS.0028.0005C] Loading WmMQAdapter package
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:clearTraceFile: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapte
r.admin.wmMQTrace
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:enableMQTrace: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapter
.admin.wmMQTrace
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:findQueues: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapter.ad
min.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:registerAdapter: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapt
er.admin.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:disableMQTrace: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapte
r.admin.wmMQTrace
count = 0, total = 16
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:archiveTraceFile: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadap
ter.admin.wmMQTrace
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:reloadConnectionFactoryProperties: [ISS.0026.9104] Missing class com.wm
.adapter.wmmqadapter.admin.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:cacheConnectionFactoryProperties: [ISS.0026.9104] Missing class com.wm.
adapter.wmmqadapter.admin.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:unregisterAdapter: [ISS.0026.9104] Missing class com.wm.adapter.wmmqada
pter.admin.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service com.wm.ad
apter.wmmqadapter.admin.Service:getMenu: [ISS.0026.9104] Missing class com.wm.ad
apter.wmmqadapter.admin.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:setTraceLevel: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapter
.admin.wmMQTrace
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:getMenu: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapter.admin
.Service
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:getTraceSettings: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadap
ter.admin.wmMQTrace
count = 0, total = 16
2006-06-14 18:35:34 IST [ISS.0026.0002E] Failure while loading service wm.mqseri
es.admin:getTraceOutput: [ISS.0026.9104] Missing class com.wm.adapter.wmmqadapte
r.admin.wmMQTrace
At the time od installation I was given required path for jar files:
- com.ibm.mq.pcf.jar
- com.ibm.mq.jar
- and classes12.zip
I done the following checks:
Checked the first 2 jar files for their exsistance at required path in directory mentioned below:
\webMethods6ii\IntegrationServer\packages\WmMQAdapter\code\jars
After that I set server.cnf file’s parameter to
- watt.server.compile=C:\j2sdk1.4.2_08\bin\javac -classpath {0} -d {1} {2}
- watt.server.compile.unicode=c:\j2sdk1.4.2_08\bin\javac -encoding Unicode -classpath {0}
-d {1} {2}
(before this is stoped IS and then after doing chane in server.cnf i restarted the server but their is no change.)
Even in Admin console at Packages>Management package WmMQAdapter displayed as not Loaded (but enabled)
configuration i had:
webMethods 6.1
WebSphere 5.x
j2sdk 1.4.2_08
If any one know the cause please pass it to me.