Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 454)

Ticket Resolution Summary Owner Reporter
#108 fixed add google guava jar to build path Kevin Milner Kevin Milner
Description

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
#109 fixed resurrect ability to set all IMR params from web services (not just current IMR) Kevin Milner Kevin Milner
Description

there used to be the ability to set all IMR params for a given site from web services, but this has been removed with the new ordered site data providers gui.

#111 fixed add CPT color images to color scheme pick list Kevin Milner Kevin Milner
Description

From Ned: It would be cool if we could show images of the cpt colors in the "Color Scheme" pick list (low priority)

This will be much easier to do once #51 (Clean up ParameterEditor? class) is done.

We could also leverage the CPTPanel class used in SCEC-VDO, instead of using hardcoded images.

Note: See TracQuery for help on using queries.