|
From: Bob K. <py...@ce...> - 2003-11-21 02:50:36
|
Dear HK, I think you can test the followings: 1) start the MSH and see you can access it through web browser. (e.g. access http://localhost:8080/msh/ on web browser). If the MSH is ready, it should print out the following message: Hermes is alive. However, Hermes does not respond to HTTP GET method. 2) If you can, try to look at the content of the msh.log to see whether there are exceptions/error on start up. (I believe it should be on /hermes directory on your drive which you installed the Tomcat), if you cannot figure out the problem from the log, you can send it to the mailing list to us to have a look on it. Regards, Bob Koon Han Kim Ngo wrote: > Hi, > > I installed the 0931 release with Tomcat 4.1.12 and the JDK1.4.1 on win2k. > I did delete the servlet.jar file from the lib directory. > I tried to run the loopback example with the config/url set to > http://localhost:8080/msh/ in both client and msh properties files. > But in that case I have the following error when running the > LoopBack.bat file: > > hk.hku.cecid.phoenix.message.handler.RequestException: > Failed to send query to MSH. > HTTP response code = 404 > HTTP response message = /msh/ > at > hk.hku.cecid.phoenix.message.handler.Request.expectMapResponse(Unknow > n Source) > at > hk.hku.cecid.phoenix.message.handler.Request.sendMessageServiceHandle > rConfig(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:30) > at LoopBack.main(LoopBack.java:11) > > It seems to me that the msh cannot even be accessed but I don't know why. > > BTW, I also get this warning everytime I start Tomcat: > > log4j:WARN No appenders could be found for logger > (hk.hku.cecid.phoenix.message. > handler.MessageServer). > log4j:WARN Please initialize the log4j system properly. > > I don't know if it is related. > > Any help is welcome. Thanks. > > Best regards. > HK > |