Re: [Dspace-tech] Problem with ant update

2013-09-09 Thread Nemiz, Elvi
Dear All, After following helix advice to use process monitor, I've discovered what could be the cause of my ant update slowing down. Process monitor returned an "End of File" result when copying my custom vocabulary. I just removed my custom vocabularies from my [dspace-src] and the problem went

[Dspace-tech] (no subject)

2013-09-09 Thread Μάριος Πετρόπουλος
http://www.leroynathalie.com/groundcovx.php * __ Μάριος Πετρόπουλος -- How ServiceNow helps IT people transform IT departments: 1. Consolidate legacy IT systems to a single system of record for IT

[Dspace-tech] Apache/Tomcat/DSpace munging jquery files

2013-09-09 Thread Owen Williams
Hello, We're using: Apache 2.2.15 Tomcat 7.0.41 DSpace 3.1 branch from git Some aspect of the above and XMLUI is munging things like /* */ comments from Javascript and other things which are difficult to identify because the Javascript is minified. The result breaks the fancy box code I'm usin

Re: [Dspace-tech] Problem with ant update

2013-09-09 Thread Brian Freels-Stendel
Maybe also check how much free space the drive has. It's been a few Windows versions since I've filled up a drive, but it used to have a big impact in copying files from one place to another. B-- -Original Message- From: Mark H. Wood [mailto:mw...@iupui.edu] Sent: Monday, September 09

Re: [Dspace-tech] Error sending email

2013-09-09 Thread Jimena Quiroga
Hi Walter, estoy tratando de ver cual es el error, aún no lo encuentro, estoy haciendo ping smtp.gmail.com y no responde, pero si hago telnet smtp.gmail.com 25 todo esta bien. Me siento perdida Jimena On Mon, Sep 9, 2013 at 3:26 PM, Carlos Walter Blandon Alvarez < cblan...@eafit.edu.co> wrote:

Re: [Dspace-tech] Error sending email

2013-09-09 Thread Javier Távara
Revisa la configuración de tu firewall (prueba apagándolo un momento). Tengo la misma configuración y funciona correctamente. Asegúrate bien que las credenciales sean las correctas. Javier Távara 2013/9/9 Jimena Quiroga > Hi Walter, > > estoy tratando de ver cual es el error, aún no lo encuent

Re: [Dspace-tech] Solr Statistics Error caused by lack of Java heap space

2013-09-09 Thread Javier Távara
Try with this https://wiki.duraspace.org/display/DSDOC3x/Performance+Tuning+DSpace#PerformanceTuningDSpace-GiveTomcatMoreJavaHeapMemory Javier Távara 2013/9/9 Jean Paul > Hello > > We're getting this error periodically: > > 2013-09-09 16:57:02,790 ERROR > org.dspace.app.webui.servlet.DisplaySt

[Dspace-tech] Solr Statistics Error caused by lack of Java heap space

2013-09-09 Thread Jean Paul
Hello We're getting this error periodically: 2013-09-09 16:57:02,790 ERROR org.dspace.app.webui.servlet.DisplayStatisticsServlet @ Error occured while creating statistics for dso with ID: 596 and type 2 and handle: 1343/552 org.apache.solr.client.solrj.SolrServerException: Error executing query

[Dspace-tech] Question about "Users who visited this item also visited..."

2013-09-09 Thread Calloni, Rodrigo
Hello We are in DSpace 1.8 XMLUI In our UI we have a box named "Users who visited this item also visited..." which shows in the item display. The box is similar to that Amazon feature, users bought this also bought that. I wonder if this is a standard DSpace feature. If yes, can someone expla

Re: [Dspace-tech] Error sending email

2013-09-09 Thread Carlos Walter Blandon Alvarez
Hi Jimena. Try to change mail.server.port to 465 or 587. Regards, Walter Blandón Gestión Tecnológica y Proyectos Centro Cultural Biblioteca Luis Echavarría Villegas Universidad EAFIT, Medellín, Colombia Carrera 49 No. 7 Sur-50, Av. Las Vegas Tel: (57)(4)2619500 ext. 9365 http://www.eafit.edu.co

Re: [Dspace-tech] Mathematical formulas support

2013-09-09 Thread LifeH2O
MathJax is working perfect for now. Simplest possible solution now is to instruct users to use MathType to export Word Document as MathML or LaTeX than paste to MathJax. -- View this message in context: http://dspace.2283337.n4.nabble.com/Mathematical-formulas-support-tp4667159p4667180.html Sen

Re: [Dspace-tech] Problem with ant update

2013-09-09 Thread Mark H. Wood
On Mon, Sep 09, 2013 at 09:41:17AM +0800, Nemiz, Elvi wrote: > Even if I didn't run mvn clean, even if I'm just running a regular mvn > package, it takes way too long to finish running ant update. I actually > leave ant update running overnight on our production server and the next > morning when I

Re: [Dspace-tech] Mathematical formulas support

2013-09-09 Thread helix84
On Mon, Sep 9, 2013 at 12:43 PM, LifeH2O wrote: > Now I need a simple way to convert equations in MS WORD so that they can be > easily copy pasted. How can I do that? In general, I don't think you can just copy an equation from Word and paste it into a browser. If you think about it, this is an O

Re: [Dspace-tech] Mathematical formulas support

2013-09-09 Thread LifeH2O
Looks like MathJax can do it all. $ sign of jQuery is overridden in JSPUI (don't know about XMLUI). Anyway I used the code below to show preview of whatever being written in abstract. Now I need a simple way to convert equations in MS WORD so that they can be easily copy pasted. How can I do

Re: [Dspace-tech] Problem with ant update

2013-09-09 Thread helix84
Hello guys, I've never encountered this before (ant always takes under 2 minutes even on a PC-class machine for me), but from what you two are seeing, it seems ant is working extremely slowly. I have two suggestions which may or may not help: 1) Try using a different version of ant. DSpace 3.x de

Re: [Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread helix84
Oops, I missed a step: 2.5) Add a record into in [dspace]/config/crosswalks/oai/xoai.xml Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread helix84
Hi Anis, it's quite simple if you have some knowledge of XSLT (even if you don't, it's straightforward for direct metadata field mappings). 1) Find a metadata format that looks the most similar to the one you're trying to create. You can look at them at http://demo.dspace.org/oai/request?verb=Lis

[Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread Anis Moubarik
Hello, I'm working on our own metadata format which has been integrated as a Crosswalk in the old 1.7 servers, looking at the code it looks like it won't be portable without problems as a 3.x crosswalk. How would you recommend to implement a completely new metadata format to the new OAI-PMH