Re: [Dspace-tech] unable to create accounts

2010-06-24 Thread helix84
On Thu, Jun 24, 2010 at 06:34, heli...@centrum.sk wrote: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.1 Client was not authenticated That's quite self-explanatory. To send mail, you have to provide your username and password for mail. Also set these variables: mail.server.username =

[Dspace-tech] solr logger error socket timeout exception on dns lookup

2010-06-24 Thread Claudia Jürgen
Hi all, we updated our instance to 1.6.0 and got some (250-800/day) solr errors (see below) related to the dns lookup in org.dspace.statistics.SolrLogger at line 182: try { String dns = DnsLookup.reverseDns(ip); doc1.addField(dns,

Re: [Dspace-tech] unable to create accounts

2010-06-24 Thread javed . hirani
Thanks for all your support. I have now receiving following error: java.net.SocketException: Software caused connection abort: recv failed Regards,  Save a tree. Don't print this e-mail unless it's necessary. -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: 24

Re: [Dspace-tech] unable to create accounts

2010-06-24 Thread helix84
On Thu, Jun 24, 2010 at 13:28, heli...@centrum.sk wrote: java.net.SocketException: Software caused connection abort: recv failed I probably won't be able to help with that. Please, send the full stack trace so that someone can identify the line of code which caused it. Regards, ~~helix84

Re: [Dspace-tech] Error in Creating Accounts

2010-06-24 Thread Hardik Mishra
Hello Mr. Javed, It seems that your exchange server does not allow to send e-mail without authentication. You can try following step 1. Reconfigure the Exchange server to allow sending without authentication. 2. Authenticate to the Exchange server using credentials specific to the web

[Dspace-tech] Problems with the database when upgrading DSpace

2010-06-24 Thread Bruno Oliveira
Good morning, My name is Bruno and I work for the Universidade Federal de Minas Gerais - UFMG. We have been using DSpace for nearly five years and now we are planning to upgrade from version 1.5.2 to version 1.6.2. Here are the steps I followed in order to do the upgrade: 1 - I ran the script

Re: [Dspace-tech] Problems with the database when upgrading DSpace

2010-06-24 Thread Simon Brown
On 24 Jun 2010, at 13:14, Bruno Oliveira wrote: As one can see the INSERT command was expecting an INTEGER value but received a TEXT one. The expected INTEGER value would be for the distinct_id column but this column does not exist in the bi_2_dis table nor in the bi_4_dis table. I

Re: [Dspace-tech] help on updating dspace configuration

2010-06-24 Thread Tim Donohue
Hi Carlos, It's 'ant update_configs' to update a DSpace configuration. But, be forewarned that if this finds existing files it will *not* overwrite the existing configuration -- rather it will place a new version side-by-side so that you can compare them and decide what needs updating. So,

Re: [Dspace-tech] [Dspace-devel] Problem with Manakin and IE

2010-06-24 Thread Tim Donohue
Hi Ricardo, I'm copying in the 'dspace-tech' list again -- in case others have ideas. Another question: * Does this only happen with Internet Explorer, or does it happen on all browsers? As for the demo.dspace.org -- if you are having difficulty registering, you can test an upload using one

[Dspace-tech] LDAP Authentication generating Exception

2010-06-24 Thread Jason Nugent
Hi everyone, I am configuring a DSpace 1.6.0 instance to authenticate users to my LDAP server. I believe I have the necessary configuration options in dspace.cfg specified correctly, but if I add org.dspace.authenticate.LDAPHierarchicalAuthentication to my Authentication stack, I receive a

Re: [Dspace-tech] help on updating dspace configuration

2010-06-24 Thread Peter Dietz
Hi Carlos, The wording of the documentation is _a_good_way_ to keep your config directories in sync with each other. However, its a bit more work than necessary. Since it is true that you can directly alter [dspace]/config/dspace.cfg, and then restart tomcat, and your change takes effect.

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-24 Thread Flavio Botelho
I dont have the code here with me, but a wild guess would be that uid isnt the field that stores the complete DN. ldap.id_field = uid Probably should be set to something else (the usual name for the field is 'dn' i guess)? Kudos, Flavio Botelho On Thu, Jun 24, 2010 at 12:13 PM, Jason Nugent