Null component

2011-12-06 Thread kccc
Hi, I'm a new tomcat user and I'm trying to solve this error: SEVERE: Null component Catalina:type=DataSource,path=/myAPP,host=localhost,class=javax.sql.DataSource,name=PGDS/ActivityLogDS My tomcat and java version: apache-tomcat-6.0.16 jdk1.6.0_23 In server.xml, I added: Context docBase

Re: Null component

2011-12-06 Thread Pid
On 06/12/2011 19:35, kccc wrote: Hi, I'm a new tomcat user and I'm trying to solve this error: SEVERE: Null component Catalina:type=DataSource,path=/myAPP,host=localhost,class=javax.sql.DataSource,name=PGDS/ActivityLogDS My tomcat and java version: apache-tomcat-6.0.16 Use a newer

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-31 Thread Yassine
org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component Catalina:type=DataSource,path=/com.company.application,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS Mar 30, 2009 11:09:12 AM org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-31 Thread Alexandr Khlystov
: Null component Catalina:type=DataSource,path=/com.company.application,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS Mar 30, 2009 11:09:12 AM org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component Catalina:type=DataSource,path

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-30 Thread Yassine
component Catalina:type=DataSource,path=/com.company.application,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS Mar 30, 2009 11:09:12 AM org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component Catalina:type=DataSource,path=/com.company.application,host=localhost

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-30 Thread Alexandr Khlystov
org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component Catalina:type=DataSource,path=/com.company.application,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS Mar 30, 2009 11:09:12 AM org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-30 Thread Alexandr Khlystov
registerComponent SEVERE: Null component Catalina:type=DataSource,path=/com.company.application,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS Mar 30, 2009 11:09:12 AM org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component Catalina:type=DataSource,path

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-29 Thread Alexandr Khlystov
for this context. The duplicate definition has been ignored. Mar 30, 2009 11:09:12 AM org.apache.tomcat.util.modeler.Registry registerComponent SEVERE: Null component Catalina:type=DataSource,path=/com.company.application,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS Mar 30, 2009 11:09:12 AM

[OT] Re: SEVERE: Null component Catalina:type=DataSource

2009-03-28 Thread André Warnier
Caldarale, Charles R wrote: ... A week in Amsterdam, and... How much have you guys been drinking? :-) Actually, not a lot. They seem to be a pretty sober lot. I'm talking about the participants to the ApacheCON. The Scottish football supporters who started arriving on Thursday night,

SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Alexandr Khlystov
see at catalina.2009-03-27.log: *SEVERE:* Null component Catalina:type=DataSource,path=/com.km.integration.service.web,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS *web.xml*: web-app resource-ref descriptionOracle Datasource example/description res-ref-namejdbc/isDS

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Yassine
/tomcat-6.0-doc/jndi-datasource-examples-howto.html. Tomcat 6.0. Oracle 9.0. driver: oracle_jdbc13-9.0.2.0.0.jar is added to E:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\ I see at catalina.2009-03-27.log: *SEVERE:* Null component Catalina:type=DataSource,path

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Alexandr Khlystov
-howto.html . Tomcat 6.0. Oracle 9.0. driver: oracle_jdbc13-9.0.2.0.0.jar is added to E:\Program Files\Apache Software Foundation\Tomcat 6.0\lib\ I see at catalina.2009-03-27.log: *SEVERE:* Null component Catalina:type=DataSource,path=/com.km.integration.service.web,host=localhost,class

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Yassine
see at catalina.2009-03-27.log: *SEVERE:* Null component Catalina:type=DataSource,path=/com.km.integration.service.web,host=localhost,class=javax.sql.DataSource,name=jdbc/isDS *web.xml*: web-app    resource-ref        descriptionOracle Datasource example/description        res

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Gregor Schneider
1st: I Agree to Yassine that it would be helpful if you could provide some logs. 2nd: If I'm not mistaken, you're using the Tomcat5-syntax which has changed since Tomcat 6. Have l look here: http://tomcat.apache.org/tomcat-6.0-doc/config/realm.html I.e., the username-attribute becomes

RE: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Caldarale, Charles R
From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: SEVERE: Null component Catalina:type=DataSource 2nd: If I'm not mistaken, you're using the Tomcat5-syntax which has changed since Tomcat 6. Have l look here: http://tomcat.apache.org/tomcat-6.0- doc/config/realm.html

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Gregor Schneider
Mea culpa, Chuck, you're right... On Fri, Mar 27, 2009 at 3:21 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: A week in Amsterdam, and...  How much have you guys been drinking? :-) erm... actually I wasn't drinking :) so let's just wait for the logs Cheers Gregor -- just

Re: SEVERE: Null component Catalina:type=DataSource

2009-03-27 Thread Khlystov Alexandr
Thanks for reply Gregor, but I'm not using any realm. And sorry but now is friday evening and I'll provide more data in the monday only. Thanks for replies anyway! Gregor Schneider пишет: 1st: I Agree to Yassine that it would be helpful if you could provide some logs. 2nd: If I'm not

SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/finalServer,J2EEApplication=none,J2EEServer=none

2008-06-24 Thread reena george
-- Forwarded message -- From: reena george [EMAIL PROTECTED] Date: Wed, Jun 25, 2008 at 12:06 AM Subject: SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/finalServer,J2EEApplication=none,J2EEServer=none To: users@tomcat.apache.org hi, When am

RE: SEVERE: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/finalServer,J2EEApplication=none,J2EEServer=none

2008-06-24 Thread Walter Thompson
1) What OS are you running? 2) What JRE or JDK have you installed? 3) If in windows did you set environment variables? Walter -Original Message- From: reena george [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 1:42 PM To: users@tomcat.apache.org Subject: SEVERE: Null component

Re: Tomcat 5.5.x: Null component

2007-07-16 Thread hezjing
I'm using Tomcat 5.5.23 On 7/13/07, Mark Thomas [EMAIL PROTECTED] wrote: hezjing wrote: The dummy\WEB-INF\classes\log4j.properties contains the following, log4j.rootLogger=ALL, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Re: Tomcat 5.5.x: Null component

2007-07-16 Thread Mark Thomas
hezjing wrote: I'm using Tomcat 5.5.23 Do you have log4j.jar in WEB-INF\lib ? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Tomcat 5.5.x: Null component

2007-07-13 Thread Mark Thomas
hezjing wrote: The dummy\WEB-INF\classes\log4j.properties contains the following, log4j.rootLogger=ALL, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{/MM/dd

Tomcat 5.5.x: Null component

2007-07-12 Thread hezjing
Hi! Got this error when try to start my web application: Jul 12, 2007 2:04:11 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 5329 ms Jul 12, 2007 2:04:26 PM org.apache.commons.modeler.Registry registerComponent SEVERE: Null component Catalina:type=JspMonitor,name=jsp

Re: Tomcat 5.5.x: Null component

2007-07-12 Thread Mark Thomas
hezjing wrote: Any idea of what could be the problem? An invalid log4j configuration? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Tomcat 5.5.x: Null component

2007-07-12 Thread hezjing
The dummy\WEB-INF\classes\log4j.properties contains the following, log4j.rootLogger=ALL, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{/MM/dd HH:mm:ss} %5p [%t] %C{1}