Re: [Dspace-tech] Help with configuring SOLR to use a specific search analyzer

2013-05-20 Thread Kiriaki Roditi
Hi Helix, Thank you for your confirmation! Actually, I had both JSPUI and Mirage set to use discovery. I disabled it in JSPUI to prove the difference between the two search mechanisms and to verify that Lucene is indeed using the greek analyzer. Regards, Kiriaki On 20/5/2013 5:38 μμ, helix84

Re: [Dspace-tech] debugging the project assembler

2013-05-20 Thread Ingram, William A
I fixed it by adding . under the elements in assembly.xml. Now it works. Solved. -Original Message- From: Ingram, William A [mailto:wingr...@illinois.edu] Sent: Monday, May 20, 2013 6:17 PM To: heli...@centrum.sk Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] debuggi

Re: [Dspace-tech] debugging the project assembler

2013-05-20 Thread Ingram, William A
No good. Both dev and staging are running Maven 2.2.1. One works, the other doesn't. -Original Message- From: Ingram, William A [mailto:wingr...@illinois.edu] Sent: Monday, May 20, 2013 5:55 PM To: heli...@centrum.sk Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] debug

Re: [Dspace-tech] debugging the project assembler

2013-05-20 Thread Ingram, William A
The Maven version sounds likely. It would explain why it works on dev but not on staging. Will verify. Thanks! Bill -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Monday, May 20, 2013 5:50 PM To: Ingram, William A Cc: dspace-tech

Re: [Dspace-tech] debugging the project assembler

2013-05-20 Thread helix84
Hi Bill, it looks like it might be this issue (probably related to a filtering feature introduced in DSpace 3): http://jira.codehaus.org/browse/MASSEMBLY-342 What Maven version are you using? According to our docs DSpace 3.x builds with 2.2.x and higher, but you may have hit a bug. As a workarou

[Dspace-tech] debugging the project assembler

2013-05-20 Thread Ingram, William A
Does anyone know how to debug the assembly plugin? Something is amiss with my install-something obvious, probably-but I can't find it. It happens on my staging server but not my dev box. This is 3.1. [INFO] [INFO] Building

Re: [Dspace-tech] Postgres configuration with DSpace

2013-05-20 Thread Thornton, Susan M. (LARC-B702)[LITES]
Thanks again Peter!! Sue Thornton Office: (757) 224-4130 Mobile: (757) 506-9903 susan.m.thorn...@nasa.gov From: Peter Dietz [mailto:pdiet...@gmail.com] Sent: Monday, May 20, 2013 11:25 AM

Re: [Dspace-tech] How to change maximum file size to be uploaded in dspace

2013-05-20 Thread Thornton, Susan M. (LARC-B702)[LITES]
Sorry, I meant to say "<2GB". Sue Sue Thornton Office: (757) 224-4130 Mobile: (757) 506-9903 susan.m.thorn...@nasa.gov From: Thornton, Susan M. (LARC-B702)[LITES] [mailto:susan.m.thorn...

Re: [Dspace-tech] Errors upon submitting an item

2013-05-20 Thread helix84
Right, I meant grep ":8009" before. You figured it out correctly. But this shows you other interesting information - the process listening on 8005 would be the handle server, the one on 80 is Apache, the one on 8080 is a Tomcat HTTP connector (not necessary in your AJP setup). P.S. You're sending

Re: [Dspace-tech] [Dspace-devel] Bizarre DSpace Browse Failure

2013-05-20 Thread helix84
On Mon, May 20, 2013 at 7:02 PM, Sands Alden Fish wrote: > This is one aspect of repo administration I've never had to deal with in the > past. It is possible that the previous tech lead on this project modified > those settings without re-running index-init. I see, that explains it :) Yes, I'd

Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-20 Thread helix84
If you submit a patch, please attach it to Jira < https://jira.duraspace.org/browse/DS-1028>. Even better would be a GitHub pull request and a link to that pull request in Jira comments. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPA

Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-20 Thread Alumno Etsii
Again, thanks so much for your kind help! Then I can say the CAS authentication is working ok, in a few days - when I get a few days with less work, I'll apply those changes to a git clone of DSpace and provide the patch for the latest version of DSpace so CAS auth. can be *AT LAST* officially inte

Re: [Dspace-tech] Errors upon submitting an item

2013-05-20 Thread helix84
This page is displayed when Apache is running, but Tomcat doesn't respond via AJP. It's normal to see it for about a minute during Tomcat restarts. If it's displayed for a long time, it means Tomcat is probably not running. Log in as root and check that it's listening on port 8009: netstat -tulpn

Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-20 Thread Mark H. Wood
On Mon, May 20, 2013 at 02:02:14PM +, Alumno Etsii wrote: > Ok, I'm replying myself with some little advances. > > This snippet is used in the authenticate funcion of CAS, when eperson == > null and the cas.autoregister option is false: > > +else > +{ >

Re: [Dspace-tech] Postgres configuration with DSpace

2013-05-20 Thread Peter Dietz
Its all in the jdbc string. So, yes, in dspace.cfg # URL for connecting to database db.url = jdbc:postgresql://myPGserver123.university.edu:5432/dspace-prod Before restarting your servlet container, you can change the DB settings in dspace.cfg, and test with: dspace/bin/dspace test-database In c

Re: [Dspace-tech] How to change maximum file size to be uploaded in dspace

2013-05-20 Thread Thornton, Susan M. (LARC-B702)[LITES]
Do keep in mind that, according to some testing we've done, the largest file size you can upload online is >2GB. If a file is over that size, it will have to be imported into your repository via the batch/ItemImport script. I believe this limit is more browser/network-related than Dspace appli

Re: [Dspace-tech] Postgres configuration with DSpace

2013-05-20 Thread Thornton, Susan M. (LARC-B702)[LITES]
Wow. Thanks for all the info Peter! Can you tell me what kind of special configuration this took, or is it all specified in the dspace.cfg file? That would be great if it is! Thanks again, Sue Sue Thornton Office: (757)

Re: [Dspace-tech] Help with configuring SOLR to use a specific search analyzer

2013-05-20 Thread Benjamin Ryan
Kiriaki, Be aware the analyzers/filters for anything other than very simple cases usually come in pairs, one for indexing and one for searching. It is important to understand that if a field is analyzed/filtered in one way (lowercase filter is a simple case) for indexing this will

Re: [Dspace-tech] Help with configuring SOLR to use a specific search analyzer

2013-05-20 Thread helix84
Hi Kiriaki, I'm just writing to confirm that "update-discovery-index -b" is what you need to run after you make modifications to schema.xml, but I don't know why your changes aren't working. Regarding the difference between JSPUI and XMLUI, from what you said you seem to have JSPUI configured to

Re: [Dspace-tech] How to keep reference links in dspace

2013-05-20 Thread jayachandra B
I am using dspace 1.8.2 jspui On Mon, May 20, 2013 at 7:51 PM, helix84 wrote: > Please, read the link in my signature: > 1) always send your messages to dspace-tech, never directly to me > 2) which DSpace version and interface are you using? > > AFAIK, the default submission process doesn't let

[Dspace-tech] Help with configuring SOLR to use a specific search analyzer

2013-05-20 Thread Kiriaki Roditi
Hello DSpace community, I am trying to set SOLR to use the Greek analyzer for searches performed in Mirage, DSpace version 3.1. Setting the analyzer property in dspace.cfg to search.analyzer = org.apache.lucene.analysis.el.GreekAnalyzer seems to be working only for jspui' s search aspect, so a

Re: [Dspace-tech] How to keep reference links in dspace

2013-05-20 Thread helix84
Please, read the link in my signature: 1) always send your messages to dspace-tech, never directly to me 2) which DSpace version and interface are you using? AFAIK, the default submission process doesn't let you modify the dc.relation.uri field. So you'll have to a) either edit the item after it h

Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-20 Thread helix84
Hi Miguel, I don't have many answers for you, just some more information. Mark Wood has in fact recently proposed that we don't need to store user's data in our DB, but we currently do that: https://jira.duraspace.org/browse/DS-1547 > What steps would be necessary to create a one-time session f

Re: [Dspace-tech] How to keep reference links in dspace

2013-05-20 Thread helix84
You'll have to specify which part wasn't clear. Adding a value to a metadata field is for example when you're adding an author's name into dc.contributor.author. Just do the same with an URL - add the URL to dc.relation.uri. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette h

Re: [Dspace-tech] Authenticating users without creating EPerson in DB

2013-05-20 Thread Alumno Etsii
Ok, I'm replying myself with some little advances. This snippet is used in the authenticate funcion of CAS, when eperson == null and the cas.autoregister option is false: +else +{ +// No auto-registration for valid netid +

Re: [Dspace-tech] How to keep reference links in dspace

2013-05-20 Thread jayachandra B
Can you please clearly expalin On Mon, May 20, 2013 at 1:57 PM, helix84 wrote: > Hi Jayachandra, > > just add the link to a metadata field. You can use the standard > dc.relation.uri field or create a new one (in your own namespace). > > Then, if you wish, you can modify the summary item view t

Re: [Dspace-tech] Errors upon submitting an item

2013-05-20 Thread helix84
Hi Henry, this means that ehCache, the caching mechanism used by Cocoon, failed to remove its own file from disk. First thing to do is make sure that the cache-dir directory and every file under it is owned by the same user you're using to run Tomcat. E.g. on my Debian system, the cache director

Re: [Dspace-tech] Postgres configuration with DSpace

2013-05-20 Thread Mark H. Wood
On Fri, May 17, 2013 at 11:42:22AM -0500, Thornton, Susan M. (LARC-B702)[LITES] wrote: > Can anyone tell me if it's a workable solution to put Postgres on a > separate server from your Dspace application? In the past, we've had them on > the same server, but are considering configuring a P

[Dspace-tech] Errors upon submitting an item

2013-05-20 Thread Henry Agbodza
​I have encountered an error on upon submitting a test item to a repository i just created. Below is the error: net.sf.ehcache.CacheException: cocoon-ehcacheCache: Could not remove disk store entry for key PK_G-aspect-cocoon://DRI/7/handle/123456789/1?pipelinehash=-2223749076000553528

Re: [Dspace-tech] LUCENE_24 emulation warnings after building snapshot-4.0 from source

2013-05-20 Thread Bram Luyten
Thanks Ben! that property was already there for the search core (discovery), but seemed to be missing from oai and statistics solrconfig.xml config files. logged it in Jira & fired a pull request https://jira.duraspace.org/browse/DS-1552 thanks! Bram -- [image: logo] *Bram Luyten* *@mire* *2

Re: [Dspace-tech] LUCENE_24 emulation warnings after building snapshot-4.0 from source

2013-05-20 Thread Benjamin Ryan
Bram, Add a LUCENE_XX to your solrconfig.xml. Regards, Ben -- Dr Ben Ryan Jorum Technical Manager 5.12 Roscoe Building The University of Manchester Oxford Road Manchester M13 9PL Tel: 0160 275 6039 E-m

Re: [Dspace-tech] How to keep reference links in dspace

2013-05-20 Thread helix84
Hi Jayachandra, just add the link to a metadata field. You can use the standard dc.relation.uri field or create a new one (in your own namespace). Then, if you wish, you can modify the summary item view template to display the link in a more prominent way. Regards, ~~helix84 Compulsory reading

[Dspace-tech] How to keep reference links in dspace

2013-05-20 Thread jayachandra B
Hi, I am using dspace 1.8.2 jspui. Is there any way to keep reference links in dspace same like keeping other pdfs and videos. Suppose i have one ebook link, I want keep that link, instead of downloading that book and uploading it in to my dspace. -- Regards Jayachandra --