Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryanfollmer/b58380ff1a21bf66d7c2a433357f8ee1 to your computer and use it in GitHub Desktop.
Save ryanfollmer/b58380ff1a21bf66d7c2a433357f8ee1 to your computer and use it in GitHub Desktop.
CumulusCI Error Output
CumulusCI version: 3.63.0
Python version: 3.10.6 (/Users/ryanfollmer/.local/pipx/venvs/cumulusci/bin/python)
Environment Info: Darwin / arm64
Last Command Run
================================
/Users/ryanfollmer/.local/bin/cci org info dev_namespaced
[08/18/22 15:05:57] Creating scratch org with command: sfdx force:org:create -f orgs/dev.json -w 120 --targetdevhubusername RNPDevHub --durationdays 30 -a 'RNP Student
App__dev_namespaced' adminEmail=ryanfollmer@gmail.com
[08/18/22 15:06:29] Successfully created scratch org: 00D17000000jCxYEAU, username: test-yfscjgi5p3kb@example.com.
Generating scratch org user password with command: sfdx force:user:password:generate -u test-yfscjgi5p3kb@example.com.
[08/18/22 15:06:31] Failed to set password:
ERROR running force:user:password:generate: No authorization information found for test-yfscjgi5p3kb@example.com..
Getting org info from Salesforce CLI for test-yfscjgi5p3kb@example.com.
[08/18/22 15:06:33] Return code: 1
{
"status": 1,
"name": "NamedOrgNotFound",
"message": "No authorization information found for test-yfscjgi5p3kb@example.com..",
"exitCode": 1,
"context": "OrgDisplayCommand",
"stack": "NamedOrgNotFound: No authorization information found for test-yfscjgi5p3kb@example.com..\n at Messages.createError
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/messages.js:446:16)\n at AuthInfo.init
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/org/authInfo.js:541:28)\n at async Function.create
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/kit/lib/creatable.js:57:9)\n at async Org.init
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/org/org.js:751:27)\n at async Function.create
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/kit/lib/creatable.js:57:9)\n at async
OrgDisplayCommand.assignOrg (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:117:24)\n
at async OrgDisplayCommand.init
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:246:13)\n at async
OrgDisplayCommand._run (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:88:13)\n at
async Config.runCommand (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@oclif/core/lib/config/config.js:272:25)\n at
async run (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@oclif/core/lib/main.js:76:5)",
"warnings": [],
"commandName": "OrgDisplayCommand"
}
Error:
stderr:
stdout:
{
"status": 1,
"name": "NamedOrgNotFound",
"message": "No authorization information found for test-yfscjgi5p3kb@example.com..",
"exitCode": 1,
"context": "OrgDisplayCommand",
"stack": "NamedOrgNotFound: No authorization information found for test-yfscjgi5p3kb@example.com..\n at Messages.createError
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/messages.js:446:16)\n at AuthInfo.init
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/org/authInfo.js:541:28)\n at async Function.create
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/kit/lib/creatable.js:57:9)\n at async Org.init
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/org/org.js:751:27)\n at async Function.create
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/kit/lib/creatable.js:57:9)\n at async OrgDisplayCommand.assignOrg
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:117:24)\n at async OrgDisplayCommand.init
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:246:13)\n at async OrgDisplayCommand._run
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:88:13)\n at async Config.runCommand
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@oclif/core/lib/config/config.js:272:25)\n at async run
(/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@oclif/core/lib/main.js:76:5)",
"warnings": [],
"commandName": "OrgDisplayCommand"
}
Run this command for more information about debugging errors: cci error --help
Traceback (most recent call last):
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/cci.py", line 91, in main
cli(args[1:], standalone_mode=False, obj=runtime)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1130, in __call__
return self.main(*args, **kwargs)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/click/decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/runtime.py", line 183, in new_func
func(runtime, *args, **kw)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/org.py", line 308, in org_info
org_config.refresh_oauth_token(runtime.keychain)
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/config/sfdx_org_config.py", line 211, in refresh_oauth_token
self.sfdx_info
File "/Users/ryanfollmer/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/core/config/sfdx_org_config.py", line 46, in sfdx_info
raise SfdxOrgException(message)
cumulusci.core.exceptions.SfdxOrgException:
stderr:
stdout:
{
"status": 1,
"name": "NamedOrgNotFound",
"message": "No authorization information found for test-yfscjgi5p3kb@example.com..",
"exitCode": 1,
"context": "OrgDisplayCommand",
"stack": "NamedOrgNotFound: No authorization information found for test-yfscjgi5p3kb@example.com..\n at Messages.createError (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/messages.js:446:16)\n at AuthInfo.init (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/org/authInfo.js:541:28)\n at async Function.create (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/kit/lib/creatable.js:57:9)\n at async Org.init (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/core/lib/org/org.js:751:27)\n at async Function.create (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/kit/lib/creatable.js:57:9)\n at async OrgDisplayCommand.assignOrg (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:117:24)\n at async OrgDisplayCommand.init (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:246:13)\n at async OrgDisplayCommand._run (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@salesforce/command/lib/sfdxCommand.js:88:13)\n at async Config.runCommand (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@oclif/core/lib/config/config.js:272:25)\n at async run (/Users/ryanfollmer/.local/share/sfdx/client/7.164.2-6bc21b5/node_modules/@oclif/core/lib/main.js:76:5)",
"warnings": [],
"commandName": "OrgDisplayCommand"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment