严重: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error:
ORA-12528, TNS:listener: all appropriate instances are blocking new connections
The Connection descriptor used by the client was:
localhost:1521:orcl
)
2011-7-12 10:29:01 org.hibernate.cfg.SettingsFactory buildSettings

解决方案 »

  1.   

    警告: Could not obtain connection to query metadata
    org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    The Connection descriptor used by the client was:
    localhost:1521:orcl
    )
      

  2.   

    Caused by: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12528, TNS:listener: all appropriate instances are blocking new connections
    The Connection descriptor used by the client was:
    localhost:1521:orcl
      

  3.   

    看这个错误应该是数据库连接线程池满了。你这个应该是在web服务器中配置的。