Re: [freenet-support] can't upgrade

2011-02-08 Thread Jan

Juiceman :

Look inside wrapper.ini file and make sure it is launching freenet.jar and
not freenet-new or something like that


That file does not exist on my box.

Freenetwrapper.exe however runs but I've disabled the Freenet background 
service in the windows services pane, since it no longer seems to be used.


There is a wrapper.conf file though, contents:

wrapper.java.command=
wrapper.working.dir=..\
wrapper.java.mainclass=freenet.node.NodeStarter
wrapper.java.classpath.1=freenet.jar.new
wrapper.java.classpath.2=freenet-ext.jar
wrapper.java.library.path.1=wrapper
wrapper.java.initmemory=60
# Maximum amount of memory Freenet will use in megabytes.
# Note that Java will use some, and the datastore bloom filters will use 
some, above this limit.
# Note also that setting this too high may prevent Freenet from starting 
up on some windows systems.

wrapper.java.additional.1=-Dnetworkaddress.cache.ttl=0
wrapper.java.additional.2=-Dnetworkaddress.cache.negative.ttl=0
wrapper.java.additional.3=-enableassertions:freenet
# You might want to set the following line if you have changed 
java.maxmemory

# wrapper.java.additional.4=-XX:MaxPermSize=
wrapper.app.parameter.1=freenet.ini
wrapper.console.format=PM
wrapper.console.loglevel=INFO
wrapper.logfile=wrapper\wrapper.log
wrapper.logfile.format=LPTM
wrapper.logfile.loglevel=INFO
wrapper.logfile.maxsize=2M
wrapper.logfile.maxfiles=3
wrapper.syslog.loglevel=NONE
wrapper.console.title=Freenet
wrapper.jvm_exit.timeout=120
wrapper.restart.reload_configuration=TRUE
wrapper.filter.trigger.1=java.lang.OutOfMemoryError
wrapper.filter.action.1=RESTART

# Description of the service
wrapper.ntservice.description=Freenet background service

# Service dependencies.  Add dependencies as needed starting from 1
wrapper.ntservice.dependency.1=

# Mode in which the service is installed.  AUTO_START or DEMAND_START
wrapper.ntservice.starttype=AUTO_START

# Allow the service to interact with the desktop.
wrapper.ntservice.interactive=false

wrapper.ntservice.process_priority=BELOW_NORMAL

# Start services with a different user than SYSTEM
# SEE 
http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-account.html 
BEFORE PROCEEDING !


# Memory limit for the node
wrapper.java.maxmemory=256

___
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] can't upgrade

2011-02-08 Thread Juiceman
That's the one!  Shutdown your node, edit that file and change the line from
freenetproject.jar.new to just freenetproject.jar and restart your node.  =)
On Feb 8, 2011 6:46 AM, Jan j...@jep-z11.xs4all.nl wrote:
 Juiceman :
 Look inside wrapper.ini file and make sure it is launching freenet.jar
and
 not freenet-new or something like that

 That file does not exist on my box.

 Freenetwrapper.exe however runs but I've disabled the Freenet background
 service in the windows services pane, since it no longer seems to be used.

 There is a wrapper.conf file though, contents:

 wrapper.java.command=
 wrapper.working.dir=..\
 wrapper.java.mainclass=freenet.node.NodeStarter
 wrapper.java.classpath.1=freenet.jar.new
 wrapper.java.classpath.2=freenet-ext.jar
 wrapper.java.library.path.1=wrapper
 wrapper.java.initmemory=60
 # Maximum amount of memory Freenet will use in megabytes.
 # Note that Java will use some, and the datastore bloom filters will use
 some, above this limit.
 # Note also that setting this too high may prevent Freenet from starting
 up on some windows systems.
 wrapper.java.additional.1=-Dnetworkaddress.cache.ttl=0
 wrapper.java.additional.2=-Dnetworkaddress.cache.negative.ttl=0
 wrapper.java.additional.3=-enableassertions:freenet
 # You might want to set the following line if you have changed
 java.maxmemory
 # wrapper.java.additional.4=-XX:MaxPermSize=
 wrapper.app.parameter.1=freenet.ini
 wrapper.console.format=PM
 wrapper.console.loglevel=INFO
 wrapper.logfile=wrapper\wrapper.log
 wrapper.logfile.format=LPTM
 wrapper.logfile.loglevel=INFO
 wrapper.logfile.maxsize=2M
 wrapper.logfile.maxfiles=3
 wrapper.syslog.loglevel=NONE
 wrapper.console.title=Freenet
 wrapper.jvm_exit.timeout=120
 wrapper.restart.reload_configuration=TRUE
 wrapper.filter.trigger.1=java.lang.OutOfMemoryError
 wrapper.filter.action.1=RESTART

 # Description of the service
 wrapper.ntservice.description=Freenet background service

 # Service dependencies. Add dependencies as needed starting from 1
 wrapper.ntservice.dependency.1=

 # Mode in which the service is installed. AUTO_START or DEMAND_START
 wrapper.ntservice.starttype=AUTO_START

 # Allow the service to interact with the desktop.
 wrapper.ntservice.interactive=false

 wrapper.ntservice.process_priority=BELOW_NORMAL

 # Start services with a different user than SYSTEM
 # SEE
 http://wrapper.tanukisoftware.org/doc/english/prop-ntservice-account.html
 BEFORE PROCEEDING !

 # Memory limit for the node
 wrapper.java.maxmemory=256

 ___
 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
