Re: [Dspace-tech] SMTP Configuration problem (javax.mail.MessagingException)

2013-05-06 Thread Divya Gandhi
I did netstat -a| find "465" . This port "465" is infact not listening. How do I approach the problem now? Is there any other way that might allow me to use gmail as admin or do I abandon it completely and try some other sever (like my institute's smtp server)? Thanks again! On Tue, May 7, 2013

Re: [Dspace-tech] SMTP Configuration problem (javax.mail.MessagingException)

2013-05-06 Thread Hilton Gibson
Hi Divya Are the required ports open on your server and institutional firewall? See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Firewall And: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Prepare_Ubuntu/S07 The above are based on an Ubuntu 10.04 LTS server. Cheers hg On 7 May 2013 08:45,

[Dspace-tech] SMTP Configuration problem (javax.mail.MessagingException)

2013-05-06 Thread Divya Gandhi
I was trying to configure my gmail account as admin. my dspace.cfg looks like this: # SMTP mail server mail.server = smtp.gmail.com # SMTP mail server authentication username and password (if required) mail.server.username = divya.d7...@gmail.com mail.server.password = password.of.my.gmail.ac #

Re: [Dspace-tech] Please help with turning On discovery module.

2013-05-06 Thread helix84
Your setup looks correct - you're using port 8080 and something (presumably DSpace) is actually running at that port. Run this to verify that your Solr works: wget "http://localhost:8080/solr/search/select/?q=*:*"; -O test.xml The command should give a "200 OK" response and save some xml into tes

Re: [Dspace-tech] Export items in Marc21 format

2013-05-06 Thread helix84
Here's an example what it looks like (use "View source" in your browser to see the actual XML): http://demo.dspace.org/oai/request?verb=ListRecords&metadataPrefix=marc Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Eti

Re: [Dspace-tech] Export items in Marc21 format

2013-05-06 Thread helix84
On Mon, May 6, 2013 at 11:00 PM, Calloni, Rodrigo wrote: > We would like to know if DSpace has an out-of-the box way to export the items > metadata in Marc21 format. Hi Rodrigo, no, DSpace can't do this yet out-of-the-box, as of 3.1. But in the new OAI in DSpace 3, MARC21 XML can be exported ou

[Dspace-tech] Export items in Marc21 format

2013-05-06 Thread Calloni, Rodrigo
Hello We have DSpace 1.6.2 (moving to 1.8.2 soon). We would like to know if DSpace has an out-of-the box way to export the items metadata in Marc21 format. Thanks in advance Rodrigo -- Learn Graph Databases - Download F

[Dspace-tech] This item is restricted

2013-05-06 Thread Drover, Matt
When I try to view an item that is restricted, I get this error. The problem is that the message is doubled. I looked in Restricted.java but seen nothing wrong there. Can anyone provide some insight to where this error might be occurring? I'm running dspace 3.0 with Mirage and xmlui. Thi

[Dspace-tech] Free DSpace XMLUI Bootcamp in Belgium on May 28th

2013-05-06 Thread Bram Luyten
In case the HTML elements below are not rendered correctly, the original announcement can be found here: http://atmire.com/website/?q=content/free-dspace-bootcamp-belgium Is your institution using the DSpace Manakin XML User interface (XMLUI)? Are you challenged by the XMLUI learning curve? Our f

Re: [Dspace-tech] Remote access to Solr

2013-05-06 Thread Mark H. Wood
On Sat, May 04, 2013 at 01:28:12AM +0200, helix84 wrote: > Also try replacing the wildcard with a single IP. > > Are you sure that the dspace server sees your IP as 192.168.1.x? I.e. are > you on the same subnet as the dspace server? If you're accessing from home, > you need to use your public IP

Re: [Dspace-tech] error in dspace authorization policies

2013-05-06 Thread jayachandra B
Hi, Can any one tell me how to make dspace collection shall accessed by only registered users. I am using dspace 1.8.2 On Mon, May 6, 2013 at 7:05 PM, helix84 wrote: > This looks like you tried to add a new policy to an empty set of > items. Make sure you're applying it to at least one item. >

Re: [Dspace-tech] error in dspace authorization policies

2013-05-06 Thread helix84
This looks like you tried to add a new policy to an empty set of items. Make sure you're applying it to at least one item. https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-api/src/main/java/org/dspace/authorize/PolicySet.java#L156 Regards, ~~helix84 Compulsory reading: DSpace Mailing L

Re: [Dspace-tech] error in dspace authorization policies

2013-05-06 Thread jayachandra B
Hi, I am using 1.8.2 dspace, When I am trying to edit authorization policies using Advanced item/wild card policy Admin tool. When i click on add policy I am getting Internal System Error the error message in the error log file is mentioned below 2013-05-06 18:40:28,309 WARN org.dspace.app.webui.

[Dspace-tech] error in dspace authorization policies

2013-05-06 Thread jayachandra B
Hi, I am using 1.8.2 dspace, When I am trying to edit authorization policies using Advanced item/wild card policy Admin tool. When i click on add policy I am getting Internal System Error -- Regards Jayachandr -- Introduc

Re: [Dspace-tech] java.io.IOException on Dspace 3.1

2013-05-06 Thread Mark H. Wood
On Fri, May 03, 2013 at 07:11:26PM +, Pottinger, Hardy J. wrote: > Hi, in an effort to share as much information as we have, here's our > latest thinking on this. However, do note, I'm talking about an > esoteric/intermittent error that looks just like the much more > straightforward error that

[Dspace-tech] Number of items archived each month

2013-05-06 Thread Sean Carte
Is it possible to get a count of the number of items archived in a particular month? I've been using the following: SELECT COUNT(*) FROM item WHERE last_modified >= '2013-04-01 00:00:00' AND last_modified < '2013-05-01 00:00:00' AND owning_collection = 22; ... but I don't think this is giving me