|
From: Patrick Y. <kc...@cs...> - 2002-10-01 05:26:32
|
Hi Anthony, Can you tell me more about where you put your msh.properties.xml file? In most cases, the exceptions are caused by the fact that the MessageServiceHandler servlet cannot locate that property file. Normally, the msh.properties.xml file should be filled with appropriate information, and placed at one of the following locations: 1. The directory where you launch Tomcat (probably tomcat_home/bin) 2. Classpath (e.g. tomcat_home/webapps/msh/WEB-INF/classes) 3. Home directory of the user who launch Tomcat 4. You may specify a system property "prop.home" to point to the specific directory holding your msh.properties.xml Please check this and feel free to email to us for further information. PS. I am copying this message to ebxmlms-general mailing list, I intended to build a knowledge base there. :-) Regards, -patrick On Tue, 1 Oct 2002 ant...@re... wrote: > Patrick, > > I believe you are the person to ask regarding MSH. > > I am deploying MSH within Tomcat 4.04 on a Windows 2000 machine. > When trying to start tomcat I am given the following error messages (I have > provided more of the log for full details): > > > 2002-10-01 11:04:47 StandardManager[/msh]: Seeding of random number > generator has been completed > 2002-10-01 11:04:49 StandardContext[/msh]: Exception sending context > initialized event to listener instance of class > hk.hku.cecid.phoenix.message.handler.MSHServletContextListener > java.lang.NullPointerException > at > hk.hku.cecid.phoenix.message.handler.MSHServletContextListener.contextInitia > lized(Unknown Source) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java: > 3188) > at > org.apache.catalina.core.StandardContext.start(StandardContext.java:3404) > at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:785) > ...... > > > I was wondering if you had seen this error message before and/or could point > me in the correct direction to help resolve it. > I am guessing that it is a simple problem with the way I have > configured/deployed the application. > I know that I am not providing much info here, sorry. > > Thanks in advance. > > > Anthony Ellis > Red Wahoo > ----------------------------- > Tel: 0438 878 003 > www.redwahoo.com > > > > > > |