lemonzone2010 / javamelody

Automatically exported from code.google.com/p/javamelody
0 stars 0 forks source link

soap error #367

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. post   one http request

What version of the product are you using? On what application server, JDK,
operating system?
my product is  weblogic923  jdk1.5.0_22

Please provide any additional information below.

java.lang.NoSuchMethodError: 
javax.xml.stream.XMLInputFactory.newFactory()Ljavax/xml/stream/XMLInputFactory;
    at net.bull.javamelody.PayloadNameRequestWrapper.parseSoapMethodName(PayloadNameRequestWrapper.java:234)
    at net.bull.javamelody.PayloadNameRequestWrapper.initialize(PayloadNameRequestWrapper.java:102)
    at net.bull.javamelody.MonitoringFilter.createRequestWrapper(MonitoringFilter.java:277)
    at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:188)
    at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:181)
    Truncated. see log file for complete stacktrace
> 

Original issue reported on code.google.com by nonviole...@gmail.com on 13 Dec 2013 at 12:44

GoogleCodeExporter commented 9 years ago
sorry, i use javamelody-1.48.0

Original comment by nonviole...@gmail.com on 13 Dec 2013 at 12:55

GoogleCodeExporter commented 9 years ago
This was caused by issue 228: "feature: SOAP usage metrics" in javamelody v1.48.

Original comment by evernat@free.fr on 18 Dec 2013 at 1:52

GoogleCodeExporter commented 9 years ago
It should be fixed by the change in revision 3595 and ready for the next 
release (1.49).

I have made a new build from the trunk, including the fix, and it is available 
at:
http://javamelody.googlecode.com/files/javamelody-20131218.jar

Please let us know if the fix works, if you can.
Thanks for the issue.

Original comment by evernat@free.fr on 18 Dec 2013 at 1:55

GoogleCodeExporter commented 9 years ago
The fix works ,thanks very much.

Original comment by nonviole...@gmail.com on 14 Jan 2014 at 9:01