Opened 12 years ago

Closed 12 years ago

#364 closed defect (fixed)

Bug in LossEstimationApp

Reported by: keith@… Owned by: Kevin Milner
Priority: major Milestone:
Component: sra Version: 1.2.3
Keywords: LossEstimationApp Cc:

Description

Steps to reproduce: Just start jnlp or jar.

Other info: (PLEASE FILL IN)

Application: LossEstimationApp?
Version: 1.2.3
Bulid Type: Development
Java Version: 1.6.0_29 (Sun Microsystems Inc.)
Operating System: Windows 2003 (arch: x86, version: 5.2)

Exception:

java.lang.NullPointerException
	at org.opensha.sha.imr.AbstractIMR.compareTo(AbstractIMR.java:189)
	at org.opensha.sha.imr.AbstractIMR.compareTo(AbstractIMR.java:70)
	at java.util.Arrays.mergeSort(Unknown Source)
	at java.util.Arrays.mergeSort(Unknown Source)
	at java.util.Arrays.mergeSort(Unknown Source)
	at java.util.Arrays.mergeSort(Unknown Source)
	at java.util.Arrays.sort(Unknown Source)
	at java.util.Collections.sort(Unknown Source)
	at org.opensha.sha.imr.AttenRelRef.buildInstanceList(AttenRelRef.java:409)
	at org.opensha.sha.imr.AttenRelRef.instanceList(AttenRelRef.java:369)
	at org.opensha.sha.gui.beans.IMR_GuiBean.init(IMR_GuiBean.java:135)
	at org.opensha.sha.gui.beans.IMR_GuiBean.<init>(IMR_GuiBean.java:127)
	at org.opensha.sra.gui.LossEstimationApplication.initIMR_GuiBean(LossEstimationApplication.java:1110)
	at org.opensha.sra.gui.LossEstimationApplication.init(LossEstimationApplication.java:375)
	at org.opensha.sra.gui.LossEstimationApplication.main(LossEstimationApplication.java:620)

Metadata:
Exception occured while creating the GUI.
No Parameters have been set

Change History (1)

comment:1 Changed 12 years ago by Kevin Milner

Resolution: fixed
Status: newclosed

Fixed. this was due to #366 - offending new IMR now disabled until patched. Applications have been rebuild (same links).

Note: See TracTickets for help on using tickets.