|
From: Patrick Y. <kc...@ce...> - 2004-06-14 14:48:39
|
I am not quite sure about what you mean by changing this password a = second time. Anyway, this password will be sent along each message from = client to server. And at the server side, the password would be checked = against a password file. You should be able to find a property entry = called AuthenticationFile in msh.properties.xml. This is the password = file used in server side. However, if you comment out the = AuthenticationFile property in msh.properties.xml. The server will skip = the checking of password sent from client side. Regards, -Patrick ----- Original Message -----=20 From: Julien=20 To: Patrick Yee=20 Cc: ebx...@li...=20 Sent: Monday, June 14, 2004 10:16 PM Subject: Re: [ebxmlms-general] [Fwd: [freebxml-dev] pb config with = Hermes under Linux] 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=20 > connect to Hermes server for sending and receiving messages. In the=20 > client side, the URL of the Hermes server is specified in=20 > msh_client.properties.xml. Therefore, in your case, please check the = > configuration in the msh_client.properties.xml file to see if the=20 > specified URL is the correct one.. > > Regards, -Patrick >=20 >=20 > Patrick Yee wrote: >=20 > > 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=20 > > /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 =3D 200 > > HTTP response message =3D OK > > at=20 > > = hk.hku.cecid.phoenix.message.handler.Request.expectMapResponse(Unknown=20 > > Source) > > at=20 > > = hk.hku.cecid.phoenix.message.handler.Request.sendMessageServiceHandlerCon= fig(Unknown=20 > > Source) > > at=20 > > hk.hku.cecid.phoenix.message.handler.Request.register(Unknown=20 > > Source) at=20 > > hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown = Source) > > at = hk.hku.cecid.phoenix.message.handler.Request.<init>(Unknown=20 > > 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=20 > > http://localhost:8080/msh : Hermes is alive. However, Hermes does = not=20 > > respond to HTTP GET method. > > > > Thanks! > > > > Julien >=20 >=20 >=20 >=20 |