Le lundi 08/09/08 à 09h25, Olivier Adam <[EMAIL PROTECTED]> a écrit :
> Hello Denis, > > See this topic in the Nuxeo forum > > http://www.nuxeo.org/discussions/thread.jspa?messageID=4864 > > it may be the solution for your problem. Unfortunately, it didn't the trick: 1. I checked I have the NuxeoErrorInterceptor class: [EMAIL PROTECTED] ~]$ jar tf \ > /home/bitouze/nuxeo-5.2.0.M1/server/default/deploy/nuxeo.ear/platform/nuxeo-platform-ui-web-5.2.0.m1.jar > \ | grep NuxeoErrorInterceptor org/nuxeo/ecm/platform/ui/web/shield/NuxeoErrorInterceptor.class [EMAIL PROTECTED] ~]$ 2. I checked I have the anonymous jar is in the plugin directory: [EMAIL PROTECTED] ~]$ ls -1 /home/bitouze/nuxeo-5.2.0.M1/server/default/deploy/nuxeo.ear/plugins/ nuxeo-platform-login-anonymous-5.2.0.m1.jar nuxeo-platform-rendering-5.2-20080710.jar nuxeo-webengine-core-1.0.b1.jar nuxeo-webengine-plugins-1.0.b1.zip nuxeo-webengine-wiki-1.0.b1.jar README.txt [EMAIL PROTECTED] ~]$ 3. In the META-INF/ejb-jar.xml file, I changed: <interceptor-class> org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor </interceptor-class> into: <interceptor-class>org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor</interceptor-class> But during Nuxeo's startup, I still get an error: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:service=EJB3,module=nuxeo-platform-login-anonymous-5.2.0.m1.jar State: FAILED Reason: java.lang.RuntimeException: Interceptor class not found: org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor The complete trace is in the joined startup.txt file. Thanks Olivier! -- Denis
[EMAIL PROTECTED] bin]$ java -jar run.jar 10:49:25,589 INFO [Server] Starting JBoss (MX MicroKernel)... 10:49:25,589 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339) 10:49:25,590 INFO [Server] Home Dir: /home/bitouze/nuxeo-5.2.0.M1 10:49:25,590 INFO [Server] Home URL: file:/home/bitouze/nuxeo-5.2.0.M1/ 10:49:25,590 INFO [Server] Patch URL: null 10:49:25,591 INFO [Server] Server Name: default 10:49:25,591 INFO [Server] Server Home Dir: /home/bitouze/nuxeo-5.2.0.M1/server/default 10:49:25,591 INFO [Server] Server Home URL: file:/home/bitouze/nuxeo-5.2.0.M1/server/default/ 10:49:25,591 INFO [Server] Server Log Dir: /home/bitouze/nuxeo-5.2.0.M1/server/default/log 10:49:25,591 INFO [Server] Server Temp Dir: /home/bitouze/nuxeo-5.2.0.M1/server/default/tmp 10:49:25,591 INFO [Server] Root Deployment Filename: jboss-service.xml 10:49:25,853 INFO [ServerInfo] Java version: 1.7.0-internal,Sun Microsystems Inc. 10:49:25,853 INFO [ServerInfo] Java VM: OpenJDK Server VM 1.7.0-b24,Sun Microsystems Inc. 10:49:25,853 INFO [ServerInfo] OS-System: Linux 2.6.24.7-server-1mnb,i386 10:49:26,089 INFO [Server] Core system initialized 10:49:27,713 INFO [WebService] Using RMI server codebase: http://drums.chezmoi.fr:8083/ 10:49:27,723 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml 10:49:35,655 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main 10:49:35,668 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. 10:49:35,669 INFO [RAMJobStore] RAMJobStore initialized. 10:49:35,669 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties' 10:49:35,669 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2 10:49:35,669 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 10:50:01,733 WARN [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=nuxeo-platform-login-anonymous-5.2.0.m1.jar java.lang.RuntimeException: Interceptor class not found: org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor at org.jboss.ejb3.interceptor.InterceptorInfoRepository.loadClass(InterceptorInfoRepository.java:507) at org.jboss.ejb3.interceptor.InterceptorInfoRepository.getOrInitialiseFromAnnotations(InterceptorInfoRepository.java:415) at org.jboss.ejb3.interceptor.InterceptorInfoRepository.initialiseDefaultInterceptors(InterceptorInfoRepository.java:405) at org.jboss.ejb3.interceptor.InterceptorInfoRepository.initialise(InterceptorInfoRepository.java:90) at org.jboss.ejb3.Ejb3HandlerFactory$DDFactory.<init>(Ejb3HandlerFactory.java:48) at org.jboss.ejb3.Ejb3HandlerFactory.getInstance(Ejb3HandlerFactory.java:83) at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:349) at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:305) at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:77) at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.create(Unknown Source) at org.jboss.system.ServiceController.create(ServiceController.java:330) at org.jboss.system.ServiceController.create(ServiceController.java:273) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy29.create(Unknown Source) at org.jboss.ejb3.EJB3Deployer.create(EJB3Deployer.java:429) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97) at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238) at org.jboss.ws.integration.jboss.DeployerInterceptor.create(DeployerInterceptor.java:74) at org.jboss.ws.integration.jboss.DeployerInterceptorEJB.create(DeployerInterceptorEJB.java:44) at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180) at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy30.create(Unknown Source) at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818) at sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy21.deploy(Unknown Source) at org.nuxeo.runtime.jboss.deployment.NuxeoDeployer.start(NuxeoDeployer.java:250) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at sun.reflect.GeneratedMethodAccessor19.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy8.deploy(Unknown Source) at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421) at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634) at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336) at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289) at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245) at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:417) at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.server.Invocation.invoke(Invocation.java:86) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy4.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:623) at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155) at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94) at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) at org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659) at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210) at $Proxy5.deploy(Unknown Source) at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482) at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362) at org.jboss.Main.boot(Main.java:200) at org.jboss.Main$1.run(Main.java:490) at java.lang.Thread.run(Thread.java:674) 10:50:04,046 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. 10:50:07,663 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. 10:50:14,774 INFO [JbpmConfiguration] using jbpm configuration resource 'jbpm.cfg.xml' 10:50:14,850 WARN [JpdlXmlReader] process xml warning: warning: no swimlane or assignment specified for task '<task name="pending_publishing"/>' 10:50:16,744 WARN [EhCacheProvider] Could not find configuration [org.jbpm.module.def.ModuleDefinition]; using defaults. 10:50:16,753 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node]; using defaults. 10:50:16,821 WARN [EhCacheProvider] Could not find configuration [org.jbpm.instantiation.Delegation]; using defaults. 10:50:16,825 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition]; using defaults. 10:50:16,863 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Action]; using defaults. 10:50:16,880 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition]; using defaults. 10:50:16,943 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task]; using defaults. 10:50:16,977 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event]; using defaults. 10:50:17,063 WARN [EhCacheProvider] Could not find configuration [org.jbpm.context.def.VariableAccess]; using defaults. 10:50:17,145 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController]; using defaults. 10:50:17,274 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler]; using defaults. 10:50:17,337 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.exceptionHandlers]; using defaults. 10:50:17,337 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.exceptionHandlers]; using defaults. 10:50:17,337 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.nodes]; using defaults. 10:50:17,338 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.actions]; using defaults. 10:50:17,338 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.arrivingTransitions]; using defaults. 10:50:17,338 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.exceptionHandlers]; using defaults. 10:50:17,338 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults. 10:50:17,339 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.exceptionHandlers]; using defaults. 10:50:17,339 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.action.Script.variableAccesses]; using defaults. 10:50:17,340 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.events]; using defaults. 10:50:17,340 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.definitions]; using defaults. 10:50:17,340 WARN [EhCacheProvider] Could not find configuration [org.jbpm.file.def.FileDefinition.processFiles]; using defaults. 10:50:17,341 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Node.leavingTransitions]; using defaults. 10:50:17,341 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults. 10:50:17,342 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ProcessDefinition.events]; using defaults. 10:50:17,342 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes]; using defaults. 10:50:17,342 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Task.events]; using defaults. 10:50:17,342 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.TaskNode.tasks]; using defaults. 10:50:17,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.node.Decision.decisionConditions]; using defaults. 10:50:17,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Transition.events]; using defaults. 10:50:17,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults. 10:50:17,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.ExceptionHandler.actions]; using defaults. 10:50:17,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults. 10:50:17,343 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.Event.actions]; using defaults. 10:50:17,344 WARN [EhCacheProvider] Could not find configuration [org.jbpm.graph.def.SuperState.nodes]; using defaults. 10:50:17,527 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] 10:50:17,537 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])] 10:50:17,537 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] 10:50:17,554 WARN [FromElementType] Using non-qualified column reference [processInstance -> ([PROCESSINSTANCE_])] 10:50:17,561 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])] 10:50:17,561 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] 10:50:17,571 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])] 10:50:17,571 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] 10:50:17,585 WARN [FromElementType] Using non-qualified column reference [isSuspended -> ([ISSUSPENDED_])] 10:50:17,586 WARN [FromElementType] Using non-qualified column reference [token -> ([TOKEN_])] 10:50:17,600 WARN [FromElementType] Using non-qualified column reference [id -> ([ID_])] 10:50:19,612 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. 10:50:20,072 WARN [IORelationAdapter] No graph name given for relations adapter, no IO will be performed with this adapter 10:50:24,868 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. 10:50:24,917 ERROR [STDERR] Warning: TARGET EXTENSION POINT IS UNKNOWN. Check your extension in service:org.nuxeo.ecm.platform.uidgen.service.UIDGeneratorService 10:50:24,944 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 10:50:26,381 WARN [Ejb3Configuration] Persistence provider caller does not implements the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null. 10:50:26,878 WARN [ServiceManager] Service org.nuxeo.ecm.platform.notification.api.NotificationManager already registered! 10:50:27,449 INFO [ServletContextListener] Welcome to Seam 1.1.5.NX3 10:50:30,342 WARN [Component] Component class should be serializable: workspaceActions 10:50:30,446 WARN [Component] Component class should be serializable: serverActions 10:50:30,599 ERROR [STDERR] 9 sept. 2008 10:50:30 com.sun.faces.config.ConfigureListener contextInitialized INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b07-FCS) for context 'null' 10:50:31,221 ERROR [STDERR] 9 sept. 2008 10:50:31 com.sun.faces.spi.InjectionProviderFactory createInstance INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed. 10:50:32,038 WARN [ExtensionsFilter] Please adjust your web.xml to use org.apache.myfaces.webapp.filter.ExtensionsFilter 10:50:32,131 WARN [JpdlXmlReader] process xml warning: warning: no swimlane or assignment specified for task '<task name="moderation_pending"/>' 10:50:32,199 WARN [ServiceManager] Service org.nuxeo.ecm.platform.events.api.DocumentMessageProducer already registered! 10:50:32,221 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- MBeans waiting for other MBeans --- ObjectName: jboss.j2ee:service=EJB3,module=nuxeo-platform-login-anonymous-5.2.0.m1.jar State: FAILED Reason: java.lang.RuntimeException: Interceptor class not found: org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.j2ee:service=EJB3,module=nuxeo-platform-login-anonymous-5.2.0.m1.jar State: FAILED Reason: java.lang.RuntimeException: Interceptor class not found: org.nuxeo.ecm.platform.ui.web.shield.NuxeoErrorInterceptor 10:50:32,417 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 1m:6s:825ms
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
