Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 36158 invoked from network); 3 Mar 2010 01:08:30 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Mar 2010 01:08:30 -0000 Received: (qmail 14923 invoked by uid 500); 3 Mar 2010 01:08:21 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 14783 invoked by uid 500); 3 Mar 2010 01:08:21 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 14774 invoked by uid 99); 3 Mar 2010 01:08:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 01:08:21 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [130.132.232.16] (HELO athena.med.yale.edu) (130.132.232.16) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Mar 2010 01:08:11 +0000 Received: from [130.132.120.25] (vpn130132120025.its.yale.edu [130.132.120.25]) by email.med.yale.edu (PMDF V6.2-X17 #31441) with ESMTP id <0KYO1B2H7LSXPU@email.med.yale.edu> for users@tomcat.apache.org; Tue, 02 Mar 2010 20:07:45 -0500 (EST) Date: Tue, 02 Mar 2010 20:07:43 -0500 From: Mark Shifman Subject: Re: DB connection error -Tomcat 6 config In-reply-to: <08382548D50D3049BD5599E1E3146B341054F2039B@exgtmb06.nam.nsroot.net> To: Tomcat Users List Message-id: <4B8DB65F.8020508@yale.edu> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) References: <08382548D50D3049BD5599E1E3146B340FFB1EE2C0@exgtmb06.nam.nsroot.net> <4B8442AF.7060000@christopherschultz.net> <"08382548D50D3049BD5599E1E3146 B340FFB1EE2DF"@exgtmb06.nam.nsroot.net> <"99C8B2929B39C24493377AC7A121E21F96CB 3DB1C6"@USEA-EXCH8.na.uis.unisys.com> <"08382548D50D3049BD5599E1E3146B340FFB1E E323"@exgtmb06.nam.nsroot.net> <4B86EEDA.5080002@christopherschultz.net> <08382548D50D3049BD5599E1E3146B341054F2037C@exgtmb06.nam.nsroot.net> <99C8B2929B39C24493377AC7A121E21F96CB7AA44E@USEA-EXCH8.na.uis.unisys.com> <08382548D50D3049BD5599E1E3146B341054F2037F@exgtmb06.nam.nsroot.net> <22571048298BC44DAF91BE12457E873D86DAFD47@bgxius-ex01.XIUS-bcgi.ltd> <08382548D50D3049BD5599E1E3146B341054F20385@exgtmb06.nam.nsroot.net> <08382548D50D3049BD5599E1E3146B341054F2039B@exgtmb06.nam.nsroot.net> X-Virus-Checked: Checked by ClamAV on apache.org Propes, Barry L wrote: > I wonder now...should I perhaps be using this jar? ojdbc6.jar ? > > Has anyone upgraded their Oracle drivers that's using TC 6 and JDK 1.6? > > If anyone has used these environments together and needed to make the change, please apprise. > I am using ojdbc6.jar with tomcat 6 (two different versions) and it works just fine. I am using dbcp that comes with tomcat 6 without any problems. There were some things that weren't implemented correctly/well in ojdbc14, which work with ojdbc6, some calls for getting metadata from prepared statements or result sets (can't remember the exact details). ojdbc6 seems to work just fine. mas > Thanks, > > Barry > > -----Original Message----- > From: Propes, Barry L [GCG-NAOT] > Sent: Tuesday, March 02, 2010 9:50 AM > To: 'Tomcat Users List' > Subject: RE: DB connection error -Tomcat 6 config > > Really? Well, when I was implementing connection pooling in 4.1.31, I specifically remember having to use ojdbc14_g.jar instead of ojdbc14.jar to successfully get the conn pooling to work. > > I'll swap out the ojdbc14_g.jar for the ojdbc14.jar and just use the latter and see if that works. > > Thanks, Karthik. > > -----Original Message----- > From: Karthik Nanjangude [mailto:karthik.nanjangude@xius-bcgi.com] > Sent: Monday, March 01, 2010 10:59 PM > To: Tomcat Users List > Subject: RE: DB connection error -Tomcat 6 config > > Hi > > Please double check the "ojdbc14.jar" size, Some times I find the jar files corrupt due to various reasons. > > Also check only 1 copy of this 'jar' exists in "/TOMCAT6.0.2.0/lib" directory and make sure the same does not exist within the web application. > > ojdbc14_g.jar is used for advance debug purpose, although it works try with normal ojdbc14.jar > > > > > With regards > karthik > > -----Original Message----- > From: Propes, Barry L [mailto:barry.l.propes@citi.com] > Sent: Tuesday, March 02, 2010 4:44 AM > To: 'Tomcat Users List' > Subject: RE: DB connection error -Tomcat 6 config > > Sorry, no. > > webapps/chngctrl/META-INF/context.xml. > > Thanks, Chuck. > > -----Original Message----- > From: Caldarale, Charles R [mailto:Chuck.Caldarale@unisys.com] > Sent: Monday, March 01, 2010 4:29 PM > To: Tomcat Users List > Subject: RE: DB connection error -Tomcat 6 config > > >> From: Propes, Barry L [mailto:barry.l.propes@citi.com] >> Subject: RE: DB connection error -Tomcat 6 config >> >> If I try to reference the resource reference in the >> webapps/META-INF/context.xml file, >> > > Is that the real location? If so, it's not valid. The webapps directory is the default directory under which each webapp is normally deployed; there must be a webapp name between "webapps" and "META-INF" (e.g., ROOT). Any other construct is incorrect. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org