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]

Reply via email to