Here's My wrapper.conf its the wrapper.conf that came with the install.. I made no changes to it. My freenet directory is located in a truecrypt volume that is mounted ... The directory path is
/media/truecrypt1/freenet
The conf is
/media/truecrypt1/freenet/wrapper.conf


   wrapper.java.command=java
   wrapper.working.dir=../
   wrapper.java.mainclass=freenet.node.NodeStarter
   wrapper.java.classpath.1=freenet-ext.jar
   wrapper.java.classpath.2=freenet.jar
   wrapper.java.library.path.1=lib
   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.maxmemory=512
   wrapper.java.additional.1=-Dnetworkaddress.cache.ttl=0
   wrapper.java.additional.2=-Dnetworkaddress.cache.negative.ttl=0
   wrapper.java.additional.3=-enableassertions:freenet
   wrapper.java.additional.4=-Djava.net.preferIPv4Stack=true
   # You might want to set the following line if you have changed
   java.maxmemory
   # wrapper.java.additional.5=-XX:MaxPermSize=
   wrapper.app.parameter.1=freenet.ini
   wrapper.console.format=PM
   wrapper.console.loglevel=INFO
   wrapper.logfile=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 0.7
   wrapper.jvm_exit.timeout=120
   wrapper.restart.reload_configuration=TRUE
   wrapper.filter.trigger.1=java.lang.OutOfMemoryError
   wrapper.filter.action.1=RESTART
   wrapper.restart.delay=5

   # Name of the service
   wrapper.ntservice.name=freenet-darknet

   # Display name of the service
   wrapper.ntservice.displayname=Freenet 0.7 darknet

   # Description of the service
   wrapper.ntservice.description=The Free Network Project daemon

   # 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 !

On 05/29/2012 08:20 AM, Dennis Nezic wrote:
On Tue, 29 May 2012 06:09:16 -0400, Neuman1812 wrote:
Just installed 0.7.5 on Ubuntu 12.04  Unable to start the service.
The following is my wrapper log.  Any help would be great.

[...]
INFO   | jvm 1    | 2012/05/29 05:51:16 | Exception in thread "main"
java.lang.NoClassDefFoundError: freenet/node/NodeStarter
Looks like a mis-configured wrapper.conf. Try to find that config file
(on Gentoo it's in /etc/freenet-wrapper.conf ... it could also be
called wrapper.conf in freenet's directory?), and double-check that
"wrapper.working.dir" is where freenet's stuff is supposed to be?

_______________________________________________
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

Reply via email to