Replies: 1 comment
-
Hello, can someone tell me the solution to this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When deploying the web app I get the following error: can't open file '/tmp/8dc2c8795361e19/3': [Errno 2] No such file or directory
How can I resolve this issue?
I think it strange that /3 is added to the directory
Log Stream after deploying to Azure from my machine:
2024-02-20T11:58:57.226871972Z A P P S E R V I C E O N L I N U X
2024-02-20T11:58:57.226875772Z
2024-02-20T11:58:57.226879272Z Documentation: http://aka.ms/webapp-linux
2024-02-20T11:58:57.226882972Z Python 3.11.4
2024-02-20T11:58:57.226886672Z Note: Any data outside '/home' is not persisted
2024-02-20T11:58:57.605245506Z Site's appCommandLine: python 3 -m gunicorn app:app
2024-02-20T11:58:57.605276106Z Launching oryx with: create-script -appPath /home/site/wwwroot -output /opt/startup/startup.sh -virtualEnvName antenv -defaultApp /opt/defaultsite -userStartupCommand 'python 3 -m gunicorn app:app'
2024-02-20T11:58:57.699238998Z Found build manifest file at '/home/site/wwwroot/oryx-manifest.toml'. Deserializing it...
2024-02-20T11:58:57.706208283Z Build Operation ID: b7d2ece09309f6f9
2024-02-20T11:58:57.707906328Z Oryx Version: 0.2.20230707.1, Commit: 0bd28e69919b5e8beba451e8677e3345f0be8361, ReleaseTagName: 20230707.1
2024-02-20T11:58:57.708859253Z Output is compressed. Extracting it...
2024-02-20T11:58:57.710155388Z Extracting '/home/site/wwwroot/output.tar.gz' to directory '/tmp/8dc2c8795361e19'...
2024-02-20T11:59:11.106408414Z App path is set to '/tmp/8dc2c8795361e19'
2024-02-20T11:59:11.275525250Z Writing output script to '/opt/startup/startup.sh'
2024-02-20T11:59:11.559474130Z Using packages from virtual environment antenv located at /tmp/8dc2c8795361e19/antenv.
2024-02-20T11:59:11.559510731Z Updated PYTHONPATH to '/opt/startup/app_logs:/tmp/8dc2c8795361e19/antenv/lib/python3.11/site-packages'
2024-02-20T11:59:11.680753740Z python: can't open file '/tmp/8dc2c8795361e19/3': [Errno 2] No such file or directory
Beta Was this translation helpful? Give feedback.
All reactions