Sandor Nyerges <[EMAIL PROTECTED]> writes: > > Stefane > > I must have the worst luck in the world. > > After I read the log file from JBoss, I saw that there was an "illegal character in path: \Program Files\..." > So, I installed JBoss at the root of my C drive. Now, there is no space in its path. Then, I re-directed > build.properties and buil.xml to point to the new installation of JBoss. (I'm not sure if I need to change > it in both, so I did it to both). > > Then I ran > > ant patch > ant deploy > JBoss run.bat > > And it still gives me an incomplete deploy. It is however different this time, so I guess that's a good sign. > At least something changed. Here are the error messages filtered out from server.log: > ----------------------------------------------------------------------------- ------------------------- > ERROR [http://org.nuxeo.runtime.model.ComponentManager] Service unknown: org.nuxeo.ecm.core.schema.TypeProvider > ERROR [STDERR|http://www.nuxeo.org/discussions/] Jan 22, 2008 1:35:34 PM > com.sun.faces.config.ConfigureListener contextInitialized > INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b07-FCS) for context 'null' > ERROR [STDERR|http://www.nuxeo.org/discussions/] Jan 22, 2008 1:35:35 PM > com.sun.faces.spi.InjectionProviderFactory createInstance > INFO: JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these > annotations will have said annotations processed. > ERROR [http://org.apache.catalina.core.StandardContext] Error listenerStart > ERROR [http://org.apache.catalina.core.StandardContext] Context [/nuxeo] startup failed due to > previous errors > DEBUG [http://org.jboss.web.WebModule] Starting failed jboss.web.deployment:war=nuxeo.war,id=-648541188 > org.jboss.deployment.DeploymentException: URL > file:/C:/JBoss/jboss- 4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/deployment failed > ERROR [org.jboss.deployment.MainDeployer] Could not start deployment:file:/C:/JBoss/jboss- 4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/ > org.jboss.deployment.DeploymentException: URL > file:/C:/JBoss/jboss-4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed > ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing: > --- Incompletely deployed packages --- > org.jboss.deployment.DeploymentInfo <at> d5b7c862 { > url=file:/C:/JBoss/jboss-4.0.5.GA/server/default/deploy/nuxeo.ear/ } > deployer: org.nuxeo.runtime.jboss.deployment.NuxeoDeployer <at> 1d13272 > status: Deployment FAILED reason: URL > file:/C:/JBoss/jboss-4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed > state: FAILED > watch: file:/C:/JBoss/jboss-4.0.5.GA/server/default/deploy/nuxeo.ear/META- INF/application.xml > altDD: null > lastDeployed: 1201026863859 > lastModified: 1201026863562 > mbeans: > > org.jboss.deployment.DeploymentInfo <at> d9580bfc { > url=file:/C:/JBoss/jboss- 4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/ } > deployer: MBeanProxyExt[jboss.web:service=WebServer] > status: Deployment FAILED reason: URL > file:/C:/JBoss/jboss-4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/ deployment failed > state: FAILED > watch: file:/C:/JBoss/jboss- 4.0.5.GA/server/default/deploy/nuxeo.ear/nuxeo.war/WEB-INF/web.xml > altDD: null > lastDeployed: 1201026928359 > lastModified: 1201026863375 > mbeans: > > --- MBeans waiting for other MBeans --- > ObjectName: jboss.j2ee:service=EJB3,module=jboss-seam-1.1.5.NX3.jar > State: FAILED > Reason: java.lang.RuntimeException: No container configured with name 'Stateless Bean'' > ObjectName: jboss.j2ee:service=EJB3,module=nuxeo-platform-archive-facade-5.2- SNAPSHOT.jar > State: FAILED > Reason: java.lang.RuntimeException: No container configured with name 'Stateful Bean'' > ... > ... > ... > DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Notified that > enabled: true > DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL > DEBUG [org.jboss.system.ServiceController] Starting dependent components for: > jboss.deployment:type=DeploymentScanner,flavor=URL dependent components: [] > DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-service.xml > DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/JBoss/jboss-4.0.5.GA/server/default/conf/jboss-service.xml > DEBUG [org.jboss.web.tomcat.tc5.Tomcat5] Saw org.jboss.system.server.started notification, > starting connectors > INFO [org.apache.coyote.http11.Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 > INFO [org.apache.jk.common.ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 > INFO [org.apache.jk.server.JkMain] Jk running ID=0 time=0/47 config=null > INFO [org.nuxeo.runtime.osgi.OSGiRuntimeService] > =========================================================== > = Nuxeo ECM Started > =========================================================== > = Component Loading Warnings: No Warnings > =========================================================== > = Component Loading Status: Pending: 0 / Total: 191 > =========================================================== > ----------------------------------------------------------------------------- ---------------------------------------------------------- > > Could try to you look at these failures please and see if some reason is indicated for them. It looks as though > it is waiting for the components to load. > Thanks >
Are you using Nuxeo's default JBoss? Is ejb3.deployer is present under "C:\Jboss\server\default\deploy" folder? Or did you installed JBoss 4.0.5 GA? If so, you need make use of JEMS installer. While installation make sure that the "ejb3" check box is checked. JEMS Installer URL: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=193295 Install: jems-installer-1.2.0.GA.jar Mirror Dhanasekar.T _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
