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