[Dspace-tech] How to turn off autoregistration for password login?

2010-07-23 Thread helix84
Hello, I want to have all my users in LDAP autoregister in DSpace, but only users I add manually (administrators) login via password. The problem is that I haven't found a way to turn off autoregistration for the password method, i.e. there's a Register link in XMLUI and users can enter their

Re: [Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-23 Thread Domingo Iglesias
Hello, thanks for your response. I think the problem is not related with the access to the repository from the dspace server since I cannot access the following urls with my browser: http://repo1.maven.org/maven2/org/dspace/dspace-oaiextended-webapp/1.5.2/dspace-oaiextended-webapp-1.5.2.pom

Re: [Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-23 Thread helix84
On Fri, Jul 23, 2010 at 09:48, Domingo Iglesias digles...@ub.edu wrote: I think the problem is not related with the access to the repository from the dspace server since I cannot access the following urls with my browser:

Re: [Dspace-tech] SRW/U server problems

2010-07-23 Thread Hayden Young
Hi Ralph Did you get access to a DSpace instance? If not, I can probably spin up one of my Amazon instances for you to test on over the weekend. Let me know. Cheers Hayden On 23/07/10 01:51, LeVan,Ralph wrote: My preference is to work on the oclcsrw version and find a mechanism to

[Dspace-tech] Authorisation error on rss feeds

2010-07-23 Thread Brouns, Francis
Hi, Last week we upgraded our DSpace 1.4.2 server to DSpace 1.5.2. The tests at the testserver went all fine. Now on the production server we are running into problems we did not encounter at the testserver. For example with the RSS feeds. The configuration in dspace.cfg is:

[Dspace-tech] Dspace out of memory errors

2010-07-23 Thread Brouns, Francis
Hi, Last week we completed the upgrade of our DSpace 1.4.2 instance to DSpace 1.5.2, but now are encountering lots of memory problems, which we did not encounter on our test server. DSpace is installed on a SLES11 server, the Oracle database is located at a different machine. We are running

Re: [Dspace-tech] Dspace out of memory errors

2010-07-23 Thread Hilton Gibson
I had the same problem. Now I use the following on an Ubuntu machine. # Arguments to pass to the Java virtual machine (JVM). JAVA_OPTS=-Djava.awt.headless=true -Xms512m -Xmx1024m -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled On 23/07/2010 11:47, Brouns,

Re: [Dspace-tech] Dspace out of memory errors

2010-07-23 Thread TAYLOR Robin
Hi Francis, It's the memory allocated to Tomcat rather than the total available to the server that is the problem. The memory required by DSpace has increased over the years but there are no known memory leaks in 1.5 (there were in earlier versions). Since you have nothing else running on the

Re: [Dspace-tech] Dspace out of memory errors

2010-07-23 Thread Brouns, Francis
Dear Robin, Hilton, Thanks for your quick replies. I will also allocate the memory directly to tomcat, instead of setting java_opts as environment variable. Thanks, Francis -Oorspronkelijk bericht- Van: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk] Verzonden: vrijdag 23 juli 2010

Re: [Dspace-tech] Authorisation error on rss feeds

2010-07-23 Thread Bram Luyten
Hi Francis, does the problem go away when you change: #harvest.includerestricted.oai = false into harvest.includerestricted.oai = true ? I'm not sure, but the ListIdentifiers call might also be used for the RSS, so it's related to http://jira.dspace.org/jira/browse/DS-212 In any case, that

Re: [Dspace-tech] Authorisation error on rss feeds

2010-07-23 Thread Brouns, Francis
Hi Bram, it seems related to our memory problems. Restarting Tomcat solved the problem and RSS are shown as they should. We have increased memory allocation to Tomcat from 1GB to 2GB, in the hope we can prevent running out of memory. It remains strange though, because the site would display

Re: [Dspace-tech] How to turn off autoregistration for password login?

2010-07-23 Thread Sands Alden Fish
Is it not enough to remove the link? -- sands fish Software Engineer MIT Libraries Technology Research Development sa...@mit.edumailto:sa...@mit.edu E25-131 On Jul 23, 2010, at 3:36 AM, helix84 wrote: Hello, I want to have all my users in LDAP autoregister in DSpace, but only users I add

Re: [Dspace-tech] How to turn off autoregistration for password login?

2010-07-23 Thread helix84
On Fri, Jul 23, 2010 at 17:07, Sands Alden Fish sa...@mit.edu wrote: Is it not enough to remove the link? I'm not sure what you mean by it. In my configuration as I described above, the Register link is still shown and /register url can be used. Regards, ~~helix84

Re: [Dspace-tech] How to turn off autoregistration for password login?

2010-07-23 Thread Sands Alden Fish
What I was suggesting is removing the HTML code that displays that link. Is that not sufficient? Do you need to disable the /register URL if none of your users know it's available? -sf On Jul 23, 2010, at 11:21 AM, helix84 wrote: On Fri, Jul 23, 2010 at 17:07, Sands Alden Fish

Re: [Dspace-tech] How to turn off autoregistration for password login?

2010-07-23 Thread helix84
On Fri, Jul 23, 2010 at 17:27, Sands Alden Fish sa...@mit.edu wrote: What I was suggesting is removing the HTML code that displays that link.  Is that not sufficient?  Do you need to disable the /register URL if none of your users know it's available? Well, I might resort to that, but I

Re: [Dspace-tech] How to turn off autoregistration for password login?

2010-07-23 Thread Sands Alden Fish
Not that I'm aware of since there's no entry in dspace.cfg for it. Perhaps someone can dig around in the code to see if it was an oversight. -- sands fish Software Engineer MIT Libraries Technology Research Development sa...@mit.edumailto:sa...@mit.edu E25-131 On Jul 23, 2010, at 11:47

Re: [Dspace-tech] SRW/U server problems

2010-07-23 Thread Mark Diggory
If we can get a reference to the oclc release svn or jar/war we can begin to publish it into our maven repository and I can drop retaining the code locally in the dspace repo... We could then use our maven overlay process to build in any necessary dspace customizations on our end and we would

Re: [Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-23 Thread Mark Diggory
Ivan and Domingo, Why not manage this in the dspace svn modules directory (http://scm.dspace.org/svn/repo/modules/) and we setup a process to get the Maven repository publishing necessary for your's and others modules? Once we get the artifacts deployed there, you can drop having have the user

Re: [Dspace-tech] SRW/U server problems

2010-07-23 Thread LeVan,Ralph
Way cool! I'm working with Ivan now on his server and should have something useful (and committed!) early next week. Ralph -Original Message- From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark Diggory Sent: Friday, July 23, 2010 2:52 PM To: LeVan,Ralph Cc:

Re: [Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-23 Thread helix84
Hello Mark, I'm only a user of DSpace and I don't know the details of how Maven works. I can only say it would be great if we can build all add-ons from one repository. I understand Ant and Maven are tools created to enable this but it needs some integration work first. I'm sure you can figure

Re: [Dspace-tech] org.apache.jasper.JasperException

2010-07-23 Thread Koushik Banerjee
Found the solution. The problem was with the Debian system. Check this link for solution https://bugs.launchpad.net/debian/+source/sun-java5/+bug/162232 On Fri, Jul 23, 2010 at 2:48 PM, Koushik Banerjee koushik.baner...@gmail.com wrote: Hello, I am running DSpace 1.4.1 on OS: Debian Linux

Re: [Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-23 Thread LeVan,Ralph
Hopefully, when I get a place to test my new releases against your new releases, it won't take a manual to do a build! :-) Ralph -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Friday, July 23, 2010 4:50 PM To: Mark Diggory