0% found this document useful (0 votes)
95 views2 pages

Message Teste de Envio

The log file indicates that the application was unable to create a connection to the Oracle database. It traces the exception back to a "Connection reset" socket error, suggesting an issue establishing or maintaining the network connection to the database. It also logged a warning that it did not recognize the Oracle database major version [18].

Uploaded by

João
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views2 pages

Message Teste de Envio

The log file indicates that the application was unable to create a connection to the Oracle database. It traces the exception back to a "Connection reset" socket error, suggesting an issue establishing or maintaining the network connection to the database. It also logged a warning that it did not recognize the Oracle database major version [18].

Uploaded by

João
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

14:20:42,377 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.xa.XAManagedConnectionFactory.getXAManagedConnection(XA
ManagedConnectionFactory.java:525)
at
org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.createManagedConnection(X
AManagedConnectionFactory.java:434)
at
org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPo
ol.createConnectionEventListener(SemaphoreArrayListManagedConnectionPool.java:834)
[ironjacamar-core-impl-1.0.31.Final-redhat-1.jar:1.0.31.Final-redhat-1]
at
org.jboss.jca.core.connectionmanager.pool.mcp.SemaphoreArrayListManagedConnectionPo
ol.fillToMin(SemaphoreArrayListManagedConnectionPool.java:775) [ironjacamar-core-
impl-1.0.31.Final-redhat-1.jar:1.0.31.Final-redhat-1]
at
org.jboss.jca.core.connectionmanager.pool.mcp.PoolFiller.run(PoolFiller.java:97)
[ironjacamar-core-impl-1.0.31.Final-redhat-1.jar:1.0.31.Final-redhat-1]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_60]
Caused by: java.sql.SQLRecoverableException: IO Error: Connection reset
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:484)
at
oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:552)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:253)
at
oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:526)
at
oracle.jdbc.pool.OracleDataSource.getPhysicalConnection(OracleDataSource.java:280)
at
oracle.jdbc.xa.client.OracleXADataSource.getPooledConnection(OracleXADataSource.jav
a:472)
at
oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:15
6)
at
oracle.jdbc.xa.client.OracleXADataSource.getXAConnection(OracleXADataSource.java:13
0)
at
org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XA
ManagedConnectionFactory.java:508)
... 5 more
Caused by: java.net.SocketException: Connection reset
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:113)
[rt.jar:1.8.0_60]
at java.net.SocketOutputStream.write(SocketOutputStream.java:153)
[rt.jar:1.8.0_60]
at oracle.net.ns.DataPacket.send(DataPacket.java:210)
at oracle.net.ano.CryptoDataPacket.send(Unknown Source)
at oracle.net.ns.NetOutputStream.flush(NetOutputStream.java:230)
at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:312)
at oracle.net.ns.NetInputStream.read(NetInputStream.java:260)
at oracle.net.ns.NetInputStream.read(NetInputStream.java:185)
at oracle.net.ns.NetInputStream.read(NetInputStream.java:102)
at
oracle.jdbc.driver.T4CSocketInputStreamWrapper.readNextPacket(T4CSocketInputStreamW
rapper.java:124)
at
oracle.jdbc.driver.T4CSocketInputStreamWrapper.read(T4CSocketInputStreamWrapper.jav
a:80)
at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1137)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:345)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223)
at
oracle.jdbc.driver.T4CTTIoauthenticate.doOSESSKEY(T4CTTIoauthenticate.java:404)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:402)
... 14 more

14:20:42,666 WARN
[org.hibernate.service.jdbc.dialect.internal.StandardDialectResolver]
(ServerService Thread Pool -- 50) HHH000384: Unknown Oracle major version [18]

You might also like