[freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-21 Thread Florent DANIEL
Juiceman a ?crit :
> On Sun, Apr 19, 2009 at 12:21 PM, Florent DANIEL  wrote:
>   
>> Florent DANIEL a ?crit :
>> 
>>> Matthew Toseland a ?crit :
>>>
>>>   
 On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:

 
> I've checked my freenet.ini (which hasn't been modified in ages), as a
> safety I've removed 127.0.0.1 from the bind addresses (after seeing a
> message from somebody who had this kind of problem), but it still
> doesn't work. Here's the relevant lines from my configuration :
>
> node.bindTo=192.168.1.4
> fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
> fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
> node.opennet.bindTo=192.168.1.4
>
> Node is running under Linux (Debian). I've checked with a netstat -an,
> nothing is listening on fcp and fproxy ports (9481 and ), nor on
> node.listenPort or node.opennet.listenPort.
>
> I'm a bit lost, does somebody has suggestions ?
>
> Regards,
>
> Florent
>
>
>   
 Does it work if you shut down and restart manually?


 
>>> No, the error is still there after a manual stop and start. After a
>>> shutdown a ps doesn't show any leftover process. I've tried to reboot
>>> the PC, but it hasn't changed anything.
>>>   
>> After reading again the logs, I was quite puzzled by this part :
>>
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The
>> Wrapper jar file currently in use is version "3.3.1"
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
>> while the version of the Wrapper which launched this JVM is
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
>> "3.2.3".
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The
>> Wrapper may appear to work correctly but some features may
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not
>> function correctly.  This configuration has not been tested
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and
>> is not supported.
>>
>>
>> So I've removed all the wrapper's jar files in bin subdirectory and
>> tried to start Freenet : now it comes up online without problem (except
>> the warning displayed because it hasn't been started via the wrapper).
>>
>> Maybe I should update the wrapper files, but I don't see them in this
>> archive
>> http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz ?
>> Should I run again the installer ? I've already ran the updater, which
>> hasn't solved the problem.
>> 
>  In the same directory, you should find an archive called
> wrapper-linux.zip.  This would be where you would find the wrapper
> files Freenet downloads on install.  Unfortunately, this is an old
> version also.  :(
>
> You can update your files manually from
> http://wrapper.tanukisoftware.org/doc/english/download.jsp.  Grab the
> community release for your operating system and architecture.
Thanks for your help, I've downloaded the version 3.3.3, now my node 
starts correctly.



Re: [freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-20 Thread Florent DANIEL
Juiceman a écrit :
 On Sun, Apr 19, 2009 at 12:21 PM, Florent DANIEL fdan...@noos.fr wrote:
   
 Florent DANIEL a écrit :
 
 Matthew Toseland a écrit :

   
 On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:

 
 I've checked my freenet.ini (which hasn't been modified in ages), as a
 safety I've removed 127.0.0.1 from the bind addresses (after seeing a
 message from somebody who had this kind of problem), but it still
 doesn't work. Here's the relevant lines from my configuration :

 node.bindTo=192.168.1.4
 fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 node.opennet.bindTo=192.168.1.4

 Node is running under Linux (Debian). I've checked with a netstat -an,
 nothing is listening on fcp and fproxy ports (9481 and ), nor on
 node.listenPort or node.opennet.listenPort.

 I'm a bit lost, does somebody has suggestions ?

 Regards,

 Florent


   
 Does it work if you shut down and restart manually?


 
 No, the error is still there after a manual stop and start. After a
 shutdown a ps doesn't show any leftover process. I've tried to reboot
 the PC, but it hasn't changed anything.
   
 After reading again the logs, I was quite puzzled by this part :

 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The
 Wrapper jar file currently in use is version 3.3.1
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
 while the version of the Wrapper which launched this JVM is
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
 3.2.3.
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The
 Wrapper may appear to work correctly but some features may
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not
 function correctly.  This configuration has not been tested
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and
 is not supported.


 So I've removed all the wrapper's jar files in bin subdirectory and
 tried to start Freenet : now it comes up online without problem (except
 the warning displayed because it hasn't been started via the wrapper).

 Maybe I should update the wrapper files, but I don't see them in this
 archive
 http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz ?
 Should I run again the installer ? I've already ran the updater, which
 hasn't solved the problem.
 
  In the same directory, you should find an archive called
 wrapper-linux.zip.  This would be where you would find the wrapper
 files Freenet downloads on install.  Unfortunately, this is an old
 version also.  :(

 You can update your files manually from
 http://wrapper.tanukisoftware.org/doc/english/download.jsp.  Grab the
 community release for your operating system and architecture.
Thanks for your help, I've downloaded the version 3.3.3, now my node 
starts correctly.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-19 Thread Florent DANIEL
Florent DANIEL a ?crit :
> Matthew Toseland a ?crit :
>   
>> On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote: 
>> 
>>> I've checked my freenet.ini (which hasn't been modified in ages), as a 
>>> safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
>>> message from somebody who had this kind of problem), but it still 
>>> doesn't work. Here's the relevant lines from my configuration :
>>>
>>> node.bindTo=192.168.1.4
>>> fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
>>> fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
>>> node.opennet.bindTo=192.168.1.4
>>>
>>> Node is running under Linux (Debian). I've checked with a netstat -an, 
>>> nothing is listening on fcp and fproxy ports (9481 and ), nor on 
>>> node.listenPort or node.opennet.listenPort.
>>>
>>> I'm a bit lost, does somebody has suggestions ?
>>>
>>> Regards,
>>>
>>> Florent
>>> 
>>>   
>> Does it work if you shut down and restart manually?
>>   
>> 
> No, the error is still there after a manual stop and start. After a 
> shutdown a ps doesn't show any leftover process. I've tried to reboot 
> the PC, but it hasn't changed anything.
After reading again the logs, I was quite puzzled by this part :

INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
Wrapper jar file currently in use is version "3.3.1"
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
while the version of the Wrapper which launched this JVM is
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
"3.2.3".
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
Wrapper may appear to work correctly but some features may
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
function correctly.  This configuration has not been tested
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
is not supported.


So I've removed all the wrapper's jar files in bin subdirectory and 
tried to start Freenet : now it comes up online without problem (except 
the warning displayed because it hasn't been started via the wrapper).

Maybe I should update the wrapper files, but I don't see them in this 
archive 
http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz ? 
Should I run again the installer ? I've already ran the updater, which 
hasn't solved the problem.



[freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-19 Thread Juiceman
On Sun, Apr 19, 2009 at 12:21 PM, Florent DANIEL  wrote:
> Florent DANIEL a ?crit :
>> Matthew Toseland a ?crit :
>>
>>> On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:
>>>
 I've checked my freenet.ini (which hasn't been modified in ages), as a
 safety I've removed 127.0.0.1 from the bind addresses (after seeing a
 message from somebody who had this kind of problem), but it still
 doesn't work. Here's the relevant lines from my configuration :

 node.bindTo=192.168.1.4
 fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 node.opennet.bindTo=192.168.1.4

 Node is running under Linux (Debian). I've checked with a netstat -an,
 nothing is listening on fcp and fproxy ports (9481 and ), nor on
 node.listenPort or node.opennet.listenPort.

 I'm a bit lost, does somebody has suggestions ?

 Regards,

 Florent


>>> Does it work if you shut down and restart manually?
>>>
>>>
>> No, the error is still there after a manual stop and start. After a
>> shutdown a ps doesn't show any leftover process. I've tried to reboot
>> the PC, but it hasn't changed anything.
> After reading again the logs, I was quite puzzled by this part :
>
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager: Initializing...
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager: WARNING - The
> Wrapper jar file currently in use is version "3.3.1"
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager:
> while the version of the Wrapper which launched this JVM is
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager:
> "3.2.3".
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager: ? ? ? ? ? The
> Wrapper may appear to work correctly but some features may
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager: ? ? ? ? ? not
> function correctly. ?This configuration has not been tested
> INFO ? | jvm 2 ? ?| 2009/04/17 19:32:27 | WrapperManager: ? ? ? ? ? and
> is not supported.
>
>
> So I've removed all the wrapper's jar files in bin subdirectory and
> tried to start Freenet : now it comes up online without problem (except
> the warning displayed because it hasn't been started via the wrapper).
>
> Maybe I should update the wrapper files, but I don't see them in this
> archive
> http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz ?
> Should I run again the installer ? I've already ran the updater, which
> hasn't solved the problem.
> ___
> 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
>
 In the same directory, you should find an archive called
wrapper-linux.zip.  This would be where you would find the wrapper
files Freenet downloads on install.  Unfortunately, this is an old
version also.  :(

You can update your files manually from
http://wrapper.tanukisoftware.org/doc/english/download.jsp.  Grab the
community release for your operating system and architecture.



Re: [freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-19 Thread Florent DANIEL
Florent DANIEL a écrit :
 Matthew Toseland a écrit :
   
 On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote: 
 
 I've checked my freenet.ini (which hasn't been modified in ages), as a 
 safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
 message from somebody who had this kind of problem), but it still 
 doesn't work. Here's the relevant lines from my configuration :

 node.bindTo=192.168.1.4
 fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 node.opennet.bindTo=192.168.1.4

 Node is running under Linux (Debian). I've checked with a netstat -an, 
 nothing is listening on fcp and fproxy ports (9481 and ), nor on 
 node.listenPort or node.opennet.listenPort.

 I'm a bit lost, does somebody has suggestions ?

 Regards,

 Florent
 
   
 Does it work if you shut down and restart manually?
   
 
 No, the error is still there after a manual stop and start. After a 
 shutdown a ps doesn't show any leftover process. I've tried to reboot 
 the PC, but it hasn't changed anything.
After reading again the logs, I was quite puzzled by this part :

INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
Wrapper jar file currently in use is version 3.3.1
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
while the version of the Wrapper which launched this JVM is
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
3.2.3.
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
Wrapper may appear to work correctly but some features may
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
function correctly.  This configuration has not been tested
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
is not supported.


So I've removed all the wrapper's jar files in bin subdirectory and 
tried to start Freenet : now it comes up online without problem (except 
the warning displayed because it hasn't been started via the wrapper).

Maybe I should update the wrapper files, but I don't see them in this 
archive 
http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz ? 
Should I run again the installer ? I've already ran the updater, which 
hasn't solved the problem.
___
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:support-requ...@freenetproject.org?subject=unsubscribe


Re: [freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-19 Thread Juiceman
On Sun, Apr 19, 2009 at 12:21 PM, Florent DANIEL fdan...@noos.fr wrote:
 Florent DANIEL a écrit :
 Matthew Toseland a écrit :

 On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:

 I've checked my freenet.ini (which hasn't been modified in ages), as a
 safety I've removed 127.0.0.1 from the bind addresses (after seeing a
 message from somebody who had this kind of problem), but it still
 doesn't work. Here's the relevant lines from my configuration :

 node.bindTo=192.168.1.4
 fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 node.opennet.bindTo=192.168.1.4

 Node is running under Linux (Debian). I've checked with a netstat -an,
 nothing is listening on fcp and fproxy ports (9481 and ), nor on
 node.listenPort or node.opennet.listenPort.

 I'm a bit lost, does somebody has suggestions ?

 Regards,

 Florent


 Does it work if you shut down and restart manually?


 No, the error is still there after a manual stop and start. After a
 shutdown a ps doesn't show any leftover process. I've tried to reboot
 the PC, but it hasn't changed anything.
 After reading again the logs, I was quite puzzled by this part :

 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager: Initializing...
 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager: WARNING - The
 Wrapper jar file currently in use is version 3.3.1
 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager:
 while the version of the Wrapper which launched this JVM is
 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager:
 3.2.3.
 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager:           The
 Wrapper may appear to work correctly but some features may
 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager:           not
 function correctly.  This configuration has not been tested
 INFO   | jvm 2    | 2009/04/17 19:32:27 | WrapperManager:           and
 is not supported.


 So I've removed all the wrapper's jar files in bin subdirectory and
 tried to start Freenet : now it comes up online without problem (except
 the warning displayed because it hasn't been started via the wrapper).

 Maybe I should update the wrapper files, but I don't see them in this
 archive
 http://downloads.freenetproject.org/alpha/installer/freenet07.tar.gz ?
 Should I run again the installer ? I've already ran the updater, which
 hasn't solved the problem.
 ___
 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:support-requ...@freenetproject.org?subject=unsubscribe

 In the same directory, you should find an archive called
wrapper-linux.zip.  This would be where you would find the wrapper
files Freenet downloads on install.  Unfortunately, this is an old
version also.  :(

You can update your files manually from
http://wrapper.tanukisoftware.org/doc/english/download.jsp.  Grab the
community release for your operating system and architecture.
___
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:support-requ...@freenetproject.org?subject=unsubscribe

[freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-18 Thread Florent DANIEL
Matthew Toseland a ?crit :
> On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:
>   
>> Hello,
>>
>> My node doesn't want to come up anymore, wrapper.log ends with the 
>> following messages :
>>
>> ERROR  | wrapper  | 2009/04/17 19:32:21 | Startup failed: Timed out 
>> waiting for signal from JVM.
>> ERROR  | wrapper  | 2009/04/17 19:32:21 | JVM did not exit on request, 
>> terminated
>> STATUS | wrapper  | 2009/04/17 19:32:26 | Reloading Wrapper 
>> configuration...
>> STATUS | wrapper  | 2009/04/17 19:32:26 | Launching a JVM...
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
>> Wrapper jar file currently in use is version "3.3.1"
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
>> while the version of the Wrapper which launched this JVM is
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
>> "3.2.3".
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
>> Wrapper may appear to work correctly but some features may
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
>> function correctly.  This configuration has not been tested
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
>> is not supported.
>> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
>> INFO   | jvm 2| 2009/04/17 19:32:27 | freenet.jar built with 
>> freenet-ext.jar Build #26 r23771
>> INFO   | jvm 2| 2009/04/17 19:32:27 | Attempting to load the 
>> NativeThread library 
>>
>> 
> [jar:file:/data/sharing/freenet/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-i386.so]
>  
>   
>> INFO   | jvm 2| 2009/04/17 19:32:27 | Using the NativeThread 
>> implementation (base nice level is 10)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | Initializing Node using 
>> Freenet Build #1208 r26736 and freenet-ext Build #26 r23771 with Sun 
>> Microsystems Inc. JVM version 1.5.0_17 running on i386 Linux 
>> 2.6.24-hannibal
>> INFO   | jvm 2| 2009/04/17 19:32:27 | Could not start web interface: 
>> java.net.BindException: Address already in use
>> INFO   | jvm 2| 2009/04/17 19:32:27 | java.net.BindException: 
>> Address already in use
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> java.net.PlainSocketImpl.socketBind(Native Method)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> java.net.ServerSocket.bind(ServerSocket.java:319)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> java.net.ServerSocket.bind(ServerSocket.java:277)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:157)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> freenet.io.NetworkInterface.create(NetworkInterface.java:88)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>>
>> 
> freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:542)
>  
>   
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>>
>> 
> freenet.clients.http.SimpleToadletServer.(SimpleToadletServer.java:513) 
>   
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> freenet.node.Node.(Node.java:700)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> freenet.node.NodeStarter.start(NodeStarter.java:158)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | Failed to load node: Could not 
>> start FProxy: java.net.BindException: Address already in use (18)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | 
>> freenet.node.NodeInitException: Could not start FProxy: 
>> java.net.BindException: Address already in use (18)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> freenet.node.Node.(Node.java:707)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> freenet.node.NodeStarter.start(NodeStarter.java:158)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
>> org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
>> INFO   | jvm 2| 2009/04/17 19:32:27 | Created log files
>> STATUS | wrapper  | 2009/04/17 19:32:29 | <-- Wrapper Stopped
>>
>> I've checked my freenet.ini (which hasn't been modified in ages), as a 
>> safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
>> message from somebody who had this kind of problem), but it still 
>> doesn't work. Here's the relevant lines from my configuration :
>>
>> node.bindTo=192.168.1.4
>> fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
>> fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
>> node.opennet.bindTo=192.168.1.4
>>
>> Node is running under Linux (Debian). I've checked with a netstat -an, 
>> nothing is listening on fcp and fproxy ports (9481 and ), nor on 
>> node.listenPort or 

[freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-18 Thread Matthew Toseland
On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:
> Hello,
> 
> My node doesn't want to come up anymore, wrapper.log ends with the 
> following messages :
> 
> ERROR  | wrapper  | 2009/04/17 19:32:21 | Startup failed: Timed out 
> waiting for signal from JVM.
> ERROR  | wrapper  | 2009/04/17 19:32:21 | JVM did not exit on request, 
> terminated
> STATUS | wrapper  | 2009/04/17 19:32:26 | Reloading Wrapper 
> configuration...
> STATUS | wrapper  | 2009/04/17 19:32:26 | Launching a JVM...
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
> Wrapper jar file currently in use is version "3.3.1"
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
> while the version of the Wrapper which launched this JVM is
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
> "3.2.3".
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
> Wrapper may appear to work correctly but some features may
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
> function correctly.  This configuration has not been tested
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
> is not supported.
> INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
> INFO   | jvm 2| 2009/04/17 19:32:27 | freenet.jar built with 
> freenet-ext.jar Build #26 r23771
> INFO   | jvm 2| 2009/04/17 19:32:27 | Attempting to load the 
> NativeThread library 
> 
[jar:file:/data/sharing/freenet/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-i386.so]
 
> 
> INFO   | jvm 2| 2009/04/17 19:32:27 | Using the NativeThread 
> implementation (base nice level is 10)
> INFO   | jvm 2| 2009/04/17 19:32:27 | Initializing Node using 
> Freenet Build #1208 r26736 and freenet-ext Build #26 r23771 with Sun 
> Microsystems Inc. JVM version 1.5.0_17 running on i386 Linux 
> 2.6.24-hannibal
> INFO   | jvm 2| 2009/04/17 19:32:27 | Could not start web interface: 
> java.net.BindException: Address already in use
> INFO   | jvm 2| 2009/04/17 19:32:27 | java.net.BindException: 
> Address already in use
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> java.net.PlainSocketImpl.socketBind(Native Method)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> java.net.ServerSocket.bind(ServerSocket.java:319)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> java.net.ServerSocket.bind(ServerSocket.java:277)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:157)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> freenet.io.NetworkInterface.create(NetworkInterface.java:88)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> 
freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:542)
 
