Re: Issue with psql driver

2007-09-06 Thread David Smith
ld expect. Thanks. Chris - Original Message From: David Smith <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, September 5, 2007 10:58:19 AM Subject: Re: Issue with psql driver Can you post the complete stack trace of your error? That would be extremely helpfu

Re: Issue with psql driver

2007-09-06 Thread Chris Baty
avid Smith <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Wednesday, September 5, 2007 10:58:19 AM > Subject: Re: Issue with psql driver > > > Can you post the complete stack trace of your error? > That would be > extremely helpful in diagnosing the proble

Re: Issue with psql driver

2007-09-05 Thread Dan Armbrust
he Catalina > > log: > > > > > >Error occurred: org.postgresql.util.PSQLException: > > Something unusual > > >has occured to cause the driver to fail. Please > > report this exception. > > > > > >This comes right from my catch routine

RE: Issue with psql driver

2007-09-05 Thread Peter Crowther
> From: Chris Baty [mailto:[EMAIL PROTECTED] > System.out.println("Error occurred: " + ex); Chris, you might want to learn how to use any of the Java logging frameworks - as I eventually realised, they make your life a lot easier once you get your head round them. In the meantime, at least als

Re: Issue with psql driver

2007-09-05 Thread Chris Baty
al > >has occured to cause the driver to fail. Please > report this exception. > > > >This comes right from my catch routine and is > what I would expect. > > > >Thanks. > >Chris > > > > > >- Original Message > >From: D

Re: Issue with psql driver

2007-09-05 Thread David Smith
Sent: Wednesday, September 5, 2007 10:58:19 AM Subject: Re: Issue with psql driver Can you post the complete stack trace of your error? That would be extremely helpful in diagnosing the problem. ---David Chris Baty wrote: Hi Guys, I'm trying to access psql from Tomcat5. I have the cor

Re: Issue with psql driver

2007-09-05 Thread Chris Baty
- Original Message From: David Smith <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Wednesday, September 5, 2007 10:58:19 AM Subject: Re: Issue with psql driver Can you post the complete stack trace of your error? That would be extremely helpful in diagnosing the problem. ---David

Re: Issue with psql driver

2007-09-05 Thread David Smith
Can you post the complete stack trace of your error? That would be extremely helpful in diagnosing the problem. ---David Chris Baty wrote: Hi Guys, I'm trying to access psql from Tomcat5. I have the correct driver because my command-lind test program works fine. So I copied the driver

Issue with psql driver

2007-09-05 Thread Chris Baty
Hi Guys, I'm trying to access psql from Tomcat5. I have the correct driver because my command-lind test program works fine. So I copied the driver into /usr/share/tomcat5/common/lib, like the documentation says. Then I kept getting Error occurred: org.postgresql.util.PSQLException: Somet