Opened 10 years ago

Closed 10 years ago

#454 closed defect (wontfix)

Bug in HazardCurveServer

Reported by: anonymous Owned by:
Priority: major Milestone:
Component: sha Version: 1.2.3
Keywords: HazardCurveServer Cc:

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_51 (Oracle Corporation)
Operating System: Mac OS X (arch: x86_64, version: 10.9.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(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	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(Thread.java:744)
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
	at org.opensha.sha.earthquake.ERF_Ref.instance(ERF_Ref.java:311)
	... 16 more
Caused by: java.rmi.ConnectException: Connection refused to host: opensha.usc.edu; nested exception is: 
	java.net.ConnectException: Connection refused
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
	at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
	at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
	at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:341)
	at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
	at org.opensha.sha.earthquake.rupForecastImpl.remote.RemoteERF_Client.getRemoteERF(RemoteERF_Client.java:66)
	at org.opensha.sha.earthquake.rupForecastImpl.remoteERF_Clients.Frankel96_AdjustableEqkRupForecastClient.<init>(Frankel96_AdjustableEqkRupForecastClient.java:46)
	... 21 more
Caused by: java.net.ConnectException: Connection refused
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.checkConnector(RMIMasterSocketFactory.java:320)
	at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:191)
	at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613)
	... 27 more

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

Change History (1)

comment:1 Changed 10 years ago by Kevin Milner

Resolution: wontfix
Status: newclosed

Server based applications are no longer supported. Please see http://www.opensha.org/apps to get the latest version.

Note: See TracTickets for help on using tickets.