> 
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> 
freenet.clients.http.SimpleToadletServer.(SimpleToadletServer.java:513) 
> 
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> freenet.node.Node.(Node.java:700)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> freenet.node.NodeStarter.start(NodeStarter.java:158)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
> INFO   | jvm 2| 2009/04/17 19:32:27 | Failed to load node: Could not 
> start FProxy: java.net.BindException: Address already in use (18)
> INFO   | jvm 2| 2009/04/17 19:32:27 | 
> freenet.node.NodeInitException: Could not start FProxy: 
> java.net.BindException: Address already in use (18)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> freenet.node.Node.(Node.java:707)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> freenet.node.NodeStarter.start(NodeStarter.java:158)
> INFO   | jvm 2| 2009/04/17 19:32:27 | at 
> org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
> INFO   | jvm 2| 2009/04/17 19:32:27 | Created log files
> STATUS | wrapper  | 2009/04/17 19:32:29 | <-- Wrapper Stopped
> 
> I've checked my freenet.ini (which hasn't been modified in ages), as a 
> safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
> message from somebody who had this kind of problem), but it still 
> doesn't work. Here's the relevant lines from my configuration :
> 
> node.bindTo=192.168.1.4
> fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
> fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
> node.opennet.bindTo=192.168.1.4
> 
> Node is running under Linux (Debian). I've checked with a netstat -an, 
> nothing is listening on fcp and fproxy ports (9481 and ), nor on 
> node.listenPort or node.opennet.listenPort.
> 
> I'm a bit lost, does somebody has suggestions ?
> 
> Regards,
> 
> Florent

