You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
Looks like we started getting test to fail intermittently since upgrading to vertx-client-oracle 4.5.0 which requires Oracle ojdbc8 23.3.0.23.09. I have extracted an example from our larger test, but the execution and flow should be the same. However, it's not failing each time so not sure how hard will be to reproduce. Attached is example and logs that I extracted from one failure.
More details
Here are error logs from the tests we got. error.log
Based on logs, I assume this is the same as an old closed issue #2101 because vertx-oracle-client 4.5.0 that pulls Oracle ojdbc 23.3.0.23.09 and it has this code in class oracle.jdbc.driver.GeneratedPhysicalConnection in method getApplicationProgramName calling Thread.getAllStackTraces()
@radovanradic , using your reproducer and steps to reproduce just gives me:
HibernateReactiveOracleTest > initializationError FAILED
io.micronaut.context.exceptions.BeanInstantiationException at DefaultBeanContext.java:1980
Caused by: io.micronaut.context.exceptions.BeanInstantiationException at DefaultBeanContext.java:2324
Caused by: io.micronaut.testresources.client.TestResourcesException at TestResourcesClientPropertyExpressionResolver.java:130
I also get a report that says:
io.micronaut.context.exceptions.BeanInstantiationException: Bean definition [org.hibernate.SessionFactory] could not be loaded: Error instantiating bean of type [org.hibernate.boot.SessionFactoryBuilder]
Message: Test resources service wasn't able to revolve expression 'jpa.default.properties.hibernate.connection.url': java.net.http.HttpTimeoutException: request timed out
...
Describe the issue
Looks like we started getting test to fail intermittently since upgrading to vertx-client-oracle 4.5.0 which requires Oracle ojdbc8 23.3.0.23.09. I have extracted an example from our larger test, but the execution and flow should be the same. However, it's not failing each time so not sure how hard will be to reproduce. Attached is example and logs that I extracted from one failure.
Steps to reproduce the issue
hibernate-reactive-oracle.zip
Describe GraalVM and your environment:
More details
Here are error logs from the tests we got.
error.log
Based on logs, I assume this is the same as an old closed issue #2101 because vertx-oracle-client 4.5.0 that pulls Oracle ojdbc 23.3.0.23.09 and it has this code in class
oracle.jdbc.driver.GeneratedPhysicalConnection
in methodgetApplicationProgramName
callingThread.getAllStackTraces()
we have reactive tests and X number of threads accessing db so the test is failing randomly in GraalVM with the error reported in this issue.
Please note I did not get failure from the attached app but app was copied from the test module that fails randomly.
The text was updated successfully, but these errors were encountered: