Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 454)

Ticket Resolution Summary Owner Reporter
#454 wontfix 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_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.

#453 fixed NGA2 Wrapper Period Parameter inconsistencies Kevin Milner
Description

The NGA2 wrappers have an issue where first of all the PeriodParameter? is not bing initialized properly by default, and direct PeriodParam?.setValue(...) calls are not reflected in the underlying IMR until a setSite/setRupture method is subsequently called.

#452 fixed Add latest CVM-H basin depth models, with and without geotechnical layer Kevin Milner Kevin Milner
Description

CyberShake? needs the latest CVM-H model in OpenSHA for attenuation relationship comparison curves. They also need it both with and without the geotechnical layer enabled. David Gill has provided these files. Our Site Data classes and servlets need to be extended to accept parameters, so that we don't need to create a new servlet for every version/parameter setting.

Note: See TracQuery for help on using queries.