Re: How can I to solute this problem? - Mailing list pgsql-sql

From Paul Thomas
Subject Re: How can I to solute this problem?
Date
Msg-id 20030730122525.A28429@bacon
Whole thread Raw
In response to Re: How can I to solute this problem?  ("LEON" <ldai@accunettech.com>)
List pgsql-sql
On 30/07/2003 10:43 LEON wrote:
> Hi,Thank your help yesterday.
> 
> Now I met a new question.
> When I continued to clicking UI(jsp) some time, I will get a error in
> page.It is "Http 404" and Exception is "NullPoinerExcaption".
> 
> I checked the log of tomcat. It recorded a message"connected database
> failed. The user perporty is missing. It is mandoatory".
> 
> netstat | grep postgres |wc -l
> The connection number is 278
> 
> lsof -i :5432 | wc -l
> 60
> 
> How can I solute this problem?
> Is there bug in postgresql's jdbc?
> 
> Could you give me help?

You must supply the user name in your DriverManager.getConnection(url, 
user, password).

HTH

-- 
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller 
Business |
| Computer Consultants         | 
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+


pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: now 7.2.3 - 7.3.3
Next
From: Achilleus Mantzios
Date:
Subject: Re: How can I to solute this problem?