I have been unable to get the application to run. Below is what I've
done and the errors from attempting to run the application. I can't
think of anything else to do to make it work. I welcome any suggestions.
Ubuntu 14.04 64-bit
Downloaded GGC_Update_0.6.1.zip
Unzipped to ~/linuxapps/GNU_Gluco_Control
Issued chmod +x * in bin directory to make sure all .sh are executable
- that made 3 non-script files executable too, including jar file
Originally installed OpenJava, but uninstalled and installed Oracle Java
Issuing java -version
Gives:
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)
Issuing sh run_linux.sh (after cd to the bin directory that contains the
script)
Gives:
=============================================================================
=== Startup/Update Manager
===
=== Startup file created succesfully.
===
=============================================================================
*******************************************************
***** Db Check v0.1 ******
*******************************************************
Exception in thread "main" java.lang.NoClassDefFoundError:
org/hibernate/HibernateException
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:195)
at
com.atech.db.hibernate.check.DbCheck.readCurrentDbVersion(DbCheck.java:136)
at com.atech.db.hibernate.check.DbCheck.<init>(DbCheck.java:107)
at com.atech.db.hibernate.check.DbCheck.main(DbCheck.java:254)
Caused by: java.lang.ClassNotFoundException:
org.hibernate.HibernateException
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 5 more
Exception in thread "main" java.lang.NoClassDefFoundError:
org/hibernate/cfg/SettingsFactory
at ggc.GGC.isDbOk(GGC.java:67)
at ggc.GGC.main(GGC.java:98)
Caused by: java.lang.ClassNotFoundException:
org.hibernate.cfg.SettingsFactory
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 2 more
--
Mike Strickland
Liv...@Ge...
---------------------------
Homepage: A Rescuer's Guide to Georgia Native Plants
GeorgiaNatives.net
|