Re: [Dspace-tech] ownership of handle-plugin.log files, dspace 1.8.2

2012-11-26 Thread Sara Amato
Thanks the speedy response, this answers my question. For some reason the HANDLE_USER wasn't set in the /etc/init.d/start-handle-server . On Nov 26, 2012, at 1:36 PM, helix84 wrote: > On Mon, Nov 26, 2012 at 10:20 PM, Sara Amato wrote: >> I'm curious to know if there is a way to have the >>

Re: [Dspace-tech] ownership of handle-plugin.log files, dspace 1.8.2

2012-11-26 Thread Brian Freels-Stendel
Hi Sara, The best way is to start the handle server process as another user, or change the user after it's started. Generally, the user that owns a process is the one who'll own files created by it. B-- >>> On 11/26/2012 at 2:20 PM, in message <88ee0dcd-6553-4e6e-b97b-6cb86794d...@willamett

Re: [Dspace-tech] ownership of handle-plugin.log files, dspace 1.8.2

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 10:20 PM, Sara Amato wrote: > I'm curious to know if there is a way to have the > /dspace/log/handle-plugin.log files owned by a user other than root. > While all of our other log files (dspace.log, cocoon.log, checker.log) are > owned by the tomcat user (tomcat in our ca

Re: [Dspace-tech] need help

2012-11-26 Thread helix84
Ouch, this is just too wrong. Better delete everything and start from scratch. Here's the installation chapter in the official docs: https://wiki.duraspace.org/display/DSDOC18/Installation Here's an unofficial installation guide for Windows that details the other software that needs to be install

Re: [Dspace-tech] need help

2012-11-26 Thread theotherguy
this is the cocoon stacktrace. Failed to process pipeline context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 85:34 context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 84:43 context:/jndi:/localhost/xmlui/aspects/aspects.xmap - 83:22 context:/jndi:/localhost/xmlui/theme

Re: [Dspace-tech] need help

2012-11-26 Thread theotherguy
# Basic information ## # DSpace installation directory # dspace.dir = /dspace dspace.dir = C:/Dspace/dspace-1.8.2/dspace-1.8.2-src-release # DSpace host name - should match base URL. Do not include port number dspace.hostname = http://localhost # DSpace base host URL. Include port numb

[Dspace-tech] ownership of handle-plugin.log files, dspace 1.8.2

2012-11-26 Thread Sara Amato
I'm curious to know if there is a way to have the /dspace/log/handle-plugin.log files owned by a user other than root. While all of our other log files (dspace.log, cocoon.log, checker.log) are owned by the tomcat user (tomcat in our case), the handle-plugin.log files are owned by root. Is th

Re: [Dspace-tech] Interested in a simplified build?

2012-11-26 Thread Mark H. Wood
On Fri, Nov 23, 2012 at 01:03:27AM +, Steve Swinsburg wrote: > Yes, consolidating build tech would be a good step forward. Right now we are > using 1.8 so had to work with what we have. It may be possible to do > everything with the Maven Antrun plugin, though you are still going to need > A

Re: [Dspace-tech] need help

2012-11-26 Thread helix84
If you scroll a little more up, can you see a PSQLException? Post that part of the stacktrace, too. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] need help

2012-11-26 Thread helix84
Hi Richard, what's the contents of all the db.* properties in your dspace.cfg? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Mo

[Dspace-tech] need help

2012-11-26 Thread theotherguy
i successfully downloaded all the prerequisite programs and databases, i created an administrator, but now i don't know what the problem is i want to use dspace with xmlui but it only show an internal error, i have alittle knowledge in this area, but all of this just looks like gibberish. im using

Re: [Dspace-tech] Interested in a simplified build?

2012-11-26 Thread Tim Donohue
Just a brief note.. I'd love to see what you've done via Ant as well & would encourage you to post it somewhere (JIRA / GitHub). There are easy ways to embed Ant as a dependency (so folks don't even know they are using Ant behind the scenes) and using the Maven Antrun plugin. So, I wouldn't di

Re: [Dspace-tech] (no subject)

2012-11-26 Thread Sergio Belkin
:P 2012/11/26 helix84 > On Mon, Nov 26, 2012 at 5:16 PM, Sergio Belkin wrote: > > Ooops sorry I mistook for another mailing list. My fault. > > I thought so. The funny thing is there _is_ a configuration file > called dstat :) So I wasn't sure what to make of it. > > > Regards, > ~~helix84 > >

Re: [Dspace-tech] (no subject)

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 5:16 PM, Sergio Belkin wrote: > Ooops sorry I mistook for another mailing list. My fault. I thought so. The funny thing is there _is_ a configuration file called dstat :) So I wasn't sure what to make of it. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Eti

Re: [Dspace-tech] (no subject)

