|
From: Julien <ju...@ni...> - 2004-06-14 14:21:12
|
On Sat, 12 Jun 2004 16:37:17 +0800 Patrick Yee <kc...@ce...> wrote: Patrick, like you suggested, the msh_client.properties.xml file was not properly set, but the error was comming from the fact that i didn't change the password in the section <!-- the user name and password for sending commands to MSH --> leaving the default "changeit" password, which leads to the error i reported in my previous message. It was quite hard to detect this error since the message is not really explicit... And now a second question: how come that if you change this password a second time, the same error raises? thx, julien > 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 > > > > |