Opened 12 years ago
Closed 12 years ago
#117 closed defect (fixed)
Bug in ScenarioShakeMapServer
Reported by: | Kevin Milner | Owned by: | Kevin Milner |
---|---|---|---|
Priority: | major | Milestone: | OpenSHA 1.1 |
Component: | sha | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce: just launch and click "Make Map"
Other info: I think we need to just add the servlet jar to the classpath when building the jars
Application: ScenarioShakeMapServer?
Version: 1.0.2
Bulid Type: nightly
Exception:
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(Unknown Source) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.defineClass(Unknown Source) at java.net.URLClassLoader.access$000(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at org.opensha.sha.gui.beans.SitesInGriddedRectangularRegionGuiBean.openConnectionToServer(SitesInGriddedRectangularRegionGuiBean.java:599) at org.opensha.sha.gui.ScenarioShakeMapApp.getGriddedRegionSites(ScenarioShakeMapApp.java:621) at org.opensha.sha.gui.ScenarioShakeMapApp.getGriddedSitesMapTypeAndSelectedAttenRels(ScenarioShakeMapApp.java:778) at org.opensha.sha.gui.ScenarioShakeMapApp.addButton_actionPerformed(ScenarioShakeMapApp.java:801) at org.opensha.sha.gui.ScenarioShakeMapApp$1.actionPerformed(ScenarioShakeMapApp.java:350) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mo
Note: See
TracTickets for help on using
tickets.
fixed in [7340]