I ran into some problems while trying to install Fedora 3.1 with Tomcat 6 and PostgreSQL 8.3.5. First I got a fedora.server.errors.ModuleInitializationException: A connection pool could not be instantiated. The underlying error was a java.lang.NoClassDefFoundErrorThe message was "org/apache/commons/dbcp/BasicDataSourceFactory".
I found a commons-dbcp-1.2.1.jar in %FEDORA_HOME%/client/lib so I included that in the classpath. Then I got a java.lang.NoClassDefFoundError: org/apache/commons/collections/CursorableLinkedList I downloaded commons-collections.jar from the apache commons site and put that in %CATALINA_HOME%/lib and now it seems to run ok. Also, the installer fails because it can't copy the jdbc jar to %CATALINA_HOME%/common/lib. This has changed in Tomcat 6 to %CATALINA_HOME%/lib. I noticed on the list there were more issues with missing commons jars. I wondered if the experience I had is specific to the combination of Tomcat 6 and PostgreSQL. It seems likely that it would occur with other backends as well. -- Thijs Schnitger Func. Internet Integration W http://www.func.nl T +31 20 4230000 F +31 20 4223500 ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Fedora-commons-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers
