Good catch - the build.xml files need to be fixed. I tested the samples 
but they were already built when I added the new files in. Oops!

Dan


"Ramesh Gurunathan" <[EMAIL PROTECTED]> wrote on 12/09/2006 
01:12:19 AM:

> Hi,
> 
> I downloaded yesterday's nightly build (2.1.0) and deployed its
> wsn-producer/consumer samples. When I ran WsnTestClient to subscribe
> to notifications, got HTTP 500 response. Below is the error extracted
> from tomcat stdout. It appears that the muse framework could not load
> the muse.xml file. But the file was indeed there under
> WEB-INF/services/muse/. I then decided to place the muse.xml under
> WEB-INF/classes. This time it complained that the wsd/xxx.wsdl could
> not be loaded.
> 
> Sounds like a bug?
> 
> Ramesh
> 
> java.lang.RuntimeException: [ID = 'NoDataResource'] The resource
> 'muse.xml' does not exist or is not in the classpath.
>    at org.apache.muse.core.AbstractEnvironment.
> getDataResourceStream(AbstractEnvironment.java:192)
>    at 
org.apache.muse.core.AbstractEnvironment.getDocument(AbstractEnvironment.java:270)
>    at org.apache.muse.core.platform.AbstractIsolationLayer.
> initialize(AbstractIsolationLayer.java:143)
>    at org.apache.muse.core.platform.axis2.AxisIsolationLayer.
> handleRequest(AxisIsolationLayer.java:72)
>    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>    at java.lang.reflect.Method.invoke(Unknown Source)
>    at org.apache.axis2.receivers.RawXMLINOutMessageReceiver.
> invokeBusinessLogic(RawXMLINOutMessageReceiver.java:88)
>    at org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.
> receive(AbstractInOutSyncMessageReceiver.java:39)
>    at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:493)
>    at org.apache.axis2.transport.http.HTTPTransportUtils.
> processHTTPPostRequest(HTTPTransportUtils.java:319)
>    at 
org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:247)
>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
>    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>    at org.apache.catalina.core.ApplicationFilterChain.
> internalDoFilter(ApplicationFilterChain.java:252)
>    at org.apache.catalina.core.ApplicationFilterChain.
> doFilter(ApplicationFilterChain.java:173)
>    at org.apache.catalina.core.StandardWrapperValve.
> invoke(StandardWrapperValve.java:213)
>    at org.apache.catalina.core.StandardContextValve.
> invoke(StandardContextValve.java:178)
>    at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>    at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>    at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>    at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>    at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
>    at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.
> processConnection(Http11BaseProtocol.java:664)
>    at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>    at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.
> runIt(LeaderFollowerWorkerThread.java:80)
>    at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
>    at java.lang.Thread.run(Unknown Source)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to