users@glassfish.java.net

jms-ws-transport sample troubles

From: <glassfish_at_javadesktop.org>
Date: Wed, 03 Sep 2008 13:53:04 PDT

I am attempting to use the jms-ws-transport in a sample service/application. I have a “Hello World” web service developed in Netbeans, deployed locally in Glassfish and a stand-alone JAVA application client developed in Netbeans, run locally, to invoke the service.

Netbeans info:
Product Version: NetBeans IDE 6.1 (Build 200805300101)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Glassfish Info:
        Sun Java System Application Server 9.1_02 (build b04-fcs)

I followed the instructions from the web page dedicated to jms-ws-transport. But, I am having trouble invoking the service. When I attempt to invoke the service, I get the following error:

Running main...
Sep 3, 2008 4:15:03 PM [com.sun.xml.ws.policy.jaxws.PolicyConfigParser] parse
INFO: WSP1049: Loaded WSIT configuration from file: file:/C:/Documents%20and%20Settings/fduske/My%20Documents/NetBeansProjects/HelloWorldJMSClient/build/classes/META-INF/wsit-client.xml
Invoking helloWorld() web service...
Sep 3, 2008 4:15:05 PM com.sun.corba.ee.impl.protocol.giopmsgheaders.MessageBase parseGiopHeader
WARNING: "IOP00710220: (INTERNAL) Error in GIOP magic"
org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 220 completed: Maybe
        at com.sun.corba.ee.impl.logging.ORBUtilSystemException.giopMagicError(ORBUtilSystemException.java:5201)
        at com.sun.corba.ee.impl.logging.ORBUtilSystemException.giopMagicError(ORBUtilSystemException.java:5215)
        at com.sun.corba.ee.impl.protocol.giopmsgheaders.MessageBase.parseGiopHeader(MessageBase.java:196)
        at com.sun.corba.ee.impl.protocol.MessageParserImpl.parseBytes(MessageParserImpl.java:181)
        at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.parseBytesAndDispatchMessages(SocketOrChannelConnectionImpl.java:1891)
        at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.doOptimizedReadStrategy(SocketOrChannelConnectionImpl.java:1718)
        at com.sun.corba.ee.impl.transport.SocketOrChannelConnectionImpl.doWork(SocketOrChannelConnectionImpl.java:1263)
        at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)
WebServiceException: com.sun.xml.ws.transport.jms.client.JMSTransportException: Failed to obtain queue x-jms://localhost:7676/jaxwsfactory/fromwsdlQ?path=HelloWorldJMSService/helloWorldJMSWSService
Done.

As you can see, I am getting errors from the ORB system. I have not been able to find any information on the web about this. Can you please help point me in the right direction?
[Message sent by forum member 'rduske' (rduske)]

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