Getting Error: Could not find build manifest file at '/home/site/wwwroot/oryx-manifest.toml'

Yellow Sense 15 Reputation points
2023-09-18T15:13:05.2433333+00:00

Am receiving the following error when I try to deploy my Azure Linux Web App from Github. Please let me know what to do:

	
Container mdapp3_0_c16a7225 couldn't be started: Logs = 2023-09-18T14:12:48.562355653Z    _____                               
2023-09-18T14:12:48.562480866Z   /  _  \ __________ _________   ____  
2023-09-18T14:12:48.562489667Z  /  /_\  \\___   /  |  \_  __ \_/ __ \ 
2023-09-18T14:12:48.562495367Z /    |    \/    /|  |  /|  | \/\  ___/ 
2023-09-18T14:12:48.562500368Z \____|__  /_____ \____/ |__|    \___  >
2023-09-18T14:12:48.562505668Z         \/      \/                  \/ 
2023-09-18T14:12:48.562510569Z A P P   S E R V I C E   O N   L I N U X
2023-09-18T14:12:48.562515269Z 
2023-09-18T14:12:48.562519670Z Documentation: http://aka.ms/webapp-linux
2023-09-18T14:12:48.562524470Z Python 3.11.4
2023-09-18T14:12:48.562529171Z Note: Any data outside '/home' is not persisted
2023-09-18T14:12:49.642642169Z Starting OpenBSD Secure Shell server: sshd.
2023-09-18T14:12:49.766230058Z App Command Line not configured, will attempt auto-detect
2023-09-18T14:12:50.015475441Z Starting periodic command scheduler: cron.
2023-09-18T14:12:50.024844773Z Launching oryx with: create-script -appPath /home/site/wwwroot -output /opt/startup/startup.sh -virtualEnvName antenv -defaultApp /opt/defaultsite
2023-09-18T14:12:50.120888823Z Could not find build manifest file at '/home/site/wwwroot/oryx-manifest.toml'
2023-09-18T14:12:50.120923526Z Could not find operation ID in manifest. Generating an operation id...
2023-09-18T14:12:50.125453276Z Build Operation ID: fc328326-016b-4a62-89bb-da4022e393e3
2023-09-18T14:12:50.305788907Z Oryx Version: 0.2.20230707.1, Commit: 0bd28e69919b5e8beba451e8677e3345f0be8361, ReleaseTagName: 20230707.1
2023-09-18T14:12:50.338708881Z Detected an app based on Flask
2023-09-18T14:12:50.341108619Z Generating `gunicorn` command for 'app:app'
2023-09-18T14:12:50.413611728Z Writing output script to '/opt/startup/startup.sh'
2023-09-18T14:12:50.784018858Z Using packages from virtual environment antenv located at /home/site/wwwroot/antenv.
2023-09-18T14:12:50.784057262Z Updated PYTHONPATH to '/opt/startup/app_logs:/home/site/wwwroot/antenv/lib/python3.11/site-packages'
2023-09-18T14:12:53.087538776Z [2023-09-18 14:12:53 +0000] [73] [INFO] Starting gunicorn 20.1.0
2023-09-18T14:12:53.114348449Z [2023-09-18 14:12:53 +0000] [73] [INFO] Listening at: http://0.0.0.0:8000 (73)
2023-09-18T14:12:53.115678882Z [2023-09-18 14:12:53 +0000] [73] [INFO] Using worker: sync
2023-09-18T14:12:53.137759583Z [2023-09-18 14:12:53 +0000] [76] [INFO] Booting worker with pid: 76
2023-09-18T14:12:53.777443566Z [2023-09-18 14:12:53 +0000] [76] [ERROR] Exception in worker process
2023-09-18T14:12:53.777481469Z Traceback (most recent call last):
2023-09-18T14:12:53.777488770Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker
2023-09-18T14:12:53.777494471Z     worker.init_process()
2023-09-18T14:12:53.777499471Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/workers/base.py", line 134, in init_process
2023-09-18T14:12:53.777516073Z     self.load_wsgi()
2023-09-18T14:12:53.777520973Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
2023-09-18T14:12:53.777526074Z     self.wsgi = self.app.wsgi()
2023-09-18T14:12:53.777530774Z                 ^^^^^^^^^^^^^^^
2023-09-18T14:12:53.777535475Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/app/base.py", line 67, in wsgi
2023-09-18T14:12:53.777540375Z     self.callable = self.load()
2023-09-18T14:12:53.777544976Z                     ^^^^^^^^^^^
2023-09-18T14:12:53.777549676Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
2023-09-18T14:12:53.777554477Z     return self.load_wsgiapp()
2023-09-18T14:12:53.777559177Z            ^^^^^^^^^^^^^^^^^^^
2023-09-18T14:12:53.777563778Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
2023-09-18T14:12:53.777568678Z     return util.import_app(self.app_uri)
2023-09-18T14:12:53.777573379Z            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2023-09-18T14:12:53.777578079Z   File "/opt/python/3.11.4/lib/python3.11/site-packages/gunicorn/util.py", line 359, in import_app
2023-09-18T14:12:53.777582980Z     mod = importlib.
=======[LONG LOG TRUNCATED BY DETECTOR]======
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,939 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.