RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-18 Thread Parimi Srinivas
It is working now. I placed xercesImpl.jar, xmlParserAPIs.jar in tomcat/common/lib directory. Thanks dug and sam, -Original Message- From: Sam Ruby [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 4:29 PM To: [EMAIL PROTECTED] Subject: RE: NoClassDefFoundError

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Rodrigo Serra
Hello,   I’m resolve the problem adding de .jar’s files in my CLASSPATH variables and modifying, in my Windows .net Beta 3, the registry entry for the Tomcat services: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat\Parameters\JVM Option Number 0.   The value of this

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Sam Ruby
Doug Davis wrote: > > Not sure - the only thing I can think of is that you're using an old > version of xerces. FYI: I run with Xerces 2, and can only get this to work if xmlParserAPIs.jar in tomcat/common/lib. > Can you try 1.4.3? FYI: Xerces 2.0.1 is faster. - Sam Ruby

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
Message- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName Don't put xerces.jar in there - leave it in the axis/web-inf/lib dir. Place just jaxrpc.jar in tomcat's li

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Parimi Srinivas
, March 17, 2002 12:40 PM To: [EMAIL PROTECTED] Subject: RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName Don't put xerces.jar in there - leave it in the axis/web-inf/lib dir. Place just jaxrpc.jar in tomcat's lib dir. -Dug Parimi Srinivas <[EMAIL PROTECTED]> on 03/17/2002 03:

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
IL PROTECTED] Subject: Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName Its a new "feature" of tomcat :-) -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:51:26 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject:Re: NoClassDefFoundError: javax.xml.

RE: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Parimi Srinivas
ld be appreciated. Thanks, parimi -Original Message- From: Doug Davis [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 12:04 PM To: [EMAIL PROTECTED] Subject: Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName Its a new "feature" of tomcat :-) -Dug Bryan Field

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
Its a new "feature" of tomcat :-) -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:51:26 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName I meant, "classloader problems

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Bryan Field-Elliot
I meant, "classloader problems eh?", not "classpath problems eh?". Bryan On Sun, 2002-03-17 at 10:36, Doug Davis wrote: place jaxrpc.jar into tomcat's lib dir. -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:38:02 PM Please respond to [EMAIL PROTECTED] To:[EMAIL

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Bryan Field-Elliot
Thanks, that did it. Classpath problems eh? Bryan On Sun, 2002-03-17 at 10:36, Doug Davis wrote: place jaxrpc.jar into tomcat's lib dir. -Dug

Re: NoClassDefFoundError: javax.xml.rpc.namespace.QName

2002-03-17 Thread Doug Davis
place jaxrpc.jar into tomcat's lib dir. -Dug Bryan Field-Elliot <[EMAIL PROTECTED]> on 03/17/2002 12:38:02 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:NoClassDefFoundError: javax.xml.rpc.namespace.QName I'm trying to deploy Axis Beta-1 on Tomcat 4.0.3, usi