Re: [Dspace-tech] Problem with ant update

2013-09-10 Thread Nemiz, Elvi
Dear All, After following helix advice to use process monitor, I've discovered what could be the cause of my ant update slowing down. Process monitor returned an End of File result when copying my custom vocabulary. I just removed my custom vocabularies from my [dspace-src] and the problem went

Re: [Dspace-tech] Error sending email

2013-09-10 Thread helix84
Hi Jimena, firewall is not the problem. Your configuration is wrong. Please, follow this article: http://blog.stuartlewis.com/2009/09/05/using-gmail-with-dspace/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Problem with ant update

2013-09-10 Thread helix84
On Tue, Sep 10, 2013 at 8:56 AM, Nemiz, Elvi esne...@seafdec.org.ph wrote: After following helix advice to use process monitor, I've discovered what could be the cause of my ant update slowing down. Process monitor returned an End of File result when copying my custom vocabulary. I just removed

Re: [Dspace-tech] Question about Users who visited this item also visited...

2013-09-10 Thread helix84
Hi Rodrigo, it sounds just like the More like this feature of Solr (added in DSpace 3, so maybe @mire backported it for you). It doesn't track who visited what, but it performs an analysis of metadata fields similarity of the current items with all other items in your repository. I'm fairly sure

[Dspace-tech] SOLR

2013-09-10 Thread Alysson Rafael
How can I enable statistical SOLR? I´m using Dspace 3.0. Tks for any help! -- http://www.zend.com/en/store/education/certification/authenticate.php/ClientCandidateID/ZEND020880/RegistrationID/252524047 -- How

Re: [Dspace-tech] SOLR

2013-09-10 Thread helix84
On Tue, Sep 10, 2013 at 1:30 PM, Alysson Rafael alysson.amne...@gmail.com wrote: How can I enable statistical SOLR? I´m using Dspace 3.0. Hi Rafael, read the Configuration settings for Statistics section here: https://wiki.duraspace.org/display/DSDOC3x/DSpace+Statistics The most important

Re: [Dspace-tech] Error sending email

