Hi,
We download the Oracle NoSQL Database zip file (kv-ce-3.3.4.tar.gz) and installed in the IBM AIX Power 64-bit v6 Unix system.
WESBD: /home/oracle/kv-3.3.4 $ ../../../oracle0/app/oracle/agent1/core/12.1.0.4.0/jdk/bin/java -jar lib/kvstore.jar kvlite
Exception in
thread "main" java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class="com"/sleepycat/je/CacheMode, offset=6
at java.lang.ClassLoader.defineClass(ClassLoader.java:275)
...
Based on the error message: UnsupportedClassVersionError: JVMCFRE003 bad major version, I realize:
The Oracle NoSQL database zip for download & installation is version 12.1.3.3.4.
but on the AIX box the java version is: "1.6.0".
WESBD: /oracle0/app/oracle/agent1/core/12.1.0.4.0/jdk/bin $ java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap6460 sr13 ifix-20130303_02( SR13 +IV37419))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460 sr13 -20130114_134867 (JIT enabled, AOT enabled)
J9VM - 20130114_134867
JIT - r9_20130108_31100
GC - 20121212_AA)
JCL - 20130303_02
WESBD: /oracle0/app/oracle/agent1/core/12.1.0.4.0/jdk/bin $
I remember this java version is installed when we install the Oracle Database 12c (12.1.0.1.0) software.
Its version might be lower than Oracle NoSQL database (version 12.1.3.3.4).
t12c: /home/oracle $ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Fri Oct 9 14:01:25 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> select name from v$database;
NAME
---------
T12C
SQL> exit
Could you please consider to give us a new download link which points to the lower version of Oracle NoSQL database zip file?
Thanks,
LX