When I start JBoss, the JVM process goes to 100% CPU utilization, with no threading (one CPU at 100%, all others idle) and the last thing logged by JBoss is:
14:30:24,405 INFO [TomcatDeployment] deploy, ctxPath=/alfresco
and then nothing. The JVM is totally frozen and no longer responds to inbound TCP connections for the other applications which successfully deployed and used to run (before Alfresco).
This is Red Hat Enterprise Linux 5.4 on an x86_64 in VMware ESX 4.0. 4 CPUs, 4GB of memory configured and java JDK 6 Update 19, 64-bit OS & 64-bit JVM.
$ java -version java version "1.6.0_19" Java(TM) SE Runtime Environment (build 1.6.0_19-b04) Java HotSpot(TM) 64-Bit Server VM (build 16.2-b04, mixed mode)
Note this process has been 100% CPU-bound since the time JBoss was started.
$ tail -f /opt/jboss/default/server/default/log/server.log 2011-04-09 14:30:17,987 INFO [org.jboss.ejb3.session.SessionSpecContainer] (main) Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3 2011-04-09 14:30:17,989 INFO [org.jboss.ejb3.EJBContainer] (main) STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService 2011-04-09 14:30:18,012 INFO [org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase] (main) Binding the following Entries in Global JNDI:
SecureProfileService/remote - EJB3.x Default Remote Business Interface SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
2011-04-09 14:30:18,244 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/admin-console 2011-04-09 14:30:18,352 INFO [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console' 2011-04-09 14:30:24,405 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/alfresco
Same deal. 100% CPU utilization after starting Tomcat. I can tell that it's working to some extent, as the database was empty before starting Tomcat for the first time, and now the Alfresco tables have been created.
This is a fresh install of Tomcat 6.0.26, Sun Java 6 Update 19 on Red Hat Enterprise Linux 5.4, 64-bit everything.