Yes it turned out that I had to copy the various DB2 jar files in to the shared/lib directory of the JetSpeed install. Once I did that then it started up just fine.
Thanks, Aaron -----Original Message----- From: Ate Douma [mailto:[email protected]] Sent: Wednesday, February 25, 2009 2:28 PM To: Jetspeed Users List Subject: Re: Jetspeed startup help Obst, Aaron M. (EHQ) wrote: > Okay I got Jetspeed 2 installed, using DB2 community edition as the > backend. However when I go to startup jetspeed I get the following > error. Any assistance would be grateful ... The cause of the error is clearly shown in th stacktrace: <snip/> > root cause > > java.lang.UnsupportedClassVersionError: com/ibm/db2/jcc/DB2Driver > (Unsupported major.minor version 50.0) > java.lang.ClassLoader.defineClass0(Native Method) > java.lang.ClassLoader.defineClass(ClassLoader.java(Compiled > Code)) > You're using Java 1.4 while your JDBC driver is compiled against Java 1.5. Solution: run with Java 1.5 or downgrade to a JDBC driver compiled against Java 1.4 HTH, Ate --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
