TRying to join the IRC...

This forum is for descriptions of new site features and information about the site in general. This is also the place to discuss new site ideas.
Locked
User avatar
Wayloss
Level 15 Elite
Level 15 Elite
Posts: 4565
Location: Rochester
User Class: Outlaw Technician

TRying to join the IRC...

Post by Wayloss » Thu Jan 29, 2009 6:53 pm

....via the Java plugin I get the following error.

Code: Select all

Java Plug-in 1.6.0_11
Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Wayloss
----------------------------------------------------
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 IRCApplet.class not found.
java.lang.ClassNotFoundException: IRCApplet.class
	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:https://brennor.dyndns.org/rpg/IRCChat/popup/modules/IRCChat/IRCApplet/class.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: IRCApplet.class
load: class IRCApplet.class not found.
java.lang.ClassNotFoundException: IRCApplet.class
	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:https://brennor.dyndns.org/rpg/IRCChat/modules/IRCChat/IRCApplet/class.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: IRCApplet.class

User avatar
Vardaen
Admin
Admin
Posts: 66394
Location: Miskatonic University
Title: Great Old One
User Class: Unshackled AI

Re: TRying to join the IRC...

Post by Vardaen » Fri Jan 30, 2009 4:36 am

Hmmm, no idea. Bren or Bitom?
"He that breaks a thing to find out what it is has left the path of wisdom." - Gandalf
J.R.R. Tolkien, Council of Elrond, The Fellowship of the Ring

User avatar
Bitom
Emeritus Admin
Emeritus Admin
Posts: 11203

Re: TRying to join the IRC...

Post by Bitom » Fri Jan 30, 2009 8:04 pm

no clue, that's all B

User avatar
Brennor
Emeritus Admin
Emeritus Admin
Posts: 9161

Re: TRying to join the IRC...

Post by Brennor » Sun Feb 01, 2009 12:21 am

Dunno what that error is. I actually didn't write that Java code... it is a self contained piece that was just bolted onto the site, but the most prominent error seems to be this one:

Code: Select all

Caused by: java.io.IOException: open HTTP connection failed:https://brennor.dyndns.org/rpg/IRCChat/modules/IRCChat/IRCApplet/class.class
Seems as if net connection pooped out for a bit maybe?

If the Java IRC isn't working for you, have you tried the web-based IRC?
[url=telnet://brennor.dyndns.org:1896]Akarian Dawn MUSH[/url]
SRGC v0.22: SR2+++ SR3++ h+ b+++ UB+ IE+ RN W+ dk+ ri+ ad+ m+ gm+ M- P+

User avatar
Wayloss
Level 15 Elite
Level 15 Elite
Posts: 4565
Location: Rochester
User Class: Outlaw Technician

Re: TRying to join the IRC...

Post by Wayloss » Tue Apr 21, 2009 6:36 pm

Web based worked, deffinatly not the Inet...Probbaly the new Java is not compatible...

User avatar
Brennor
Emeritus Admin
Emeritus Admin
Posts: 9161

Re: TRying to join the IRC...

Post by Brennor » Tue Apr 21, 2009 7:25 pm

Either that or port blocking. The Java client is actually a real IRC client, connecting via port 6667. The web-based IRC client is really a pipe that connects a users web browser to the IRC server via another piece of software. The web-based client connects via port 80. This port shouldn't be blocked by anyone that will allow web browsing.

So, moral of the story is that the Java IRC client, might actually be blocked, but the web-based IRC client wouldn't be blocked anywhere you can browse the net.
[url=telnet://brennor.dyndns.org:1896]Akarian Dawn MUSH[/url]
SRGC v0.22: SR2+++ SR3++ h+ b+++ UB+ IE+ RN W+ dk+ ri+ ad+ m+ gm+ M- P+

User avatar
Wayloss
Level 15 Elite
Level 15 Elite
Posts: 4565
Location: Rochester
User Class: Outlaw Technician

Re: TRying to join the IRC...

Post by Wayloss » Wed Apr 22, 2009 12:50 am

don't think so if I load up GAIM [now pigin] I can still connect...just don't ahv eit loaded on my laptop.

User avatar
Shurijo
Admin
Admin
Posts: 13979
Title: Scourge of the Jedi
User Class: Sith Lord

Re: TRying to join the IRC...

Post by Shurijo » Wed Apr 22, 2009 12:55 am

Sounds like the file at http://brennor.dyndns.org/rpg/IRCChat/p ... lass.class was deleted. Can you check the server's file structure to see if this file exists?

Locked