-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF01, 5.7.1
-
Component/s: Dashboard / OpenSocial (deprecated)
-
Tags:
If Guice fails to install, it raises an exception in the ServletContextListener which cancels all deployment.
This is a problem when debugging new deployment setups.
Caused by: org.apache.shindig.config.ContainerConfigException: The file '/opt/jonas/webapps/nuxeo/WEB-INF/opensocial-container.js' doesn't exist. ... at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:109) at com.google.inject.Guice.createInjector(Guice.java:95) at org.nuxeo.opensocial.servlet.GuiceContextListener.runInjection(GuiceContextListener.java:98) at org.nuxeo.opensocial.servlet.GuiceContextListener.contextInitialized(GuiceContextListener.java:82) at org.nuxeo.opensocial.servlet.ContextListenerDelayer.contextInitialized(ContextListenerDelayer.java:88)
- is required by
-
NXP-9329 JOnAS compatibility
- Resolved