I extracted apache-tomcat-6.0.18 on my windows box. Ran the db scripts for mysql-5.1.33-win32.
Basically followed all the instructions in the install.txt (copied mysql jdbc driver to TOMCAT_HOME\lib, unzipped the WAR, etc).
After starting up tomcat via startup.bat, when I navigate to
http://localhost:8080/tinypm, I see "IE cannot display the page" and stack trace in localhost.2009-04-09.log:
SEVERE: Session attribute event listener threw exception
java.lang.IllegalStateException: Attempted to invoke a Seam component outside the an initialized application
at org.jboss.seam.contexts.Lifecycle.getApplication(Lifecycle.java:36)
at org.jboss.seam.contexts.Lifecycle.mockApplication(Lifecycle.java:111)
at org.jboss.seam.Seam.componentForName(Seam.java:285)
at org.jboss.seam.intercept.RootInterceptor.getComponent(RootInterceptor.java:224)
also see this in Tomcat console:
[WARN,org.hibernate.util.JDBCExceptionReporter] SQL Error: 0, SQLState: null
[ERROR,org.hibernate.util.JDBCExceptionReporter] Cannot create PoolableConnectio
nFactory (Access denied for user 'tinypm'@'localhost' (using password: YES))
[ERROR,org.jboss.seam.jsf.SeamPhaseListener] uncaught exception
java.lang.IllegalStateException: Could not start transaction
at org.jboss.seam.jsf.SeamPhaseListener.begin(SeamPhaseListener.java:581
)
at org.jboss.seam.jsf.SeamPhaseListener.handleTransactionsBeforePhase(Se
In the Tomcat manager, it shows tinypm app as "running".
Any ideas why I can't run the app???