|
From: Patrick Y. <kc...@cs...> - 2002-11-29 04:08:23
|
Dear Visva, I am sorry that the source code for common.jar is not distributed. And for your problem, we suspect it origins from a very common cause: the MSH application server cannot find the msh.properties.xml file for configuration. To solve this, you need to find msh.properties.xml in our distribution, and then edit every entry inside according to our documentation. And then put the file into one of the following directories: 1. The current directory. If you use Tomcat, this means the directory that you start Tomcat. Normally it will be <tomcat_home>/bin. 2. Classpath. Again, if you use Tomcat, you may find or make a directory in <tomcat_home>/webapps/msh/WEB-INF/classes. Hope this helps. If you have any further questions, or still get stucked in this, please feel free post to the ebxmlms-general mailing list at ebx...@li..., where we have many discussions on Hermes. You may find the archive the previous discussions in the sourceforge web site as well. The web site is at http://sourceforge.net/projects/ebxmlms Regards, -Patrick On Thu, 28 Nov 2002, Visva wrote: > I was trying out the Hermes distribution. I could not find the source for commons.jar. > I got the following error while attempting to run it. > > I'd greatly appreciate any help to resolve this problem. > > The following is part of the trace found in the log of Tomcat: > > > 2002-11-27 21:38:24 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.contextInitialized(Unknown Source) > at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3188) > > > > Thanks in advance, > > Visva > > vi...@en... or vk...@ho... > > |