| Article: |
Creating a Web Application with Ant and Tomcat 4 | |
| Subject: | no connection to the database: DBCP borrowObject failed | |
| Date: | 2003-03-01 11:13:17 | |
| From: | anonymous2 | |
|
greetings
|
||
Showing messages 1 through 5 of 5.
-
no connection to the database: DBCP borrowObject failed
2003-03-05 06:09:46 wenbo_luo [View]
-
no connection to the database: DBCP borrowObject failed
2003-03-02 00:53:18 ossipetz [View]
well the:
DBCP borrowObject failed
tells that the database connection is present but unusable.
- the max connections are reached
- the database does not exist or has a different spelling. the example uses 'Public' as databasename. try using the same letters.
something else :)
-
no connection to the database: DBCP borrowObject failed
2003-03-01 16:50:14 ossipetz [View]
well the:
DBCP borrowObject failed
tells that the database connection is present but unusable.
- the max connections are reached
- the database does not exist or has a different spelling. the example uses 'Public' as databasename. try using the same letters.
something else :)
-
no connection to the database: DBCP borrowObject failed
2003-03-01 16:35:23 ossipetz [View]
well the:
DBCP borrowObject failed
tells that the database connection is present but unusable.
- the max connections are reached
- the database does not exist or has a different spelling. the example uses 'Public' as databasename. try using the same letters.
something else :)
-
no connection to the database: DBCP borrowObject failed
2003-03-01 16:32:07 ossipetz [View]
well the:
DBCP borrowObject failed
tells that the database connection is present but unusable.
- the max connections are reached
- the database does not exist or has a different spelling. the example uses 'Public' as databasename. try using the same letters.
something else :)



DBCP borrowObject failed: java.sql.SQLException: Cannot load connection class because of underlying exception:
'java.lang.NumberFormatException: For input strin
g: "/"'.
I don't know why it is ,
Any reply will be appreciated.