RES: ClassNotFoundException - common/lib works, shared/lib gets exception

2005-09-12 Thread Paulo Alvim
Hi Rich, Did you have any answer? I'm with the same problem using TC559... -Mensagem original- De: Rich Mayfield [mailto:[EMAIL PROTECTED] Enviada em: sabado, 7 de maio de 2005 14:53 Para: tomcat-user@jakarta.apache.org Assunto: ClassNotFoundException - common/lib works, shared/lib gets

help for ClassNotFoundException

2005-06-03 Thread MEHMOOD, QAISER
Hi , Under tomcat I am integrating the uPortal and running one portlet application in a web context. I put my own classes under the WEB-INF/classes directory and also put jar files in WEB-INF/lib directory , but I am getting the error : ClassNotFoundException

ClassNotFoundException in thread

2005-06-02 Thread Cyril . ZEKSER
are looking for classes by reflection to handle the process to be done. The statistic.jar package contains the classes that handle the process to be done. Everything was fin until I migrated. Now the jobs run OK but they fire a ClassNotFoundException as shwon : java.lang.ClassNotFoundException

Re: ClassNotFoundException in thread

2005-06-02 Thread Anto Paul
On 6/2/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Everything was fin until I migrated. Now the jobs run OK but they fire a ClassNotFoundException as shwon : You double checked that com.nexans.statistic.client.model.send.intranet.handler.CreateFileProcedure is there in the jar

Réf. : Re: ClassNotFoundException in thread

2005-06-02 Thread Cyril . ZEKSER
Everything was fin until I migrated. Now the jobs run OK but they fire a ClassNotFoundException as shwon : You double checked that com.nexans.statistic.client.model.send.intranet.handler.CreateFileProcedure is there in the jar and is in the right folder ?. Restarted Tomcat ?. Also try

Re: Réf. : Re: ClassNotFoundException in thread

2005-06-02 Thread delbd
a ClassNotFoundException as shwon : You double checked that com.nexans.statistic.client.model.send.intranet.handler.CreateFileProcedur e is there in the jar and is in the right folder ?. Restarted Tomcat ?. Also try with a fresh copy of the jar. Anto, the class is there, both in the jar

Réf. : Re: Réf. : Re: ClassNotFoundException in thread

2005-06-02 Thread Cyril . ZEKSER
Thanks for your answer but : is there a static initialisation code in com.nexans.statistic.client.model.send.intranet.handler.CreateFileProcedure ? or static properties whose values are taken from other methods? If anything in the static initialisation of class

SOLUTION : Réf. : Réf. : Re: Réf. : Re: ClassNotFoundException in thread

