Use the second link, which is the release candidate. Unzip to a new 
directory, run update-install.bat, and re-run ant to build the sample - 
Ramesh's problem was caused by the fact that I didn't update the build.xml 
files for the samples to copy the muse.xml to the right place. The files 
should be in WEB-INF/classes, and are put there now.

Dan



"Vinh Nguyen \(vinguye2\)" <[EMAIL PROTECTED]> wrote on 12/11/2006 
08:03:51 PM:

> I'm getting confused. Which 2.1.0. version should we be testing?
> 
> The one from:
> http://ws.apache.org/muse/nightly/bin/
> 
> Or:
> http://www.apache.org/~danj/muse/2.1.0
> 
> I just downloaded the first one above, updated my current project to
> reference the Muse 2.1.0 libraries, deployed, and did some initial
> testing.  I ran into the same error that Ramesh pointed out, with the
> bad muse.xml file location.  It doesn't seem like the problem is with
> the build.xml file, but rather the code that reads the muse.xml file.
> So now, are the config files supposed to be located in /WEB-INF/classes,
> or is that just the workaround for this problem?
> 
> 
> 
> -----Original Message-----
> From: Daniel Jemiolo [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, December 09, 2006 10:27 AM
> To: [email protected]
> Subject: Re: Problem in Muse 2.1.0 nightely build
> 
> This is fixed in the latest build - I just copied it over, so it should
> be up in about 40 minutes.
> 
> Dan
> 
> 
> "Ramesh Gurunathan" <[EMAIL PROTECTED]> wrote on 12/09/2006
> 12:38:42 PM:
> 
> > Thanks, it works for now.
> > 
> > On 12/9/06, Daniel Jemiolo <[EMAIL PROTECTED]> wrote:
> > > You just copy the muse.xml file and /wsdl and /router-entries
> directories
> > > from /WEB-INF/services/muse to /WEB-INF/classes. I'm working on the 
> > > changes now, probably be up by 12:15 EDT (including time for the
> mirrors
> > > to catch up).
> > >
> > > Dan
> > >
> > >
> > >
> > > "Ramesh Gurunathan" <[EMAIL PROTECTED]> wrote on 
> > > 12/09/2006
> > > 10:48:08 AM:
> > >
> > > > Dan,
> > > >
> > > > Please let me know when I can expect the new build. Is there any
> quick
> > > > work-around for this problem?
> > > >
> > > > Ramesh
> > > >
> > > > On 12/9/06, Daniel Jemiolo <[EMAIL PROTECTED]> wrote:
> > > > > 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:1
> 48)
> > > > > >    at
> > > > >
> > > 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
> 9)
> > > > > >    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]
> > > > >
> > > > >
> > > >
> > > > 
> ---------------------------------------------------------------------
> > > > 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]
> > >
> > >
> > 
> > ---------------------------------------------------------------------
> > 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]
> 
> ---------------------------------------------------------------------
> 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