javax.naming.ServiceUnavailableException
"Nader Troudi" <[email protected]> Thu, 6 Jul 2006 16:19:35 -0700
| Newsgroups | gmane.comp.apache.webservices.wsif.user |
|---|---|
| Message-ID | <604C73CDAD12664C9A56FBBF14397BC51546E9@bel-msg-02.SEA.CORP.EXPECN.COM> |
I got this exception when runing the jms sample WSIFJMSFinderForJndi caught 'javax.naming.ServiceUnavailableException: testmachine:2506; socket closed'. This is the service definition <service name="CheckServiceAvailability"> <port name="CheckAvailabilityPort" binding="tns:CheckAvailabilityJMSBinding"> <!-- vendor-specific deployment information needs to be entered here --> <jms:address destinationStyle="queue" jndiDestinationName="ESDQ" jndiConnectionFactoryName="progress.message.jclient.ConnectionFactory" initialContextFactory="com.sun.jndi.ldap.LdapCtxFactory" jndiProviderURL="ldap://testmachine:2506"/> </port> Any help on this?