|
From: Gait B. <gai...@ti...> - 2005-07-01 08:59:44
|
Hi Christine, see inline. FWIW, I'm using the latest CVS build, not 0.9.3. --Gait Boxman, TIE, The Netherlands Christine Zimmer wrote: >Hi, >I'm sorry, but it still doesn't work. > > > >>You probably have input that configuration in msh.properties.xml. Please >>note that msh.properties.xml is for configuring Hermes server, while >>msh_client.properties.xml is for configuring the Hermes client. >>Regards, -Patrick >> >> > > > >>>>RunLoopBack launches a Hermes client, which will need a configuration >>>>file to locate the Hermes server. The configuration is located at >>>>msh_client.properties.xml. You can find that file in your download >>>>package and you should put it in the classpath or current working >>>>directory when launching Hermes client. >>>> >>>> > > >I put all the configuration files in the classpath. >I also know that msh.properties is for hermes server and >msh_client.properties.xml is for hermes client. >But I still get the following error: >Hermes is alive. However, Hermes does not respond to HTTP GET method. >what does that error mean, and what can I do? > > that's not an error, that's just the message that you get when you browse to the MSH url. ebMS doesn't use the HTTP GET method, only HTTP POST or HTTP PUT. This is just a message telling you it's running. In fact, this message tells you all is fine (so far). >the tomcat log file says: > >2005-07-01 09:46:11 StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]] >2005-07-01 09:46:20 StandardHost[localhost]: Error deploying application at context path null >java.lang.NullPointerException > at org.apache.commons.digester.Digester.createSAXException(Digester.java:2540) > at org.apache.commons.digester.Digester.createSAXException(Digester.java:2566) > at org.apache.commons.digester.Digester.endElement(Digester.java:1061) > at org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:76) > at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:633) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1241) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1685) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368) > at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834) > at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764) > at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148) > at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242) > at org.apache.commons.digester.Digester.parse(Digester.java:1567) > at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:475) > at org.apache.catalina.core.StandardHost.install(StandardHost.java:863) > at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:480) > at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:425) > at org.apache.catalina.startup.HostConfig.start(HostConfig.java:961) > at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:347) > at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091) > at org.apache.catalina.core.StandardHost.start(StandardHost.java:789) > at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083) > at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478) > at org.apache.catalina.core.StandardService.start(StandardService.java:476) > at org.apache.catalina.core.StandardServer.start(StandardServer.java:2298) > at org.apache.catalina.startup.Catalina.start(Catalina.java:547) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:286) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:387) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269) > > This doesn't appear to be MSH related. I guess it's another app on your Tomcat server that is somehow badly configured. >2005-07-01 09:47:04 StandardContext[/jsp-examples]ContextListener: contextInitialized() >2005-07-01 09:47:04 StandardContext[/jsp-examples]SessionListener: contextInitialized() >2005-07-01 09:47:28 StandardContext[/servlets-examples]ContextListener: contextInitialized() >2005-07-01 09:47:28 StandardContext[/servlets-examples]SessionListener: contextInitialized() > >and msh.log says, that hermes still wants to receive messages from >that pop server I didn't specify, neither in msh.properties.xml nor in any >other properties file. > > It's a little tricky to suppress mail polling. What I've done is to comment out the Host element from MSH/Mail/Poll in msh.properties.xml. This will give a warning: 2005-05-11 09:22:46,400 WARN [main]: [10003] Property not properly set - MSH/Mail/*: mail polling disabled in msh.log during startup of the Hermes. Guess what, just what I wanted :-) > >Regards >Christine > > > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >_______________________________________________ >ebxmlms-general mailing list >ebx...@li... >https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > > |