Details
-
Bug
-
Resolution: Obsolete
-
Blocker
-
None
-
1.0.2
-
None
-
Magnolia EE 5.4.10
Jackrabbit 2.8
Mysql 6 (InnoDB)
Apache Tomcat 7.0
Oracle Java 1.7
Linux
Description
After upgrade to Magnolia 5.4.10 the processed resources module doesn't work, because the resource mapping couldn't be instantiate.
17-01-19 14:25:26 WARN AUTHOR[localhost-startStop-1]info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl: Can't instantiate bean for /server/URI2RepositoryMapping/mappings/resources info.magnolia.jcr.node2bean.Node2BeanException: com.google.inject.ProvisionException: Guice provision errors:
1) Module instance for module [resources] not available, most likely because the module has not yet been started. Inject a Provider<> instead to get access to the module instance when it's available.
at info.magnolia.objectfactory.guice.GuiceComponentConfigurationModule.bindProvider(GuiceComponentConfigurationModule.java:190)
while locating info.magnolia.module.resources.ResourcesModule
1 error
at info.magnolia.jcr.node2bean.impl.Node2BeanTransformerImpl.newBeanInstance(Node2BeanTransformerImpl.java:248)
at info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl.toBean(Node2BeanProcessorImpl.java:135)
at info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl.toMap(Node2BeanProcessorImpl.java:227)
at info.magnolia.jcr.node2bean.impl.Node2BeanProcessorImpl.toBean(Node2BeanProcessorImpl.java:132)
I think the problem occures only, if you start Magnolia in not auto update mode.
Checklists
Acceptance criteria