Project

General

Profile

Bug #331

Web Interface Throws an Exception when Definitions Update Site is Not available

Added by Luke Murphey over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
-
Start date:
02/11/2011
Due date:
02/12/2011
% Done:

100%


Description

javax.servlet.ServletException: Exception thrown while generating view
        at net.lukemurphey.nsia.web.WebConsoleServlet.doRequest(WebConsoleServlet.java:89)
        at net.lukemurphey.nsia.web.WebConsoleServlet.doGet(WebConsoleServlet.java:120)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:115)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:92)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:473)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
        at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
        at org.mortbay.http.HttpServer.service(HttpServer.java:909)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
        at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:986)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
        at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:245)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Caused by: net.lukemurphey.nsia.web.ViewFailedException: java.net.ConnectException: Connection timed out: connect
        at net.lukemurphey.nsia.web.View.process(View.java:92)
        at net.lukemurphey.nsia.web.View.process(View.java:58)
        at net.lukemurphey.nsia.web.WebConsoleServlet.doRequest(WebConsoleServlet.java:83)
        ... 16 more
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
        at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
        at sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
        at org.apache.xmlrpc.DefaultXmlRpcTransport.sendXmlRpc(DefaultXmlRpcTransport.java:83)
        at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:71)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184)
        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177)
        at net.lukemurphey.nsia.scan.DefinitionArchive.getLatestAvailableDefinitionSetID(DefinitionArchive.java:657)
        at net.lukemurphey.nsia.web.views.DefinitionsView.process(DefinitionsView.java:175)
        at net.lukemurphey.nsia.web.View.process(View.java:90)
        ... 18 more

History

#1 Updated by Luke Murphey over 13 years ago

  • Subject changed from Webinterface Throws an Exception when Definitions Update Site is Not available to Web Interface Throws an Exception when Definitions Update Site is Not available

#2 Updated by Luke Murphey over 13 years ago

  • Status changed from New to Closed
  • Target version deleted (1.0.3)
  • % Done changed from 0 to 100

This issue had already been fixed in revision r1095.

Also available in: Atom PDF