Skip to content
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

Create org not working #2146

Open
krishnakolluneocol opened this issue Nov 9, 2023 · 2 comments
Open

Create org not working #2146

krishnakolluneocol opened this issue Nov 9, 2023 · 2 comments

Comments

@krishnakolluneocol
Copy link

krishnakolluneocol commented Nov 9, 2023

The create scratch org process has been stuck like this
image

According to the logs, there appear to be an issue with the worker starting:
image

This is my heroku configuration:
image

@krishnakolluneocol
Copy link
Author

krishnakolluneocol commented Nov 9, 2023

@davidmreed - I'm researching why I'm getting a "cannot create directory 'opt': Read-only file system" error by the worker dyno.

I found a message from you on stackexchange indicating that "you are not limited to $HOME and /tmp." when writing to heroku's ephemeral file system.

https://salesforce.stackexchange.com/questions/372427/is-heroku-ephemeral-file-system-where-i-can-write-to-home-and-tmp

However, this is not the behavior I am seeing. Does some other configuration need to be enabled to turn this capability on?

@jhilyard
Copy link

jhilyard commented May 9, 2024

The worker crash is in https://github.com/SFDO-Tooling/Metecho/pull/2042/commits -- if you go to .heroku/start_worker.sh and comment out the "mkdir -p" and "ln -s" lines the worker no longer crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants