[Dspace-tech] [SPAM] Re: Dspace - Firefox Upload File - HTTP Status 501 Method OST is not defined in RFC 2068 and is not supported by the Servlet API

2013-12-09 Thread luispov
Hello, I dont seem to be getting any feedback. I presume nobody has experienced this yet? Thanks -- View this message in context: http://dspace.2283337.n4.nabble.com/Dspace-Firefox-Upload-File-HTTP-Status-501-Method-OST-is-not-defined-in-RFC-2068-and-is-not-supporteI-tp4669511p4669604.html

Re: [Dspace-tech] [SPAM] Re: Dspace - Firefox Upload File - HTTP Status 501 Method OST is not defined in RFC 2068 and is not supported by the Servlet API

2013-12-09 Thread Hilton Gibson
Nope. *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://library.sun.ac.za http://za.linkedin.com/in/hiltongibson On 9 December 2013 09:59,

Re: [Dspace-tech] [SPAM] Re: Dspace - Firefox Upload File - HTTP Status 501 Method OST is not defined in RFC 2068 and is not supported by the Servlet API

2013-12-09 Thread helix84
Hi luispov, a quick search shows that this is probably a problem of the implementation of XMLHttpRequest (the object used for AJAX calls) in Firefox. https://bugzilla.mozilla.org/show_bug.cgi?id=723805 Since this is a problem in Firefox, I doubt there is much we can do on our side (DSpace)

[Dspace-tech] [SPAM] Re: [SPAM] Re: Dspace - Firefox Upload File - HTTP Status 501 Method OST is not defined in RFC 2068 and is not supported by the Servlet API

