Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Trying to get this configured now...
Anyone seen this:
# java -jar snapcreator.jar -gui_port 8180
Exception in thread "main" java.lang.ClassFormatError: com.netapp.rre.snapcreator.server.SnapCreatorServer (unrecognized class file version)
at java.lang.VMClassLoader.defineClass(libgcj.so.7rh)
at java.lang.ClassLoader.defineClass(libgcj.so.7rh)
at java.security.SecureClassLoader.defineClass(libgcj.so.7rh)
at java.net.URLClassLoader.findClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
at gnu.java.lang.MainThread.run(libgcj.so.7rh)
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jim,
We see this error if java bit version and SC bit version don't match.
Do a "java --version"
32 bit java requires 32bit SC
64bit java requires 64bit SC
Java version must also be 1.6 or higher
Regards,
Keith
1 REPLY 1
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jim,
We see this error if java bit version and SC bit version don't match.
Do a "java --version"
32 bit java requires 32bit SC
64bit java requires 64bit SC
Java version must also be 1.6 or higher
Regards,
Keith