Does it work if you shut down and restart manually?
-- 

[freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-18 Thread Florent DANIEL
Hello,

My node doesn't want to come up anymore, wrapper.log ends with the 
following messages :

ERROR  | wrapper  | 2009/04/17 19:32:21 | Startup failed: Timed out 
waiting for signal from JVM.
ERROR  | wrapper  | 2009/04/17 19:32:21 | JVM did not exit on request, 
terminated
STATUS | wrapper  | 2009/04/17 19:32:26 | Reloading Wrapper 
configuration...
STATUS | wrapper  | 2009/04/17 19:32:26 | Launching a JVM...
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
Wrapper jar file currently in use is version "3.3.1"
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
while the version of the Wrapper which launched this JVM is
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
"3.2.3".
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
Wrapper may appear to work correctly but some features may
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
function correctly.  This configuration has not been tested
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
is not supported.
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
INFO   | jvm 2| 2009/04/17 19:32:27 | freenet.jar built with 
freenet-ext.jar Build #26 r23771
INFO   | jvm 2| 2009/04/17 19:32:27 | Attempting to load the 
NativeThread library 
[jar:file:/data/sharing/freenet/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-i386.so]
 

INFO   | jvm 2| 2009/04/17 19:32:27 | Using the NativeThread 
implementation (base nice level is 10)
INFO   | jvm 2| 2009/04/17 19:32:27 | Initializing Node using 
Freenet Build #1208 r26736 and freenet-ext Build #26 r23771 with Sun 
Microsystems Inc. JVM version 1.5.0_17 running on i386 Linux 
2.6.24-hannibal
INFO   | jvm 2| 2009/04/17 19:32:27 | Could not start web interface: 
java.net.BindException: Address already in use
INFO   | jvm 2| 2009/04/17 19:32:27 | java.net.BindException: 
Address already in use
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.PlainSocketImpl.socketBind(Native Method)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.ServerSocket.bind(ServerSocket.java:319)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.ServerSocket.bind(ServerSocket.java:277)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:157)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.io.NetworkInterface.create(NetworkInterface.java:88)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:542)
 

INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.clients.http.SimpleToadletServer.(SimpleToadletServer.java:513) 

INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.Node.(Node.java:700)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.NodeStarter.start(NodeStarter.java:158)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
INFO   | jvm 2| 2009/04/17 19:32:27 | Failed to load node: Could not 
start FProxy: java.net.BindException: Address already in use (18)
INFO   | jvm 2| 2009/04/17 19:32:27 | 
freenet.node.NodeInitException: Could not start FProxy: 
java.net.BindException: Address already in use (18)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.Node.(Node.java:707)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.NodeStarter.start(NodeStarter.java:158)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
INFO   | jvm 2| 2009/04/17 19:32:27 | Created log files
STATUS | wrapper  | 2009/04/17 19:32:29 | <-- Wrapper Stopped

I've checked my freenet.ini (which hasn't been modified in ages), as a 
safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
message from somebody who had this kind of problem), but it still 
doesn't work. Here's the relevant lines from my configuration :

node.bindTo=192.168.1.4
fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
node.opennet.bindTo=192.168.1.4

Node is running under Linux (Debian). I've checked with a netstat -an, 
nothing is listening on fcp and fproxy ports (9481 and ), nor on 
node.listenPort or node.opennet.listenPort.

I'm a bit lost, does somebody has suggestions ?

