Re: [Dspace-tech] [Dspace-general] Error in dspace installation

2012-10-19 Thread revskill
You could try with Ant 1.8.2, Maven 2.2.1 instead. In my case, the compilation works fine. 2012/10/19 helix84 heli...@centrum.sk On Fri, Oct 19, 2012 at 6:33 AM, Mr. Rajesh R raje...@tezu.ernet.in wrote: Dear helix, Kindly help me by suggesting necessary changes to be made in firewall

Re: [Dspace-tech] [Dspace-general] Error in dspace installation

2012-10-19 Thread helix84
On Fri, Oct 19, 2012 at 8:16 AM, revskill revskil...@gmail.com wrote: You could try with Ant 1.8.2, Maven 2.2.1 instead. In my case, the compilation works fine. According to documentation [1], Ant 1.8.1 and Maven 3.0.1 should be supported. The actual error points to a download error, so I

Re: [Dspace-tech] [Dspace-general] Error in dspace installation

2012-10-19 Thread Hilton Gibson
Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S04#Step_4.3:_Setup_the_Maven_config_file On 19 October 2012 07:59, helix84 heli...@centrum.sk wrote: On Fri, Oct 19, 2012 at 6:33 AM, Mr. Rajesh R raje...@tezu.ernet.in wrote: Dear helix, Kindly help

[Dspace-tech] OAI8 at the University of Geneva. 19-21 June 2013

2012-10-19 Thread Thomas Krichel
2013 sees the 8th OAI Workshop on Innovations in Scholarly Communication at the University of Geneva and at CERN. These Workshops are major international gatherings where those interested in Scholarly Communication developments can meet, discuss and network. OAI8 will be taking place in

Re: [Dspace-tech] Fwd: Tomcat Crashing Intermittently

2012-10-19 Thread Sean Carte
On 18 October 2012 14:00, Vlastimil Krejcir krej...@ics.muni.cz wrote: Tomcat seems to be running (ps ax | grep tomcat), but no response or timeouting. No usefull info in logs. The solution is to restart the Tomcat - I restart it once a day. And I have a watch script testing if Tomcat is

[Dspace-tech] Error 500 in Rest API

2012-10-19 Thread Modesto Caballero
Hi! I installed REST API, and I can only access http://www.example.org/rest/describe . Any other page gives me error 500. I can access http://www.example.org/xmlui and it works fine. What can I do? Thanks! Regards, Modesto

Re: [Dspace-tech] Fwd: Tomcat Crashing Intermittently

2012-10-19 Thread Vlastimil Krejcir
ps ax | grep tomcat is not very helpful - sometimes the Tomcat process is running but Tomcat doesn't respond. So my watch script: I check selected URL directly using wget URL and examine the downloaded document for certain content (simple regexp matching). If it doesn't match then I try to

Re: [Dspace-tech] [Dspace-general] Error in dspace installation

2012-10-19 Thread helix84
Please, try if you can download that file manually (fill in the full URL from your mvn package command output): wget http://repo1.maven.org...; That will help determine if you need to set up proxy. Regards, ~~helix84

Re: [Dspace-tech] Fwd: Tomcat Crashing Intermittently

2012-10-19 Thread Mark H. Wood
On Fri, Oct 19, 2012 at 09:41:31AM +0200, Sean Carte wrote: On 18 October 2012 14:00, Vlastimil Krejcir krej...@ics.muni.cz wrote: Tomcat seems to be running (ps ax | grep tomcat), but no response or timeouting. No usefull info in logs. The solution is to restart the Tomcat - I restart it