1 Reply Latest reply on Jul 3, 2012 9:47 AM by lafr

    Listener refused the connection

    sarahfr

      Hi,

      Itry to deploy my application but I have this error:

       

      14:58:16,894 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (JCA PoolFiller) IJ000610: Unable to fill pool: javax.resource.ResourceException: Could not create connection

              at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:277)

              at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:235)

              at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool.createConnectionEventListener(SemaphoreArrayListManagedConnectionPool.java:761) [ironjacamar-core-impl-1.0.9.Final.jar:1.0.9.Final]

              at org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPool.fillToMin(SemaphoreArrayListManagedConnectionPool.java:706) [ironjacamar-core-impl-1.0.9.Final.jar:1.0.9.Final]

              at org.jboss.jca.core.connectionmanager.pool.mcp.PoolFiller.run(PoolFiller.java:97) [ironjacamar-core-impl-1.0.9.Final.jar:1.0.9.Final]

              at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_25]

      Caused by: java.sql.SQLException: Listener refused the connection with the following error:

      ORA-12519, TNS:no appropriate service handler found

       

       

              at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)

              at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)

              at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)

              at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:480)

              at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:413)

              at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)

              at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)

              at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)

              at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)

              at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.getLocalManagedConnection(LocalManagedConnectionFactory.java:249)

              ... 5 more

      Caused by: oracle.net.ns.NetException: Listener refused the connection with the following error:

      ORA-12519, TNS:no appropriate service handler found

       

       

              at oracle.net.ns.NSProtocol.connect(NSProtocol.java:361)

              at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:966)

              at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:292)

              ... 10 more

       

      Please I need your help.

      thaks

        • 1. Re: Listener refused the connection
          lafr

          This is probably an oracle problem:

          12519, 00000, "TNS:no appropriate service handler found"                 

          // *Cause: The listener could not find any available service handlers that

          // are appropriate for the client connection.                            

          // *Action: Run "lsnrctl services" to ensure that the instance(s) have   

          // registered with the listener, and are accepting connections.