René's URL Explorer Experiment


Title: NullPointerException when specifying -o key without -f key · Issue #170 · utPLSQL/utPLSQL-cli · GitHub

Open Graph Title: NullPointerException when specifying -o key without -f key · Issue #170 · utPLSQL/utPLSQL-cli

X Title: NullPointerException when specifying -o key without -f key · Issue #170 · utPLSQL/utPLSQL-cli

Description: Hey! My preset is: C:\Users\Shiryaev1-RY>utplsql.bat info "some_user"/"q1w2e3r4t5y6u7i8o9p0"@local_pdb utPLSQL-cli 3.1.8-SNAPSHOT.local utPLSQL-java-api 3.1.8.546 utPLSQL 3.1.6.2735 Here's what I get when I put -o without -f specified: D...

Open Graph Description: Hey! My preset is: C:\Users\Shiryaev1-RY>utplsql.bat info "some_user"/"q1w2e3r4t5y6u7i8o9p0"@local_pdb utPLSQL-cli 3.1.8-SNAPSHOT.local utPLSQL-java-api 3.1.8.546 utPLSQL 3.1.6.2735 Here's what I g...

X Description: Hey! My preset is: C:\Users\Shiryaev1-RY>utplsql.bat info "some_user"/"q1w2e3r4t5y6u7i8o9p0"@local_pdb utPLSQL-cli 3.1.8-SNAPSHOT.local utPLSQL-java-api 3.1.8.546 utPLSQL 3.1...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"NullPointerException when specifying -o key without -f key","articleBody":"Hey!\r\n\r\nMy preset is:\r\n`````\r\nC:\\Users\\Shiryaev1-RY\u003eutplsql.bat info \"some_user\"/\"q1w2e3r4t5y6u7i8o9p0\"@local_pdb\r\nutPLSQL-cli 3.1.8-SNAPSHOT.local\r\nutPLSQL-java-api 3.1.8.546\r\nutPLSQL 3.1.6.2735\r\n`````\r\nHere's what I get when I put `-o` without `-f` specified:\r\n`````\r\nD:\\repos\\sp-db-beholder\u003eD:\\soft\\utPLSQL-cli\\bin\\utplsql.bat run some_user/q1w2e3r4t5y6u7i8o9p0@local_pdb -p=SP.UT_SP_HAND_MR.XFER_SYNC_WAIT_ERR_CALL -d -o=output.txt\r\n2019-11-28 13:51:19 [main] INFO  org.utplsql.cli.RunAction - ############# utPLSQL cli ##############\r\n#                                      #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local   #\r\n#   utPLSQL-java-api 3.1.8.546         #\r\n#   Java-Version: 1.8.0_221            #\r\n#   ORACLE_HOME: null                  #\r\n#   NLS_LANG: null                     #\r\n#                                      #\r\n#   Thanks for testing!                #\r\n#                                      #\r\n########################################\r\n2019-11-28 13:51:19 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-28 13:51:20 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-28 13:51:20 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-28 13:51:20 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\njava.lang.NullPointerException\r\n        at org.utplsql.cli.ReporterOptions.getReporterName(ReporterOptions.java:37)\r\n        at org.utplsql.cli.ReporterManager.initReporters(ReporterManager.java:89)\r\n        at org.utplsql.cli.RunAction.initReporters(RunAction.java:219)\r\n        at org.utplsql.cli.RunAction.doRun(RunAction.java:70)\r\n        at org.utplsql.cli.RunAction.run(RunAction.java:121)\r\n        at org.utplsql.cli.RunPicocliCommand.run(RunPicocliCommand.java:254)\r\n        at org.utplsql.cli.Cli.runPicocliWithExitCode(Cli.java:44)\r\n        at org.utplsql.cli.Cli.main(Cli.java:13)\r\n`````\r\nAnd when I specify `-f` flag everything works as expected: file is created, termination is normal:\r\n`````\r\n\r\nD:\\repos\\sp-db-beholder\u003eD:\\soft\\utPLSQL-cli\\bin\\utplsql.bat run some_user/q1w2e3r4t5y6u7i8o9p0@local_pdb -p=SP.UT_SP_HAND_MR.XFER_SYNC_WAIT_ERR_CALL -d -f=UT_DOCUMENTATION_REPORTER -o=output.txt\r\n2019-11-28 13:51:41 [main] INFO  org.utplsql.cli.RunAction - ############# utPLSQL cli ##############\r\n#                                      #\r\n#   utPLSQL-cli 3.1.8-SNAPSHOT.local   #\r\n#   utPLSQL-java-api 3.1.8.546         #\r\n#   Java-Version: 1.8.0_221            #\r\n#   ORACLE_HOME: null                  #\r\n#   NLS_LANG: null                     #\r\n#                                      #\r\n#   Thanks for testing!                #\r\n#                                      #\r\n########################################\r\n2019-11-28 13:51:41 [main] INFO  org.utplsql.cli.RunAction -\r\n2019-11-28 13:51:42 [main] INFO  o.u.c.d.TestedDataSourceProvider - Use connection string jdbc:oracle:thin:****/****@local_pdb\r\n2019-11-28 13:51:42 [main] INFO  org.utplsql.cli.RunAction - Successfully connected to database. UtPLSQL core: v3.1.6.2735\r\n2019-11-28 13:51:42 [main] INFO  org.utplsql.cli.RunAction - Oracle-Version: 12.2.0.1.0\r\n2019-11-28 13:51:43 [main] DEBUG org.utplsql.api.reporter.Reporter - Database-reporter initialized, Type: UT_DOCUMENTATION_REPORTER, ID: 9866E6142AFD94BDE053020012ACFF1C\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - Running tests now.\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.cli.RunTestRunnerTask - --------------------------------------\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - TestRunner initialized\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running on utPLSQL v3.1.6.2735\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Initializing reporters\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests\r\n2019-11-28 13:51:43 [pool-1-thread-1] INFO  org.utplsql.api.TestRunner - Running tests finished.\r\n2019-11-28 13:51:44 [main] INFO  org.utplsql.cli.RunAction - --------------------------------------\r\n2019-11-28 13:51:44 [main] INFO  org.utplsql.cli.RunAction - All tests done.\r\n````\r\n\r\nI guess if by default I get `UT_DOCUMENTATION_REPORTER` output on the screen without specifying `-f` key so I should be getting the same reporter when it's written to file.","author":{"url":"https://github.com/alesana-san","@type":"Person","name":"alesana-san"},"datePublished":"2019-11-28T10:58:35.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/170/utPLSQL-cli/issues/170"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a98ad0c6-6d8e-762e-6fd3-c6749946ab27
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD708:B22A0:39C8AC4:4D8B344:696F1D13
html-safe-nonce12d6c9871ba7a5ada2e46e6deedd1eef6f8ecb9c1173dd580f94e1792947bdb0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENzA4OkIyMkEwOjM5QzhBQzQ6NEQ4QjM0NDo2OTZGMUQxMyIsInZpc2l0b3JfaWQiOiI1NDA4NjY0MTI4NzgxNzUzNjE5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacba1b2fd45b54c38445d26d7cda708d21f02561bd7b35505db3e4aeb499099f16
hovercard-subject-tagissue:529841424
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/170/issue_layout
twitter:imagehttps://opengraph.githubassets.com/35e17d7b9109bd8e63c6dfc7d84d69ab0e9e3aadcd02e2da6bc316d483f5871e/utPLSQL/utPLSQL-cli/issues/170
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/35e17d7b9109bd8e63c6dfc7d84d69ab0e9e3aadcd02e2da6bc316d483f5871e/utPLSQL/utPLSQL-cli/issues/170
og:image:altHey! My preset is: C:\Users\Shiryaev1-RY>utplsql.bat info "some_user"/"q1w2e3r4t5y6u7i8o9p0"@local_pdb utPLSQL-cli 3.1.8-SNAPSHOT.local utPLSQL-java-api 3.1.8.546 utPLSQL 3.1.6.2735 Here's what I g...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamealesana-san
hostnamegithub.com
expected-hostnamegithub.com
Noneb278ad162d35332b6de714dfb005de04386c4d92df6475522bef910f491a35ee
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
release39aed5006635ab6f45e6b77d23e73b08a00272a3
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/utPLSQL/utPLSQL-cli/issues/170#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FutPLSQL%2FutPLSQL-cli%2Fissues%2F170
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-cli%2Fissues%2F170
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-cli
Reloadhttps://github.com/utPLSQL/utPLSQL-cli/issues/170
Reloadhttps://github.com/utPLSQL/utPLSQL-cli/issues/170
Reloadhttps://github.com/utPLSQL/utPLSQL-cli/issues/170
utPLSQL https://github.com/utPLSQL
utPLSQL-clihttps://github.com/utPLSQL/utPLSQL-cli
Notifications https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Fork 16 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Star 44 https://github.com/login?return_to=%2FutPLSQL%2FutPLSQL-cli
Code https://github.com/utPLSQL/utPLSQL-cli
Issues 34 https://github.com/utPLSQL/utPLSQL-cli/issues
Pull requests 1 https://github.com/utPLSQL/utPLSQL-cli/pulls
Actions https://github.com/utPLSQL/utPLSQL-cli/actions
Projects 0 https://github.com/utPLSQL/utPLSQL-cli/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/utPLSQL/utPLSQL-cli/security
Please reload this pagehttps://github.com/utPLSQL/utPLSQL-cli/issues/170
Insights https://github.com/utPLSQL/utPLSQL-cli/pulse
Code https://github.com/utPLSQL/utPLSQL-cli
Issues https://github.com/utPLSQL/utPLSQL-cli/issues
Pull requests https://github.com/utPLSQL/utPLSQL-cli/pulls
Actions https://github.com/utPLSQL/utPLSQL-cli/actions
Projects https://github.com/utPLSQL/utPLSQL-cli/projects
Security https://github.com/utPLSQL/utPLSQL-cli/security
Insights https://github.com/utPLSQL/utPLSQL-cli/pulse
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/170
New issuehttps://github.com/login?return_to=https://github.com/utPLSQL/utPLSQL-cli/issues/170
#171https://github.com/utPLSQL/utPLSQL-cli/pull/171
NullPointerException when specifying -o key without -f keyhttps://github.com/utPLSQL/utPLSQL-cli/issues/170#top
#171https://github.com/utPLSQL/utPLSQL-cli/pull/171
https://github.com/pesse
bughttps://github.com/utPLSQL/utPLSQL-cli/issues?q=state%3Aopen%20label%3A%22bug%22
3.1.9https://github.com/utPLSQL/utPLSQL-cli/milestone/9
https://github.com/alesana-san
https://github.com/alesana-san
alesana-sanhttps://github.com/alesana-san
on Nov 28, 2019https://github.com/utPLSQL/utPLSQL-cli/issues/170#issue-529841424
pessehttps://github.com/pesse
bughttps://github.com/utPLSQL/utPLSQL-cli/issues?q=state%3Aopen%20label%3A%22bug%22
3.1.9https://github.com/utPLSQL/utPLSQL-cli/milestone/9
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.