简体   繁体   中英

AWS ElasticBeanstalk “no files found to execute”

I am still new to this, so please pardon the inexperience.

I am currently developing a website with a coder using python and flask, and it needs to be placed into elastic beanstalk.

The website was developed offline, and we are trying to upload it to EB. We have followed the instructions on the AWS support, and have been able to get the "Hello World!" sample site working. However, upon reading the logs, it shows that, at the bottom, "No files found to execute"

When we upload our website, it shows the same error in the logs, but instead of showing the website, it would show Internal 500 error.

Any advice is appreciated!

An internal 500 error can be caused by many reasons. The "No files found to execute" issue seems interesting...Could you link to your log file? Or, more specifically, just show the /var/log/httpd/error_log section of your log file. This is usually very helpful to diagnosing things that go wrong after a successful deployment. Sorry I can't give a definitive answer yet - 500 is very generic!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM