Yes we need to take last jaxrpc from the last build
;) ----- Original Message ----- From: "Klaus Sonnenleiter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 3:43 PM Subject: Re: QFault problem > QFault still exists in beta1. But I had the same problem when I had Sun's > latest jaxrpc-api.jar ahead of Axis' jaxrpc.jar in my classpath. > > Klaus Sonnenleiter > > At 08:16 AM 4/26/2002 -0500, Russell Butek wrote: > >QFault no longer exists. It looks like you're probably running with > >something that hasn't been recompiled with the latest version you > >downloaded. > > > >Why does QFault no longer exist? It extended QName, but QName is supposed > >to be final (according to the JAX-RPC spec). QFault was just being used as > >a special-case QName, so all references to QFault in AXIS have been changed > >to QName. > > > >Russell Butek > >[EMAIL PROTECTED] > > > > > >"Jean-Marc Taillant" <[EMAIL PROTECTED]> on 04/26/2002 01:46:03 > >AM > > > >Please respond to [EMAIL PROTECTED] > > > >To: <[EMAIL PROTECTED]> > >cc: > >Subject: QFault problem > > > > > > > > > >Hi all, > >I get last axis lib build from 2002/04/25 ( i got the 2002/04/19) and when > >i try to laucn my server ( all was fine before) i get: > > > >2002-04-26 08:39:26 - Ctx(/gis) : Exception in R( /gis + /services + > >/SessionService) - java.lang.NoClassDefFoundError > >org/apache/axis/utils/QFault > > at java.lang.Class.newInstance0(Native Method) > > at java.lang.Class.newInstance(Class.java:237) > > at org.apache.tomcat.facade.ServletHandler.getServlet(Unknown > >Source) > > at org.apache.tomcat.facade.ServletHandler.preInit(Unknown > >Source) > > at org.apache.tomcat.facade.ServletHandler.init(Unknown Source) > > at org.apache.tomcat.facade.ServletHandler.service(Unknown > >Source) > > at org.apache.tomcat.core.ContextManager.internalService(Unknown > >Source) > > at org.apache.tomcat.core.ContextManager.service(Unknown Source) > > at > >org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Unknow n > > > > Source) > > at org.apache.tomcat.util.net.TcpWorkerThread.runIt(Unknown > >Source) > > at > >org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown > >Source) > > at java.lang.Thread.run(Thread.java:484) > > > > > >This class wsn't present in gis.jar. Is it a build error or not ? > > > >Thanks > >Jean Marc >
