From: | Paul Thomas <paul(at)tmsl(dot)demon(dot)co(dot)uk> |
---|---|
To: | LEON <ldai(at)accunettech(dot)com> |
Cc: | "pgsql-sql (at) postgresql (dot) org" <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: How can I to solute this problem? |
Date: | 2003-07-30 11:25:25 |
Message-ID: | 20030730122525.A28429@bacon |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 |
+------------------------------+---------------------------------------------+
From | Date | Subject | |
---|---|---|---|
Next Message | Keith H.K. Lam (U1 Tech.) | 2003-07-30 11:28:04 | select query that would join two databases |
Previous Message | Peter Eisentraut | 2003-07-30 10:41:55 | Re: now 7.2.3 - 7.3.3 |