Hi Stacy,

> My big outstanding issue came after I rebooted the server to give it one last
> kick of the tires before calling the whole thing done. After the reboot,
> everything came back up, but the Java process that is the Handle Server (the
> thing that knows to serve up http://dlynx.rhodes.edu/jspui/handle/10267/2423
> when you hit http://hdl.handle.net/10267/2423 to view an object) has stayed at
> 100% CPU.

> I think we are running version 6.2.5_02 of the handle server.
 
> Has anyone ever seen anything like this? Any clues as for what could be
> causing it or how to fix it?

Unless you have manually adjusted pom.xml, you will probably still be using
an older version of the handle server. This has been fixed in 1.6, and you
can make maven use the later 6.2 version by editing the relevant line in
[dspace-src]/pom.xml:

         <dependency>
            <groupId>org.dspace</groupId>
            <artifactId>handle</artifactId>
            <version>6.2</version>
         </dependency>

This is likely to be the handle bug that hits on the first of the month some
times, where it constantly tries to roll over a log file. Upgrading to
version 6.2 of the handle server usually fixes this. Once you have adjusted
the pom.xml file, re-run mvn / ant etc. You should notice maven download the
new jar file.
 
> BTW, are others occasionally getting a "dspace.org This site is down for
> maintenance. Please check back again soon" message when going to
> http://www.dspace.org ? The wiki appears to be up and fine, but the main
> website gives this message quite a bit, at least today and yesterday.

AFAIK the hosting company are looking in to this as there have been some
problems with the site at their end.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to