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

Internal Server Error - trying example #37

Open
freedev opened this issue Nov 10, 2016 · 1 comment
Open

Internal Server Error - trying example #37

freedev opened this issue Nov 10, 2016 · 1 comment

Comments

@freedev
Copy link

freedev commented Nov 10, 2016

Just trying the boilerplate, may I have any help in order to understand what's happened?

Invoking function... ==================== FUNCTION OUTPUT ==================== {"errorMessage":"Internal Server Error"} ==================== FUNCTION LOG OUTPUT ==================== START RequestId: 24dafee1-a6fc-11e6-9f4b-ebdfce24d81b Version: $LATEST log4j:WARN No appenders could be found for logger (org.lambadaframework.runtime.Handler). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. END RequestId: 24dafee1-a6fc-11e6-9f4b-ebdfce24d81b REPORT RequestId: 24dafee1-a6fc-11e6-9f4b-ebdfce24d81b Duration: 1315.60 ms Billed Duration: 1400 ms Memory Size: 512 MB Max Memory Used: 87 MB

@refacktor
Copy link

refacktor commented Jan 28, 2019

There is some underlying issue with exception logging in the lambada request handler. It doesn't log all (or maybe any) exceptions. I encountered this in my own code. You may have have to fork the boilerplate and add your own try/catch block and log the exception yourself to figure out what's going on. If you are working with the boilerplate code as-is, the most likely issue is either permissions or you failed to update the Bucket and Region names to match your needs.

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