[freenet-support] (correction) hang on install

2007-10-27 Thread Michael R. Hines
No problem. I appreciate your help =)

- Michael

David ?Bombe? Roden wrote:
> On Wed, 2007-10-17 at 20:43 -0400, Michael R. Hines wrote:
>   
>> I fixed it my self by removing internationalization call from the faulting 
>> line.
>> 
>
> The l10n call never was the problem, that call was missing the name of
> the HTML node (which should have been "#"). Fixed in more recent
> versions, sorry for the late reply. :)
>
>
>   David
>
>   




[freenet-support] (correction) hang on install

2007-10-17 Thread Michael R. Hines
I fixed it my self by removing internationalization call from the faulting line.

- Michael

Michael R. Hines wrote:
> Correction. The aforementioned error is wrong.
> 
> Here's the correct java error:
> 
> java.lang.IllegalArgumentException: element name is not legal
> at freenet.support.HTMLNode.(HTMLNode.java:46)
> at freenet.support.HTMLNode.addChild(HTMLNode.java:130)
> at freenet.support.HTMLNode.addChild(HTMLNode.java:114)
> at freenet.support.HTMLNode.addChild(HTMLNode.java:110)
> at
> freenet.node.useralerts.MeaningfulNodeNameUserAlert.getHTMLText(MeaningfulNodeNameUserAlert.java:42)
> at
> freenet.node.useralerts.UserAlertManager.createAlerts(UserAlertManager.java:94)
> at
> freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:515)
> at
> freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
> at
> freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
> at 
> freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)
> 
> (Again, this is using freenet-r15446)
> 
> - Michael
> 
> 
> 
> 
> 
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20071017/7f7b134c/attachment.pgp>


[freenet-support] (correction) hang on install

2007-10-16 Thread Michael R. Hines
Correction. The aforementioned error is wrong.

Here's the correct java error:

java.lang.IllegalArgumentException: element name is not legal
at freenet.support.HTMLNode.(HTMLNode.java:46)
at freenet.support.HTMLNode.addChild(HTMLNode.java:130)
at freenet.support.HTMLNode.addChild(HTMLNode.java:114)
at freenet.support.HTMLNode.addChild(HTMLNode.java:110)
at
freenet.node.useralerts.MeaningfulNodeNameUserAlert.getHTMLText(MeaningfulNodeNameUserAlert.java:42)
at
freenet.node.useralerts.UserAlertManager.createAlerts(UserAlertManager.java:94)
at  
freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:515)
at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)

(Again, this is using freenet-r15446)

- Michael

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20071016/a1dfc65d/attachment.pgp>


Re: [freenet-support] (correction) hang on install

2007-10-16 Thread Michael R. Hines
Correction. The aforementioned error is wrong.

Here's the correct java error:

java.lang.IllegalArgumentException: element name is not legal
at freenet.support.HTMLNode.init(HTMLNode.java:46)
at freenet.support.HTMLNode.addChild(HTMLNode.java:130)
at freenet.support.HTMLNode.addChild(HTMLNode.java:114)
at freenet.support.HTMLNode.addChild(HTMLNode.java:110)
at
freenet.node.useralerts.MeaningfulNodeNameUserAlert.getHTMLText(MeaningfulNodeNameUserAlert.java:42)
at
freenet.node.useralerts.UserAlertManager.createAlerts(UserAlertManager.java:94)
at  
freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:515)
at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)

(Again, this is using freenet-r15446)

- Michael

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] hang on install

2007-10-15 Thread Michael R. Hines

I upgraded to freenet-r15446 and I'm still getting the error for the server:

Oct 15, 2007 03:24:54:675 (java.lang.Class,
SimpleToadletServer$SocketHandler at 518848545, ERROR): Caught error:
java.lang.AssertionError handling socket
java.lang.AssertionError
  at freenet.support.HTMLNode.(HTMLNode.java:46)
  at freenet.support.HTMLNode.(HTMLNode.java:31)
  at freenet.support.HTMLNode.(HTMLNode.java:58)
  at freenet.support.HTMLNode.addChild(HTMLNode.java:127)
  at freenet.support.HTMLNode.addChild(HTMLNode.java:111)
  at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94)
  at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86)
  at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493)
  at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
  at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
  at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)

Can I provide anymore information to help fix this problem?

- Michael

