RE: in server.xml and JSP - classloader problem?

2008-02-14 Thread Pavel Janoušek
Filip Hanik - Dev Lists wrote: > I'd probably try to set >> useSystemClassLoaderAsParent="false" > >> http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html Thanks, this resolve my problem. Ing. Pavel Janoušek technická podpora E-mail: [EMAIL PROTECTED] Fo

Re: in server.xml and JSP - classloader problem?

2008-02-14 Thread Filip Hanik - Dev Lists
I'd probably try to set |useSystemClassLoaderAsParent="false" |http://tomcat.apache.org/tomcat-5.5-doc/config/loader.html Filip Pavel Janoušek wrote: Hello, I discovered some terrible situation yesterday... When my server.xml consists of:

in server.xml and JSP - classloader problem?

2008-02-14 Thread Pavel Janoušek
Hello, I discovered some terrible situation yesterday... When my server.xml consists of: ---

RE: RES: Tomcat6 classloader problem

2008-02-12 Thread Caldarale, Charles R
> From: Rogerio Baldini das Neves > [mailto:[EMAIL PROTECTED] > Subject: RES: RES: Tomcat6 classloader problem > > Then, the solution is putting the commons-logging jar in tomcat lib > directory, right ? Maybe. My preferred choice would be for the shared classes not to us

RES: RES: Tomcat6 classloader problem

2008-02-12 Thread Rogerio Baldini das Neves
. -Mensagem original- De: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 12 de fevereiro de 2008 13:00 Para: Tomcat Users List Assunto: RE: RES: Tomcat6 classloader problem > From: David Delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: RES: Tomcat6 classloader p

RE: RES: Tomcat6 classloader problem

2008-02-12 Thread Caldarale, Charles R
> From: David Delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: RES: Tomcat6 classloader problem > > From http://tomcat.apache.org/tomcat-6.0-doc/logging.html : > "Tomcat 6.0 uses Commons Logging > <http://commons.apache.org/logging> throughout its internal >

Re: RES: Tomcat6 classloader problem

2008-02-12 Thread David Delbecq
mcat 6.x, or am I wrong ? Thanks a lot, Rogerio Baldini jCompany Suite - Product Owner +55 (31) 3555-0050 [EMAIL PROTECTED] Powerlogic S.A. -Mensagem original- De: David Delbecq [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 12 de fevereiro de 2008 09:20 Para: Tomcat Users List As

RES: Tomcat6 classloader problem

2008-02-12 Thread Rogerio Baldini das Neves
Tomcat Users List Assunto: Re: Tomcat6 classloader problem Root of your problem is that: "You have more than one version of 'org.apache.commons.logging.Log' visible" You say app1 access app2 which access back app1. Webapps in a container should not be able to see each other

Re: Tomcat6 classloader problem

2008-02-12 Thread David Delbecq
Root of your problem is that: "You have more than one version of 'org.apache.commons.logging.Log' visible" You say app1 access app2 which access back app1. Webapps in a container should not be able to see each other's classes. Can you tell us which method you used to have those 2 webapps see e

Tomcat6 classloader problem

2008-02-12 Thread Rogerio Baldini das Neves
Hi, I am passing through this problem nowadays in Tomcat6: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: Invalid class loader hierarchy. You have more than one version of 'org.apache.commons.logging.Log' visible, which is not

RE: Tomcat 4.1.30 classloader problem

2008-01-16 Thread ehuard
ilto:[EMAIL PROTECTED] >> Subject: Tomcat 4.1.30 classloader problem >> >> Both classes are in our classpath > > The red flag just went up. When you say "classpath", are you referring > to the CLASSPATH variable? Even on 4.1 levels, you should never be > settin

RE: Tomcat 4.1.30 classloader problem

2008-01-15 Thread Caldarale, Charles R
> From: ehuard [mailto:[EMAIL PROTECTED] > Subject: Tomcat 4.1.30 classloader problem > > Both classes are in our classpath The red flag just went up. When you say "classpath", are you referring to the CLASSPATH variable? Even on 4.1 levels, you should never be settin

Tomcat 4.1.30 classloader problem

2008-01-15 Thread ehuard
would be appreciated. -- View this message in context: http://www.nabble.com/Tomcat-4.1.30-classloader-problem-tp14841424p14841424.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e

RE: 2 webapps using shared jar (ClassLoader problem)

2007-06-29 Thread Caldarale, Charles R
> From: Kevin Wilhelm [mailto:[EMAIL PROTECTED] > Subject: Re: 2 webapps using shared jar (ClassLoader problem) > > Nobody any idea on this? :( You already figured out the problem: classes from different webapps cannot access each other - no ifs, ands, or buts. Anything that is to

Re: 2 webapps using shared jar (ClassLoader problem)

2007-06-29 Thread Kevin Wilhelm
Nobody any idea on this? :( - Original Message - From: "Kevin Wilhelm" <[EMAIL PROTECTED]> To: Sent: Thursday, June 28, 2007 2:34 PM Subject: 2 webapps using shared jar (ClassLoader problem) I deployed a shared jar file on Tomcat that is to be used by two Spri

2 webapps using shared jar (ClassLoader problem)

2007-06-28 Thread Rapthor
I deployed a shared jar file on Tomcat that is to be used by two Spring webapps. The problem is the Exception I receive when trying to access the shared library by the second webapp. The first one already set some properties within the shared class instances. The Exception: java.lang.IllegalArgu

2 webapps using shared jar (ClassLoader problem)

2007-06-28 Thread Kevin Wilhelm
I deployed a shared jar file on Tomcat that is to be used by two Spring webapps. The problem is the Exception I receive when trying to access the shared library by the second webapp. The first one already set some properties within the shared class instances. The Exception: java.lang.IllegalAr

RE: classloader problem

2006-05-10 Thread Srivani Ausula
Hi Filip, Thanks a lot for your time and letting me know the reason. Thanks, A Srivani. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Filip Hanik - Dev Lists Sent: Tuesday, May 09, 2006 11:02 PM To: Tomcat Users List Subject: Re: classloader problem

Re: classloader problem

2006-05-09 Thread Filip Hanik - Dev Lists
icht- Van: A srivani [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 2 mei 2006 8:54 Aan: users@tomcat.apache.org Onderwerp: Fwd: classloader problem -- Forwarded message -- From: A srivani <[EMAIL PROTECTED]> Date: May 2, 2006 12:16 PM Subject: Re: classloader problem To:

Re: classloader problem

2006-05-02 Thread A srivani
: A srivani [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 2 mei 2006 8:54 Aan: users@tomcat.apache.org Onderwerp: Fwd: classloader problem -- Forwarded message -- From: A srivani <[EMAIL PROTECTED]> Date: May 2, 2006 12:16 PM Subject: Re: classloader problem To: [EMAIL PRO

RE: classloader problem

2006-05-01 Thread MW Janssen
:[EMAIL PROTECTED] Verzonden: dinsdag 2 mei 2006 8:54 Aan: users@tomcat.apache.org Onderwerp: Fwd: classloader problem -- Forwarded message -- From: A srivani <[EMAIL PROTECTED]> Date: May 2, 2006 12:16 PM Subject: Re: classloader problem To: [EMAIL PROTECTED] Hi there,

Fwd: classloader problem

2006-05-01 Thread A srivani
-- Forwarded message -- From: A srivani <[EMAIL PROTECTED]> Date: May 2, 2006 12:16 PM Subject: Re: classloader problem To: [EMAIL PROTECTED] Hi there, http://www.mail-archive.com/users@tomcat.apache.org/msg07773.html I am facing similar problem as in above link.

RE: classloader problem

2006-03-13 Thread MW Janssen
how should/can I set up a test case??? Maarten -Oorspronkelijk bericht- Van: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 10 maart 2006 18:16 Aan: Tomcat Users List Onderwerp: Re: classloader problem do you have a good test case for us, cause this shouldn&#

Re: classloader problem

2006-03-10 Thread Filip Hanik - Dev Lists
Tomcat version 5.5.7 and axis 1.3... regards, Maarten -Oorspronkelijk bericht- Van: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 10 maart 2006 17:37 Aan: Tomcat Users List Onderwerp: Re: classloader problem it would help if you gave us your Tomcat and your axis v

RE: classloader problem

2006-03-10 Thread MW Janssen
Hi, Tomcat version 5.5.7 and axis 1.3... regards, Maarten -Oorspronkelijk bericht- Van: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 10 maart 2006 17:37 Aan: Tomcat Users List Onderwerp: Re: classloader problem it would help if you gave us your Tomcat and

Re: classloader problem

2006-03-10 Thread Filip Hanik - Dev Lists
it would help if you gave us your Tomcat and your axis versions Filip MW Janssen wrote: Hi all, Some strange thing. I am using axis SOAP jars. When I start Tomcat my SOAP messages are ok..when I restart the webapps via the Tomcat Manager I get a null pointer exception, see below. After rest

classloader problem

2006-03-10 Thread MW Janssen
Hi all, Some strange thing. I am using axis SOAP jars. When I start Tomcat my SOAP messages are ok..when I restart the webapps via the Tomcat Manager I get a null pointer exception, see below. After restart Tomcat it works ok. So seems wrong with classloading but why only when I restart via the t

ClassLoader problem during deserialization/restoring

2006-02-17 Thread Ugur Dincer
Hi, I've some ClassNotFoundException problem. All the objects I want to serialize and deserialize implements Externazible/Serializable. I'm running Tomcat 5 and JAVA5. The .jar lib implementing serialization and deserialization of the application reside under server/lib (Catalina loader) an