![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#3
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#4
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#5
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#6
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#7
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#8
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#9
| |||
| |||
|
|
Tomcat 5.5, Java 1.5, Postgres 8.2. I use jndi to access resources. When I try to delete a database, listed in the context.xml, I get the message: ERROR: database is being accessed by other user. It seems that pooling service has not released the resource. I waited some time just to let dbcp release abandoned connections, I wrote a function etc. but nothing seems to work. Of course nobody is connected to the database. |
#10
| |||
| |||
|
|
SELECT datname, procpid, usename, backend_start FROM pg_stat_activity; |
|
Which database do you want to drop? There is a db named "common" which stores general informations, for |
![]() |
| Thread Tools | |
| Display Modes | |
| |