cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP Status 500 - Request processing failed; nested exception is java.lang.NullPointerException

former_member634278
Participant
0 Likes
4,462

Hello,

Why im getting this error when i enter to storefront?

Thanks

View Entire Topic
Former Member
0 Likes

It seems there is an error in the line 126 of DefaultBTGExpressionEvaluator.java. NullPointer Exception usually happens when you try to call a method on a null reference. Double check the code at this line.[or] I found in google like missing of the annotation "@Autowired" form these two posts.

http://stackoverflow.com/questions/5921684/nullpointerexception-in-spring-controller http://stackoverflow.com/questions/13737254/java-lang-nullpointerexception-exception-in-my-controlle...