users@glassfish.java.net

Standalone JMS Client Problem

From: <glassfish_at_javadesktop.org>
Date: Fri, 06 Apr 2007 11:54:00 PDT

Alright so I followed the example step by step as posted in Masoud Kalali's Blog at
http://weblogs.java.net/blog/kalali/archive/2006/05/index.html
and I keep seeing the following exception, I'm using Sun Java System Application Server 9.1 (build b33e-beta).

Apr 6, 2007 11:32:42 AM com.sun.appserv.naming.RoundRobinPolicy setClusterInstanceInfo
WARNING: NAM1005 : No Endpoints selected. Please specify using system property com.sun.appserv.iiop.endpoints.
GroupInfoServiceBase(main): .addObserver->: com.sun.appserv.naming.GroupInfoServiceObserverImpl_at_14a55f2
GroupInfoServiceBase(main): .addObserver<-: com.sun.appserv.naming.GroupInfoServiceObserverImpl_at_14a55f2 true
Apr 6, 2007 11:32:43 AM com.sun.appserv.naming.RoundRobinPolicy getEndpointForProviderURL
WARNING: NAM1001: No Endpoints selected in com.sun.appserv.iiop.endpoints property. Using JNDI Provider URL iiop://127.0.0.1:3700 instead
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/xml/ws/api/server/ContainerResolver
        at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.initialize(ConnectorConnectionPoolAdminServiceImpl.java:1539)
        at com.sun.enterprise.connectors.ConnectorConnectionPoolAdminServiceImpl.<init>(ConnectorConnectionPoolAdminServiceImpl.java:77)
        at com.sun.enterprise.connectors.ConnectorAdminServicesFactory.getService(ConnectorAdminServicesFactory.java:49)
        at com.sun.enterprise.connectors.ConnectorRuntime.createServices(ConnectorRuntime.java:130)
        at com.sun.enterprise.connectors.ConnectorRuntime.getRuntime(ConnectorRuntime.java:90)

Any help would be great since I'm trying to convert an existing ActiveMQ based client to
work with GlassFish for a prototype. The whole swapping out the GlassFish JMS with ActiveMQ with as described in Ramesh Parthasarathy's Blog at http://weblogs.java.net/blog/rampsarathy/archive/2007/03/glassfish_v2_an.html seems a bit extreme for what I'm trying to accomplish.

S.D.
[Message sent by forum member 'samdoyle' (samdoyle)]

http://forums.java.net/jive/thread.jspa?messageID=211417