Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 454)

Ticket Resolution Summary Owner Reporter
#437 fixed can't check out OpenSHA delphine.fitzenz@…
Description

Hi I used to have OpenSHA and probably made unintentionally some changes to the .classpath and other compiling features, so decided to remove OpenSHA and re-check it out.

I have been trying all of yesterday and this morning, and it seems that the USC server times out, see message below.

I am trying to check it out from Eclipse on a mac. It had worked perfectly well a few months ago.

Every time I try the check-out, it stops at different files, sometimes after more than 200 Mb were downloaded. The check out aborts, and next time I launch it, it erases first everything it had downloaded before, which seems like a huge loss of time.

Is there any way around that? Is there a specific issue with the server at the moment?

please help this is getting very frustrating Thanks Delphine

A /Users/dfitzenz/Box Documents/ProgDev?/RuptureSetDevUCERF3/OpenSHA/src/org/opensha/sha/earthquake/rupForecastImpl/WGCEP_UCERF_2_Final/analysis/HazardCurvesVerification/CB08_259

A /Users/dfitzenz/Box Documents/ProgDev?/RuptureSetDevUCERF3/OpenSHA/src/org/opensha/sha/earthquake/rupForecastImpl/WGCEP_UCERF_2_Final/analysis/HazardCurvesVerification/CB08_259/37.70_PGA.xls RA layer request failed

svn: REPORT of '/svn/opensha/!svn/me': Could not read response body: Secure connection truncated (https: source.usc.edu) (Note: I had to remove the of the server address otherwise the message was classified as spam)

#436 fixed Bug in HazardCurveServer anonymous
Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: HazardCurveServer? Version: 1.2.3 Bulid Type: Production Java Version: 1.7.0_40 (Oracle Corporation) Operating System: Windows 7 (arch: x86, version: 6.1)

Exception:

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
	at org.opensha.sha.earthquake.ERF_Ref.instance(ERF_Ref.java:318)
	at org.opensha.sha.gui.beans.ERF_GuiBean.getERFInstance(ERF_GuiBean.java:153)
	at org.opensha.sha.gui.beans.ERF_GuiBean.init_erf_IndParamListAndEditor(ERF_GuiBean.java:177)
	at org.opensha.sha.gui.beans.ERF_GuiBean.<init>(ERF_GuiBean.java:146)
	at org.opensha.sha.gui.beans.ERF_GuiBean.<init>(ERF_GuiBean.java:128)
	at org.opensha.sha.gui.HazardCurveServerModeApplication.initERF_GuiBean(HazardCurveServerModeApplication.java:1853)
	at org.opensha.sha.gui.HazardCurveServerModeApplication.init(HazardCurveServerModeApplication.java:378)
	at org.opensha.sha.gui.HazardCurveServerModeApplication.main(HazardCurveServerModeApplication.java:775)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at com.sun.javaws.Launcher.executeApplication(Unknown Source)
	at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
	at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
	at com.sun.javaws.Launcher.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.refle
#434 fixed Add XYZ plotting capabilities Kevin Milner Kevin Milner
Description

JFreeChart allows for basic XYZ plotting capabilities through the XYBlockRenderer class. We should expose these capabilities for non-geographically projected XYZ data.

Note: See TracQuery for help on using queries.