Re: [Dspace-tech] Setting up Solr Statistics

2011-07-21 Thread Louw Venter
I am also interested in this as we are experiencing the same problems. am able to access the admin page (http://localhost/solr/statistics/admin/) so my guess is that the webapp is running fine. Does anyone have any suggestions for us? Regards Vrywaringsklousule / Disclaimer:

[Dspace-tech] Browse List Configuration

2011-07-21 Thread Waqas Khalid Awan
Hello Everybody. I have been using the dspace 1.7 on window platform. I want to change the outlook of the browsing data that has been shown by clicking on the browse by title link. i want to change it like the site given below. Kindly tell me the solution.

[Dspace-tech] Fwd: Browse List Configuration

2011-07-21 Thread Waqas Khalid Awan
-- Forwarded message -- From: Waqas Khalid Awan wick.ma...@gmail.com Date: Thu, Jul 21, 2011 at 12:54 PM Subject: Browse List Configuration To: Dspace general dspace-gene...@lists.sourceforge.net, Dspace Tech DSpace-tech@lists.sourceforge.net, Dspace developer

Re: [Dspace-tech] Setting up Solr Statistics

2011-07-21 Thread Lewatle Phaladi
Hi Hilton and Team I have managed to set up solr statistics and I want to display my old report from dspace 1.6.2 that we were running, what is the easiest way of using solr stats from 1.6.2 to dspace 1.7.2. Regards, Lewatle From: Hilton Gibson [mailto:hilton.gib...@gmail.com]

Re: [Dspace-tech] Setting up Solr Statistics

2011-07-21 Thread Lewatle Phaladi
Hi All I have fixed the problem by putting solr.dbfile = /home/dspace/config/GeoLitefordspace1.6.2 and in tomcat webapps I have pasted solr directory for dspace1.6.2 Thanks, Lewatle From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] Sent: 21 July 2011 10:45 AM To:

Re: [Dspace-tech] Problem in DSpace 1.5.1 deleting an eperson who is also a previous Item submitter (item.submitter_id)

2011-07-21 Thread George S Kozak
Susan: I have run into the same problem, but in my case I was trying to delete the ids of graduate students who left the University, but who had submitted Theses and Dissertations to DSpace. I ended up disabling their logins, but could find no way to actually delete them. George Kozak

[Dspace-tech] from aspect to theme

2011-07-21 Thread Blanco, Jose
The aspect aspect.artifactbrowser.ItemViewer prepares a DRI that is later processed by the theme General-Handler.xsl. How does the system know to go to General-Handler.xsl? I've created a new aspect called aspect.artifactbrowser.ItemViewerNew, and I changed the aspect sitemap to go to

Re: [Dspace-tech] indexing error: too many open files

2011-07-21 Thread Joshua Gomez
Andrea, yes that worked. thanks. Of course I believe it has nothing to do with my original indexing problem, but at least I'm removing possibilities. Andrea Schweer schw...@waikato.ac.nz 7/20/2011 7:01 PM Hi Joshua, On 21/07/11 02:36, Joshua Gomez wrote: I installed java-6-sun jdk and made

Re: [Dspace-tech] Problem in DSpace 1.5.1 deleting an eperson who is also a previous Item submitter (item.submitter_id)

2011-07-21 Thread Brian Freels-Stendel
Morning, There doesn't seem to be a solid reason in the codebase that epeople who've submitted can't be deleted; it seems to be something that was decided on a database level. It makes sense, though, to keep it, on that level. Otherwise, you have database fields that point nowhere, and that

[Dspace-tech] Allowing users to edit their own submissions

2011-07-21 Thread Lemann, Alexander Bernard
Is there a way to allow users to edit their own submissions without giving them access to edit everything in a collection? Is there a philosophical or technical reason to not allow this? I guess this would be sort of like setting DEFAULT_ITEM_WRITE to the user who is submitting. Thanks, Alex

Re: [Dspace-tech] Problem launching Handle Server in Dspace 1.6.1

2011-07-21 Thread Stan Orlov
Thanks a lot, Helix 84! I have restarted the computer and the Handle server started working! Cheers, Stan On Wed, Jul 20, 2011 at 3:25 PM, helix84 heli...@centrum.sk wrote: On Wed, Jul 20, 2011 at 19:49, Stan Orlov stan.or...@msvu.ca wrote: 2011/07/20 02:27:33 ADT 100 class

[Dspace-tech] Reporting/Repository metrics

2011-07-21 Thread Pottinger, Hardy J.
Hi, my repository managers are looking for reports on the contents of communities and collections, total items, kinds of items (articles, dissertations, web sites, etc.), formats of bitstreams, etc. I know: curation tasks are good for this sort of thing (in fact, one task already does bitstream

Re: [Dspace-tech] from aspect to theme

2011-07-21 Thread Blanco, Jose
OK, After looking at the code some more today, I kind of see how this works. The dri2xhtml.xsl file imports: Structural.xsl DIM-Handler.xsl General-Handler.xsl And if you look at these xsl carefully you can see that they call the appropriate template based on the DRI and mets XML. I'm

Re: [Dspace-tech] DSpace suggestions?

2011-07-21 Thread Peter Dietz
Hi Andrea, I do actually have use for the bot prefix wildcard, so it would be useful if you could send me how you've built it. We're planning on using that for similar bot-detecting. Peter Dietz On Thu, Jul 14, 2011 at 5:52 PM, Andrea Schweer schw...@waikato.ac.nzwrote: Hi, On 15/07/11

Re: [Dspace-tech] Problem in DSpace 1.5.1 deleting an eperson who is also a previous Item submitter (item.submitter_id)

2011-07-21 Thread Stuart Lewis
Hi all, Yes - this is constrained via database foreign key rules. You can, if you want to, update the relevant user id for the item, but of course you'd lose the submitter / owner information. What we've done at the University of Auckland is to make all theses (which are the biggest source

Re: [Dspace-tech] indexing error: too many open files

2011-07-21 Thread Andrea Schweer
Hi Joshua, On 22/07/11 02:20, Joshua Gomez wrote: Andrea, yes that worked. thanks. Of course I believe it has nothing to do with my original indexing problem, but at least I'm removing possibilities. Good to hear it works and thanks for confirming -- I'll update the wiki page. So you're

Re: [Dspace-tech] DSpace suggestions?

2011-07-21 Thread Andrea Schweer
Hi Peter, On 22/07/11 09:16, Peter Dietz wrote: I do actually have use for the bot prefix wildcard, so it would be useful if you could send me how you've built it. We're planning on using that for similar bot-detecting. I added a custom query parser to solrconfig.xml: queryParser

Re: [Dspace-tech] Allowing users to edit their own submissions

2011-07-21 Thread Mark Diggory
Alex, Theres a philosophical reason 1.) During submission, the licensing being agreed passes rights to the repository for dissemination and management of the attached content. 2.) After the review phase, the Collection Managers have reviewed the item and determined it worthy of being in the