Opened 13 years ago

Closed 13 years ago

#140 closed defect (invalid)

Bug in HazardCurveServer

Reported by: anonymous Owned by: Peter Powers
Priority: major Milestone:
Component: sha Version:
Keywords: Cc:

Description

Steps to reproduce: (PLEASE FILL IN)

Other info: (PLEASE FILL IN)

Application: HazardCurveServer?
Version: 1.1.1
Bulid Type: dist

Metadata:
Problem occured during initialization the ERF's. All parameters are set to default.

Exception:

java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.opensha.sha.gui.beans.ERF_GuiBean.createERFClassInstance(ERF_GuiBean.java:139)
	at org.opensha.sha.gui.beans.ERF_GuiBean.init_erf_IndParamListAndEditor(ERF_GuiBean.java:246)
	at org.opensha.sha.gui.beans.ERF_GuiBean.<init>(ERF_GuiBean.java:118)
	at org.opensha.sha.gui.HazardCurveServerModeApplication.initERF_GuiBean(HazardCurveServerModeApplication.java:1888)
	at org.opensha.sha.gui.HazardCurveServerModeApplication.init(HazardCurveServerModeApplication.java:382)
	at org.opensha.sha.gui.HazardCurveServerModeApplication.main(HazardCurveServerModeApplication.java:789)
	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.rmi.ConnectException: Connection refused to host: opensha.usc.edu; nested exception

Change History (1)

comment:1 Changed 13 years ago by Kevin Milner

Resolution: invalid
Status: newclosed

this is a client side firewall issue, not a bug in our application. I created a new ticket for giving more appropriate information when a firewall problem occurs though, #141.

Note: See TracTickets for help on using tickets.