|
From: Patrick Y. <kc...@ce...> - 2003-04-22 03:01:30
|
Hi, Since we have found a bug of Hermes when using MySQL recently. So, we suspect in your case, the Hermes server is not running properly. To check, please see the error messages at msh.log and the log files of Tomcat. You can attach the log files to us to check. Or if you found that there are some error messages concerning the database server, you can switch to other database servers and try again. Thanks. Regards, -Patrick P.S. I cc'ed this mail to our mailing list dedicated for questions on Hermes (ebx...@li...). You may want to subscribe to the list at http://sourceforge.net/projects/ebxmlms. Chuck Williams wrote: > Hello, > > I'm trying to get Hermes MSH up and running. I've downloaded the > latest version. > > I'm running on Windows 2000, using Tomcat 4.0.6 as my servlet engine > and mySQL as my database. The properties are finally correctly > configured and the connection to the database has been established as > the tables have been properly created. > > When I try to run the LoopBack sample, I get the following error: > > Packaging... > Info: using property file in /D:/ebxmlms/sample/msh_client.properties.xml > hk.hku.cecid.phoenix.message.handler.RequestException: Server returned > HTTP resp > onse code: 409 for URL: http://localhost:7777/msh/ > 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:29) > at LoopBack.main(LoopBack.java:11) > > What is needed to correct this problem? > > Thank you in advance, > Chuck Williams > |