2013-09-10 Thread Jimena Quiroga
Hi Helix, The file dspace.cfg is like Stuart`s blog. I do not understand where the error can be or where the configuration is wrong. Kind regards Jimena On Tue, Sep 10, 2013 at 3:20 AM, helix84 heli...@centrum.sk wrote: Hi Jimena, firewall is not the problem. Your configuration is wrong.

Re: [Dspace-tech] Error sending email

2013-09-10 Thread helix84
Please, send the relevant part of your configuration file and the error message again. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread Andrew Reid
Hi all -- I'm putting together a new DSpace installation (3.2 on RHEL 6.4, with the xmlui), and I have a requirement to enforce password complexity and expiration rules. My first thought was to do this by using a local LDAP for authentication -- I think I've learned what I need to know

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread helix84
Hi Andrew, a) You can disable registration in XMLUI completly by setting xmlui.user.registration=true in [dspace]/config/dspace.cfg. b) You could also restrict users from which domains are able to register by setting domain.valid = example.com in

Re: [Dspace-tech] Error sending email

2013-09-10 Thread Jimena Quiroga
Here it goes: Error testing email: - Error: javax.mail.MessagingException: Could not connec to to SMTP host: smtp.gmail.com, port:25: nested exception is: java.net.ConnectException: Connection timed out: connect # Email settings ## # SMTP mail server mail.server =

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread Mark H. Wood
On Tue, Sep 10, 2013 at 09:09:13AM -0400, Andrew Reid wrote: I'm putting together a new DSpace installation (3.2 on RHEL 6.4, with the xmlui), and I have a requirement to enforce password complexity and expiration rules. My first thought was to do this by using a local LDAP for

Re: [Dspace-tech] Error sending email

2013-09-10 Thread helix84
It seems like you're changing [dspace-source]/dspace/config/dspace.cfg. You should also do the changes in [dspace]/config/dspace.cfg. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] DSpace Link Checker Error

2013-09-10 Thread Matthew Sherman
Hello, We were trying to run the link checker that comes with DSpace 1.8 today, but when we ran the process on the whole collection (handle /0), we received this message: Task: Check Links in Metadata The task was completed successfully. STATUS: Fail, RESULT: Nothing to do for this DSpace

Re: [Dspace-tech] Question about Users who visited this item also visited...

2013-09-10 Thread Calloni, Rodrigo
Thanks Ivan I will check with @mire. We do use bX in our discovery platform Primo and I have some idea of what it does using SFX log compilation/analysis. Best regards Rodrigo -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent:

Re: [Dspace-tech] DSpace Link Checker Error

2013-09-10 Thread helix84
On Tue, Sep 10, 2013 at 5:22 PM, Matthew Sherman matt.r.sher...@gmail.com wrote: We were trying to run the link checker that comes with DSpace 1.8 today, but when we ran the process on the whole collection (handle /0), we received this message: What happens when you run the link checker task

Re: [Dspace-tech] Encoding problem in discovery search results, xmlui

2013-09-10 Thread Alcides Carlos de Moraes Neto
I ran update-discovery-index -f, but the results still show encoding issues. http://www2.senado.leg.br/bdsf/discover?filtertype_0=typefilter_relational_operator_0=notequalsfilter_0=not%C3%ADcia+de+jornalsubmit_apply_filter=Aplicarquery=andr%C3%A9+luiz+lopes+de+alcantara I'm stumped right now,

Re: [Dspace-tech] DSpace log statistics - What files do I need to keep?

2013-09-10 Thread Alcides Carlos de Moraes Neto
Looking at the code it seems XMLUI does not read the reports directory, only the dat files in the log directory. Recovering these files fixed the reports. Ats, Alcides Carlos de Moraes Neto Sometimes I think we're alone. Sometimes I think we're not. In either case, the thought is staggering. -

Re: [Dspace-tech] Enforcing password complexity, expiration

2013-09-10 Thread Andrew Reid
On Tue, Sep 10, 2013 at 03:34:51PM +0200, helix84 wrote: Hi Andrew, a) You can disable registration in XMLUI completly by setting xmlui.user.registration=true in [dspace]/config/dspace.cfg. b) You could also restrict users from which domains are able to register by setting domain.valid =

Re: [Dspace-tech] DSpace Link Checker Error

2013-09-10 Thread helix84
On Tue, Sep 10, 2013 at 5:53 PM, Matthew Sherman matt.r.sher...@gmail.com wrote: Same result. It is also true of doing it in specific collections as well. What is the format the handle identifier you're passing in? /0 isn't a valid handle. 123456789/0 is, assuming that 123456789 is your handle

Re: [Dspace-tech] Email Registration

2013-09-10 Thread Daniel Francis
Please can someone help, when I click the link so that I can complete the registration in Dspace I'm getting the following. The URL you provided is invalid. The URL may have been broken across multiple lines in your email client, like this:

[Dspace-tech] DSpace XMLUI Mirage theme Search box in sidebar

2013-09-10 Thread Diwakar Timilsina
I am using DSpace 1.7.2 and XMLUI (Mirage theme). For some reason, the search box on the sidebar is not enabled. When I view source of the HTML document, I see the following text but the Search box is not visible. I would also like to add a link to Advanced Search on the Frontpage Simple Search

Re: [Dspace-tech] Email Registration

2013-09-10 Thread helix84
So, did you try doing what the message tells you to do? What is the exact contents of that email (including line breaks)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Error sending email

2013-09-10 Thread Jimena Quiroga
Hi everybody, I solved my problem. In the dspace.cfg, I changed: dspace.url = http://localhost:8080/jspui And that`s all! Thanks for your help Jimena On Tue, Sep 10, 2013 at 9:44 AM, helix84 heli...@centrum.sk wrote: It seems like you're changing

[Dspace-tech] Help to enable Citation Cover Page on DSpace 3.2

2013-09-10 Thread MARTINEZ ZUÑIGA , ENRIQUE
Hi everyone, I'm trying to enable the Citation Cover Page on DSpace 3.2 following the Peter Dietz's directions [1] I've done the following: - Put CitationDocument.java [2] in [dspace-src]/dspace-api/src/main/java/org/dspace/disseminate/ new folder. - Patched

[Dspace-tech] DSpace log statistics - What files do I need to keep?

2013-09-10 Thread Alcides Carlos de Moraes Neto
Hello all, I have a 3.1 installation running. My client wants both SOLR and log based statistics running, so we're doing that. What files do I need to keep in order for the log statistics to show correctly? I'm asking this because we sometimes clean up old files from [dspace-dir]/logs. It seems

Re: [Dspace-tech] How to replace default homepage of xmlui to other page....

2013-09-10 Thread Ritesh
I have tried to resolve the problem but was unsuccessful. I had modified default sitemap.xmap and Kubrick.xsl but no changes. Please, Can anyone suggest on this customization? -- View this message in context:

[Dspace-tech] Internal Server Error : While trying to open a file in dspace 3.2

2013-09-10 Thread Pushkin Salim
When trying to open a file in dspace 3.2, I am getting the message Internal System Error The system has experienced an internal error. Please try to do what you were doing again, and if the problem persists, please contact us so we can fix the problem. Also Date: 11/9/13 11:12 AM Session