René's URL Explorer Experiment


Title: Reporter initialization fails with error ORA-01013: user requested cancel of current operation · Issue #227 · utPLSQL/utPLSQL-cli · GitHub

Open Graph Title: Reporter initialization fails with error ORA-01013: user requested cancel of current operation · Issue #227 · utPLSQL/utPLSQL-cli

X Title: Reporter initialization fails with error ORA-01013: user requested cancel of current operation · Issue #227 · utPLSQL/utPLSQL-cli

Description: Describe the bug Randomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation Our tests are launched using jenkins in "Execute Windows batch command" build steps with following sy...

Open Graph Description: Describe the bug Randomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation Our tests are launched using jenkins in "Execute Windows batc...

X Description: Describe the bug Randomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation Our tests are launched using jenkins in "Execute Windows...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Reporter initialization fails with error ORA-01013: user requested cancel of current operation","articleBody":"**Describe the bug**\nRandomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation\nOur tests are launched using jenkins in \"Execute Windows batch command\" build steps with following syntax:\n\nAccording this other bug (fixed): https://github.com/utPLSQL/utPLSQL-cli/issues/191\nI added parameter  --ora-stuck-timeout=0 in command line but that did not fix my problem\n\n```\nset PAK_NAME=%JOB_NAME:tpkg_=pkg_%\n\n%utPLSQL_JCLI%\\utplsql run ut_test/ut_test_psw@%Database% -d --failure-exit-code=0 --ora-stuck-timeout=0 ^\n-f=ut_xunit_reporter -o=%JOB_NAME%_result.xml ^\n-f=ut_coverage_cobertura_reporter -o=%JOB_NAME%_coverage.xml ^\n-f=ut_coverage_html_reporter -o=%JOB_NAME%_coverage.html -p=ut_test.%JOB_NAME% -include=vbo.%PAK_NAME%\n```\n\nError stack is : \n```\nD:\\JenkinsData\\Workspaces\\tpkg_var_pnl_vectors\u003eV:\\Tools\\UnitTests\\Jenkins\\utPLSQL-cli\\bin\\utplsql run ut_test/ut_test_psw@VISDAY_GVA -d --failure-exit-code=0 --ora-stuck-timeout=0 -f=ut_xunit_reporter -o=tpkg_var_pnl_vectors_result.xml -f=ut_coverage_cobertura_reporter -o=tpkg_var_pnl_vectors_coverage.xml -f=ut_coverage_html_reporter -o=tpkg_var_pnl_vectors_coverage.html -p=ut_test.tpkg_var_pnl_vectors -include=vbo.pkg_var_pnl_vectors \n09:59:24.725 [main] DEBUG org.utplsql.cli.Cli - Args: run, ut_test/ut_test_psw@VISDAY_GVA, -d, --failure-exit-code=0, --ora-stuck-timeout=0, -f=ut_xunit_reporter, -o=tpkg_var_pnl_vectors_result.xml, -f=ut_coverage_cobertura_reporter, -o=tpkg_var_pnl_vectors_coverage.xml, -f=ut_coverage_html_reporter, -o=tpkg_var_pnl_vectors_coverage.html, -p=ut_test.tpkg_var_pnl_vectors, -include=vbo.pkg_var_pnl_vectors\n2025-02-06 09:59:24 [main] DEBUG org.utplsql.cli.RunAction - Java Locale not changed from LC_ALL or LANG environment variable\n2025-02-06 09:59:24 [main] INFO  org.utplsql.cli.RunAction - #################### utPLSQL cli ####################\n#                                                   #\n#   utPLSQL-cli 3.1.9.local                         #\n#   utPLSQL-java-api 3.1.9.local                    #\n#   Java-Version: 17                                #\n#   ORACLE_HOME: null                               #\n#   NLS_LANG: ENGLISH_UNITED KINGDOM.WE8MSWIN1252   #\n#                                                   #\n#   Thanks for testing!                             #\n#                                                   #\n#####################################################\n2025-02-06 09:59:24 [main] INFO  org.utplsql.cli.RunAction - \n2025-02-06 09:59:25 [main] DEBUG o.u.c.d.TestedDataSourceProvider - NLS settings: BEGIN\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_LANGUAGE='ENGLISH']';\nEXECUTE IMMEDIATE q'[ALTER SESSION SET NLS_TERRITORY='UNITED KINGDOM']';\nEND;\n2025-02-06 09:59:25 [main] DEBUG o.u.c.d.TestedDataSourceProvider - Try connecting jdbc:oracle:oci8:****/****@VISDAY_GVA\n2025-02-06 09:59:25 [main] DEBUG o.u.c.d.TestedDataSourceProvider - Try connecting jdbc:oracle:thin:****/****@VISDAY_GVA\n2025-02-06 09:59:27 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@VISDAY_GVA\n2025-02-06 09:59:28 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.12.3589\n2025-02-06 09:59:28 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 19.0.0.0.0\n2025-02-06 09:59:34 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_XUNIT_REPORTER, ID: 2D7675E51EF190DCE0640010E0E38394\njava.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation\n\n\tat oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:509)\n\tat oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:461)\n\tat oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1104)\n\tat oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:550)\n```\n\n**Provide version info**\nInformation about utPLSQL and Database version, \n```\nUT_VERSION\n------------------------------------------------------------\nv3.1.12.3589\n\nBANNER                                                                           BANNER_FULL                                                                      BANNER_LEGACY                                                                        CON_ID\n-------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- ----------\nOracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production           Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production           Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production                    0\n                                                                                 Version 19.18.0.0.0                                                                                                                                               \n\nPARAMETER                      VALUE\n------------------------------ ----------------------------------------------------------------\nNLS_LANGUAGE                   AMERICAN\nNLS_TERRITORY                  AMERICA\nNLS_CURRENCY                   $\nNLS_ISO_CURRENCY               AMERICA\nNLS_NUMERIC_CHARACTERS         .,\nNLS_CALENDAR                   GREGORIAN\nNLS_DATE_FORMAT                DD-MON-RR\nNLS_DATE_LANGUAGE              AMERICAN\nNLS_SORT                       BINARY\nNLS_TIME_FORMAT                HH.MI.SSXFF AM\nNLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM\nNLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR\nNLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR\nNLS_DUAL_CURRENCY              $\nNLS_COMP                       BINARY\nNLS_LENGTH_SEMANTICS           BYTE\nNLS_NCHAR_CONV_EXCP            FALSE\n\n17 rows selected\n\n\nPORT_STRING\n------------------------------------------------------------\nSVR4-be-64bit-8.1.0\n\n```\n\n**Information about client software**\nJenkins build step using utplsql-cli version 3.1.9\n\n\n**Expected behavior**\nInitialization of reporter should not failed\n\n**Additional case**\nCan fail on any reporter during init:\nBelow another case where HTML reporter failed.\n```\n2025-02-06 09:46:26 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 19.0.0.0.0\n2025-02-06 09:46:27 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_XUNIT_REPORTER, ID: 2D764712AC258155E0640010E0E38394\n2025-02-06 09:46:27 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_COVERAGE_COBERTURA_REPORTER, ID: 2D764712AC298155E0640010E0E38394\n2025-02-06 09:46:28 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_COVERAGE_HTML_REPORTER, ID: 2D764712AC2D8155E0640010E0E38394\njava.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation\n\n\tat oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:509)\n\tat oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:461)\n```\n\t\n\nThanks in advance for your help.","author":{"url":"https://github.com/seg-vtl","@type":"Person","name":"seg-vtl"},"datePublished":"2025-02-06T09:38:30.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/227/utPLSQL-cli/issues/227"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:bd756257-009d-cab1-aca3-196680552b13
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE484:2A6253:207E1D4:2DA4CEF:696F66F0
html-safe-noncefff95aa8bd1bdb3e6a1e7caf1c6e09d2847c36ad6ed3b51063a9882fd61ba4d1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNDg0OjJBNjI1MzoyMDdFMUQ0OjJEQTRDRUY6Njk2RjY2RjAiLCJ2aXNpdG9yX2lkIjoiMTU2NzA5NzI0NTgxNzMzMzQ4OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac74345ae49dbedaf9ffe4ba7f81738a712658dcb601e6dd359bdbb96e5206282e
hovercard-subject-tagissue:2837378688
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/227/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3a76b7532c3f107125034349524e7cc3600dbb5084b1275f9b6c0cfecc4235dc/utPLSQL/utPLSQL-cli/issues/227
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3a76b7532c3f107125034349524e7cc3600dbb5084b1275f9b6c0cfecc4235dc/utPLSQL/utPLSQL-cli/issues/227
og:image:altDescribe the bug Randomly we have reporter initialization that fails with error : ORA-01013: user requested cancel of current operation Our tests are launched using jenkins in "Execute Windows batc...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameseg-vtl
hostnamegithub.com
expected-hostnamegithub.com
Nonedd6be7b30d2e12704d0d9723ad4a7950f9e3ad8461efc40b5411aad62e847a89
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
release0bab932a9532ed9bc2e3e2614af9348ab39af6a7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/227#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%2F227
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%2F227
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/227
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/227
Reloadhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/227
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/227
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/227
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/227
Reporter initialization fails with error ORA-01013: user requested cancel of current operationhttps://patch-diff.githubusercontent.com/utPLSQL/utPLSQL-cli/issues/227#top
https://github.com/seg-vtl
https://github.com/seg-vtl
seg-vtlhttps://github.com/seg-vtl
on Feb 6, 2025https://github.com/utPLSQL/utPLSQL-cli/issues/227#issue-2837378688
#191https://github.com/utPLSQL/utPLSQL-cli/issues/191
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.