Re: using MySQL with J2 - setup problem

2005-02-26 Thread watler
Marina, I know you probably have most of this down cold, but please verify: - you have a copy of mysql-connector-java-3.0.16-ga-bin.jar in /shared/lib. - that the com.mysql.jdbc.Driver class exists in mysql-connector-java-3.0.16-ga-bin.jar. - if you are manually copying the jetspeed.war into weba

Re: using MySQL with J2 - setup problem

2005-02-26 Thread Marina
Thanks, Randy. Something very strange is going on here... I tried different variations of the build.properties file and it comes down to the following two scenarios: 1) if I set properties to: org.apache.jetspeed.test.database.url = jdbc:mysql://localhost/j2test org.apache.jetspeed.test.database.d

Re: Importing Jetspeed settings into database

2005-02-26 Thread Sven Richter
Hello, I'm using Jetspeed 1.5 (src), maven 1.0.2. I used maven and generated an application with "maven jetspeed:genapp", as you're supposed to (I guess). And in that application the problem accures. Thank you very much, Sven Richter Am Thu, 24 Feb 2005 15:49:48 -0800 schrieb David Sean Taylor

Re: SQLException thrown while trying to get Connection from Datasource

2005-02-26 Thread superman
I just solved a similar problem using xp instead of win2k and it turned out to be a bad jetspeed.xml file located at %tomcat%/conf/Catalina/localhost for tomcat 5.5. There is an example of an appropriate jetspeed.xml file in %jetspeed%/portal/src/resources/jetspeed-tomcat-5.5.xml. However, the

SQLException thrown while trying to get Connection from Datasource

2005-02-26 Thread reda bendiar
Hello, the maven allClean allBuild and quickStart were done without errors. But when i start tomcat jetspeed throws errors My environment: Win2000 Tomcat 5.5 Java 1.5_01 JetSpeed from CVS ( 2.0-M2-dev ) here is what i find in jetspeed.log : ... ERROR org.apache.jetspeed.engine.AbstractEngine

NoClassDefFoundError

2005-02-26 Thread Martin Dulisch
Hello, I am trying to run the current CVS jetspeed 2 version. I am executing the steps in the getting started document. When I try to open the portal in the browser an error occurs. The tomcat logs contain the following exception. My environment: Mac OS 10.3.7 Tomcat 5.0.28 Java 1.4.2_05 Has so