___
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] can't upgrade

2011-02-08 Thread Juiceman
Damn autocomplete.  I meant freenet.jar
 On Feb 8, 2011 10:10 AM, Juiceman juicema...@gmail.com wrote:
___
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] can't upgrade

2011-02-08 Thread Jep

Juiceman :

Jep :

 Juiceman :



 Look inside wrapper.ini file and make sure it is launching freenet.jar
 and not freenet-new or something like that


 That file does not exist on my box.

 Freenetwrapper.exe however runs but I've disabled the Freenet background
 service in the windows services pane, since it no longer seems to be used.

 There is a wrapper.conf file though, contents:

 wrapper.java.command=
 wrapper.working.dir=..\
 wrapper.java.mainclass=freenet.node.NodeStarter
 wrapper.java.classpath.1=freenet.jar.new
 wrapper.java.classpath.2=freenet-ext.jar




That's the one!  Shutdown your node, edit that file and change the line from
freenetproject.jar.new to just freenetproject.jar and restart your node.  =)


[another mail]

Damn autocomplete.  I meant freenet.jar


Would've figured that out myself okay :)

Thanks juicy one. Hope this helps finding connections.

Wonder, how can such a wrong pointer come to be, and will every FN user 
have this error?


Have never edited the file by hand.

Also wonder, currently stuff runs okay in spite of this issue. I've 
updated FN on Sunday the 6th and freenet.jar is dated 1/29 while the 
timestamp of freenet.jar.new is 2/6.

Am I not going to make a new problem by this edit?

___
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] can't upgrade

2011-02-07 Thread Matthew Walter
My node has stopped working; I can't download anymore.  I'm getting the 
message that my Freenet node is too old (it is 1342) and that I should 
upgrade to 1344 ASAP.  It is set for auto-update and I tried manually 
updating but it is still build 1342.  Is this the reason it is not 
working and why has it not updated automatically or manually?


Matt

___
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] can't upgrade

2011-02-07 Thread Jep

Matthew Walter :
My node has stopped working; I can't download anymore.  I'm getting the 
message that my Freenet node is too old (it is 1342) and that I should 
upgrade to 1344 ASAP.  It is set for auto-update and I tried manually 
updating but it is still build 1342.  Is this the reason it is not 
working and why has it not updated automatically or manually?


Matt


No idea about the reasons why but such has happened quite a lot for me.

Last resort is to move your datastore folder and freenet.ini elsewhere, 
uninstall and reinstall from a newly downloaded copy from 
freenetproject.org and put the stuff back. Then start freenet.

Keep fingers crossed until there are strangers connected again.

Can recommend to switch auto install off while keeping 'auto download 
new version' on, and postpone using the 'update now' button until a new 
build is mandatory.

Keep an eye on this list to know when that is.
Usually you skip several updates that way including the odds to stay 
disconnected.


___
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] can't upgrade

2011-02-07 Thread Juiceman
Look inside wrapper.ini file and make sure it is launching freenet.jar and
not freenet-new or something like that
On Feb 7, 2011 8:52 AM, Matthew Walter mattrwal...@comcast.net wrote:
 My node has stopped working; I can't download anymore. I'm getting the
 message that my Freenet node is too old (it is 1342) and that I should
 upgrade to 1344 ASAP. It is set for auto-update and I tried manually
 updating but it is still build 1342. Is this the reason it is not
 working and why has it not updated automatically or manually?

 Matt

 ___
 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
___
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