2013-12-09 Thread luispov
Thanks helix84, I had already made that search, but I am using Firefox 25.0.1 under Ubuntu and the same version under Windows, and that post is realted to Firefox 10. My Tomcat is 6.0/24, and Dspace 3.2 with XMLUI. My java version is: java version 1.7.0_25 Java(TM) SE Runtime Environment (build

Re: [Dspace-tech] [SPAM] Re: [SPAM] Re: Dspace - Firefox Upload File - HTTP Status 501 Method OST is not defined in RFC 2068 and is not supported by the Servlet API

2013-12-09 Thread helix84
On Mon, Dec 9, 2013 at 9:51 AM, luispov lnave...@sarenet.es wrote: As you say that you could sen an invalid code to specific clients, do you know which class might be the one that changes the form method? You'll need a stack trace at the point the error occurs to find out. Anyway, I would

[Dspace-tech] [SPAM] Re: [SPAM] Re: [SPAM] Re: Dspace - Firefox Upload File - HTTP Status 501 Method OST is not defined in RFC 2068 and is not supported by the Servlet API

2013-12-09 Thread luispov
I think it is a combination with the version of Apache Tomcat + Version of Dspace + Running Dspace under SSL protocol. If it is a fact with a Java class outside Dspace, I dont think there will be a solution. And as far as I concern, it must be this because as I wrote in my first post, the debugs

[Dspace-tech] Hit-highlighting disappeared

2013-12-09 Thread Ioannis Damastianos Panagis
Hi everyone, Although I got hit-highlighting initially working, it has now disappeared after some changes I made to the original Mirage theme, while the settings in discovery.xml seem ok. What I get now in the search results is the attached screenshot. Does anyone have a clue on why is this

Re: [Dspace-tech] Hit-highlighting disappeared

2013-12-09 Thread helix84
On Mon, Dec 9, 2013 at 1:07 PM, Ioannis Damastianos Panagis ioannis.pana...@jur.ku.dk wrote: Although I got hit-highlighting initially working, it has now disappeared after some changes I made to the original Mirage theme, while the settings in discovery.xml seem ok. What I get now in the

Re: [Dspace-tech] Hit-highlighting disappeared

2013-12-09 Thread Ioannis Damastianos Panagis
Hi helix84, Thank you for your quick reply. Take a look at this URL [1] The url: http://localhost:8080/xmlui/DRI/discover?query=test is giving me a resource not found. If they do, it's your theme that ignores them. Make sure that you didn't simply copy your modified 1.8 theme to DSpace 3.x,

Re: [Dspace-tech] Hit-highlighting disappeared

2013-12-09 Thread Ioannis Damastianos Panagis
A correction: the element lst name=highlighting is not totally empty but contains elements of the form lst name=2-4/ /Y. -Original Message- From: Ioannis Damastianos Panagis [mailto:ioannis.pana...@jur.ku.dk] Sent: 9. december 2013 14:55 To: heli...@centrum.sk Cc:

Re: [Dspace-tech] Hit-highlighting disappeared

2013-12-09 Thread helix84
On Mon, Dec 9, 2013 at 2:55 PM, Ioannis Damastianos Panagis ioannis.pana...@jur.ku.dk wrote: Take a look at this URL [1] The url: http://localhost:8080/xmlui/DRI/discover?query=test is giving me a resource not found. If your DSpace XMLUI is accessible at http://localhost:8080/xmlui/ and you

Re: [Dspace-tech] Hit-highlighting disappeared

2013-12-09 Thread helix84
On Mon, Dec 9, 2013 at 2:55 PM, Ioannis Damastianos Panagis ioannis.pana...@jur.ku.dk wrote: I also ran a query in solr and the element lst name=highlighting is empty. Might it be then that solr needs reindexing? The query results should contain _hl fields, like this: arr

Re: [Dspace-tech] dspace and tomcat 7.0.47

2013-12-09 Thread Bill Tantzen
Bram, Thanks for the confirmation. Strangely, the problem in intermittent. But since tomcat is the only variable that is changing, I hesitate to blame maven. Still, if I have time, I may try maven 3x to see if that makes any difference. Cheers! Bill On Sat, Dec 7, 2013 at 4:23 AM, Bram

Re: [Dspace-tech] Remote storage of bitstreams

2013-12-09 Thread Peter Dietz
Hi Charlene, I haven't done this, but you could just mount the remote storage (using sshfs), and present that to your cloud hosting provider as /dspace/assetstore. Your app will think of the assetstore the same as normal. I imagine that the network latency/IO would be slower than native storage

Re: [Dspace-tech] Remote storage of bitstreams

2013-12-09 Thread helix84
On Wed, Dec 4, 2013 at 11:54 PM, Charlene Chinda Barina cbar...@uw.edu wrote: Hi, per what I understand about bitstream storage, the two options are a local directory and via SRB (or iRODS, if I want to go an unsupported route). Is that a correct understanding? Hi Charlene, that is correct,

Re: [Dspace-tech] dspace and tomcat 7.0.47

2013-12-09 Thread Thomas Ronayne
You might want to try Apache-ant-1.8.4 Apache-maven-3.1.1 Apache-tomcat-7.0.47 together; no problem here with those here (did have a problem only update Apache-tomcat). -- Sponsored by Intel(R) XDK Develop,

[Dspace-tech] How to modify Recent Submissions tag

2013-12-09 Thread Henry Agbodza
​Dear all, can anyone show me how to modify the Recent Submissions tag on the XMLUI template? Thanks all, Henry -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download

Re: [Dspace-tech] dspace and tomcat 7.0.47

2013-12-09 Thread Bill Tantzen
Tentatively, it looks as if upgrading to maven 3.3.1 is working... I was hesitant to *downgrade* to ant 1.8.4, but a simple maven upgrade may have done the trick. I did have to run mvn clean first, and followed it up with mvn package and ant update. I don't want to declare victory just yet,

[Dspace-tech] SSH Tunnelling with PuTTY for Solr

2013-12-09 Thread David Cook
Hi Dspace folks: I was experimenting with SSHing into a VirtualBox VM running DSpace when I noticed that the Solr web UI was locked down to localhost. Naturally, I thought about SSH tunnelling and after a lot of fruitless searching around, I actually found helix84 referring to this

[Dspace-tech] SQL Exception : This Statement has been closed..

2013-12-09 Thread Awanish Singh
org.postgresql.util.PSQLException: This statement has been closed. I get this error most often. Pls guide me. *I am using Red Hat (4.4.5-6) , Jboss 5.1, postgres 8.4 nd dspace 1.8* . Exception:org.postgresql.util.PSQLException: This statement has been closed. at