René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:7dfc7cdd-fb68-06e1-a9c8-893a9f5f4eeb
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC01E:30D218:279B8A6:3575DDD:69704319
html-safe-nonce3baf4a218faa7fc6c03de6a65f77381c38b83ace2fe72e6170cf06d641056ed5
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMDFFOjMwRDIxODoyNzlCOEE2OjM1NzVEREQ6Njk3MDQzMTkiLCJ2aXNpdG9yX2lkIjoiNzcwMDMwOTYyMTA4NzQyMTIwOSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac0d84a3b5a6a3b41b0020478e974049ef129e898ab65924c0a912cc438de1c2cf
hovercard-subject-tagissue:1206472383
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/utPLSQL/utPLSQL-java-api/104/issue_layout
twitter:imagehttps://opengraph.githubassets.com/35dd7a55ebbdf36d4ba145b34453fd18056ac369a836a5766aa7a816bed234fd/utPLSQL/utPLSQL-java-api/issues/104
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/35dd7a55ebbdf36d4ba145b34453fd18056ac369a836a5766aa7a816bed234fd/utPLSQL/utPLSQL-java-api/issues/104
og:image:altI 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameGepar
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL-java-api git https://github.com/utPLSQL/utPLSQL-java-api.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id86466023
octolytics-dimension-repository_nwoutPLSQL/utPLSQL-java-api
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id86466023
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL-java-api
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef643964067a552f02067066d6a910b2f90a5721f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL-java-api/issues/104#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-java-api%2Fissues%2F104
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-java-api%2Fissues%2F104
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=utPLSQL%2FutPLSQL-java-api
Reloadhttps://github.com/utPLSQL/utPLSQL-java-api/issues/104
Reloadhttps://github.com/utPLSQL/utPLSQL-java-api/issues/104
Reloadhttps://github.com/utPLSQL/utPLSQL-java-api/issues/104
utPLSQL https://github.com/utPLSQL
utPLSQL-java-apihttps://github.com/utPLSQL/utPLSQL-java-api
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-java-api
Fork 4 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-java-api
Star 6 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-java-api
Code https://github.com/utPLSQL/utPLSQL-java-api
Issues 6 https://github.com/utPLSQL/utPLSQL-java-api/issues
Pull requests 0 https://github.com/utPLSQL/utPLSQL-java-api/pulls
Actions https://github.com/utPLSQL/utPLSQL-java-api/actions
Projects 0 https://github.com/utPLSQL/utPLSQL-java-api/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/utPLSQL/utPLSQL-java-api/security
Please reload this pagehttps://github.com/utPLSQL/utPLSQL-java-api/issues/104
Insights https://github.com/utPLSQL/utPLSQL-java-api/pulse
Code https://github.com/utPLSQL/utPLSQL-java-api
Issues https://github.com/utPLSQL/utPLSQL-java-api/issues
Pull requests https://github.com/utPLSQL/utPLSQL-java-api/pulls
Actions https://github.com/utPLSQL/utPLSQL-java-api/actions
Projects https://github.com/utPLSQL/utPLSQL-java-api/projects
Security https://github.com/utPLSQL/utPLSQL-java-api/security
Insights https://github.com/utPLSQL/utPLSQL-java-api/pulse
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-java-api/issues/104
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-java-api/issues/104
#105https://github.com/utPLSQL/utPLSQL-java-api/pull/105
Detected Oracle driver stuck during Statement initialization Caused by: java.sql.SQLRecoverableException: Closed Connectionhttps://github.com/utPLSQL/utPLSQL-java-api/issues/104#top
#105https://github.com/utPLSQL/utPLSQL-java-api/pull/105
https://github.com/Gepar
https://github.com/Gepar
Geparhttps://github.com/Gepar
on Apr 17, 2022https://github.com/utPLSQL/utPLSQL-java-api/issues/104#issue-1206472383
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionExceptionhttp://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.