Regards,

Florent



Re: [freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-18 Thread Florent DANIEL
Hello,

My node doesn't want to come up anymore, wrapper.log ends with the 
following messages :

ERROR  | wrapper  | 2009/04/17 19:32:21 | Startup failed: Timed out 
waiting for signal from JVM.
ERROR  | wrapper  | 2009/04/17 19:32:21 | JVM did not exit on request, 
terminated
STATUS | wrapper  | 2009/04/17 19:32:26 | Reloading Wrapper 
configuration...
STATUS | wrapper  | 2009/04/17 19:32:26 | Launching a JVM...
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
Wrapper jar file currently in use is version 3.3.1
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
while the version of the Wrapper which launched this JVM is
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
3.2.3.
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
Wrapper may appear to work correctly but some features may
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
function correctly.  This configuration has not been tested
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
is not supported.
INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
INFO   | jvm 2| 2009/04/17 19:32:27 | freenet.jar built with 
freenet-ext.jar Build #26 r23771
INFO   | jvm 2| 2009/04/17 19:32:27 | Attempting to load the 
NativeThread library 
[jar:file:/data/sharing/freenet/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-i386.so]
 

INFO   | jvm 2| 2009/04/17 19:32:27 | Using the NativeThread 
implementation (base nice level is 10)
INFO   | jvm 2| 2009/04/17 19:32:27 | Initializing Node using 
Freenet Build #1208 r26736 and freenet-ext Build #26 r23771 with Sun 
Microsystems Inc. JVM version 1.5.0_17 running on i386 Linux 
2.6.24-hannibal
INFO   | jvm 2| 2009/04/17 19:32:27 | Could not start web interface: 
java.net.BindException: Address already in use
INFO   | jvm 2| 2009/04/17 19:32:27 | java.net.BindException: 
Address already in use
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.PlainSocketImpl.socketBind(Native Method)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.ServerSocket.bind(ServerSocket.java:319)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
java.net.ServerSocket.bind(ServerSocket.java:277)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:157)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.io.NetworkInterface.create(NetworkInterface.java:88)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:542)
 

INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.clients.http.SimpleToadletServer.init(SimpleToadletServer.java:513) 

INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.Node.init(Node.java:700)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.NodeStarter.start(NodeStarter.java:158)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
INFO   | jvm 2| 2009/04/17 19:32:27 | Failed to load node: Could not 
start FProxy: java.net.BindException: Address already in use (18)
INFO   | jvm 2| 2009/04/17 19:32:27 | 
freenet.node.NodeInitException: Could not start FProxy: 
java.net.BindException: Address already in use (18)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.Node.init(Node.java:707)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
freenet.node.NodeStarter.start(NodeStarter.java:158)
INFO   | jvm 2| 2009/04/17 19:32:27 | at 
org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
INFO   | jvm 2| 2009/04/17 19:32:27 | Created log files
STATUS | wrapper  | 2009/04/17 19:32:29 | -- Wrapper Stopped

I've checked my freenet.ini (which hasn't been modified in ages), as a 
safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
message from somebody who had this kind of problem), but it still 
doesn't work. Here's the relevant lines from my configuration :

node.bindTo=192.168.1.4
fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
node.opennet.bindTo=192.168.1.4

Node is running under Linux (Debian). I've checked with a netstat -an, 
nothing is listening on fcp and fproxy ports (9481 and ), nor on 
node.listenPort or node.opennet.listenPort.