2012-11-26 Thread Sergio Belkin
2012/11/25 Sergio Belkin > Hi, > > I've exported the ouput of dstat to a csv file. What is the unit used on > cpu usage fields? I guess is percentage isn't it? > > Let's considere the following output: > > "Host:","lxde.vbox""User:","sergio" > "Cmdline:","dstat --output /home/sergio/Docum

Re: [Dspace-tech] suppress indexing a collection

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 4:39 PM, Mark Ludwig wrote: > You confirmed what I suspected. This project may call for a separate > instance because of the need to separate the indexing. Right, but do consider running both DSpace instances on the same DSpace code, like I wrote. It should make maintenanc

Re: [Dspace-tech] What text gets indexed?

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 4:20 PM, Mark Ehle wrote: > If I was to batch-import a bunch of PDF's along with files of their texts > and then run filter-update, do the text files get ingested, or are new texts > extracted from the PDF's? Also, is there a way to make the text files > available along wit

Re: [Dspace-tech] suppress indexing a collection

2012-11-26 Thread Mark Ludwig
Helix- Thanks for your prompt reply. You confirmed what I suspected. This project may call for a separate instance because of the need to separate the indexing. Re. your question about size and machine resources, this is not yet a problem in our production DSpace repository. Our greatest bottlen

[Dspace-tech] What text gets indexed?

2012-11-26 Thread Mark Ehle
Folks - If I was to batch-import a bunch of PDF's along with files of their texts and then run filter-update, do the text files get ingested, or are new texts extracted from the PDF's? Also, is there a way to make the text files available along with the PDF files? I ask this because I want to kno

Re: [Dspace-tech] Theme changing

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 1:49 PM, Parul dubey wrote: > replace DSpace(sat the top of home page in Blue colour) with the logo of > my company The logo in the Reference theme you asked about isn't blue (it's the bird image). But the logo in the Mirage theme is blue. If you're using the Mirag them

Re: [Dspace-tech] Theme changing

2012-11-26 Thread Parul dubey
Hi All Want to know how to change the logo from the DSPace home page. replace DSpace(sat the top of home page in Blue colour) with the logo of my company Please provide the detailed steps For : jspui Version :1.8.2 Thanks in advance Regards Parul Dubey From: Parul

Re: [Dspace-tech] Theme changing

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 12:19 PM, Parul dubey wrote: > Want to know how to change the logo from the DSPace home page. > > i.e. for default theme REFERENCE replace the Manakin_logo with the logo > of my company Here: https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-xmlui/dspace-xml

Re: [Dspace-tech] suppress indexing a collection

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 4:29 AM, Mark Ludwig wrote: > If you have a collection you do not want indexed with your other dspace > collections, is there a way to index the collection separately or not at > all? Hi Mark, please, always include the information which DSpace version, interface and them

[Dspace-tech] Theme changing

2012-11-26 Thread Parul dubey
Hi All Want to know how to change the logo from the DSPace home page. i.e. for default theme REFERENCE replace the Manakin_logo with the logo of my company For : xmlui Version :1.8.2 Thanks in advance Regards Parul Dubey ---

Re: [Dspace-tech] Changing the theme of DSpacce home page theme

2012-11-26 Thread helix84
On Mon, Nov 26, 2012 at 10:21 AM, Parul dubey wrote: > Kindly suggest how to change the DSpace home page theme . Hi Parul, the official documentation is here (especially the "Creating a New Theme" chapter and the additional resources): https://wiki.duraspace.org/display/DSDOC18/XMLUI+Config

[Dspace-tech] DSpace Wiki and Jira unavailable

2012-11-26 Thread Robin Taylor
Hi all, It appears that the Wiki and issue tracking software Jira are currently unavailable. I assume that will be the case until later in the day when the US comes online. Apologies for any inconvenience in the meantime. Cheers, Robin. -- The University of Edinburgh is a charitable body, reg

Re: [Dspace-tech] Changing the theme of DSpacce home page theme

2012-11-26 Thread Hilton Gibson
Assuming that you are using the XMLUI and the Ubuntu server, then try: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Presentation On 26 November 2012 11:21, Parul dubey wrote: > Hi All > > ** ** > > Kindly suggest how to change the DSpace home page theme . > > Dspace versio

[Dspace-tech] Changing the theme of DSpacce home page theme

2012-11-26 Thread Parul dubey
Hi All Kindly suggest how to change the DSpace home page theme . Dspace version 1.8.2 Regards Parul Dubey -- Monitor your physical, virtual and cloud infrastructure from a single web console. Get in

[Dspace-tech] DSpace-CRIS, Alpha version announced

2012-11-26 Thread Andrea Bollini
***apologies for cross-posting*** CILEA and the University of Hong Kong (HKU) are pleased to announce the immediate availability for download of the first alpha release of the DSpace CRIS module. https://github.com/CILEA/dspace-cris Publications are an important output of the research cycle. T