Re: [Dspace-tech] So the CRIS module only works with JSPUI?

2015-06-17 Thread Pascarelli Luigi Andrea
Yes, DSpace-CRIS is fully integrated only with DSpace JSPUI but in my opinion with a bit of work (a bit and hard work) could be "run" also in XMLUI (need to have both jspui than xmlui up and running). To try, only the brave can perform this todo list: - use SSO (single sign on) to share login fr

Re: [Dspace-tech] Dspace-cris invalid db.name

2015-06-17 Thread Pascarelli Luigi Andrea
that now start in this order are, swordv2, rdf, solr, sword and xmlui Jspui fails with an out of memory exception. I’ve given tomcat 10G of memory and its still failing. I’ll do a bit more investigation. Alastair *From:*Pascarelli Luigi Andrea [mailto:l.pascare...@cineca.it] *Sent:* 16 June

Re: [Dspace-tech] Dspace-cris invalid db.name

2015-06-16 Thread Pascarelli Luigi Andrea
Hi, I’ve had a further dig into this and it seems that the db.name has been removed on dspace v 5.x.x but is still referenced in the cris version and so causes the problem. If I set the db.name = postgres in the build.properties file it is not propagated to the dspace.cfg file. If I set it di

Re: [Dspace-tech] DSpace-cris

2015-05-29 Thread Pascarelli Luigi Andrea
or can’t be as I’m navigating via the user interface. Thanks Alastair *From:*Pascarelli Luigi Andrea [mailto:l.pascare...@cineca.it] *Sent:* 28 May 2015 17:05 *To:* Duncan, Alastair (STFC,RAL,SC) *Cc:* dspace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] DSpace-cris Hi Alastair, from th

Re: [Dspace-tech] DSpace-cris

2015-05-28 Thread Pascarelli Luigi Andrea
Hi Alastair, from the stacktrace I see that you have a strange call to the controller that manages the metadata configuration of DSpace-CRIS entities. I try to explain better. First, I think you trying to reach "createTabs.htm" page directly and the logs error show this: at org.dspace.app.

Re: [Dspace-tech] difference in index-discovery

2014-11-07 Thread Pascarelli Luigi Andrea
erviceImpl.java#L455) and after that updateIndex index all items as you said before. p.s. we are linking to different branches but i think that the code is not different Regards, Andrea Il 07/11/2014 11:28, helix84 ha scritto: > On Fri, Nov 7, 2014 at 10:53 AM, Pascarelli Luigi Andrea &

Re: [Dspace-tech] difference in index-discovery

2014-11-07 Thread Pascarelli Luigi Andrea
I think that the help is wrong but the code says: -b reindex all items without destroy the index (https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/discovery/IndexClient.java#L117) -f destroy the index and after that reindex all items (https://github.com/DSpace/DSp

Re: [Dspace-tech] R: Release DSpace-CRIS v-4.1.1

2014-07-07 Thread Pascarelli Luigi Andrea
In regards to PMC, you have to build solr core for pmc (check if into your solr instance there is pmc core configurations). Download the csv file from pubmed ftp://ftp.ncbi.nlm.nih.gov/pub/pmc/PMC-ids.csv.gz After that try to run this script (you need a basic experience with the shell script and

Re: [Dspace-tech] DSpace-CRIS 4.1 Installation Issue

2014-06-26 Thread Pascarelli Luigi Andrea
Dear Alexander, > SOLR Stats not logged properly. > == > I found that none of the stats were written to solr statistics core > correctly. > Even if I remove all the files in index and start everything from > scratch, the numDocs in solr statistics core is 0. (I have tried

Re: [Dspace-tech] CRIS module installation

2014-06-04 Thread Pascarelli Luigi Andrea
Hi Keir, DSpace-CRIS support only 1.8.2 and 3.2, the support for 4.1 is in progress and it is expected soon. A clarification: the DSpace-CRIS is connected to DSpace via maven, infact the DSpace-CRIS module is installed in a customizable version of DSpace for the DSpace-CRIS module, see the bra

Re: [Dspace-tech] Upgrade Solr 3.5 to 4.1

2013-11-28 Thread Pascarelli Luigi Andrea
Hi Ruben, you have to deploy a fresh Solr webapp into your tomcat. So, unzip the package and find the solr.war (usually is under dist folder).  Deploy war in context solr/ (via tomcat manager or copy war under tomcat webapps directory) and set environment variable in

Re: [Dspace-tech] How to install dpsace-CRIS in existing DSpace 3.x

2013-11-26 Thread Pascarelli Luigi Andrea
Hi, i try to answer but first to start i recommended to understand the official DSpace installation documentation at https://wiki.duraspace.org/display/DSDOC3x/Installation and read the standard DSpace-CRIS installation documentation (http://cineca.github.io/dspace-cris/

Re: [Dspace-tech] Can't add project in DSpace with module CRIS

2013-11-25 Thread Pascarelli Luigi Andrea
isite software is Solr 4.1.0. You recommend to me to upgrade? I'm afraid to stop working, at now it works. Thanks in advance, Daniel El 25/11/13 16:21, Pas

Re: [Dspace-tech] Can't add project in DSpace with module CRIS

2013-11-25 Thread Pascarelli Luigi Andrea
Yes, using Tomcat 7 you have to add the follow parameter to the JAVA_OPTS: -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true At http://cineca.github.io/dspace-cris/installation-stepbystep.html we report this configuration for Tomcat 7 but perhaps is better point out

Re: [Dspace-tech] Can't add project in DSpace with module CRIS

2013-11-25 Thread Pascarelli Luigi Andrea
Dear Daniel, Can you tell us which tomcat version do you use and which parameters do you have in the tomcat startup script? Thank you Luigi Andrea Il 25/11/2013 11:31, Daniel Garcia ha scritto: Hi, I install the

Re: [Dspace-tech] DSpace + CRIS module problem in edit researcher page

2013-11-04 Thread Pascarelli Luigi Andrea
Dear Daniel, if you run tomcat7 please add the following environment variable to the startup script -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true Sorry if this workaround is not well documented on website but we working to release DSpace 4.0. By the way if t

Re: [Dspace-tech] Solr config parameter interpolation

2013-10-29 Thread Pascarelli Luigi Andrea
/solr/Near+Real+Time+Searching Regards, Luigi Andrea Il 29/10/2013 01:37, Pascarelli Luigi Andrea ha scritto: Hi all, solr supports system property substitution as you can see at http://wiki.apache.org/solr/SolrConfigXml

Re: [Dspace-tech] Solr config parameter interpolation

2013-10-28 Thread Pascarelli Luigi Andrea
Hi all, solr supports system property substitution as you can see at http://wiki.apache.org/solr/SolrConfigXml#System_property_substitution So the two mentioned parameters can be tuned as you like using autoCommit and autoSoftCommit features. The strange behaviour not

Re: [Dspace-tech] CRIS Installation not clear

2013-10-16 Thread Pascarelli Luigi Andrea
Dear Keir, have you published under tomcat the new webapp builded with mvn package? I have the suspect that the code in your tomcat is out-of-update. You have mentioned tomcat5, please upgrade tomcat at least to the 6 version, DSpace-CRIS is not tested for tomcat5 Luigi Andrea Il 17/10/2013 01