I'm a bit lost, does somebody has suggestions ?

Regards,

Florent
___
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:support-requ...@freenetproject.org?subject=unsubscribe


Re: [freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-18 Thread Matthew Toseland
On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:
 Hello,
 
 My node doesn't want to come up anymore, wrapper.log ends with the 
 following messages :
 
 ERROR  | wrapper  | 2009/04/17 19:32:21 | Startup failed: Timed out 
 waiting for signal from JVM.
 ERROR  | wrapper  | 2009/04/17 19:32:21 | JVM did not exit on request, 
 terminated
 STATUS | wrapper  | 2009/04/17 19:32:26 | Reloading Wrapper 
 configuration...
 STATUS | wrapper  | 2009/04/17 19:32:26 | Launching a JVM...
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
 Wrapper jar file currently in use is version 3.3.1
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
 while the version of the Wrapper which launched this JVM is
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
 3.2.3.
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
 Wrapper may appear to work correctly but some features may
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
 function correctly.  This configuration has not been tested
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
 is not supported.
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
 INFO   | jvm 2| 2009/04/17 19:32:27 | freenet.jar built with 
 freenet-ext.jar Build #26 r23771
 INFO   | jvm 2| 2009/04/17 19:32:27 | Attempting to load the 
 NativeThread library 
 
[jar:file:/data/sharing/freenet/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-i386.so]
 
 
 INFO   | jvm 2| 2009/04/17 19:32:27 | Using the NativeThread 
 implementation (base nice level is 10)
 INFO   | jvm 2| 2009/04/17 19:32:27 | Initializing Node using 
 Freenet Build #1208 r26736 and freenet-ext Build #26 r23771 with Sun 
 Microsystems Inc. JVM version 1.5.0_17 running on i386 Linux 
 2.6.24-hannibal
 INFO   | jvm 2| 2009/04/17 19:32:27 | Could not start web interface: 
 java.net.BindException: Address already in use
 INFO   | jvm 2| 2009/04/17 19:32:27 | java.net.BindException: 
 Address already in use
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.PlainSocketImpl.socketBind(Native Method)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.ServerSocket.bind(ServerSocket.java:319)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.ServerSocket.bind(ServerSocket.java:277)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:157)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.io.NetworkInterface.create(NetworkInterface.java:88)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 
freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:542)
 
 
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 
freenet.clients.http.SimpleToadletServer.init(SimpleToadletServer.java:513) 
 
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.Node.init(Node.java:700)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.NodeStarter.start(NodeStarter.java:158)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
 INFO   | jvm 2| 2009/04/17 19:32:27 | Failed to load node: Could not 
 start FProxy: java.net.BindException: Address already in use (18)
 INFO   | jvm 2| 2009/04/17 19:32:27 | 
 freenet.node.NodeInitException: Could not start FProxy: 
 java.net.BindException: Address already in use (18)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.Node.init(Node.java:707)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.NodeStarter.start(NodeStarter.java:158)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
 INFO   | jvm 2| 2009/04/17 19:32:27 | Created log files
 STATUS | wrapper  | 2009/04/17 19:32:29 | -- Wrapper Stopped
 
 I've checked my freenet.ini (which hasn't been modified in ages), as a 
 safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
 message from somebody who had this kind of problem), but it still 
 doesn't work. Here's the relevant lines from my configuration :
 
 node.bindTo=192.168.1.4
 fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 node.opennet.bindTo=192.168.1.4
 
 Node is running under Linux (Debian). I've checked with a netstat -an, 
 nothing is listening on fcp and fproxy ports (9481 and ), nor on 
 node.listenPort or node.opennet.listenPort.
 
 I'm a bit lost, does somebody has suggestions ?
 
 Regards,
 
 Florent

Does it work if you shut down and restart manually?


signature.asc
Description: This is a digitally signed message part.

Re: [freenet-support] Could not start web interface: java.net.BindException: Address already in use