Julien Cornuwel aka batosai wrote:
> Michael R. Hines a ?crit :
>> Oh great.
>>
>> (I didn't change any default options. I just used the new_installer.jar)
>>
>> Can I get it from the website, or do I need check checkout a subversion copy?
>>   
> 
> You can download the latest trunk version here :
> http://downloads.freenetproject.org/alpha/ (pick the one with the
> biggest number : freenet-rX-snapshot.jar)
> and overwrite your freenet.jar with it.
> 
> Or you can just wait for next release and update manually
> 
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20071014/88a23f66/attachment.pgp>


Re: [freenet-support] hang on install

2007-10-14 Thread Michael R. Hines

I upgraded to freenet-r15446 and I'm still getting the error for the server:

Oct 15, 2007 03:24:54:675 (java.lang.Class,
[EMAIL PROTECTED], ERROR): Caught error:
java.lang.AssertionError handling socket
java.lang.AssertionError
  at freenet.support.HTMLNode.init(HTMLNode.java:46)
  at freenet.support.HTMLNode.init(HTMLNode.java:31)
  at freenet.support.HTMLNode.init(HTMLNode.java:58)
  at freenet.support.HTMLNode.addChild(HTMLNode.java:127)
  at freenet.support.HTMLNode.addChild(HTMLNode.java:111)
  at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94)
  at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86)
  at freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493)
  at freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
  at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
  at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)

Can I provide anymore information to help fix this problem?

- Michael

Julien Cornuwel aka batosai wrote:
 Michael R. Hines a écrit :
 Oh great.

 (I didn't change any default options. I just used the new_installer.jar)

 Can I get it from the website, or do I need check checkout a subversion copy?
   
 
 You can download the latest trunk version here :
 http://downloads.freenetproject.org/alpha/ (pick the one with the
 biggest number : freenet-rX-snapshot.jar)
 and overwrite your freenet.jar with it.
 
 Or you can just wait for next release and update manually
 
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:[EMAIL PROTECTED]

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] hang on install

2007-10-10 Thread Michael R. Hines

Oh great.

(I didn't change any default options. I just used the new_installer.jar)

Can I get it from the website, or do I need check checkout a subversion copy?

Thanks!

- Michael

David ?Bombe? Roden wrote:
> On Sun, 2007-10-07 at 13:19 -0400, Michael R. Hines wrote:
> 
>> java.lang.AssertionError
>> at freenet.support.HTMLNode.(HTMLNode.java:46)
>> at freenet.support.HTMLNode.(HTMLNode.java:31)
>> at freenet.support.HTMLNode.(HTMLNode.java:58)
> 
> Fixed in r15442.
> 
> I really wonder why nobody noticed that before. Maybe you're the only
> one running freenet with assertions enabled. :)
> 
> 
>   Bombe
> 
> 
> 
> 
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20071010/e3aae9e2/attachment.pgp>


[freenet-support] hang on install

2007-10-10 Thread Michael R. Hines

Hello? Is anyone else not able to connect to the freenet server like me?

- Michael

Michael R. Hines wrote:
> I get the following error in logs/freenet-latest.log
> when trying to go to localhost: for the very first time:
> 
> Oct 07, 2007 17:15:58:397 (java.lang.Class,
> SimpleToadletServer$SocketHandler at 835340673, ERROR): Caught error:
> java.lang.AssertionError handling socket
> java.lang.AssertionError
> at freenet.support.HTMLNode.(HTMLNode.java:46)
> at freenet.support.HTMLNode.(HTMLNode.java:31)
> at freenet.support.HTMLNode.(HTMLNode.java:58)
> at freenet.support.HTMLNode.addChild(HTMLNode.java:127)
> at freenet.support.HTMLNode.addChild(HTMLNode.java:111)
> at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94)
> at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86)
> at 
> freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493)
> at
> freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
> at
> freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
> at 
> freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)
> 
> 
> (I run Firefox 2.0 with jre 1.5 on fedora7 with the latest Freenet download).
> 
> 
> The browser just hangs. Nothing happens. White, empty page.
> 
> Any ideas?
> 
> 
> 
> 
> 
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20071010/10e83190/attachment.pgp>


Re: [freenet-support] hang on install

2007-10-10 Thread Michael R. Hines

Hello? Is anyone else not able to connect to the freenet server like me?

- Michael

