| 1 | Root exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory: |
| 2 | |
| 3 | according to this : http://mail-archives.apache.org/mod_mbox/tomcat-users/200903.mbox/%3Ca2d59f0d0903031254h78e097b5u66cb2639f82166dd@mail.gmail.com%3E |
| 4 | |
| 5 | there is a problem in context.xml : |
| 6 | |
| 7 | |
| 8 | Feb 14, 2012 12:42:54 PM org.apache.catalina.core.AprLifecycleListener init |
| 9 | INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java |
| 10 | Feb 14, 2012 12:42:54 PM org.apache.tomcat.util.digester.SetPropertiesRule begin |
| 11 | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '5' did not find a matching property. |
| 12 | Feb 14, 2012 12:42:54 PM org.apache.tomcat.util.digester.SetPropertiesRule begin |
| 13 | WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:molgenis_apps' did not find a matching property. |
| 14 | Feb 14, 2012 12:42:54 PM org.apache.coyote.http11.Http11Protocol init |
| 15 | INFO: Initializing Coyote HTTP/1.1 on http-8080 |
| 16 | Feb 14, 2012 12:42:54 PM org.apache.catalina.startup.Catalina load |
| 17 | INFO: Initialization processed in 1113 ms |
| 18 | Feb 14, 2012 12:42:54 PM org.apache.catalina.core.StandardService start |
| 19 | INFO: Starting service Catalina |
| 20 | Feb 14, 2012 12:42:54 PM org.apache.catalina.core.StandardEngine start |
| 21 | INFO: Starting Servlet Engine: Apache Tomcat/6.0.26 |
| 22 | Feb 14, 2012 12:42:55 PM org.apache.catalina.loader.WebappClassLoader validateJarFile |
| 23 | INFO: validateJarFile(/Users/despoina/Documents/molgenis_apps/.metadata/.plugins/org.eclipse.wst.server.core/tmp10/wtpwebapps/molgenis_apps/WEB-INF/lib/selenium-server-standalone-2.2.0.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class |
| 24 | Feb 14, 2012 12:42:55 PM org.apache.catalina.core.NamingContextListener addResource |
| 25 | WARNING: Failed to register in JMX: javax.naming.NamingException: Could not load resource factory class [Root exception is java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory] |
| 26 | Feb 14, 2012 12:42:55 PM org.apache.coyote.http11.Http11Protocol start |
| 27 | INFO: Starting Coyote HTTP/1.1 on http-8080 |
| 28 | Feb 14, 2012 12:42:55 PM org.apache.jk.common.ChannelSocket init |
| 29 | INFO: JK: ajp13 listening on /0.0.0.0:8009 |
| 30 | Feb 14, 2012 12:42:55 PM org.apache.jk.server.JkMain start |
| 31 | INFO: Jk running ID=0 time=0/68 config=null |
| 32 | Feb 14, 2012 12:42:55 PM org.apache.catalina.startup.Catalina start |
| 33 | INFO: Server startup in 766 ms |