in the last months many many videos have been published that deal with java caps 6 and related topics. ill publish some of them here or at least link to them...
Carrefour on using CAPS
or keith publishing a new interesting idea to manipulate inside the NMR of CAPS in future releases i personally love this very very much
http://mediacast.sun.com/users/KeithBabo/media/fuji-interceptors.swf
more videos soon to come
Showing posts with label caps java glassfish openmq caps6. Show all posts
Showing posts with label caps java glassfish openmq caps6. Show all posts
Thursday, July 3, 2008
Wednesday, July 2, 2008
UICMN2094 most missleading error message cost me a day
i recently did some things with the new CAPS management API. e.g. building a command line tool that is really capeable of managing STCMS and MQ. when building the solution i had a big porblem that cost me a day to figure out.....
whenever i tried to connect to glassfish via caps API the API said:
i took me really a day to figure out rhat just one jar file was missing in my CP....
appserv-rt.jat
please do not waste as much time as i did...
regards chris
whenever i tried to connect to glassfish via caps API the API said:
SCHWERWIEGEND: null
com.sun.caps.management.common.CAPSManagementRemoteException: CAPS_MANAGEMENT_CLIENT_TASKS FAILED ERROR UICMN2094 Verbindung mit [Host = eaicaps, Anschluss = 4848] für Benutzer admin.
Prüfen Sie die Verbindungseinstellungen, und vergewissern Sie sich, dass der Server ausgeführt wird. aeaicapst01 4848 admin YES
at com.sun.caps.management.client.CAPSManagementClientFactory.getInstance(CAPSManagementClientFactory.java:315)
at eai.jms.mq.JmsMgrMq.(JmsMgrMq.java:49)
at eai.test.Test.main(Test.java:24)
java.lang.Exception: CAPS_MANAGEMENT_CLIENT_TASKS FAILED ERROR UICMN2094 Verbindung mit [Host = eaicaps, Anschluss = 4848] für Benutzer admin.
Prüfen Sie die Verbindungseinstellungen, und vergewissern Sie sich, dass der Server ausgeführt wird. aeaicapst01 4848 admin YES
at com.sun.caps.management.client.CAPSManagementClientFactory.createManagementException(CAPSManagementClientFactory.java:80)
at com.sun.caps.management.client.CAPSManagementClientFactory.getInstance(CAPSManagementClientFactory.java:313)
at eai.jms.mq.JmsMgrMq.(JmsMgrMq.java:49)
at eai.test.main(Test.java:24)
Exception in thread "main" java.lang.NullPointerException
at eai.jms.mq.JmsMgrMq.getServerStatus(JmsMgrMq.java:188)
at eai.test.Test.main(Test.java:29)
Java Result: 1
i took me really a day to figure out rhat just one jar file was missing in my CP....
appserv-rt.jat
please do not waste as much time as i did...
regards chris
Subscribe to:
Posts (Atom)