Re: can't access database from servlet

From: "Nick Fankhauser" <nickf(at)ontko(dot)com>
To: "Sanjeev Rathore" <intmail2002(at)yahoo(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: can't access database from servlet
Date: 2002-01-03 13:55:14
Message-ID: NEBBLAAHGLEEPCGOBHDGAEEAECAA.nickf@ontko.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Sanjeev-

Another hint that might help-

Since your stack trace is going to System.out when an exception is caught,
you won't see the stack trace in your browser screen- It's going to end up
in the tomcat log instead.

I'm not sure where the Tomcat log lives on RedHat Linux, but under Debian, I
find it in /var/log/tomcat/stdout.log -If your tomcat user does not have the
grants to select from name, the error message telling you this is probably
in this log file. (Or if I'm totally off base (quite possible this soon
after new years... <grin>), there might be some other message giving you a
hint about what is going wrong.)

-Nick

--------------------------------------------------------------------------
Nick Fankhauser nickf(at)ontko(dot)com Phone 1.765.935.4283 Fax 1.765.962.9788
Ray Ontko & Co. Software Consulting Services http://www.ontko.com/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-01-03 14:28:02 Re: can't access database from servlet
Previous Message Nick Fankhauser 2002-01-03 13:47:58 Re: can't access database from servlet