[Dspace-tech] Discovery search page loses scope parameters when applies order by filters

2014-10-29 Thread Ruben
Hi all, I'm working on DSpace 3.2 XMLUI and I noticed that when I search in any community or collection, the URL contains the parameter scope that identifies the community/collection that is being searched. If later I decide to change the Order by field (e.g. Title Asc) this scope parameter

[Dspace-tech] DSpace error ClientAbortException

2014-10-29 Thread Hilton Gibson
Hi All Using Ubuntu 12.04 LTS and DSpace 3.2 with the XMLUI. I am getting the following error happening almost every 10 seconds. ClientAbortException: java.net.SocketException: Broken pipe at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:369) at

[Dspace-tech] dspace 4.2 http status 500 error

2014-10-29 Thread alexia
Hi everyone I have upgraded from 3.2 to 4.2 but I keep getting an annoying error. I have tried to find the solution in the forums etc but with no luck. When I deploy my application I get the following generic error: HTTP Status 500 - type Exception report message description The server

Re: [Dspace-tech] dspace 4.2 http status 500 error

2014-10-29 Thread Claudia Jürgen
Hello Alexia, DSpace 4.2 requires Tomcat 7 or later see https://wiki.duraspace.org/display/DSDOC4x/Installing+DSpace#InstallingDSpace-ServletEngine%28ApacheTomcat7orlater,Jetty,CauchoResinorequivalent%29 So you got to upgrade your Tomcat as you are running 6.0.35 This is the jar

Re: [Dspace-tech] Show Full item record and simple item record...

2014-10-29 Thread Layale Bassil
Hello Peter, Thank you so much for the valuable information. You have done a great job! However we still have a very old version of Dspace 1.8.1. I don’t think I can benefit from the below, no? I am still new to layout customization. One question, we are willing to upgrade to the version you

[Dspace-tech] DSpace/discovery.xsl at master · DSpace/DSpace · GitHub

2014-10-29 Thread Hilton Gibson
https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/webapp/themes/dri2xhtml-alt/aspect/artifactbrowser/discovery.xsl#L159 ​Hi All With the new default Discovery in DSpace 4.X, how do I enable Community counts? DSpace 4.X, Ubuntu 12.04. Thx. hg​

Re: [Dspace-tech] DSpace/discovery.xsl at master · DSpace/DSpace · GitHub

2014-10-29 Thread helix84
Same as before: webui.strengths.show = true Only webui.strengths.cache = true is now obsolete unless you switch back to Lucene + DB browse. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-29 Thread Jose Blanco
Peter, I had to work on something else, but I'm back on this. It seems like every time I upload an item, the citation cover page does not show unless I clear the browser cache. I tried this in firefox and chrome. Any idea? Thanks! Jose On Thu, Sep 25, 2014 at 4:07 PM, Jose Blanco

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-29 Thread Jose Blanco
I see my problem. I was accessing as Admin, so citation page was not showing as the code says to do. Thanks! Jose On Wed, Oct 29, 2014 at 11:48 AM, Jose Blanco blan...@umich.edu wrote: Peter, I had to work on something else, but I'm back on this. It seems like every time I upload an item,

[Dspace-tech] Only some XMLUI aspects work alright

2014-10-29 Thread Joachim Bingel
Dear community, I did an upgrade from 3.1 to 4.2 on my test machine, now only some XMLUI aspects are accessible, e.g. xmlui/community-list, xmlui/login, xmlui/submit... If I navigate to xmlui/browse or the main site, the browser displays a blank page. It seems that this happens for every

Re: [Dspace-tech] DSpace/discovery.xsl at master · DSpace/DSpace · GitHub

2014-10-29 Thread Hilton Gibson
Hi Helix See: http://etd.sun.ac.za The community counts are not there. Wiki: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M1/Page_Content#Enable_public_view_of_item_counts Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch

Re: [Dspace-tech] DSpace error ClientAbortException

2014-10-29 Thread Stuart Yeates
A monitoring system sending a HTTP request every ten seconds and closing the connection before any data is transferred will give you symptoms similar to this. cheers stuart -- I have a new phone number: 04 463 5692 From: Hilton Gibson hilton.gib...@gmail.com

Re: [Dspace-tech] trying to find pdf file from upload.

2014-10-29 Thread Peter Dietz
Yep. BTW, Thanks for your interest in this feature, I've decided to rewrite the PDF Citation Coverpage from iText (incompatible license with DSpace), to PDFBOX (compatible license with DSpace), and this will be a new feature of DSpace 5. Feel free to test that version. See the Pull Request: