Closed
Bug 13280
Opened 25 years ago
Closed 25 years ago
browser freezes after going to page with java and clicking on 2 links
Categories
(Core Graveyard :: Java: OJI, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jrspm, Assigned: edburns)
References
()
Details
I have the Sun JDK 1.3 pre-release installed so I can view java applets in the
browser. Every site I've gone to with Java in it, the browser loads the page
fine (Cool!), I then click on a link within the site that goes to another page
that includes the applet again. That works fine. However, the next link I
click on freezes the browser. It just sits there. I can move the console
window around, but the browser itself is dead and never recovers. If drag any
other window over the browser, it just paints the outline of that window and
never refreshes the view. I have to close the browser using the console window
and restart the browser in order to use it.
What is your firewall environment? Do you have to use an HTTP proxy? If so,
how do you specify using an HTTP proxy in Mozilla. Proxy support wasn't
working last I checked.
Reporter | ||
Comment 2•25 years ago
|
||
I am using no firewall and no proxy. I don't think Mozilla has proxy settings yet. I haven't checked, but since I didn't set them, they wouldn't be there anyway. I went to the java plugin settings and unchecked "Use browser settings" for the proxy and left all proxy fields blank. It noted in the console that "user has overridden proxy settings". I then went to www.farmjournal.com. It loaded fine, but the first link I clicked on, the browser froze and I had to kill the process because it wasn't responding to anything. BTW, I am using windows 2000 Professional RC1 at home and Windows NT 4.0 with SP5 and IE5 at work and I get the same behavior in both places.
Tested this, got the following stack trace:
ullPagePlugin.. returning
java.security.AccessControlException: access denied (java.net.SocketPermission w
ww.farmjournal.com resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.connect(Unknown Sour
ce)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unkno
wn Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
After noting that this bug was caused by the proxy configuration inside of SUN,
I have applied the fix from http://bugzilla.mozilla.org/show_bug.cgi?id=15779
and now I can click on any number of links and it doesn't freeze. Woohoo!
And did you check out this month's "Beef Today"? The article about that pesky
EPA comprehensive nutrient management plan is really good. They want us
to "Dispose of dead Animals promptly". What a hassle!
Comment 5•25 years ago
|
||
Using 11/19/99 Mozilla build and jdk1.3 build "P", this bug is
reproduceable. Try clicking on the "Beef Today" or "Dairy Today" link
and mozilla will freeze. This seems to be a duplicate of bug # 16296.
Comment 6•25 years ago
|
||
This page seems to work but the 2 links mentioned are not functioning either in 6.0 or 4.72
Comment 7•25 years ago
|
||
I'm going to verify this bug since the suspected links on this page no longer
work in any bowser (4.7 IE 5.0 or Seamonkey)
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•