-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected Error on Package creation with "force:package:beta:version:create" command #1789
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
@rsavaliyagit I would like some additional information please.
|
Here are some more details. Please let me know if you need more info. Thanks! sfdx version --verbose Architecture: Node Version: Plugin Version: OS and Version: Shell: contents of sfdx-project.json { |
@rsavaliyagit Thank you for the information, but could use a bit more, Are you able to share the results of the sfdx doctor command? If not, could you return the command agains with the Does the version create work with the |
Result_sfdx doctor command.txt attached the result of doctor command. |
This issue has been linked to a new work item: W-12010479 |
Hi @peternhale just checking if you have any update on this issue? |
@rsavaliyagit The issue has been located and corrected. The change was made in packaging library. We hope to have that version include in the plugin commands in this week's latest-rc release of sfdx-cli. |
@peternhale thanks for the quick response. what date is the release of sfdx-cli in this week ? |
@rsavaliyagit we typically release each Thursday. |
@peternhale can we get confirmation that a fix for this bug is planned for tomorrow (Thursday 11/10)? I work with @rsavaliyagit and we have several deployments dependent on this. |
Hi @peternhale Let us know the latest-rc version # once it's available. Thanks! |
Summary
I'm getting below error on package creation with "force:package:beta:version:create" command.
Command: sfdx force:package:beta:version:create --codecoverage -p "PACKAGE" -k "INSTALLATIONKEY" -v "TARGETDEVHUBUSERNAME" --wait 120
(Use
node --trace-warnings ...
to show where the warning was created)ERROR running force:package:beta:version:create: Converting circular structure to JSON
--> starting at object with constructor 'Connection'
| property '_refreshDelegate' -> object with constructor 'SessionRefreshDelegate'
--- property '_conn' closes the circle
Steps To Reproduce: Run this command to create a package.
Command: sfdx force:package:beta:version:create --codecoverage -p "PACKAGE" -k "INSTALLATIONKEY" -v "TARGETDEVHUBUSERNAME" --wait 120
Expected result
Package should be created successfully.
Actual result
Error:
ERROR running force:package:beta:version:create: Converting circular structure to JSON
--> starting at object with constructor 'Connection'
| property '_refreshDelegate' -> object with constructor 'SessionRefreshDelegate'
--- property '_conn' closes the circle
System Information
sfdx
The text was updated successfully, but these errors were encountered: