id summary reporter owner description type status priority milestone component version resolution keywords cc 108 add google guava jar to build path Kevin Milner Kevin Milner "Application: HazardCurveServer Version: 1.0.2 Steps to reproduce: Calculate a hazard curve Other info: the guava jar needs to be added to the builds for the applications Excpetion: {{{ java.lang.NoClassDefFoundError: com/google/common/base/Preconditions at org.opensha.commons.geo.Region.distanceToLocation(Region.java:473) at org.opensha.sha.earthquake.rupForecastImpl.FloatingPoissonFaultSource.getMinDistance(FloatingPoissonFaultSource.java:389) at org.opensha.sha.calc.HazardCurveCalculator.getHazardCurve(HazardCurveCalculator.java:298) at org.opensha.sha.gui.HazardCurveServerModeApplication.handleForecastList(HazardCurveServerModeApplication.java:1682) at org.opensha.sha.gui.HazardCurveServerModeApplication.computeHazardCurve(HazardCurveServerModeApplication.java:1336) at org.opensha.sha.gui.HazardCurveServerModeApplication.run(HazardCurveServerModeApplication.java:943) at java.lang.Thread.run(Thread.java:662) Caused by: java.lang.ClassNotFoundException: com.google.common.base.Preconditions at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at com.sun.jnlp.JNLPClassLoader.findClass(JNLPClassLoader.java:332) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) ... 7 more }}} " defect closed major OpenSHA 1.1 build-process 1.0.x fixed HazardCurveServer