Re: [Dspace-tech] Technique for Deploy Web Applications in DSpace

2014-02-06 Thread helix84
On Thu, Feb 6, 2014 at 5:43 AM, Bhavesh Patel bhavesh.bece...@gmail.com wrote: What may be the difference between Context Path define on server.xml and as Technique A (creating xml files) ? Separate xml files (context fragments) are a newer approach in Tomcat. They let you easily deploy,

Re: [Dspace-tech] Community suscription alerts

2014-02-06 Thread helix84
On Wed, Feb 5, 2014 at 10:52 PM, Manuel Hidalgo manuel.hida...@iica.int wrote: Could be possible to have a suscription alerts to communities on dspace? No, this functionality is currently available only for communities, see documentation:

Re: [Dspace-tech] enter first few letters in xmlui browse not working correctly

2014-02-06 Thread helix84
Hello Hui, did you update the Lucene index (run index-init once, index-update periodically)? Even though search uses Solr if you enable it, browse still uses the older Lucene index. This might be a result of empty index. If that doesn't help, you may have found a bug. I'm not sure we'd be fixing

Re: [Dspace-tech] DSpace statistics

2014-02-06 Thread Hilton Gibson
Ok. Great. What was the fix? *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 http://scholar.sun.ac.za http://bit.ly/goodir

[Dspace-tech] SUNScholar/Upgrading/DSpace/Release Notes/3.2 - Libopedia

2014-02-06 Thread Hilton Gibson
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/DSpace/Release_Notes/3.2 ​Hi All Sorry for cross-posting, but this gets the message to as many people as possible without repeating email message and perhaps making mistakes. Stellenbosch University Library planned an upgrade of DSpace

[Dspace-tech] Editing item-submission.xml file dspace 3.2

2014-02-06 Thread Anthony Prodromou
Hi, I want to shorten the submission process for uploading an item into dspace. Once I have edited the item-submission.xml file (e.g. Removed the initial question steps) I then restart Tomcat. However once I do this, the browser does not load even when Tomcat has successfully started. Should

Re: [Dspace-tech] Editing item-submission.xml file dspace 3.2

2014-02-06 Thread helix84
On Thu, Feb 6, 2014 at 11:25 AM, Anthony Prodromou aprodro...@slb.com wrote: I want to shorten the submission process for uploading an item into dspace. Once I have edited the item-submission.xml file (e.g. Removed the initial question steps) I then restart Tomcat. Look at the patch at the end

Re: [Dspace-tech] Editing item-submission.xml file dspace 3.2

2014-02-06 Thread helix84
On Thu, Feb 6, 2014 at 12:52 PM, Anthony Prodromou aprodro...@slb.comwrote: Hi Ivan, The issue is that when I restart Tomcat even without making any changes – I am unable to load the browser. As you can see I just get a blank page. Do you know why this error occurs when restarting

[Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread robert achang'a
Hello Guys, I am configuring Pxpdf-mediafilter on my ubuntu dspace 3.2 server, it's not working. Below are my logs. Kindly help [INFO] DSpace SOLR :: Local Customizations [INFO] DSpace OAI 2.0 :: Local Customizations [INFO] DSpace Assembly and Configuration [INFO] [INFO]

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread helix84
Try it again with: mvn -U clean package Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Managing the Performance of Cloud-Based

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread robert achang'a
Thanks for your response with mvn -U clean package build runs successfully but sudo mvn -Pxpdf-mediafilter-support package trying to enable that package it fails. Kind Regards, Robert On Thu, Feb 6, 2014 at 4:22 PM, helix84 heli...@centrum.sk wrote: Try it again with: mvn -U clean package

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread helix84
It should be within the same mvn run: mvn -U clean package -Pxpdf-mediafilter-support Alternatively, delete your ~/.m2/ directory to force maven to download all dependencies again. Do you have any reason to run maven as root? There's no need to do so. Regards, ~~helix84 Compulsory reading:

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread robert achang'a
Actually i have run it before while troubleshooting. i deleted ~/.m2/repository and downloaded afresh and i didn't work. I have done it again today, check the error message below Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar(1260 KB at 120.2 KB/sec)

Re: [Dspace-tech] Pxpdf-mediafilter configuration

2014-02-06 Thread helix84
I see. Did you skip this step? https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-Fetchandinstalljai_imageioJAR If you didn't, did you do it under the same user as you're building DSpace? Above you're building DSpace as root, so in that scenario you'd also

[Dspace-tech] How to stop using full text search?

2014-02-06 Thread Calloni, Rodrigo
Hello We are in DSpace 3.2 XMLUI. I am trying to stop our DSpace from using the full text extracted by filter-media in the search. I already commented out the filter.plugins from dspace.org but I don't think that is enough. Is there a configuration that we can do to define which fields will

Re: [Dspace-tech] How to stop using full text search?

2014-02-06 Thread helix84
On Thu, Feb 6, 2014 at 3:56 PM, Calloni, Rodrigo rcall...@iadb.org wrote: I already commented out the filter.plugins from dspace.org but I don't think that is enough. The Solr index still contains the previously extracted text. You have to rebuild the Solr index: [dspace]/bin/dspace

[Dspace-tech] SOLR Optimize fails

2014-02-06 Thread Smith, Andrew J
Hello, After upgrading from v1.7.2 to 3.2, our usage statistics no longer display. While tracking down the issue, I tried to run the stats-util –o command. It fails with a Internal Server Error. SOLR Optimize -- Process Started:1391700312769 Exception: Internal Server Error Internal Server

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread helix84
This is just a generic message from DSpace that Solr returned and error. You have to find the Solr error in the Tomcat log (catalina.out). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread Smith, Andrew J
Thanks for the reply. Here is what I find in the Tomcat log: Feb 06, 2014 11:39:45 AM org.apache.solr.core.SolrCore execute INFO: [statistics] webapp=/ajs/isw-1.7/solr path=/select params={q=type:2+AND+id:1wt=javabinversion=1} hits=4 status=0 QTime=1 Feb 06, 2014 11:39:45 AM

Re: [Dspace-tech] How to stop using full text search?

2014-02-06 Thread helix84
OK, I don't know why, but perhaps the -b flag isn't removing the old contents. Try removing the index manually: cp -r [dspace]/solr/search/data/index [dspace]/solr/search/data/index.bak rm [dspace]/solr/search/data/index/* And then recreate it with the new schema using: [dspace]/bin/dspace

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread helix84
Keep a backup of the old index somewhere ([dspace]/solr). Delete all *.lock files and try again. Restarting Tomcat won't hurt. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Error after upgrading from 3.2 to 4.0

2014-02-06 Thread Anthony Petryk
Hello, I'm getting the following error (below) after upgrading DSpace from version 3.2 to 4.0. I see a similar error when trying to access the xmlui. I followed all the steps written in the manual. Note that I successfully upgrade 1.8.x to 3.2 a few days ago. Thanks in advance for your

Re: [Dspace-tech] How to stop using full text search?

2014-02-06 Thread Calloni, Rodrigo
Thanks Ivan. When I commented out the fulltext lines on schema.xml and the reindex finished very quickly and the search stopped. !--field name=text type=text indexed=true stored=false multiValued=true/ -- !--field name=fulltext type=text indexed=true stored=true multiValued=true/ --

Re: [Dspace-tech] Error after upgrading from 3.2 to 4.0

2014-02-06 Thread helix84
On Thu, Feb 6, 2014 at 5:54 PM, Anthony Petryk anthony.pet...@uottawa.ca wrote: org.dspace.plugin.PluginException: ERROR: relation community does not exist That means that DSpace cannot see the community table. Did you configure DSpace to use the right database and schema? Perhaps you have an

Re: [Dspace-tech] Error after upgrading from 3.2 to 4.0

2014-02-06 Thread Anthony Petryk
My mistake - I was pointing to the wrong database (I guess it helps to follow the instructions and edit build.properties!). Thanks for your help. Anthony -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Thursday, February 06, 2014

Re: [Dspace-tech] Error after upgrading from 3.2 to 4.0

2014-02-06 Thread helix84
On Thu, Feb 6, 2014 at 6:42 PM, Anthony Petryk anthony.pet...@uottawa.ca wrote: My mistake - I was pointing to the wrong database (I guess it helps to follow the instructions and edit build.properties!). I recommend against editing build.properties directly as they can be overwritten (depends

Re: [Dspace-tech] SOLR Optimize fails

2014-02-06 Thread Mark H. Wood
Using 'wget' with a sample request from one of these log entries suggests that Found means we got back a 302 Found HTTP response code: mwood@savage ~ $ wget 'https://scholarworks.iupui.edu/solr/statistics/select?rows=0q=type: 2 AND

[Dspace-tech] Metadata based on language selection.

2014-02-06 Thread Sergio Fredes
Hi, I have a question about a recent DSpace implementation I did in my organization. Users ask me to show different metadata based on language selection. I mean, if the user sets English as language for the site, he should see metadata a, b and c, but if he chooses Spanish, he should see metadata

[Dspace-tech] Problem Enabling Discovery

2014-02-06 Thread Noki Blues
Hi all, I'm following the steps listed in the documentation to enable discovery, but it doesn't appear to have worked. I'm not receiving any error messages, I just am not getting a faceted sidebar or search options. As for specifics: -running DSpace 3.2 using XMLUI -followed the steps in

Re: [Dspace-tech] How to stop using full text search?

2014-02-06 Thread Calloni, Rodrigo
Thanks again, I am getting Internal Server Error when I run the index after cleaning up the index and changing the schema.xml [dspace@ip-172-31-28-251 bin]$ ./dspace update-discovery-index INFO [main] (DSpaceKernelInit.java:52) - Created new kernel:

Re: [Dspace-tech] How to enable OAI-PMH into DSpace 3.2

2014-02-06 Thread Bhavesh Patel
Dear helix84/Hilton, Yes, I have already set dspace.url dspace.baseUrl on dspace.cfg (see the screen sort : dspace_baseURL.png). Also for OAI-PMH I have set that URL on /dspace/config/modules/oai.cfg file (see the screen sort : oai_config.png) Let me know if anything need to correct. As per