Can anyone enlighten me how to configure MUSE log to spill out server
side error stack trace.
I notice the muse.xml has
<router>
<java-router-class>org.apache.muse.core.routing.SimpleResourceRouter</ja
va-router-class>
<logging>
<log-file>log/muse.log</log-file>
<log-level>FINE</log-level>
<!-- I set to 'ALL' according to
http://ws.apache.org/muse/docs/2.0.0/specs/muse-descriptor.xsd -->
</logging>
....
For example, I run a client program and have client side stacktrace as
following. However, the muse.log in server side and web-app server
console contain not error information. It is very hard to debug. Many
thanks!
org.apache.muse.ws.addressing.soap.SoapFault:
http://localhost:8080/1WSDMGateway/services/QueryServicePort
at
org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
t.java:279)
at
com.cisco.nm.cmp.nbi.wsdm.client.core.NotificationProducerClient.invoke(
NotificationProducerClient.java:119)
at
org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
t.java:235)
at
org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien
t.java:213)
at
com.cisco.nm.cmp.nbi.wsdm.client.proxy.queryservice.QueryServicePortProx
y.get(QueryServicePortProxy.java:35)
at
com.cisco.nm.cmp.nbi.wsdm.client.test.wsresource.QueryServicesGetAxis2WS
STest.run(QueryServicesGetAxis2WSSTest.java:63)
at
com.cisco.nm.cmp.nbi.wsdm.client.test.wsresource.QueryServicesGetAxis2WS
STest.main(QueryServicesGetAxis2WSSTest.java:39)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]