2009-04-18 Thread Florent DANIEL
Matthew Toseland a écrit :
 On Saturday 18 April 2009 09:18:39 Florent DANIEL wrote:
   
 Hello,

 My node doesn't want to come up anymore, wrapper.log ends with the 
 following messages :

 ERROR  | wrapper  | 2009/04/17 19:32:21 | Startup failed: Timed out 
 waiting for signal from JVM.
 ERROR  | wrapper  | 2009/04/17 19:32:21 | JVM did not exit on request, 
 terminated
 STATUS | wrapper  | 2009/04/17 19:32:26 | Reloading Wrapper 
 configuration...
 STATUS | wrapper  | 2009/04/17 19:32:26 | Launching a JVM...
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: Initializing...
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager: WARNING - The 
 Wrapper jar file currently in use is version 3.3.1
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
 while the version of the Wrapper which launched this JVM is
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   
 3.2.3.
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   The 
 Wrapper may appear to work correctly but some features may
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   not 
 function correctly.  This configuration has not been tested
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:   and 
 is not supported.
 INFO   | jvm 2| 2009/04/17 19:32:27 | WrapperManager:
 INFO   | jvm 2| 2009/04/17 19:32:27 | freenet.jar built with 
 freenet-ext.jar Build #26 r23771
 INFO   | jvm 2| 2009/04/17 19:32:27 | Attempting to load the 
 NativeThread library 

 
 [jar:file:/data/sharing/freenet/freenet/freenet-ext.jar!/freenet/support/io/libNativeThread-i386.so]
  
   
 INFO   | jvm 2| 2009/04/17 19:32:27 | Using the NativeThread 
 implementation (base nice level is 10)
 INFO   | jvm 2| 2009/04/17 19:32:27 | Initializing Node using 
 Freenet Build #1208 r26736 and freenet-ext Build #26 r23771 with Sun 
 Microsystems Inc. JVM version 1.5.0_17 running on i386 Linux 
 2.6.24-hannibal
 INFO   | jvm 2| 2009/04/17 19:32:27 | Could not start web interface: 
 java.net.BindException: Address already in use
 INFO   | jvm 2| 2009/04/17 19:32:27 | java.net.BindException: 
 Address already in use
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.PlainSocketImpl.socketBind(Native Method)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.ServerSocket.bind(ServerSocket.java:319)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 java.net.ServerSocket.bind(ServerSocket.java:277)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.io.NetworkInterface.setBindTo(NetworkInterface.java:157)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.io.NetworkInterface.create(NetworkInterface.java:88)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 

 
 freenet.clients.http.SimpleToadletServer.maybeGetNetworkInterface(SimpleToadletServer.java:542)
  
   
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 

 
 freenet.clients.http.SimpleToadletServer.init(SimpleToadletServer.java:513) 
   
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.Node.init(Node.java:700)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.NodeStarter.start(NodeStarter.java:158)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
 INFO   | jvm 2| 2009/04/17 19:32:27 | Failed to load node: Could not 
 start FProxy: java.net.BindException: Address already in use (18)
 INFO   | jvm 2| 2009/04/17 19:32:27 | 
 freenet.node.NodeInitException: Could not start FProxy: 
 java.net.BindException: Address already in use (18)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.Node.init(Node.java:707)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 freenet.node.NodeStarter.start(NodeStarter.java:158)
 INFO   | jvm 2| 2009/04/17 19:32:27 | at 
 org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:2979)
 INFO   | jvm 2| 2009/04/17 19:32:27 | Created log files
 STATUS | wrapper  | 2009/04/17 19:32:29 | -- Wrapper Stopped

 I've checked my freenet.ini (which hasn't been modified in ages), as a 
 safety I've removed 127.0.0.1 from the bind addresses (after seeing a 
 message from somebody who had this kind of problem), but it still 
 doesn't work. Here's the relevant lines from my configuration :

 node.bindTo=192.168.1.4
 fcp.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 fproxy.bindTo=192.168.1.4,0:0:0:0:0:0:0:1
 node.opennet.bindTo=192.168.1.4

 Node is running under Linux (Debian). I've checked with a netstat -an, 
 nothing is listening on fcp and fproxy ports (9481 and ), nor on 
 node.listenPort or node.opennet.listenPort.

 I'm a bit lost, does somebody has suggestions ?

 Regards,

 Florent
 

 Does it work if you shut down and restart manually?
   
No, the error is still there after a manual