This probably means that you have a mix of JARs from different Axis2 versions (maybe at different locations in the class loader hierarchy).
Andreas On Tue, Aug 18, 2009 at 11:30, Maria Claribelle M. Loto<[email protected]> wrote: > > > > > Hi, > I am currently developing a webservice using axis2 and Resin 3.1.9. I > successfully generated the .aar file, dropped it on > C:\resin\webapps\axis2\WEB-INF\services. I was able to get to the axis2 > happy page. However, when I tried calling my service by accessing it through > the url like > http://localhost:90/axis2/services/SampleWebservice/login?username=abc&password=def, > i am getting the below error in the resin console: > > [14:58:14.812] Resin started in 51750ms > [15:00:31.500] java.lang.NoSuchMethodError: > org.apache.axis2.engine.AxisEngine.< > init>(Lorg/apache/axis2/context/ConfigurationContext;)V > [15:00:31.500] at > org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngin > e(RESTUtil.java:135) > [15:00:31.500] at > org.apache.axis2.transport.http.util.RESTUtil.processURLReque > st(RESTUtil.java:130) > [15:00:31.500] at > org.apache.axis2.transport.http.AxisServlet$RestRequestProces > sor.processURLRequest(AxisServlet.java:829) > [15:00:31.500] at > org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet > .java:255) > [15:00:31.500] at > javax.servlet.http.HttpServlet.service(HttpServlet.java:114) > [15:00:31.500] at > javax.servlet.http.HttpServlet.service(HttpServlet.java:91) > [15:00:31.500] at > com.caucho.server.dispatch.ServletFilterChain.doFilter(Servle > tFilterChain.java:103) > > > Any idea what causes this problem and how I could resolve this? > > thanks a lot. > > Clara Pia > > >
