|
From: Patrick Y. <kc...@ce...> - 2003-10-31 14:57:34
|
Ajit, I guess here we got some misunderstanding. The service = (http://www.cecid.hku.hk/ebxml/service) is the parameter of ebXML MS. = It's to be registered to Hermes. However, the error message you got in = the log file said that the service is unavailable actually get nothing = to do with that ebXML parameter. It's reported by the app server that = the servlet service is not well configured and thus the app server = cannot fulfil your request. After you installed Hermes, you can try to confirm the success of = installation by point your browser to http://localhost/msh. (Of course, here I assume the port number is 8080, = and Hermes is installed at the context path msh). If everything's = correct, you should see a "MSH is alive.." message. By seeing that, you = can pretty sure that Hermes is installed in the app server. Regards, -patrick ----- Original Message -----=20 From: Tripathi, Ajit (GXS)=20 To: 'ebx...@li...'=20 Sent: Friday, October 31, 2003 1:43 PM Subject: [ebxmlms-general] Test service not available Patrick, I can understand why the service in loopback... String service = =3D "http://www.cecid.hku.hk/ebxml/service"; may not be available but = ... just confirming. Would you have the source code for the service ... = just in case? regards, Ajit INFO: Jk running ID=3D0 time=3D15/156 = config=3DC:\hermes\tomcat\bin\..\conf\jk2.prope rties javax.xml.soap.SOAPException: Bad response: (503Service Unavailable at = com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOA PConnection.java:267) at = com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedP ost.run(HttpSOAPConnection.java:142) at java.security.AccessController.doPrivileged(Native Method) at = com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOA PConnection.java:115) at = hk.hku.cecid.phoenix.message.transport.HttpServlet.send(Unknown Sourc e) at hk.hku.cecid.phoenix.message.handler.HttpSender.run(Unknown = Source) javax.xml.soap.SOAPException: Bad response: (503Service Unavailable at = com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOA PConnection.java:267) at = com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedP ost.run(HttpSOAPConnection.java:142) at java.security.AccessController.doPrivileged(Native Method) at = com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOA PConnection.java:115) at = hk.hku.cecid.phoenix.message.transport.HttpServlet.send(Unknown Sourc -----Original Message----- From: Patrick Yee [mailto:kc...@ce...] Sent: Thursday, October 30, 2003 7:47 PM To: ebx...@li... Subject: Re: [ebxmlms-general] SMTP Port not configurable Ajit, Ooops.. you are right. We will include it in our next release. = Thanks for your suggestion. Regards, -Patrick By the way, why is the SMTP port not configurable in = msh.properties.xml?=20 <SMTP> <Host>localhost</Host> <User>ajitkt</User> <Password>nainital</Password> </SMTP> |