Closed Bug 582097 Opened 14 years ago Closed 11 years ago

Java error, ClassNotFoundException: Tcpbw100.class fails with 4.0b3, works w/ 4.0b1

Categories

(Core Graveyard :: Plug-ins, defect)

defect
Not set
normal

Tracking

(firefox23-, firefox24-)

RESOLVED WORKSFORME
Tracking Status
firefox23 - ---
firefox24 - ---

People

(Reporter: jackson_pdavid, Assigned: johns)

References

()

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b3pre) Gecko/20100726 Minefield/4.0b3pre Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b3pre) Gecko/20100726 Minefield/4.0b3pre Java app at http://netspeed.stanford.edu/ fails with error "java.lang.ClassNotFoundException: Tcpbw100.class" (full error message copied below). This Java application works on the released Firefox 4.0b1. Java Plug-in 1.6.0_20 Using JRE version 1.6.0_20-b02-279-10M3065 Java HotSpot(TM) 64-Bit Server VM User home directory = /Users/djackson ---------------------------------------------------- c: clear console window f: finalize objects on finalization queue g: garbage collect h: display this help message l: dump classloader list m: print memory usage o: trigger logging q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack x: clear classloader cache 0-5: set trace level to <n> ---------------------------------------------------- load: class Tcpbw100.class not found. java.lang.ClassNotFoundException: Tcpbw100.class at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:219) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Plugin2ClassLoader.java:532) at sun.plugin2.applet.Plugin2Manager.createApplet(Plugin2Manager.java:2940) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Plugin2Manager.java:1444) at java.lang.Thread.run(Thread.java:637) Caused by: java.net.ConnectException: Operation not permitted at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432) at java.net.Socket.connect(Socket.java:529) at sun.net.NetworkClient.doConnect(NetworkClient.java:161) at sun.net.www.http.HttpClient.openServer(HttpClient.java:394) at sun.net.www.http.HttpClient.openServer(HttpClient.java:529) at sun.net.www.http.HttpClient.<init>(HttpClient.java:233) at sun.net.www.http.HttpClient.New(HttpClient.java:306) at sun.net.www.http.HttpClient.New(HttpClient.java:323) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:860) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:801) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1049) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:373) at sun.plugin2.applet.Applet2ClassLoader.getBytes(Applet2ClassLoader.java:535) at sun.plugin2.applet.Applet2ClassLoader.access$000(Applet2ClassLoader.java:51) at sun.plugin2.applet.Applet2ClassLoader$1.run(Applet2ClassLoader.java:192) at java.security.AccessController.doPrivileged(Native Method) at sun.plugin2.applet.Applet2ClassLoader.findClass(Applet2ClassLoader.java:189) ... 6 more Exception: java.lang.ClassNotFoundException: Tcpbw100.class Reproducible: Always Steps to Reproduce: 1. Go to http://netspeed.stanford.edu/ 2. Application fails with ClassNotFoundException 3. Actual Results: app fails Expected Results: application runs through a series of network speed diagnostics
Version: unspecified → Trunk
Component: File Handling → Plug-ins
Product: Firefox → Core
QA Contact: file.handling → plugins
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0 STR: 1. Launch Firefox. 2. Open http://jupload.sourceforge.net/advanced_js_demo.html Expected result: Java applet demo is shown on the top of the page. Actual result: "Error. Click for details" is shown in the area where the demo should play. Notes 1. This happens only on Windows 7 x32 and x64. 2. Does not reproduce in latest Nightly (buildID: 20130717030207) but it does reproduce in latest Aurora (buildID: 20130719004004)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Image showing the issue
Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0 Also reproducible on Windows XP x32 with FF 23 beta 7 when loading http://wickedgoodgames.com/java9/rocks.html.
FF 23b4 - good. FF 23b5 - broken. nightly 25.0a1 (2013-07-03) - broken nightly 25.0a1 (2013-07-04) - fixed by bug 888834 This looks pretty important since a lot of java games won't load in FF 23. Anthony, any thoughts?
OS: Mac OS X → All
Hardware: x86 → All
That just means bug 888834 needs uplift, correct? It looks like bug 738396 landed on 23, but bug 888834 didn't.
Assignee: nobody → jschoenick
I neglected to track this properly :( see bug 888834 comment 19
Status: NEW → ASSIGNED
For the issue in bug 888834 this is just a dupe -- the original issue opened in 2010 looks to have been fixed long before that per comment 4. Please re-open if there is an issue here on a branch with bug 888834 landed.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
(In reply to Alexandra Lucinet [QA] from comment #3) > Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0 > > Also reproducible on Windows XP x32 with FF 23 beta 7 when loading > http://wickedgoodgames.com/java9/rocks.html. This issue seems fixed with Java 7u25, but with Java 7 update 40 b33 and Java 8 b99 is not working on Mac OS X 10.9. Should I fill another bug since it's reproducible only with beta versions of Java or reopen this one?
(In reply to Alexandra Lucinet [QA] from comment #8) > (In reply to Alexandra Lucinet [QA] from comment #3) > > Mozilla/5.0 (Windows NT 5.1; rv:23.0) Gecko/20100101 Firefox/23.0 > > > > Also reproducible on Windows XP x32 with FF 23 beta 7 when loading > > http://wickedgoodgames.com/java9/rocks.html. > > This issue seems fixed with Java 7u25, but with Java 7 update 40 b33 and > Java 8 b99 is not working on Mac OS X 10.9. Should I fill another bug since > it's reproducible only with beta versions of Java or reopen this one? If this applet works in other browsers with said java versions then please open a new bug
(In reply to John Schoenick [:johns] from comment #9) > If this applet works in other browsers with said java versions then please > open a new bug After further investigations: on Chrome and Opera, the plug-in is not supported. On Safari is the same issue as with Firefox. No need to open a new bug.
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: