bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug inetlib/23981] New: Classpath fails to load classes via HTTP


From: thebohemian at gmx dot net
Subject: [Bug inetlib/23981] New: Classpath fails to load classes via HTTP
Date: 20 Sep 2005 16:33:24 -0000

I am trying to run the Swing based applet of Azureus with:
gcjwebplugin's gcjappletviewer, jamvm, classpath (all from latest CVS) and
Azureus 2.3.0.4 with the webui plugin 1.5.2
(http://azureus.sourceforge.net/plugin_details.php?plugin=webui)

If everything would work correct Azureus would create a jar file containing its
classes and deliver this to the client applet which I want to run with
gcjappletviewer.

However when the applet tries to establish the HTTP connection to receive the
file it fails and throws the following exception:

gcjappletviewer http://10.11.11.11:6883/applet_webui_only.html
raw arguments:
 http://10.11.11.11:6883/applet_webui_only.html
parsed applet tags:
 tag 0:
  name=
  code=org.gudy.azureus2.ui.webplugin.remoteui.applet.RemoteUIApplet.class
  codebase=.
  archive=[http://10.11.11.11:6883/remui.jar]
  parameters={width=100%, height=100%}
  documentbase=http://10.11.11.11:6883/applet_webui_only.html

document base = http://10.11.11.11:6883/applet_webui_only.html, dispatcher = htt
p://10.11.11.11:6883/process.cgi
org.gudy.azureus2.pluginsimpl.remote.RPException: RequestDispatch fails
   at org.gudy.azureus2.ui.webplugin.remoteui.applet.RemoteUIApplet.dispatchSupp
ort (RemoteUIApplet.java:573)
   at org.gudy.azureus2.ui.webplugin.remoteui.applet.RemoteUIApplet.dispatch (Re
moteUIApplet.java:405)
   at org.gudy.azureus2.pluginsimpl.remote.RPFactory.getPlugin 
(RPFactory.java:3 9)
   at org.gudy.azureus2.ui.webplugin.remoteui.applet.RemoteUIApplet.start (Remot
eUIApplet.java:124)
   at gnu.gcjwebplugin.StandaloneAppletWindow.<init> (StandaloneAppletWindow.jav
a:188)
   at gnu.gcjwebplugin.StandaloneAppletViewer.<init> (StandaloneAppletViewer.jav
a:161)
   at gnu.gcjwebplugin.AppletViewer.main (AppletViewer.java:284)
Caused by: java.net.ProtocolException: Peer closed connection
   at gnu.java.net.protocol.http.Request.readResponse (Request.java:415)
   at gnu.java.net.protocol.http.Request.dispatch (Request.java:378)
   at gnu.java.net.protocol.http.HTTPURLConnection.connect (HTTPURLConnection.ja
va:232)
   at org.gudy.azureus2.ui.webplugin.remoteui.applet.RemoteUIApplet.dispatchSupp
ort (RemoteUIApplet.java:494)
   ...6 more

Since the applet works with proprietary JDK 1.4 and 5.0 I suspect the problem is
in Classpath.

-- 
           Summary: Classpath fails to load classes via HTTP
           Product: classpath
           Version: 0.18
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: inetlib
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: thebohemian at gmx dot net
                CC: bug-classpath at gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23981




reply via email to

[Prev in Thread] Current Thread [Next in Thread]