The Artima Developer Community
Sponsored Link

Java Answers Forum
Help

2 replies on 1 page. Most recent reply: Dec 3, 2002 3:15 AM by twisty

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Vikram.G.S.

Posts: 16
Nickname: vidhi
Registered: Apr, 2002

Help Posted: Dec 2, 2002 7:58 AM
Reply to this message Reply
Advertisement
I am getting some runtime exception while accessing
some .class files through Internet. Pls look into the
below exception & give me reason and solution as soon
as possible

Thanking you
Vikram G S


Exception

java.io.IOException: Server returned HTTP response code: 407 for URL: http://experts/index.html
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.ja va:691)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection .java:369)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(HttpURLConnection.j ava:1133)
at sun.plugin.net.protocol.http.HttpURLConnection.checkCookieHeader(HttpURLConnect ion.java:330)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection .java:367)
at sun.plugin.net.protocol.http.HttpUtils.followRedirects(HttpUtils.java:39)
at sun.plugin.cache.CachedJarLoader.download(CachedJarLoader.java:311)
at sun.plugin.cache.CachedJarLoader.load(CachedJarLoader.java:131)
at sun.plugin.cache.JarCache.get(JarCache.java:177)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(CachedJarURLConnecti on.java:71)
at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(CachedJarURLConne ction.java:56)
at sun.misc.URLClassPath$JarLoader.getJarFile(URLClassPath.java:498)
at sun.misc.URLClassPath$JarLoader.<init>(URLClassPath.java:459)
at sun.misc.URLClassPath$2.run(URLClassPath.java:255)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(URLClassPath.java:244)
at sun.misc.URLClassPath.getLoader(URLClassPath.java:221)
at sun.misc.URLClassPath.getResource(URLClassPath.java:134)
at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:132)
at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:189)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112)
at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:473)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:548)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1621)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:477)
at sun.applet.AppletPanel.run(AppletPanel.java:290)
at java.lang.Thread.run(Thread.java:536)


Lynn Hollerman

Posts: 67
Nickname: gmholler
Registered: Mar, 2002

Re: Help Posted: Dec 2, 2002 8:39 AM
Reply to this message Reply
If it helps, HTTP status 407 means "Proxy Authentication Required" - I believe that indicates you have to set up your browser(or whatever you're using to get the files) to allow for that.

Lynn.

twisty

Posts: 22
Nickname: twisty
Registered: Nov, 2002

Re: Help Posted: Dec 3, 2002 3:15 AM
Reply to this message Reply
You wouldn't happen to be Vikram.G.S. from ttlg would you?

Flat View: This topic has 2 replies on 1 page
Topic: Servlet and Applet Communication Previous Topic   Next Topic Topic: having problems with sending mail---please help me

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use