Re: [Dspace-tech] Ldap Authentification and profile

2014-02-21 Thread Stefanie Behnke
Dear all, I have used the java file provided by Keir. The result is: When logging in first time with ldap authentication there is -- no name seen in the profile: only a blank (-- see attached image) -- no prefilled formfields, I would expect that they are filled with the values of the Ldap

Re: [Dspace-tech] Internal System Error after loading jspui

2014-02-21 Thread Sergi Garcia Besora
Hello Teo, As you told me I tested if Solr is working @ http://localhost:8081/solr/ and it is working. Then why it is not working ? What do you suggest ? Change something from solr web.xml ? Change something from solrconfig.xml ? Thank you for your help, -- Sergi - Original Message

Re: [Dspace-tech] problems connecting with active directory

2014-02-21 Thread Sandoval, Álvaro
Hello all: Finally we could connect succesfully to our Active Directory using dspace 3.2 Only 2 things were changed: search.user, now is defined using id instead of canonical name and autoregister now is set in true. I would like to share the config we are using (authentication-ldap.cfg):

[Dspace-tech] Statistics not working after upgrading Dspace

2014-02-21 Thread David Abeijón
Hello, Since I upgraded our Dspace repository from v1.6.2 to 1.7.2, the statistics report is not showing information: http://web-address-to-my-dspace/xmlui/statistics; It shows the message reports not available at this moment. The weird thing is that I can see statistics for each item:

Re: [Dspace-tech] OAI validation for Dspace 3.0 failure

2014-02-21 Thread helix84
On Thu, Feb 20, 2014 at 11:57 PM, Carlos Walter Blandon Alvarez cblan...@eafit.edu.co wrote: I applied this patch in Dspace 4.0 and updated with In my environment, the patch worked with DSpace 4.0. I did some wider testing here [1]. Is necessary to do fresh install? No, but it is necessary to

Re: [Dspace-tech] [Dspace-general] Database Migration Postgresql-- Oracle

2014-02-21 Thread Brouns, Francis
Hi Emilio, we did this migration when we moved from Dspace 1.4 to Dspace 1.5. Dump every table separately. Ensure that you dump every table using INSERT INTO and not COPY. Be sure to do that, because columns positions have changed over time. Then we ran into all kinds of problems, when using

Re: [Dspace-tech] Internal System Error after loading jspui

2014-02-21 Thread helix84
On Fri, Feb 21, 2014 at 9:25 AM, Teo Tokis teoto...@gmail.com wrote: A solution to your problem is to copy the folder [dspace-installation-directory]\webapps\solr to C:\Program Files\Apache Software Foundation\Apache Tomcat (your version)\webapps (or wherever is the Tomcat's installation

[Dspace-tech] Text alignment in browse table

2014-02-21 Thread Shazia Sathar
Hello All, I would like to make a few changes to the text alignment in the Browse table. Looks like the dspace tag dspace:browselist is used to display the items. I tried to align the date field to left. Here is what I did. I modified

[Dspace-tech] error while compiling an old dspace version

2014-02-21 Thread Sandoval, Álvaro
Hello: We are using dspace 1.8.1 in our production sites, and we would like to change the order items are shown in MyDspace (jspui). After making a minor change in SQL of WorkflowManager.java, I receive the following error while running mvn package:

Re: [Dspace-tech] Text alignment in browse table

2014-02-21 Thread SUZUKI Keiji
Hi Shazia, Add the following lines under the dependencies element in [dspace-src]/dspace/modules/jspui/pom.xml -- form here dependency groupIdjavax.servlet/groupId artifactIdjsp-api/artifactId version2.5/version