RE: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27

2012-10-28 Thread Bob Dietrich
tober 27, 2012 5:24 PM To: Tomcat Users List Subject: Re: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27 Hello, I am mot familiar with Hibernate or Liferay, but I ran into what appear to be similar. Look onto the thread titled " JDBCRealm conection timeout failure on getPasswor

RE: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27

2012-10-28 Thread Bob Dietrich
tion. Bob -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Saturday, October 27, 2012 3:28 PM To: Tomcat Users List Subject: Re: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27 2012/10/28 Bob Dietrich : > Greetings, > I've researched this pro

Re: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27

2012-10-27 Thread Aladin Dajani
Hello, I am mot familiar with Hibernate or Liferay, but I ran into what appear to be similar. Look onto the thread titled " JDBCRealm conection timeout failure on getPassword" in thus list. It may help. Aladin On Oct 27, 2012, at 6:28 PM, Konstantin Kolinko wrote: > 2012/10/28 Bob Dietrich :

Re: JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27

2012-10-27 Thread Konstantin Kolinko
2012/10/28 Bob Dietrich : > Greetings, > I've researched this problem for several days, but I must be doing something > wrong. I'm trying to upgrade from Tomcat 7.0.23 to 7.0.27 (actually running > Liferay). I'm getting the following exception when trying to access a > datasource via Hibernate: > >

JNDI datasource error upgrading from Tomcat 7.0.23 to 7.0.27

2012-10-27 Thread Bob Dietrich
Greetings, I've researched this problem for several days, but I must be doing something wrong. I'm trying to upgrade from Tomcat 7.0.23 to 7.0.27 (actually running Liferay). I'm getting the following exception when trying to access a datasource via Hibernate: 16:28:27,694 ERROR [http-bio-8080-

Re: Datasource Error

2007-08-08 Thread Mastrorillo Laurence
ource Error we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:33 AM To: users@tomcat.apache.org Cc: [EMAIL PROTECTED] Subject: Datasource Error I am using Tomcat 5.5.9 on Wi

Re: Datasource Error

2007-08-08 Thread Indudhar Devanath
ssage- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tu

Re: Datasource Error

2007-08-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Will, Will Holmes wrote: > I had no problems with the project when I was using Netbeans 5.5 as my IDE > but I had to convert my project to work with Websphere development studio > and that is when I encountered the error below. I believe the error

Re: Datasource Error

2007-08-08 Thread David Smith
, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:33 AM To: users@tomcat.apache.org Cc: [EMAIL

Re: Datasource Error

2007-08-08 Thread David Smith
thought maybe there might be some bugs with Tomcat 5.5.9. Thanks Wil -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could

Re: Datasource Error

2007-08-08 Thread Gregor Schneider
Will, as long as you don't post your configuration (context.xml and web.xml of your web-app, your servlet / jsp-code accessing the datasource), nobody will be able to help you. That is, since we all ran out of cristal balls telling us the solution for your problems... Gregor -- what's puzzlin'

RE: Datasource Error

2007-08-07 Thread Will Holmes
some bugs with Tomcat 5.5.9. Thanks Wil -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 11:53 AM To: Tomcat Users List Subject: RE: Datasource Error we might could stand to see more of the code...or I could at least. -Original

RE: Datasource Error

2007-08-07 Thread Propes, Barry L
2007 1:27 PM To: Tomcat Users List Subject: Re: Datasource Error Set the connection url in database configuration xml file. Some thing like, url jdbc:mysql://localhost:3306/javatest?autoReconnect=true Refer to this page: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasourc

Re: Datasource Error

2007-08-07 Thread Manivannan Palanichamy
Set the connection url in database configuration xml file. Some thing like, url jdbc:mysql://localhost:3306/javatest?autoReconnect=true Refer to this page: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html -- Manivannan.Palanichamy (@) Oracle.com http:/

Re: Datasource Error

2007-08-07 Thread David Smith
It would be great to see more info on your setup including - Resource definition in server.xml - ResourceLink definition in your context.xml - resource-ref in web.xml - the source code of where you are attempting to get a connection. In short, this error is most likely cause because one or more

RE: Datasource Error

2007-08-07 Thread Propes, Barry L
we might could stand to see more of the code...or I could at least. -Original Message- From: Will Holmes [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 10:33 AM To: users@tomcat.apache.org Cc: [EMAIL PROTECTED] Subject: Datasource Error I am using Tomcat 5.5.9 on Windows XP

Datasource Error

2007-08-07 Thread Will Holmes
I am using Tomcat 5.5.9 on Windows XP I have created a resouce in the Tomcat server.xml file. I have configured the resource ref in the web.xml file. When my application access the datasource I get the following error: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of c