|
From: Patrick Y. <kc...@ce...> - 2004-06-12 08:37:22
|
Julien, Loopback program is actually a Hermes client. Every Hermes client will connect to Hermes server for sending and receiving messages. In the client side, the URL of the Hermes server is specified in msh_client.properties.xml. Therefore, in your case, please check the configuration in the msh_client.properties.xml file to see if the specified URL is the correct one.. Regards, -Patrick Patrick Yee wrote: > hi, > > i'm trying to install Hermes under Linux. When it comes to run the > sample app RunLoopBack, i get the following: > > Packaging... > Info: using property file in > /usr/local/hermes/my_msh_client/sample/msh_client.properties.xml > hk.hku.cecid.phoenix.message.handler.RequestException: > Failed to send query to MSH. > HTTP response code = 200 > HTTP response message = OK > at > hk.hku.cecid.phoenix.message.handler.Request.expectMapResponse(Unknown > Source) > at > hk.hku.cecid.phoenix.message.handler.Request.sendMessageServiceHandlerConfig(Unknown > Source) > at > hk.hku.cecid.phoenix.message.handler.Request.register(Unknown > Source) at > hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown Source) > at hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown > Source) > at LoopBack.run(LoopBack.java:31) > at LoopBack.main(LoopBack.java:11) > > > can someone tell me where it comes from? > > PS: > Hermes is running and gives me that when i call > http://localhost:8080/msh : Hermes is alive. However, Hermes does not > respond to HTTP GET method. > > Thanks! > > Julien |