cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,

Why im getting this error when i enter to storefront?

Thanks

0 Likes
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...