Re: [Dspace-tech] 1.7.2 memory errors

2011-11-07 Thread Swanepoel, Barrie
Thanks helix84 I think I found the startup script for our tomcat in /etc/init.d/dspace There were no settings specified M. So I added it as follows at the start and end of what was there: CATALINA_OPTS="-Xmx12288m -Xms12288m -Djava.library.path=/home/jfclere/jakarta-tomcat-connecto

Re: [Dspace-tech] DSPACE Rest API (problem)

2011-11-07 Thread Abhishek Raval
Hello Dennis, thanks for the help .. i m still not getting wat to do in step 5a) ???. i just take pom.xml from ../modules/jspui & put into ../modules/rest/is it right ? pom.xml file need to edit or not ??? On Mon, Nov 7, 2011 at 5:02 PM, Dennis Tobar wrote: > Hi, > > I think that

Re: [Dspace-tech] DSpace Logs

2011-11-07 Thread Peter Dietz
Hi Admire, There is interesting information that lives in old logs. You could in the future build something to count how many queries have been performed on your system, see how popular your RSS feeds are, look at errors users encounter, etc. So, if your concerned with space and backup time, you

[Dspace-tech] DSpace 1.8.0 is now available!

2011-11-07 Thread Robin Taylor
Dear DSpace Community, On behalf of the DSpace developers, I would like to formally announce that DSpace 1.8.0 is now available! DSpace 1.8.0 can be downloaded immediately at either of the following locations: * SourceForge: https://sourceforge.net/projects/dspace/files/ * SVN: http://scm.dspa

Re: [Dspace-tech] DSPACE Rest API (problem)

2011-11-07 Thread Dennis Tobar
Hi, I think that you must rename the dspace version in pom.xml in the dspace-rest directory, because pom is looking for dspace 1.8.0. Snapshot, but I think that you aren't using that version. I just playing with it around two months ago, an this was the first problem to resolve. Regards, Dennis

[Dspace-tech] DSPACE Rest API (problem)

2011-11-07 Thread Abhishek Raval
Hello, * I m trying to integrate DSPACE REST-API into dspace-1.7.2. During the R&D i found some steps to follow through which i can do that. steps are below. * 1) Create a new directory for the REST module source code - dspace-src/dspace-rest. 2) Checkout the source code from http://scm.dsp

Re: [Dspace-tech] 1.7.2 memory errors

2011-11-07 Thread helix84
Also, your server is definitely overdimensioned, so don't worry about that. It's all about how much memory you instruct Tomcat to use. I actually run a repository of your size inside a virtual machine with 1024 MB of RAM. Regards, ~~helix84

Re: [Dspace-tech] 1.7.2 memory errors

2011-11-07 Thread helix84
On Mon, Nov 7, 2011 at 10:34, Swanepoel, Barrie wrote: > Does this mean that the pid 2356 is actually then not using the changes I > made in the catalina.sh file? I see only java -Xmx256m. Not the change to > -Xmx12288M -Xms12288M. That's correct. Your catalina.sh is probably not used at all du

[Dspace-tech] DSpace Logs

2011-11-07 Thread amutsikiwa
Hi I have been running dspace for a while. Now my dspace directory is over 13GB in size. My assetstore directory is under 700MB. My dspace log is the one that is over 9GB. The size is taking a toll on my backup. I know I have to preserve the logs in the interest of access statistics. But I b

Re: [Dspace-tech] 1.7.2 memory errors

2011-11-07 Thread helix84
On Mon, Nov 7, 2011 at 07:43, Swanepoel, Barrie wrote: > CATALINA_OPTS=$CATALINA_OPTS" > -Djava.library.path=/home/jfclere/jakarta-tomcat-connectors/jni/native/.libs > -Xmx12288M -Xms12288M -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC > -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnab

Re: [Dspace-tech] 1.7.2 memory errors

2011-11-07 Thread Alan Orth
Hey, 1024 megs of PermGen looks like it *should* be enough... here's mine: JAVA_OPTS="-Djava.awt.headless=true -Xmx768m -Xms768m -XX:MaxPermSize=256m" How big/busy is your DSpace instance? Alan On 11/07/2011 09:43 AM, Swanepoel, Barrie