2005-06-02 Thread Cyril . ZEKSER
: ClassNotFoundException in thread(Document link: Cyril ZEKSER

ClassNotFoundException - common/lib works, shared/lib gets exception

2005-05-07 Thread Rich Mayfield
So that I avoid already loaded classloader problems with jar's that front native library calls via JNI, I am following the pattern of putting the jars into shared/lib. However, I get a ClassNotFoundException. If I put this into CATALINA_HOME/common/lib, everything works fine. It's my

ClassNotFoundException - common/lib works, shared/lib gets exception

2005-05-07 Thread Rich Mayfield
So that I avoid already loaded classloader problems with jar's that front native library calls via JNI, I am following the pattern of putting the jars into shared/lib. However, I get a ClassNotFoundException. If I put this into CATALINA_HOME/common/lib, everything works fine. It's my

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-28 Thread Antony Paul
questions. Meanwhile I will write a test application, download Tomcat source code and try to debug the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am getting ClassNotFoundException when deserialising arrays/Lists stored

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-22 Thread Mark Thomas
knowledgeable person to answer my questions. Meanwhile I will write a test application, download Tomcat source code and try to debug the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am getting ClassNotFoundException when deserialising

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-21 Thread Antony Paul
and try to debug the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am getting ClassNotFoundException when deserialising arrays/Lists stored in session. It have no problem with normal objects but have error

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-09 Thread Antony Paul
the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am getting ClassNotFoundException when deserialising arrays/Lists stored in session. It have no problem with normal objects but have error when it is made an array or List

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-08 Thread Mark Thomas
knowledgeable person to answer my questions. Meanwhile I will write a test application, download Tomcat source code and try to debug the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am getting ClassNotFoundException when deserialising arrays

Persistence manager ClassNotFoundException during deserialization

2005-03-07 Thread Antony Paul
Hi all, I am getting ClassNotFoundException when deserialising arrays/Lists stored in session. It have no problem with normal objects but have error when it is made an array or List. The set up is Tomcat 4.1.12 standalone. Sun J2SE 1.4.2_04. Using Filestore persistent manager which is set

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-07 Thread Antony Paul
ClassNotFoundException when deserialising arrays/Lists stored in session. It have no problem with normal objects but have error when it is made an array or List. The set up is Tomcat 4.1.12 standalone. Sun J2SE 1.4.2_04. Using Filestore persistent manager which is set in example config. The full

Re: Persistence manager ClassNotFoundException during deserialization

2005-03-07 Thread Antony Paul
. Meanwhile I will write a test application, download Tomcat source code and try to debug the problem. rgds Antony Paul On Mon, 7 Mar 2005 18:30:47 +0530, Antony Paul [EMAIL PROTECTED] wrote: Hi all, I am getting ClassNotFoundException when deserialising arrays/Lists stored in session

DbcpDataSourceFactory ClassNotFoundException

2004-11-11 Thread Steve Kirk
that as my factory param for my DataSource, I get a ClassNotFoundException, so I looked in my common, shared and server folders but couldn't find it in any of the classes folders or the jars...? If I eliminate the factory param altogether, the app works fine

Tomcat 5.5 and ClassNotFoundException: org.apache.catalina.logger.FileLogger

2004-10-21 Thread Martin Grotzke
hi all, i just wanted to test tomcat 5.5. beta, so i downloaded the binary (jakarta-tomcat-5.5.3.tar.gz), set classpath to the jdk 1.5 and ran `./catalina.sh run`. the output i got does not look really good: Using CATALINA_BASE: /opt/jakarta-tomcat-5.5.3 Using CATALINA_HOME:

RE: ClassNotFoundException: OracleDriver

2004-08-13 Thread Dale, Matt
It could be possible that you are catching the Exception in you code but doing nothing with it. -Original Message- From: Java Techie [mailto:[EMAIL PROTECTED] Sent: 12 August 2004 23:08 To: Tomcat Users List; [EMAIL PROTECTED] Subject: RE: ClassNotFoundException: OracleDriver David

ClassNotFoundException: OracleDriver

2004-08-12 Thread Java Techie
Hi, in my struts-config: im using data-sources data-source type=org.apache.commons.dbcp.BasicDataSource key=UserDB set-property property=driverClassName value=oracle.jdbc.driver.OracleDriver/ set-property property=url value=jdbc:oracle:thin:@myPC:1521:newDB/ set-property property=username

RE: ClassNotFoundException: OracleDriver

2004-08-12 Thread David Short
. -Original Message- From: Java Techie [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 2:13 PM To: [EMAIL PROTECTED] Subject: ClassNotFoundException: OracleDriver Hi, in my struts-config: im using data-sources data-source type=org.apache.commons.dbcp.BasicDataSource key=UserDB set

Re: ClassNotFoundException: OracleDriver

2004-08-12 Thread Robert F. Hall
Howdy, You need ojdbc14.jar in your CLASSPATH. -Robert Java Techie wrote: Hi, in my struts-config: im using data-sources data-source type=org.apache.commons.dbcp.BasicDataSource key=UserDB set-property property=driverClassName value=oracle.jdbc.driver.OracleDriver/ set-property property=url

RE: ClassNotFoundException: OracleDriver

2004-08-12 Thread Java Techie
directory. Move the nls_charset12.zip file over as well. -Original Message- From: Java Techie [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 2:13 PM To: [EMAIL PROTECTED] Subject: ClassNotFoundException: OracleDriver Hi, in my struts-config: im using data

Re: ClassNotFoundException: OracleDriver

2004-08-12 Thread Reynaldo Rocha
- Original Message - From: Robert F. Hall [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, August 12, 2004 5:17 PM Subject: Re: ClassNotFoundException: OracleDriver Howdy, You need ojdbc14.jar in your CLASSPATH. -Robert Java Techie wrote: Hi

ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Setera, Craig
Hello, I'm trying to implement and register a new WebappLoader implementation with Tomcat 5.0.19. I've created a subclass of the standard WebappLoader class. In addition, I have added the Loader element to my Context element with my new class name specified. When starting the server, I get

RE: ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Shapira, Yoav
loader in a jar file and putting that jar in server/lib. Yoav Shapira Millennium Research Informatics -Original Message- From: Setera, Craig [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:55 AM To: [EMAIL PROTECTED] Subject: ClassNotFoundException implementing new WebappLoader

RE: ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Setera, Craig
:20 AM To: Tomcat Users List Subject: RE: ClassNotFoundException implementing new WebappLoader Hi, Hmm... I'd guess it should go in the same repository as the normal WebappLoader, which is $CATALINA_HOME/server/lib. $CATALINA_HOME/server/classes should be functionally equivalent for unpacked

Re: ClassNotFoundException implementing new WebappLoader

2004-03-23 Thread Antonio Fiol Bonnín
been the same. But, it turns out that a jar file works in this case for some reason. Thanks for the tip. Craig -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 11:20 AM To: Tomcat Users List Subject: RE: ClassNotFoundException implementing

ClassNotFoundException Using shared/classes

2004-01-14 Thread Mike Miller
I just wanted to post this info so that other users don't make the same mistake I made.I was attempting to use the catalina_home/shared/classes for some shared class files and was getting ClassNotFoundException. When I copied those files to the catalina_home/common/classes directory

4.1.27: Manager app 'reload' causing ClassNotFoundException

2003-10-10 Thread Justin Ruthenbeck
Hello All: Tomcat 4.1.27 JDK 1.4.1_02 OS: Windows 2k I've thoroughly read: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/manager-howto.html http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html This list for the past 16 months :) Problem: My (simple demonstration) webapp runs

Re: 4.1.27: Manager app 'reload' causing ClassNotFoundException

2003-10-10 Thread Justin Ruthenbeck
My apologies ... this is covered here: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22096 Date: Fri, 10 Oct 2003 12:18:03 -0700 To: Tomcat Users List [EMAIL PROTECTED] From: Justin Ruthenbeck [EMAIL PROTECTED] Subject: 4.1.27: Manager app 'reload' causing ClassNotFoundException Hello All

Classloading - ClassNotFoundException: EntityProxy not found

2003-09-09 Thread Morten Andersen
a change in the way Tomcat finds classes. How can I add the Class EntityProxy (from a jar file in JBoss) so that I can avoid the ClassNotFoundException in Tomcat. Regards Morten Andersen Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning

Classloading - ClassNotFoundException: EntityProxy not found

2003-09-09 Thread Morten Andersen
a change in the way Tomcat finds classes. How can I add the Class EntityProxy (from a jar file in JBoss) so that I can avoid the ClassNotFoundException in Tomcat. Regards Morten Andersen Morten Andersen Master of applied mathematics and computer science Research assistant (in e-learning

ClassNotFoundException

2003-06-17 Thread Guus Holshuijsen
the ClassNotFoundException. QUESTION: Can somebody explain - in terms of class loading - why I get the ClassNotFoundException when both the MySQL driver stuff and the web application are in the same class loader context (at least they are there from my point of view). Then I changed to running Tomcat v4.1.24

ClassNotFoundException

2003-06-16 Thread Guus Holshuijsen
$CATALINE_HOME/webapps The web application I created writes a blob to the MySQL database (there is no problem here). When the web application tries to read the blob from the database a ClassNotFoundException is thrown in the com.mysql.jdbc.ResultSet.getObject method while wading the object input

RE: ClassNotFoundException

2003-06-16 Thread Shapira, Yoav
Howdy, I use the following software: + Tomcat 4.1.24 or Tomcat 4.0.6 Let's stick to one ;) Tomcat 4.1.24. When the web application tries to read the blob from the database a ClassNotFoundException is thrown in the com.mysql.jdbc.ResultSet.getObject method while wading the object input stream

Re: ClassNotFoundException

2003-06-16 Thread Jason Bainbridge
database (there is no problem here). When the web application tries to read the blob from the database a ClassNotFoundException is thrown in the com.mysql.jdbc.ResultSet.getObject method while wading the object input stream. I tried different versions of the mysql driver software

RE: ClassNotFoundException

2003-06-16 Thread Euan Guttridge
PROTECTED] Subject: ClassNotFoundException Hi! I checked the mailing archive and found some mail but never any answers. Here goes I use the following software: + Tomcat 4.1.24 or Tomcat 4.0.6 + mysql-connector-java-3.0.8-stable-bin.jar (in the + $CATALINE_HOME/common/lib) MySQL database

ClassNotFoundException and FileNotFoundException

2003-06-09 Thread Robert Wray
Question: Is there a tag I need to place in a config file, web.xml file, or somewhere else to allow an applet access to use/find data/class (non-servlet) files in a local (non-ROOT) WEB-INF subdirectory? Problem: For non-servlets or servlets that have dependencies on other local

RE: ClassNotFoundException and FileNotFoundException

2003-06-09 Thread Shapira, Yoav
Howdy, Question: Is there a tag I need to place in a config file, web.xml file, or somewhere else to allow an applet access to use/find data/class (non-servlet) files in a local (non-ROOT) WEB-INF subdirectory? No such option exists: it would be a violation of the servlet specification for an

ClassNotFoundException... ? serializable objects? help!!

2003-03-14 Thread Jamesey
in the session.getAttributeNames() list... but the log reports a ClassNotFoundException ...? this makes no sense and the class is in my WEB-INF/classes/com/blah... I have an import in the page for the class and have my persistantManager config is: Manager className=org.apache.catalina.session.PersistentManager debug=0

RE: javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver

2003-03-14 Thread Roberts, Eric
The key word is link - place the file physically in the common/lib directory. HTH -Original Message- From: Jason S. Friedman [mailto:[EMAIL PROTECTED] Sent: 14 March 2003 06:17 To: [EMAIL PROTECTED] Subject: javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver

javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver

2003-03-13 Thread Jason S. Friedman
I searched the list archives and the web and, while I found folks with a similar issue, none of those posts had an answer that worked for me. The error message is: javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver I'm running RH8.0, Apache Tomcat/4.1.18-LE-jdk14

javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver

2003-03-13 Thread Jason S. Friedman
I searched the list archives and the web and, while I found folks with a similar issue, none of those posts had an answer that worked for me. The error message is: javax.servlet.ServletException: ClassNotFoundException: org.postgresql.Driver I'm running RH8.0, Apache Tomcat/4.1.18-LE-jdk14

Error when starting Up Tomcat........ClassNotFoundException: org.apache.catalina.mbeans.Ser

2003-01-09 Thread Renee Lum
When I run catalina.sh on Win 2000, I get the following errors: ERROR reading C:\jakarta-tomcat-4.1.18\conf\server.xml At Line 24 /Server/Listener/ className=org.apache.catalina.mbeans.ServerLifecycl eListener debug=0 Catalina.start: java.lang.ClassNotFoundException:

RE: Tomcat 4.1.12 ClassNotFoundException

2002-10-25 Thread Cox, Charlie
sounds like you need to allow the WEB-INF/classes permission in your catalina.policy file Charlie -Original Message- From: Jeremy Cavagnolo [mailto:jcavagnolo;hotmail.com] Sent: Wednesday, October 23, 2002 12:31 PM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.12 ClassNotFoundException

ClassNotFoundException JMX related?

2002-09-18 Thread John Aronson
I'm trying to create an MBean from within a Servlet with Tomcat 4.1.10 and I keep getting a ClassNotFoundException. The class in question is in the classpath and it's visible from the Servlet trying make the createMBean call. I've tried putting the the jar which has the MBean .class file

Re: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver

2002-06-24 Thread Martin Jacobson
Jakarta Tomcat Newsgroup (@Basebeans.com) wrote: Subject: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver From: Matt Raible [EMAIL PROTECTED] === I have an entry for my web-application in server.xml so I can use a JDBCRealm and a JNDI Datasource. When

Re: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver

2002-06-24 Thread @Basebeans.com
Subject: Re: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver From: Matt Raible [EMAIL PROTECTED] === I've been using Tyrex on 4.0.1 for over 6 months, I was just making an attempt to make my application accessible from http://localhost/ rather than from http

Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver

2002-06-22 Thread @Basebeans.com
Subject: Tomcat 4.0.4 MyApp as default context - ClassNotFoundException: org.hsql.jdbcDriver From: Matt Raible [EMAIL PROTECTED] === I have an entry for my web-application in server.xml so I can use a JDBCRealm and a JNDI Datasource. When I change my context's path from Context path

RE: ClassNotFoundException

2002-02-27 Thread Randy Layman
of approach I would take is 3, 2, and then 1. Randy -Original Message- From: Ken Ramirez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:11 AM To: [EMAIL PROTECTED] Subject: ClassNotFoundException Hope someone can help: I have a TOMCAT app containing

RE: ClassNotFoundException

2002-02-27 Thread Larry Isaacs
classloader. Cheers, Larry -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 6:51 AM To: 'Tomcat Users List' Subject: RE: ClassNotFoundException I don't' believe what you are trying to do is possible. Class loaders

RE: ClassNotFoundException

2002-02-27 Thread Sriram Narayanan
Just a question, Would Thread.currentThread().getContextClassLoader().loadClass(myclassname) help ? I don't have TC 3.3, but this works for me in TC 4.0.1 Sriram 2/27/02 6:45:11 PM, Larry Isaacs [EMAIL PROTECTED] wrote: To deal with a situation like this, I have seen #1 below implemented by

RE: ClassNotFoundException

2002-02-27 Thread Larry Isaacs
I haven't actually tried it, but I believe it would work in Tomcat 3.3 as well. Thanks. Cheers, Larry -Original Message- From: Sriram Narayanan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 10:08 AM To: Tomcat Users List Subject: RE: ClassNotFoundException

RE: ClassNotFoundException

2002-02-27 Thread Ken Ramirez
, February 27, 2002 10:08 AM To: Tomcat Users List Subject: RE: ClassNotFoundException Just a question, Would Thread.currentThread().getContextClassLoader().loadClass(myclassname) help ? I don't have TC 3.3, but this works for me in TC 4.0.1 Sriram 2/27/02 6:45:11 PM, Larry Isaacs

RE: ClassNotFoundException

2002-02-27 Thread Andrew Rodwell
Thanks to all who answerd. That was my problem. Cheers, Andrew -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Unable to compile class for JSP not ClassNotFoundException

2002-02-27 Thread Andrew Rodwell
Sorry wrong subject -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

ClassNotFoundException

2002-02-26 Thread Ken Ramirez
to be created: TOMCAT_HOME/webapps/MyApp/WEB-INF/classes/com/mycomp/MyOtherClass.clas s When the MyServletClass calls Class.forName, it fails with a ClassNotFoundException, but if I move the MyServletClass to the MyApp/WEB-INF/classes path, everything works fine. What gives? I thought that Tomcat

Apparent ClassLoader, ClassNotFoundException when using Apache Soap and Toplink

2001-11-12 Thread David Brunkow
Tomcat 3.2 on NT 4.0. Apache Soap 2.2, http://xml.apache.org/soap/ Toplink 3.0.5 The root of this entire problem seems to be that the Apache Soap services/classes cannot be found, ClassNotFoundException, unless the classes are explicitly in the classpath tomcat.bat, startup, classpath. So says

RE: ClassNotFoundException

2001-11-02 Thread Smith, Lawrence T (Lance)
: ClassNotFoundException HELP!!! :-) I am running on win2kpro, java version 1.3.1_01, Apache Tomcat/4.0-b7 Please upgrade :) hint4.0.1/hint There may be a problem if the Tomcat directory contains spaces (bug 4543 - http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4543). I may be wrong, but this bug doesn't look

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Abinesh S Puthenpurackal
PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3) 10/31/2001 09:45 AM

AW: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Elroy, Rebecca
I'm running Tomcat 3.2.3 and am successfully loading classes from jars in WEB-INF/lib. -Rebecca- -Ursprüngliche Nachricht- Von: Abinesh S Puthenpurackal [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 1. November 2001 15:34 An: Tomcat Users List Betreff: Re: ClassNotFoundException

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Larry Isaacs
To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) I got my web application to work in tomcat 4.0.1 (Catalina). In Tomcat 4.0.1, the order of the contents in the web.xml seems to matter (E.g. All servlet definition must be before the servlet

ClassNotFoundException

2001-11-01 Thread Smith, Lawrence T (Lance)
HELP!!! :-) I am running on win2kpro, java version 1.3.1_01, Apache Tomcat/4.0-b7 I am getting the following stack trace: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception

Re: ClassNotFoundException

2001-11-01 Thread Remy Maucherat
HELP!!! :-) I am running on win2kpro, java version 1.3.1_01, Apache Tomcat/4.0-b7 Please upgrade :) hint4.0.1/hint There may be a problem if the Tomcat directory contains spaces (bug 4543 - http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4543). I may be wrong, but this bug doesn't look to

ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Abinesh S Puthenpurackal
ClassNotFoundException for the classes in the jar file. Also I noticed that empty directories (that follows my package structure) were created under lib directory. E.g. I see the following empty directories %TOMCAT_HOME%/webapps/webapplication/Web-inf/lib/examples/addressbook/. A workaround is to place the jar

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread scarcher
: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Bo Xu
application in tomcat 3.2.3. The war file is structured as follows WarFile.war Web-inf/lib/jarfile1.jar Web-inf/lib/jarfile2.jar Web-inf/lib/jarfile3.jar When running the application I get ClassNotFoundException for the classes in the jar file. Also I noticed that empty

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread David Smith
PROTECTED] Abinesh S PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Larry Isaacs
To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) The examples that gets shipped with the tomcat.zip file also uses Web-inf [EMAIL PROTECTED] wrote: I'm new to tomcat but shouldn't it bet WEB-INF? isn't it case sensitive? Scott Archer

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Abinesh S Puthenpurackal
. Cheers, Larry -Original Message- From: Abinesh S Puthenpurackal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:02 AM To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) The examples that gets shipped

