Title: Detected Oracle driver stuck during Statement initialization Caused by: java.sql.SQLRecoverableException: Closed Connection · Issue #104 · utPLSQL/utPLSQL-java-api · GitHub
Open Graph Title: Detected Oracle driver stuck during Statement initialization Caused by: java.sql.SQLRecoverableException: Closed Connection · Issue #104 · utPLSQL/utPLSQL-java-api
X Title: Detected Oracle driver stuck during Statement initialization Caused by: java.sql.SQLRecoverableException: Closed Connection · Issue #104 · utPLSQL/utPLSQL-java-api
Description: I have local configuration: oracle container (19.3) + maven container and it works fine. Here is output: INFO] --- utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) @ debtcollect --- [INFO] utPLSQL Version = v3.1.10.3349 [INFO] I...
Open Graph Description: I have local configuration: oracle container (19.3) + maven container and it works fine. Here is output: INFO] --- utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) @ debtcollect --- [INFO]...
X Description: I have local configuration: oracle container (19.3) + maven container and it works fine. Here is output: INFO] --- utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) @ debtcollect --- [INFO]...
Opengraph URL: https://github.com/utPLSQL/utPLSQL-java-api/issues/104
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Detected Oracle driver stuck during Statement initialization Caused by: java.sql.SQLRecoverableException: Closed Connection","articleBody":"I have local configuration: oracle container (19.3) + maven container and it works fine.\r\nHere is output:\r\n\r\n\u003e \r\n\u003e INFO] --- utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) @ debtcollect ---\r\n\u003e [INFO] utPLSQL Version = v3.1.10.3349\r\n\u003e [INFO] Invoking TestRunner with: /opt/debtcollect/target\r\n\u003e [INFO] TestRunner initialized\r\n\u003e [INFO] Running on utPLSQL v3.1.10.3349\r\n\u003e [INFO] Initializing reporters\r\n\u003e [INFO] Running tests\r\n\u003e [INFO] Running tests finished.\r\n\u003e [info] Writing report UT_COVERAGE_SONAR_REPORTER to /opt/debtcollect/target/coverage-sonar-report.xml\r\n\u003e [info] Writing report UT_COVERAGE_HTML_REPORTER to /opt/debtcollect/target/coverage-report.html\r\n\u003e [info] Writing report UT_SONAR_TEST_REPORTER to /opt/debtcollect/target/sonar-test-report.xml\r\n\u003e [INFO] ------------------------------------------------------------------------\r\n\u003e [INFO] BUILD SUCCESS\r\n\u003e [INFO] ------------------------------------------------------------------------\r\n\u003e [INFO] Total time: 4.462 s\r\n\u003e [INFO] Finished at: 2022-04-17T15:38:41Z\r\n\u003e [INFO] ------------------------------------------------------------------------\r\n\r\nAnd I have test oracle instance in my company (19.6) + my local maven and i've got strange error with connection.\r\nHere is output:\r\n\u003e [INFO] --- utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) @ debtcollect ---\r\n\u003e [INFO] utPLSQL Version = v3.1.10.3349\r\n\u003e [INFO] Invoking TestRunner with: /Users/ivan/Documents/Work/sandbox/debt/target\r\n\u003e [INFO] TestRunner initialized\r\n\u003e [INFO] Running on utPLSQL v3.1.10.3349\r\n\u003e [INFO] Initializing reporters\r\n\u003e [ERROR] Detected Oracle driver stuck during Statement initialization\r\n\u003e [ERROR] Unexpected error opening file ouput \r\n\u003e org.apache.maven.plugin.MojoExecutionException: Unexpected error opening file ouput \r\n\u003e at org.utplsql.maven.plugin.reporter.ReporterWriter.writeReports (ReporterWriter.java:101)\r\n\u003e at org.utplsql.maven.plugin.reporter.ReporterWriter.writeReporters (ReporterWriter.java:63)\r\n\u003e at org.utplsql.maven.plugin.UtPLSQLMojo.execute (UtPLSQLMojo.java:196)\r\n\u003e at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)\r\n\u003e at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)\r\n\u003e at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)\r\n\u003e at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)\r\n\u003e at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)\r\n\u003e at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)\r\n\u003e at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)\r\n\u003e at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)\r\n\u003e at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)\r\n\u003e at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)\r\n\u003e at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)\r\n\u003e at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)\r\n\u003e at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)\r\n\u003e at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)\r\n\u003e at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)\r\n\u003e at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)\r\n\u003e at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)\r\n\u003e at java.lang.reflect.Method.invoke (Method.java:568)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)\r\n\u003e Caused by: java.sql.SQLRecoverableException: Closed Connection\r\n\u003e at oracle.jdbc.driver.PhysicalConnection.prepareCall (PhysicalConnection.java:1935)\r\n\u003e at oracle.jdbc.driver.PhysicalConnection.prepareCall (PhysicalConnection.java:1911)\r\n\u003e at oracle.jdbc.driver.PhysicalConnection.prepareCall (PhysicalConnection.java:1877)\r\n\u003e at org.utplsql.api.outputBuffer.OutputBufferProvider.hasOutput (OutputBufferProvider.java:62)\r\n\u003e at org.utplsql.api.outputBuffer.OutputBufferProvider.getCompatibleOutputBuffer (OutputBufferProvider.java:33)\r\n\u003e at org.utplsql.maven.plugin.reporter.ReporterWriter.writeReports (ReporterWriter.java:74)\r\n\u003e at org.utplsql.maven.plugin.reporter.ReporterWriter.writeReporters (ReporterWriter.java:63)\r\n\u003e at org.utplsql.maven.plugin.UtPLSQLMojo.execute (UtPLSQLMojo.java:196)\r\n\u003e at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)\r\n\u003e at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)\r\n\u003e at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)\r\n\u003e at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)\r\n\u003e at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)\r\n\u003e at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)\r\n\u003e at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)\r\n\u003e at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)\r\n\u003e at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)\r\n\u003e at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)\r\n\u003e at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)\r\n\u003e at org.apache.maven.cli.MavenCli.execute (MavenCli.java:972)\r\n\u003e at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)\r\n\u003e at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)\r\n\u003e at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)\r\n\u003e at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)\r\n\u003e at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)\r\n\u003e at java.lang.reflect.Method.invoke (Method.java:568)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)\r\n\u003e at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)\r\n\u003e [INFO] ------------------------------------------------------------------------\r\n\u003e [INFO] BUILD FAILURE\r\n\u003e [INFO] ------------------------------------------------------------------------\r\n\u003e [INFO] Total time: 14.796 s\r\n\u003e [INFO] Finished at: 2022-04-17T18:35:11+03:00\r\n\u003e [INFO] ------------------------------------------------------------------------\r\n\u003e [ERROR] Failed to execute goal org.utplsql:utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) on project debtcollect: Oracle driver stuck during creating the TestRunner statement. Retry.: TimeoutException -\u003e [Help 1]\r\n\u003e [ERROR] \r\n\u003e [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\r\n\u003e [ERROR] Re-run Maven using the -X switch to enable full debug logging.\r\n\u003e [ERROR] \r\n\u003e [ERROR] For more information about the errors and possible solutions, please read the following articles:\r\n\u003e [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException\r\n\r\nThe driver is the same, the uptplsql version is the same, the oracle version is almost the same (major = 19.0, minor is little different).\r\nWith the same oracle driver and mvn liquibase plugin i create tables and procedures on both servers, i've got this error only when try to run tests.\r\nOracle JDBC version is 19.3.0.0, also tried 21.3.0.0 but no changes.\r\nCommand ut.run on server works well of course on both servers.\r\nIf it's important: connection to company server is over VPN.\r\nIf it's important2: server is far away and first connection is kinda slow so local server connection is 100ms, remote server connection is 5-7 seconds.","author":{"url":"https://github.com/Gepar","@type":"Person","name":"Gepar"},"datePublished":"2022-04-17T15:49:02.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/104/utPLSQL-java-api/issues/104"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7dfc7cdd-fb68-06e1-a9c8-893a9f5f4eeb |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | C01E:30D218:279B8A6:3575DDD:69704319 |
| html-safe-nonce | 3baf4a218faa7fc6c03de6a65f77381c38b83ace2fe72e6170cf06d641056ed5 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMDFFOjMwRDIxODoyNzlCOEE2OjM1NzVEREQ6Njk3MDQzMTkiLCJ2aXNpdG9yX2lkIjoiNzcwMDMwOTYyMTA4NzQyMTIwOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 0d84a3b5a6a3b41b0020478e974049ef129e898ab65924c0a912cc438de1c2cf |
| hovercard-subject-tag | issue:1206472383 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL-java-api/104/issue_layout |
| twitter:image | https://opengraph.githubassets.com/35dd7a55ebbdf36d4ba145b34453fd18056ac369a836a5766aa7a816bed234fd/utPLSQL/utPLSQL-java-api/issues/104 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/35dd7a55ebbdf36d4ba145b34453fd18056ac369a836a5766aa7a816bed234fd/utPLSQL/utPLSQL-java-api/issues/104 |
| og:image:alt | I have local configuration: oracle container (19.3) + maven container and it works fine. Here is output: INFO] --- utplsql-maven-plugin:3.1.4:test (run-plsql-test-packages) @ debtcollect --- [INFO]... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | Gepar |
| hostname | github.com |
| expected-hostname | github.com |
| None | 9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2 |
| turbo-cache-control | no-preview |
| go-import | github.com/utPLSQL/utPLSQL-java-api git https://github.com/utPLSQL/utPLSQL-java-api.git |
| octolytics-dimension-user_id | 15661281 |
| octolytics-dimension-user_login | utPLSQL |
| octolytics-dimension-repository_id | 86466023 |
| octolytics-dimension-repository_nwo | utPLSQL/utPLSQL-java-api |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 86466023 |
| octolytics-dimension-repository_network_root_nwo | utPLSQL/utPLSQL-java-api |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | f643964067a552f02067066d6a910b2f90a5721f |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width