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,456

Hello,

Why im getting this error when i enter to storefront?

Thanks

View Entire Topic
Former Member
0 Likes

In case your project is not using BTG, you can try disabling this feature via these steps:

1) In local.properties add storefront.btg.enabled=false

2) In spring-filter-config.xml comment out these filters:

 <ref bean="refererHeaderBtgFilter"/>
 <ref bean="requestParamsBtgFilter"/>
 <ref bean="productVisitedBtgFilter"/>
 <ref bean="categoryVisitedBtgFilter"/>
 <ref bean="btgSegmentFilter"/>

3) In spring-mvc-config.xml comment out:

 <bean class="com.napa.storefront.interceptors.beforeview.BtgPageVisitedPublisherBeforeViewHandler" />
 <bean class="com.napa.storefront.interceptors.beforeview.BtgSegmentBeforeViewHandler">
     <property name="btgSegmentStrategy" ref="btgSegmentStrategy" />
 </bean>
Former Member
0 Likes

Hi I met this problem these days as well and I tried the solution. It's not working for me.