RE: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Larry Isaacs
place to be creating new directories, though. As far as the ClassNotFoundException, you will need to supply more information about the error before there will be much chance of determining the problem. A stack trace wouldn't hurt. Cheers, Larry -Original Message- From: Abinesh S

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Paul DuBois
[EMAIL PROTECTED] Abinesh S PuthenpurackalTo: [EMAIL PROTECTED] abinesh.puthenpurackal cc: @sdrc.comSubject: ClassNotFoundException when using war file (Tomcat 3.2.3

Getting ClassNotFoundException for JasperLoader12 and AdaptiveClassLoader12

2001-09-25 Thread Chris Yunker
First, here is my system: SuSE: 7.2 Apache: Apache/1.3.19 (Unix) (SuSE/Linux) Java: JDK1.3 Jakarta: Jakarta-3.2.1 I'm running a JSP engine/Apache web server environment. Everything seems to be working fine except I get the following exception while it's loading the initial applets. Despite

RE: That annoying ClassNotFoundException again

2001-08-15 Thread Larry Isaacs
- From: David Epstein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 12:15 AM To: [EMAIL PROTECTED] Subject: That annoying ClassNotFoundException again I'm having the same problem others have had, yet none of the fixes seem to work. I'm running an installation

That annoying ClassNotFoundException again

2001-08-14 Thread David Epstein
I'm having the same problem others have had, yet none of the fixes seem to work. I'm running an installation that worked just fine on Win2K Server, JDK1.3.1, and Tomcat 2.1. When I upgraded to JDK1.4 I started getting: java.lang.ClassNotFoundException: com/sun/xml/parser/Parser at

RE: (application library) ClassNotFoundException

2001-07-25 Thread Craig R. McClanahan
On Mon, 9 Jul 2001, Kevin HaleBoyes wrote: Herein lies your problem. The classes12.jar(it has to be a jar not a zip), has to be in TOMCAT_HOME/lib, not your webapps lib folder. Think of it this way. Where do you configure the JDBCRealm? In TOMCAT_HOME/conf/server.xml. The

(application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
on the JDBCRealm initialization. Specifically, the first call to open() fails with a ClassNotFoundException for the oracle JDBC driver. The relavent part of the server.xml file is Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.OracleDriver

RE: (application library) ClassNotFoundException

2001-07-09 Thread Michael Wentzel
The only change I made for 9i was to change the driverName from oracle.jdbc.driver.OracleDriver to oracle.jdbc.OracleDriver as recommended by Oracle. In my application lib directory I made a link to the classes12.zip (and .jar file) and rebuilt. I've confirmed that the

Re: (application library) ClassNotFoundException

2001-07-09 Thread ericdev
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, July 09, 2001 10:34 AM Subject: RE: (application library) ClassNotFoundException The only change I made for 9i was to change the driverName from oracle.jdbc.driver.OracleDriver to oracle.jdbc.OracleDriver as recommended by Oracle. In my

RE: (application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
Herein lies your problem. The classes12.jar(it has to be a jar not a zip), has to be in TOMCAT_HOME/lib, not your webapps lib folder. Think of it this way. Where do you configure the JDBCRealm? In TOMCAT_HOME/conf/server.xml. The server.xml file is parsed at startup and therefore the

RE: (application library) ClassNotFoundException

2001-07-09 Thread Michael Wentzel
So, this leads me to a follow up question. I know that I've got the jar file in the server/lib directory, is there any way to use that from my application. If not then I have to have the exact same jar file in my WEB-INF/lib directory to use Oracle JDBC in my application. You could

RE: (application library) ClassNotFoundException

2001-07-09 Thread Kevin HaleBoyes
From: Michael Wentzel So, this leads me to a follow up question. I know that I've got the jar file in the server/lib directory, is there any way to use that from my application. If not then I have to have the exact same jar file in my WEB-INF/lib directory to use Oracle JDBC in my

RE: (application library) ClassNotFoundException

2001-07-09 Thread Michael Wentzel
You could always alter you startup script to so that the TOMCAT CLASSPATH contains the fully qualified oracle jar. Ok that works, but is that the right thing to do? K. No, not really, but if you don't want to have multiple file copies (which shouldn't be that much of a problem really)

javax.servlet.jsp.JspTagException: ClassNotFoundException Error

2001-07-01 Thread Gerteis, Roman
.) The classpath is build properly and included on startup. (see $1) and I get the ClassNotFoundException :((( the Class is loaded dynamically with: Beans.instantiate(classLoader, com.eproduction.ResourceProvider); So My question (for hours now) ...where to put the class so that the classLoader

Re: javax.servlet.jsp.JspTagException: ClassNotFoundException Error

2001-07-01 Thread Roger Wei
If you run it on windows 9x/Me, please see http://rogerwei.com/install_secret.txt - Original Message - From: Gerteis, Roman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 01, 2001 6:46 PM Subject: javax.servlet.jsp.JspTagException: ClassNotFoundException Error

AW: javax.servlet.jsp.JspTagException: ClassNotFoundException Error

2001-07-01 Thread Gerteis, Roman
: Re: javax.servlet.jsp.JspTagException: ClassNotFoundException Error If you run it on windows 9x/Me, please see http://rogerwei.com/install_secret.txt - - Original Message - From: Gerteis, Roman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 01, 2001 6:46 PM Subject

Tomcat3.2.1 -ClassNotFoundException error when using Third-party libraries

2001-04-06 Thread Deja User
Hi there: I'm having the following configuration and I'm using mod_jk instead of mod_jserv and starting Tomcat using startup.sh script provided. Tomcat 3.2.1+Apache1.3.9+Sun Solaris2.7 I have a servlet (TopicServlet) which is using a thirdparty library(PANJA.jar). When I'm running the same

ClassNotFoundException

2001-03-26 Thread Michael Garthwaite
I try to load a jsp the browser diplays a 404 error and I get a ClassNotFoundException in the command window. I'm running Tommcat 3.2.1 with Linux/Apache. Can anyone help me out. Michael Garthwaite

RE: ClassNotFoundException

2001-03-26 Thread Grewal, Gary
Title: RE: ClassNotFoundException What directories are your HTML and your JSP files and your Servlets. Generally JSP files are in the HTML directory or directories below it while servlets are in your web-inf/classes directory. What are you typing on the browser window === Gary Grewal

Re: ClassNotFoundException

2001-03-26 Thread Michael Garthwaite
Garthwaite [mailto:[EMAIL PROTECTED]] Sent: Monday, March 26, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: ClassNotFoundException I've new to servlets and jsp and have just installed Tomcat so forgive me if I'm missing something really simple here. I've searched the archives and not found a

ClassNotFoundException

2001-03-26 Thread Michael Garthwaite
I try to load a jsp the browser diplays a 404 error and I get a ClassNotFoundException in the command window. I'm running Tommcat 3.2.1 with Linux/Apache. Can anyone help me out. he directory structure is /usr/local/jakarta-tomcat/myapp/WEB-INF/classes. I'm placing the jsp and html files in myapp

Re: ClassNotFoundException

2001-03-26 Thread Sam Butterworth
a ClassNotFoundException in the command window. I'm running Tommcat 3.2.1 with Linux/Apache. Can anyone help me out. he directory structure is /usr/local/jakarta-tomcat/myapp/WEB-INF/classes. I'm placing the jsp and html files in myapp and the servlets in classes. I have defined a context for myapp