Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported newer version error #19

Open
danielzzz opened this issue Jul 8, 2020 · 1 comment
Open

unsupported newer version error #19

danielzzz opened this issue Jul 8, 2020 · 1 comment

Comments

@danielzzz
Copy link

hi, I am getting this error when trying to export my db:

 access2csv.jar db.accdb --schema 
Exception in thread "main" java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.io.IOException: Unsupported newer version: 5
	at com.healthmarketscience.jackcess.impl.JetFormat.getFormat(JetFormat.java:293)
	at com.healthmarketscience.jackcess.impl.DatabaseImpl.open(DatabaseImpl.java:378)
	at com.healthmarketscience.jackcess.DatabaseBuilder.open(DatabaseBuilder.java:170)
	at com.healthmarketscience.jackcess.DatabaseBuilder.open(DatabaseBuilder.java:193)
	at access2csv.Driver.schema(Driver.java:49)
	at access2csv.Driver.main(Driver.java:122)
	... 5 more

please advice, kind regards
dan

@stefangweichinger
Copy link

I hit the same issue, I think

java -jar access2csv.jar  DB-Unteres-Ennstal-2021-03-03.accdb 
Exception in thread "main" java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58)
Caused by: java.lang.NoClassDefFoundError: com/healthmarketscience/jackcess/DatabaseBuilder
	at access2csv.Driver.exportAll(Driver.java:67)
	at access2csv.Driver.main(Driver.java:118)
	... 5 more
Caused by: java.lang.ClassNotFoundException: com.healthmarketscience.jackcess.DatabaseBuilder
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:589)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
	... 7 more

Fedora 33 and

java --version 
openjdk 11.0.10 2021-01-19
OpenJDK Runtime Environment 18.9 (build 11.0.10+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.10+9, mixed mode, sharing)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants