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

2013-05-21 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 μμ,

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread helix84
Is there anything in dspace.log at around 12:45? Did the Tomcat process actually terminate or just stopped serving pages? You could have verified that by running netstat -tulpn as root and looking whether the port where Tomcat should be listening (usually 8080 but it depends on your configuration)

[Dspace-tech] Mirage Customisation

2013-05-21 Thread Henry Agbodza
​Dear all, I made some changes in messages.xml file under the Dspace directory and reboot my machine since for some strange reason restarting Tomcat as i usually do on another machine dspace machine doesn't reflect my changes. My Dspace instance is not displaying exactly the changes i effected.

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread helix84
Hi Henry, try this: https://wiki.duraspace.org/display/DSPACE/TechnicalFaq#TechnicalFaq-ClearingCocoon(XMLUI)cache Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread Henry Agbodza
Hi Helix, i've done as you said and also restarted tomcat and rebooted the machine but it still shows the same things. On Tue, 05/21/2013 09:41 AM, helix84 heli...@centrum.sk wrote: Hi Henry, try this:

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread Kiriaki Roditi
Hi Henry, Is the text you added (_XXX_ Home) in english? The messages.xml file is encoded in ANSI and not utf-8. If what you see in your browser is '/xmlui.general.dspace_home/' instead of /'//DSpace Home' /I believe the browser cannot understand the text you typed in messages.xml. The best

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread helix84
What locale are you using? If you have your browser set to request a different language before English, you have to have those messages in a messages_XX.xml file where XX is your language code (the same as the browser sends). You also have to define webui.supported.locales, e.g.:

[Dspace-tech] email alters stops

2013-05-21 Thread Webshet, Sisay (ILRI)
Hi all We are using dsapce 3.1 on xmlui version After we have been upgrading dspace from 1.8.x to 3.1,the system doesn't send email alters to submitters. Can anyone has a hint on this Thanks Sisay -- Try New Relic Now

Re: [Dspace-tech] email alters stops

2013-05-21 Thread helix84
What's the output of [dspace]/bin/dspace test-email? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Try New Relic Now We'll

[Dspace-tech] SMTP Authentication failed

2013-05-21 Thread Alan Orth
All, I'm getting a javax.mail.AuthenticationFailedException[0] when trying to send emails from DSpace, such as the Forgot Password function. Other things like workflow alerts simply fail silently (users don't receive alerts). I've tested the following: 1. SMTP server is working (send mail

Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread helix84
Isn't there a Caused by line just after the snippet you sent? I'm baffled why sending email from DSpace wouldn't work when using test-email works - both use the same send() method of the org.dspace.core.Email class. The only difference is that one is launched from command line, the other one from

[Dspace-tech] FW: [dc] Registration is now open for Repository Fringe 2013!

2013-05-21 Thread TAYLOR Robin
With apologies for cross-posting. From: developer-cont...@googlegroups.com [mailto:developer-cont...@googlegroups.com] On Behalf Of Nicola Osborne Sent: 14 May 2013 14:10 To: developer-cont...@googlegroups.com Subject: [dc] Registration is now open for Repository Fringe 2013! We are delighted

Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread Alan Orth
Hey, Helix. Here's the full stack trace, including the Caused by: https://gist.github.com/alanorth/4e942aa252764a3d87aa/raw/2c4a9ad30f537386cc3bb1c9a885204e949038e2/gistfile1.txt My mail.* properties from dspace.cfg: # SMTP mail server mail.server = smtp.serv.cgnet.com # SMTP mail

Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 2:08 PM, Alan Orth alan.o...@gmail.com wrote: Here's the full stack trace, including the Caused by: https://gist.github.com/alanorth/4e942aa252764a3d87aa/raw/2c4a9ad30f537386cc3bb1c9a885204e949038e2/gistfile1.txt OK, in this case that didn't tell me anything new. My

Re: [Dspace-tech] SMTP Authentication failed

2013-05-21 Thread Alan Orth
Ok, I've just reverted to our all in one dspace.cfg and emails work fine. Sounds like there are some issues with my build.properties (dev.properties and production.properties)... Alan On 05/21/2013 03:32 PM, helix84 wrote: On Tue, May 21, 2013 at 2:08 PM, Alan Orth alan.o...@gmail.com

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

2013-05-21 Thread Kiriaki Roditi
Hello Ben, Thank you for the URLs. They gave me a head start and I managed to solve this! I am posting this in case someone else needs to try it: - added two filters for the Greek language (mentioned in the following apache wiki page: http://wiki.apache.org/solr/LanguageAnalysis#Greek), -

[Dspace-tech] What are the possible data format export options in Dspace?

2013-05-21 Thread Evans, Kev
Hi, What are the possible data format export options in DSpace? Are Repository Administrators/Curators able to easily extract information that can be used to check compliance levels with funder open access policies. For example, I'd like to be able to get the following list: Author, Title,

Re: [Dspace-tech] What are the possible data format export options in Dspace?

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 4:47 PM, Evans, Kev kevin.ev...@exeter.ac.uk wrote: What are the possible data format export options in DSpace? Are Repository Administrators/Curators able to easily extract information that can be used to check compliance levels with funder open access policies.

Re: [Dspace-tech] Mirage Customisation

2013-05-21 Thread Henry Agbodza
Helix,Kiriaki and all, The problem i had was not associated with the locale. I have realized that if i download a file and edit before uploading is what is causing the problem. Thus i used nano to edit files on the server and it solved my problems. This is really my first experience with cloud

[Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread Henry Agbodza
​Can someone direct me as to how i can change the default background color of Mirage theme Header. Thanks -- Try New Relic Now We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance

[Dspace-tech] layout broken with only one recent submission

2013-05-21 Thread Shawn M. Kiewel
We are using DSpace 3.1, and have found that our layout is broken, but only when there is exactly one recent submission, apparently from an unclosed div tag. Has anyone else run into this problem? Examples: 1 recent: http://athenaeum.libs.uga.edu/handle/10724/19496 multiple:

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 6:20 PM, Henry Agbodza henry_agbo...@libr.ug.edu.gh wrote: Can someone direct me as to how i can change the default background color of Mirage theme Header. Header background:

Re: [Dspace-tech] layout broken with only one recent submission

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 6:20 PM, Shawn M. Kiewel smkie...@gmail.com wrote: We are using DSpace 3.1, and have found that our layout is broken, but only when there is exactly one recent submission, apparently from an unclosed div tag. Has anyone else run into this problem? Examples: 1

Re: [Dspace-tech] layout broken with only one recent submission

2013-05-21 Thread Shawn M. Kiewel
Thanks. That's what I was afraid of, but since I didn't make the modifications myself, I was unsure if this was going to be the cause. I think I'll start fresh and override the right way, like you suggest. Thanks for your time. Shawn On May 21, 2013, at 12:41 PM, helix84 heli...@centrum.sk

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread Henry Agbodza
Thanks for the quick response. I have solved it now. The login link at the header section still has a white colour. How do i change that? Thanks. On Tue, 05/21/2013 04:33 PM, helix84 heli...@centrum.sk wrote: On Tue, May 21, 2013 at 6:20 PM, Henry Agbodza

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

2013-05-21 Thread Patrick West
Will this be part of 1.8? Or 3.1? Or both? (Please say 1.8, please say 1.8, or both) Anyway … I am very interested in CAS integration as well. Thanks, Patrick West Senior Software Engineer Tetherless World Constellation Rensselaer Polytechnic Institute On May 20, 2013, at 9:52 AM, Alumno

[Dspace-tech] oai harvest problem. dc:identifier NOT hdl.handle.net

2013-05-21 Thread Titus, Gene W
Dspace 1.7 running on Amazon Linux. I'm harvesting from several dpsace instances with no problem. The collections I harvest from all use http://hdl.handle.net/###/http://hdl.handle.net/prefix/postfix### for their dc:identifier field. My dspace then creates the dc.identifier.url to reflect the

[Dspace-tech] Report from initial meeting on 3-5 year DSpace Vision

2013-05-21 Thread Tim Donohue
All, Earlier in May, DuraSpace convened a small group of DSpace stakeholders/sponsors to begin brainstorming a 3-5 year Vision and High Level Roadmap for the DSpace platform. We have just posted a brief summary of the discussions from this meeting, the outcomes and suggested next steps:

Re: [Dspace-tech] oai harvest problem. dc:identifier NOT hdl.handle.net

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 9:26 PM, Titus, Gene W g.ti...@austin.utexas.edu wrote: harvester.acceptedHandleServer = hdl.handle.net, digital.library.txstate.edu, library.txstate.edu, txstate.edu None of these match and I'm creating a new handle for each entry harvested and not assigning the

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

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 7:33 PM, Patrick West we...@rpi.edu wrote: Will this be part of 1.8? Or 3.1? Or both? (Please say 1.8, please say 1.8, or both) Both 1.8.2 and 3.1 are already released and it's not part of DSpace yet. However, authentication plugins are probably the easiest custom code

Re: [Dspace-tech] Change the default background color of Mirage Header

2013-05-21 Thread helix84
On Tue, May 21, 2013 at 7:17 PM, Henry Agbodza henry_agbo...@libr.ug.edu.gh wrote: Thanks for the quick response. I have solved it now. The login link at the header section still has a white colour. How do i change that?

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Ady Wahyudi Paundu
Hi Helix, this is a part of dspace.log at the time it stopped: ... 2013-05-21 12:45:16,500 INFO org.dspace.app.xmlui.aspect.artifactbrowser.ConfigurableBrowse @ anonymous:session_id=F5D08032AE8FDAEB7FD815985005CC28:ip_addr=65.55.213.239:browse:org.d$ 2013-05-21 12:45:16,621 INFO

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Pottinger, Hardy J.
Hi, I think you may not be optimizing your Solr index, which is recommended practice. See this thread http://dspace.2283337.n4.nabble.com/Documentation-and-changes-for-DS-615-td3675851.html --Hardy Sent from my iPad On May 21, 2013, at 8:39 PM, Ady Wahyudi Paundu

[Dspace-tech] view item only shows collection name

2013-05-21 Thread Ady Wahyudi Paundu
Hi all, i'm running a 3.1 with xmlui-mirage, This system has running for just 4 days now. I just realise now that if i click an item (as guest or an identified user or as an admin) the 'View Item' page only shows: This item appears in the following Collection(s) * Skripsi (S1)

Re: [Dspace-tech] tomcat shutdown automatically

2013-05-21 Thread Ady Wahyudi Paundu
Thank you Mr. Pottinger, i have now added a new crontab line: [dspace]/bin/dspace stats-util --optimize my next question, right now i'm running DS-3.1, should i patch it using patch from here: https://jira.duraspace.org/browse/DS-615 or not? also along the line there is suggestion from

[Dspace-tech] best practice for scheduled maintenance or optimization process

2013-05-21 Thread Ady Wahyudi Paundu
Hi, can anybody give suggestion on a best practice for scheduled maintenance or optimization process? i'm running 3.1 and this is my current dspace-user crontab: 0 1 * * * /usr/local/dspace/bin/dspace generate-sitemaps 0 2 * * * /usr/local/dspace/bin/dspace itemcounter 0 3 * * *

Re: [Dspace-tech] view item only shows collection name

2013-05-21 Thread Lighton Phiri
How were these items ingested into the DSpace 3.1 instance? If you migrated from a 1.7 instance, did you re-index? Lighton Phiri http://lightonphiri.org On 22 May 2013 04:57, Ady Wahyudi Paundu ad...@unhas.ac.id wrote: Hi all, i'm running a 3.1 with xmlui-mirage, This system has running for

Re: [Dspace-tech] view item only shows collection name

2013-05-21 Thread Lighton Phiri
It looks as though the problem is with the way you configured your repository base URL; items can be accessed when you include xmlui context path. http://repository.unhas.ac.id/xmlui Lighton Phiri http://lightonphiri.org On 22 May 2013 07:20, Lighton Phiri lighton.ph...@gmail.com wrote: How