Skip to Content
0
Former Member
May 28, 2018 at 09:18 AM

Bean not found in backoffice: linearCollectorChartHandler

168 Views

I have problems when starting up hybris and logging in to the backoffice. Sometimes the linearCollectorChartHandler cannot be found which is defined in platformbackoffice-backoffice-spring.xml.

ARN [hybrisHTTP34] [GenericChartController] Could not find chart handler with bean id: linearCollectorChartHandler INFO | jvm 1 | main | 2018/05/28 09:02:57.688 | WARN [hybrisHTTP34] [GenericChartController] Could not find chart handler with bean id: linearCollectorChartHandler INFO | jvm 1 | main | 2018/05/28 09:02:57.688 | WARN [hybrisHTTP34] [GenericChartController] Could not find chart handler with bean id: linearCollectorChartHandler INFO | jvm 1 | main | 2018/05/28 09:02:57.688 | WARN [hybrisHTTP34] [GenericChartController] Could not find chart handler with bean id: linearCollectorChartHandler INFO | jvm 1 | main | 2018/05/28 09:02:57.688 | WARN [hybrisHTTP34] [GenericChartController] Could not find chart handler with bean id: linearCollectorChartHandler INFO | jvm 1 | main | 2018/05/28 09:02:57.688 | WARN [hybrisHTTP34] [GenericChartController] Could not find chart handler with bean id: linearCollectorChartHandler

We're currently running Hybris 6.3. P13, but we're comming from Hybris 5.0. This causes major issues in the backoffice because the beans are not properly loaded.

When debugging I found out that sometimes different Application configs are being used. Sometimes it uses XmlWebApplicationConfig other times, when broken, it uses TenantIgnoreXmlWebApplicationContext.

I'm still trying to debug this issue, but if anyone knows this issue...