You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by ma...@accenture.com on 2005/01/20 19:59:02 UTC

Time out waiting

Below are excerpts from my application logs which occur after the
database is restarted but the application is not. Can anyone offer an
explanation for the errors "The Network Adapter could not establish the
connection" and "Timed out waiting for pooled connection from 'null'?"

Thanks in advance

2005-01-02 05:04:58,390 [org.gds.lcm.LifecycleManager.Thread] CRIT
gds.syslog - Error getting Groups from database!
java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory
...
2005-01-02 05:46:01,156 [org.gds.lcm.LifecycleManager.Thread] CRIT
gds.syslog - Error getting PermissionMappings from database!
java.sql.SQLException: Io exception: The Network Adapter could not
establish the connection
...
2005-01-03 07:00:08,266 [Servlet.Engine.Transports : 4] CRIT  gds.syslog
- Unable to initialize the prepared statements.
java.sql.SQLException: Timed out waiting for pooled connection from
'null'

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org


Re: Time out waiting

Posted by Saravana Krishnan <sa...@uky.edu>.
Have you restarted the TNS Listner? I think it is 
lsnrctl stop and lsnrctl start. The times when this happened to me, the
entire database was shutdown.

-Sarav

On Thu, 2005-01-20 at 12:59 -0600, mark.a.gold@accenture.com wrote:
> Below are excerpts from my application logs which occur after the
> database is restarted but the application is not. Can anyone offer an
> explanation for the errors "The Network Adapter could not establish the
> connection" and "Timed out waiting for pooled connection from 'null'?"
> 
> Thanks in advance
> 
> 2005-01-02 05:04:58,390 [org.gds.lcm.LifecycleManager.Thread] CRIT
> gds.syslog - Error getting Groups from database!
> java.sql.SQLException: ORA-01034: ORACLE not available
> ORA-27101: shared memory realm does not exist
> SVR4 Error: 2: No such file or directory
> ....
> 2005-01-02 05:46:01,156 [org.gds.lcm.LifecycleManager.Thread] CRIT
> gds.syslog - Error getting PermissionMappings from database!
> java.sql.SQLException: Io exception: The Network Adapter could not
> establish the connection
> ....
> 2005-01-03 07:00:08,266 [Servlet.Engine.Transports : 4] CRIT  gds.syslog
> - Unable to initialize the prepared statements.
> java.sql.SQLException: Timed out waiting for pooled connection from
> 'null'
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
> For additional commands, e-mail: torque-user-help@db.apache.org
> 
> 
-- 
Saravana Krishnan <sa...@uky.edu>


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org