René's URL Explorer Experiment


Title: Connection issue with utplsql-cli and multiple reporters · Issue #226 · utPLSQL/utPLSQL-cli · GitHub

Open Graph Title: Connection issue with utplsql-cli and multiple reporters · Issue #226 · utPLSQL/utPLSQL-cli

X Title: Connection issue with utplsql-cli and multiple reporters · Issue #226 · utPLSQL/utPLSQL-cli

Description: 2024-11-15 06:40:07 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 3CD0F310D73B47348A0747748AF24391 2024-11-15 06:40:12 [main] DEBUG org.utplsql.api.reporter.Reporter - Dat...

Open Graph Description: 2024-11-15 06:40:07 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 3CD0F310D73B47348A0747748AF24391 2024-11-15 06:40:12 [main] DEBUG...

X Description: 2024-11-15 06:40:07 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 3CD0F310D73B47348A0747748AF24391 2024-11-15 06:40:12 [main] DEBUG...

Opengraph URL: https://github.com/utPLSQL/utPLSQL-cli/issues/226

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Connection issue with utplsql-cli and multiple reporters","articleBody":"```\n2024-11-15 06:40:07 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 3CD0F310D73B47348A0747748AF24391\n2024-11-15 06:40:12 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_COVERAGE_COBERTURA_REP_NEW, ID: 79B64FFB0A0B4935A307DD326FD56013\njava.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation\n\n\tat oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:1157)\n\tat oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:1054)\n\tat oracle.jdbc.driver.T2CCallableStatement.executeForDescribe(T2CCallableStatement.java:764)\n\tat oracle.jdbc.driver.T2CCallableStatement.executeForRows(T2CCallableStatement.java:1007)\n\tat oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1205)\n\tat oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3666)\n\tat oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3778)\n\tat oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4251)\n\tat oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1081)\n\tat org.utplsql.api.outputBuffer.OutputBufferProvider.hasOutput(OutputBufferProvider.java:67)\n\tat org.utplsql.api.outputBuffer.OutputBufferProvider.getCompatibleOutputBuffer(OutputBufferProvider.java:33)\n\tat org.utplsql.api.compatibility.CompatibilityProxy.getOutputBuffer(CompatibilityProxy.java:187)\n\tat org.utplsql.api.reporter.DefaultReporter.initOutputBuffer(DefaultReporter.java:21)\n\tat org.utplsql.api.reporter.Reporter.init(Reporter.java:50)\n\tat org.utplsql.cli.ReporterManager.initReporters(ReporterManager.java:95)\n\tat org.utplsql.cli.RunAction.initReporters(RunAction.java:222)\n\tat org.utplsql.cli.RunAction.doRun(RunAction.java:71)\n\tat org.utplsql.cli.RunAction.run(RunAction.java:122)\n\tat org.utplsql.cli.RunPicocliCommand.run(RunPicocliCommand.java:265)\n\tat org.utplsql.cli.Cli.runPicocliWithExitCode(Cli.java:47)\n\tat org.utplsql.cli.Cli.main(Cli.java:17)\nCaused by: Error : 1013, Position : 0, Sql = declare    l_result int;begin    begin        execute immediate '       begin            :x := case ' || dbms_assert.simple_sql_name( :1  ) || '() is of (ut_output_reporter_base) when true then 1 else 0 end;       end;'       using out l_result;   end;   :2  := l_result;end;, OriginalSql = declare    l_result int;begin    begin        execute immediate '       begin            :x := case ' || dbms_assert.simple_sql_name( ? ) || '() is of (ut_output_reporter_base) when true then 1 else 0 end;       end;'       using out l_result;   end;   ? := l_result;end;, Error Msg = ORA-01013: user requested cancel of current operation\n\n\tat oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:1170)\n\t... 20 more\n```\n\nthis happens frequently without any pattern. Typlically it looks like this:\n\n```\n2024-11-15 06:15:07 [main] INFO  org.utplsql.cli.RunAction - \n2024-11-15 06:15:07 [main] DEBUG o.u.c.d.TestedDataSourceProvider - Try connecting jdbc:oracle:oci8:****/****@######\n2024-11-15 06:15:09 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:oci8:****/****@#####\n2024-11-15 06:15:11 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.10.3349\n2024-11-15 06:15:11 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 19.0.0.0.0\n2024-11-15 06:15:15 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 0F92B9EA282F4ABBBFD840FFC4AE1886\n2024-11-15 06:15:15 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_COVERAGE_COBERTURA_REP_NEW, ID: AB6C473B14A5415789CC9703CCC77B9E\n2024-11-15 06:15:15 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_COVERAGE_HTML_REPORTER, ID: 2C1C1B6E9B0F4A26AFBBB7572D0A49F1\n2024-11-15 06:15:16 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: AFA09F6B1D9D49CDAB19FE02857D4C8F\n2024-11-15 06:15:19 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\n2024-11-15 06:15:19 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\n2024-11-15 06:15:19 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\n2024-11-15 06:15:19 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.10.3349\n2024-11-15 06:15:19 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\n2024-11-15 06:15:19 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\n```\n\ni added the timeout parameter `--ora-stuck-timeout=60` but it doesn't look like that it has any affect.\n\nInteresstingly im running the same sources with same scripts on two different servers. One server is working fine and the other one is failing frequently. The used cdb / pdb is configured identically. The used pdb-base is identically, the servers are hosted on ms-azure and are setup identically. There are no entries in alert.log, no incidents, no crash-dumps, ... nothing. It just looks like an timeout which doesn't follow any pattern.\n\nHow can i debug the issue?","author":{"url":"https://github.com/al-hexagon","@type":"Person","name":"al-hexagon"},"datePublished":"2024-11-15T07:45:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/226/utPLSQL-cli/issues/226"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:1dbcb218-d3dc-5d16-63ef-e5e32e681bc9
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9698:29A9FA:2F384A:43967F:696F99F7
html-safe-noncea1242bfb3fece4b0ec23cdfdaa083e654772cf0f58f41e07cc21864f93725ff9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Njk4OjI5QTlGQToyRjM4NEE6NDM5NjdGOjY5NkY5OUY3IiwidmlzaXRvcl9pZCI6IjQwMzQxODc0OTY0MTk5OTAwMDciLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac12b8f7c1ffb20fdc781c8e160d21746e30a7406b50b63dc518987885d5130238
hovercard-subject-tagissue:2661128784
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-cli/226/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ed9c4bf443201b7cf4a252c6c84f522216e241b9a411ecf471aea4525115d328/utPLSQL/utPLSQL-cli/issues/226
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ed9c4bf443201b7cf4a252c6c84f522216e241b9a411ecf471aea4525115d328/utPLSQL/utPLSQL-cli/issues/226
og:image:alt2024-11-15 06:40:07 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_TFS_JUNIT_REP_NEW, ID: 3CD0F310D73B47348A0747748AF24391 2024-11-15 06:40:12 [main] DEBUG...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameal-hexagon
hostnamegithub.com
expected-hostnamegithub.com
None0ca8d8c65612640b9a1a588b3eed68222ca723ed2d028b18fe81b28936d535eb
turbo-cache-controlno-preview
go-importgithub.com/utPLSQL/utPLSQL-cli git https://github.com/utPLSQL/utPLSQL-cli.git
octolytics-dimension-user_id15661281
octolytics-dimension-user_loginutPLSQL
octolytics-dimension-repository_id88671831
octolytics-dimension-repository_nwoutPLSQL/utPLSQL-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id88671831
octolytics-dimension-repository_network_root_nwoutPLSQL/utPLSQL-cli
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
release95f60616ce2765d1114fe6da4af405a58c6d26d2
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/226#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-cli%2Fissues%2F226
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-cli%2Fissues%2F226
Sign up https://patch-diff.githubusercontent.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-cli
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/226
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/226
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/226
utPLSQL https://patch-diff.githubusercontent.com/utPLSQL
utPLSQL-clihttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Fork 16 https://patch-diff.githubusercontent.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Star 44 https://patch-diff.githubusercontent.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Code https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli
Issues 34 https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues
Pull requests 1 https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/pulls
Actions https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/actions
Projects 0 https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/security
Please reload this pagehttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/226
Insights https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/pulse
Code https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli
Issues https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues
Pull requests https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/pulls
Actions https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/actions
Projects https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/projects
Security https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/security
Insights https://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/226
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/226
Connection issue with utplsql-cli and multiple reportershttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/226#top
https://github.com/al-hexagon
https://github.com/al-hexagon
al-hexagonhttps://github.com/al-hexagon
on Nov 15, 2024https://github.com/utPLSQL/utPLSQL-cli/issues/226#issue-2661128784
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.