There are log4j configuration files in your config directory, including a separate one for the handle server. However, I'm not sure that the handle server is being started in your case.
You can change the word INFO to DEBUG in these files. This will fill up disk space rapidly so remember to change it back when finished. I'm wondering if your handle server works under 1.6.0? Did you have a chance to try everything with 1.6.0? You could try using the dsrun file from the 1.6.0 release, but I'm very much guessing blindly now, so use at your own risk: http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace/bin/dsrun Also, are you starting the handle server from within the "bin" directory? (I think that's the way it should be done). ----- Original Message ----- From: "Tonny Hjelmberg Laursen" <[email protected]> To: "Keith R Gilbertson" <[email protected]> Cc: [email protected] Sent: Monday, May 24, 2010 9:38:51 AM GMT -05:00 US/Canada Eastern Subject: Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 Thanks, The error is gone now, but now I got another error in the log file (The handle server is still not running.) Usage: <program-name> <config-directory> The bin/start-handle-server line looks like this now: nohup $BINDIR/dsrun net.handle.server.Main $handledir -Ddspace.log.init.disable=true -Dlog4j.configuration=log4j-handle-plugin.properties </dev/null >> $logdir/handle-server.log 2>&1 & I can't find any other error messages. How can I enable somekind of debug logging? On 24-05-2010 15:18, Gilbertson, Keith R wrote: > Try editing the last line of your bin/start-handle-server script so that > net.handle.server.Main > appears directly after dsrun (instead of where it is now). > > That should get rid of the "Invalid class name:" message. If there are other > error messages after making this change, please post them to the list so that > experts on the "dspace" launcher command can research more. > > --keith > > > ----- Original Message ----- > From: "Tonny Hjelmberg Laursen"<[email protected]> > To: [email protected] > Sent: Monday, May 24, 2010 7:55:29 AM GMT -05:00 US/Canada Eastern > Subject: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2 > > Hey, > > Im in the middle of updating a DSpace installation and everything seems > fine. But im having a problem with starting the handle server. When I > execute bin/start-handle-server im getting this error in the > handle-server logfile: > > Error in launcher.xml: Invalid class name: -Ddspace.log.init.disable=true > > Im running RedHat 5.5 > > Any ideas? > > Thanks, > Tonny > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > > ------------------------------------------------------------------------------ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

