This may be due to a missing dependency declaration (in this case errors may happend depending on FS).
During the deployment process, Nuxeo deployer reorder the jar according to the dependencies defined in each manifest. Your error may be caused by a missing dep declaration : the anonymous plugin is deployed to early (in your case before ui-web module). If you activate debug logs (via Jboss log4J config file), during startup you will have a log that dump the deployment order. """ [org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] Sub Deployment order is: .... [org.nuxeo.runtime.jboss.deployment.NuxeoDeployer] No unresolved Sub Deployments """ Can you tell us : - what version of Nuxeo your use - what FileSystem is used (FAT/NTFS/ext3 ...) Tiry Please copy past this in a mail, we will see what is the problem. Jorge Leonardo Cardona Osorio a écrit : > Greetings > > I installed the anonymous plugin found at: > http://download.nuxeo.org/addons/jsp/listing.jsp > > What i did was: > -put the plugin in |$JBOSS_HOME/server/default/deploy/nuxeo.ear/plugins > -configured ||anonymous-auth-config.xml with the sample given in the > chapter 12 from the book. > > But then, when i start the server i get the exception: > java.lang.RuntimeException: Interceptor class not found: > org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor > > I found somewhere that i needed to remove the | return charriot from > the line: > <interceptor-class> > org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor > </interceptor-class> > in the file META-INF/ejb-jar.xml. > > I did that but i still keep getting the same problem. > > Thanks > > > ------------------------------------------------------------------------ > > ¡Todo sobre Amor y Sexo! > La guía completa para tu vida en Mujer de Hoy: > http://mujerdehoy.telemundo.yahoo.com/ > ------------------------------------------------------------------------ > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