Michael R. Hines wrote:
 I get the following error in logs/freenet-latest.log
 when trying to go to localhost: for the very first time:
 
 Oct 07, 2007 17:15:58:397 (java.lang.Class,
 [EMAIL PROTECTED], ERROR): Caught error:
 java.lang.AssertionError handling socket
 java.lang.AssertionError
 at freenet.support.HTMLNode.init(HTMLNode.java:46)
 at freenet.support.HTMLNode.init(HTMLNode.java:31)
 at freenet.support.HTMLNode.init(HTMLNode.java:58)
 at freenet.support.HTMLNode.addChild(HTMLNode.java:127)
 at freenet.support.HTMLNode.addChild(HTMLNode.java:111)
 at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94)
 at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86)
 at 
 freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493)
 at
 freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
 at
 freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
 at 
 freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)
 
 
 (I run Firefox 2.0 with jre 1.5 on fedora7 with the latest Freenet download).
 
 
 The browser just hangs. Nothing happens. White, empty page.
 
 Any ideas?
 
 
 
 
 
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:[EMAIL PROTECTED]

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: [freenet-support] hang on install

2007-10-10 Thread Michael R. Hines

Oh great.

(I didn't change any default options. I just used the new_installer.jar)

Can I get it from the website, or do I need check checkout a subversion copy?

Thanks!

- Michael

David ‘Bombe’ Roden wrote:
 On Sun, 2007-10-07 at 13:19 -0400, Michael R. Hines wrote:
 
 java.lang.AssertionError
 at freenet.support.HTMLNode.init(HTMLNode.java:46)
 at freenet.support.HTMLNode.init(HTMLNode.java:31)
 at freenet.support.HTMLNode.init(HTMLNode.java:58)
 
 Fixed in r15442.
 
 I really wonder why nobody noticed that before. Maybe you're the only
 one running freenet with assertions enabled. :)
 
 
   Bombe
 
 
 
 
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
 Or mailto:[EMAIL PROTECTED]

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] hang on install

2007-10-07 Thread Michael R. Hines
I get the following error in logs/freenet-latest.log
when trying to go to localhost: for the very first time:

Oct 07, 2007 17:15:58:397 (java.lang.Class,
SimpleToadletServer$SocketHandler at 835340673, ERROR): Caught error:
java.lang.AssertionError handling socket
java.lang.AssertionError
at freenet.support.HTMLNode.(HTMLNode.java:46)
at freenet.support.HTMLNode.(HTMLNode.java:31)
at freenet.support.HTMLNode.(HTMLNode.java:58)
at freenet.support.HTMLNode.addChild(HTMLNode.java:127)
at freenet.support.HTMLNode.addChild(HTMLNode.java:111)
at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94)
at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86)
at 
freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493)
at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)


(I run Firefox 2.0 with jre 1.5 on fedora7 with the latest Freenet download).


The browser just hangs. Nothing happens. White, empty page.

Any ideas?

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/

-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
URL: 
<https://emu.freenetproject.org/pipermail/support/attachments/20071007/c449ad5b/attachment.pgp>


[freenet-support] hang on install

2007-10-07 Thread Michael R. Hines
I get the following error in logs/freenet-latest.log
when trying to go to localhost: for the very first time:

Oct 07, 2007 17:15:58:397 (java.lang.Class,
[EMAIL PROTECTED], ERROR): Caught error:
java.lang.AssertionError handling socket
java.lang.AssertionError
at freenet.support.HTMLNode.init(HTMLNode.java:46)
at freenet.support.HTMLNode.init(HTMLNode.java:31)
at freenet.support.HTMLNode.init(HTMLNode.java:58)
at freenet.support.HTMLNode.addChild(HTMLNode.java:127)
at freenet.support.HTMLNode.addChild(HTMLNode.java:111)
at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:94)
at freenet.clients.http.PageMaker.getPageNode(PageMaker.java:86)
at 
freenet.clients.http.WelcomeToadlet.handleGet(WelcomeToadlet.java:493)
at
freenet.clients.http.ToadletContextImpl.handle(ToadletContextImpl.java:322)
at
freenet.clients.http.SimpleToadletServer$SocketHandler.run(SimpleToadletServer.java:432)
at freenet.support.PooledExecutor$MyThread.run(PooledExecutor.java:129)


(I run Firefox 2.0 with jre 1.5 on fedora7 with the latest Freenet download).


The browser just hangs. Nothing happens. White, empty page.

Any ideas?

-- 
/*
Michael R. Hines
http://hinespot.net
Live long and prosper...
*/



signature.asc
Description: OpenPGP digital signature
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]