I'm trying to install roller-1.2 under JBoss (Solaris) and am completely lost. First, I know zip about Java or JBoss (although I've been a sysadmin for decades). I tried to follow the install notes and the JBoss specific page but all I can get is hundreds of lines of diagnostic messages from Jboss and Roller that I cannot even faintly understand. Here are a few that might be relevant:
org.jboss.util.NestedSQLException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.; - nested throwable: (javax.resource.ResourceException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.) ... Caused by: javax.resource.ResourceException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null. ... 2005-08-29 17:26:01,605 WARN [net.sf.hibernate.util.JDBCExceptionReporter] SQL Error: 0, SQLState: null 2005-08-29 17:26:01,607 ERROR [net.sf.hibernate.util.JDBCExceptionReporter] You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.; - nested throwable: (javax.resource.ResourceException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.) 2005-08-29 17:26:01,609 ERROR [net.sf.hibernate.util.JDBCExceptionReporter] Cannot open connection org.jboss.util.NestedSQLException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.; - nested throwable: (javax.resource.ResourceException: You are trying to use a connection factory that has been shut down: ManagedConnectionFactory is null.) And so on. If I try to go to http://localhost/.../roller it thows this: javax.servlet.jsp.JspException: Exception; TEMPLATE_CLASSPATH=/menu-tabbed.vm; exception=org.roller.RollerException at org.roller.presentation.tags.VelocityTag.doEndTag(VelocityTag.java:101) at org.roller.presentation.tags.HybridTag.doEndTag(HybridTag.java:64) at org.apache.jsp.main_jsp._jspx_meth_roller_Menu_0(org.apache.jsp.main_jsp :573) at org.apache.jsp.main_jsp._jspService(org.apache.jsp.main_jsp:186) ... My assumption is I've messed up the connection to MySQL (which I do know a fair amount about) but I don't have any idea how or where to find any comprehensible messages pointing me in the right direction. JJ
