Thread Tools Display Modes
04-15-09, 03:01 AM   #1
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 17
Unable to download addons when not logged in

I'm using Windows XP SP3, Firefox 3.0.9 with Adblock Plus, with Java 6 update 13 installed, when logged in the download button works fine, when not logged in I get an error instead of the download button



Disabling Adblock, or allowing Java through my firewall doesn't make any difference.
  Reply With Quote
04-15-09, 03:18 AM   #2
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Could you post the errors you get when you click on it? That would help greatly
  Reply With Quote
04-15-09, 03:33 AM   #3
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 17
Code:
load: class A.A.A not found.
java.lang.ClassNotFoundException: A.A.A
	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused: 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 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.http.HttpClient.<init>(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	... 7 more
Exception: java.lang.ClassNotFoundException: A.A.A
load: class A.A.A not found.
java.lang.ClassNotFoundException: A.A.A
	at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed:http://www.wowinterface.com/downloads/A/A/A.class
	at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
	at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	... 7 more
Exception: java.lang.ClassNotFoundException: A.A.A
  Reply With Quote
04-15-09, 03:47 AM   #4
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Something is blocking you from communicating with one of WoWInterface's servers:

Code:
Caused by: java.net.ConnectException: Connection refused: connect
Do you have any special network considerations? It may be worthwhile to clear your cache just for the hell of it, though I don't think this is going to solve anything.

It's also relatively possible that WoWI was experiencing high load when you did this, and rejected the connection out of luck. Does the problem persist?
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
04-15-09, 03:53 AM   #5
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 17
Tried clearing my cache, no difference and still unable to click the download box. It's only happening as a guest though, logged into my account it works fine, are the Java applets not loaded on a logged in account?

I have no special network considerations that I know of, just a cable modem plugged into a router, no proxies or anything though.
  Reply With Quote
04-15-09, 04:00 AM   #6
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
Unfortunately without asking you to do some very technical stuff I can't directly investigate what's causing the problem. However I can keep an eye out for it. At least you don't have the problem while logged in.

When Dolby wakes up we can poke him to make sure the server the applet's on isn't having problems, etc.

You've disabled all firewalls/etc. just to test? I wonder if your browser has a "disable applet" option in it.
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
04-15-09, 04:06 AM   #7
Mikari
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 17
Yeah I've disabled all firewalls and I'm able to use other Java stuff like the WWS client and Java speed tests that use applets so I don't think it's a problem with my Java install or my browser settings.
  Reply With Quote
04-15-09, 04:31 AM   #8
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2008
Posts: 135
I also noticed that if your not logged in, you can't see pass page 1 on any addon's comments page. Click next page or page number... nothing. Works fine when logged in.
  Reply With Quote

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » Unable to download addons when not logged in


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off