Startup issues with Labkey 2.3 branch | slangley | 2007-11-30 13:56 |
Status: Closed | ||
I downloaded and built the Labkey 2.3 branch source and tried to run it against a new database. I'm seeing this issue: http://localhost:8080/labkey/admin/moduleStatus.view Missing Struts Module Configuration There is no Struts module configuration registered for /org/labkey/core/admin/moduleStatus.do (module path /org/labkey/core/admin). I'm using the IntelliJ 7.0.1; Java EE 5 SDK Update 3 which includes Java SE 6 Update 3; Apache Tomcat 5.5.20; all running on Windows XP Pro SP2 (32-bit). Similar error messages appear in the console log: log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.Embedded). log4j:WARN Please initialize the log4j system properly. INFO DbSchema 2007-11-30 13:43:42,155 main : Loading DbSchema "core" using the following configuration: Server URL: jdbc:postgresql://sqltest/scott_lk23test Database Product Name: PostgreSQL Database Product Version: 8.2.4 JDBC Driver Name: PostgreSQL Native Driver JDBC Driver Version: PostgreSQL 8.2 JDBC3 with SSL (build 506) ERROR terActionServlet 2007-11-30 13:43:45,665 main : Could not load Struts module configuration for /WEB-INF/classes/_pageflow/struts-config.xml. INFO ViewServlet 2007-11-30 13:44:17,128 8080-Processor25 : ViewServlet.init: org.apache.catalina.core.StandardWrapperFacade@111c3f0 INFO DbSchema 2007-11-30 13:44:17,237 8080-Processor25 : Loading DbSchema "prop" ERROR terActionServlet 2007-11-30 13:44:18,610 8080-Processor25 : No module configuration registered for /org/labkey/core/admin/moduleStatus.do (module path /org/labkey/core/admin). Has anything changed with the Labkey 'core' module lately that may be causing this. I'll try using a recent Java JDK 1.5 - instead of 1.6 - and see if that helps. Thanks. Scott Langley |
||