[Dspace-tech] xmlui, jspui not available in webapps 1.7

2011-01-14 Thread Lewatle Phaladi
Hi All After I did ant fresh install when I check webapps I don't find xmlui, jspui, solr etc but on my terminal it says BUILD SUCCESSFUL, can somebody advice? Regards, Lewatle htmlpfont face = verdana size = 0.8 color = navyThis communication is intended for the addressee only. It is

[Dspace-tech] Editing Item View

2011-01-14 Thread Mark Melia
Hi all, I want to remove editor from items simple/summary view. Is there a config setting to do this (i think i have tried them all) or do I have to edit the JSP (I am using JSPUI). Thanks, Mark -- Protect Your Site

Re: [Dspace-tech] Editing Item View

2011-01-14 Thread Bram Luyten
Hi Mark, you can do this with the web.itemdisplay.default paramter. It lists the metdatafields in the order in which they should be displayed on the summary view. webui.itemdisplay.default = dc.title, dc.title.alternative, \ dc.contributor.*, dc.subject, dc.data.issued(date), \

[Dspace-tech] No XMLUI, JSPUI IN WEBAPPS DIR (DSPace 1.7.0)

2011-01-14 Thread Lewatle Phaladi
Hi Dspace Team I have done installation of dspace 1.7.0 on test server but when I open webapps from installation directory aiming to copy xmlui, jspui, lni to my Tomcat web folder I never found them as I used to find them like in other dspace versions e.g 1.5.0, 1.5.2 and 1.6.2 Anyone who

Re: [Dspace-tech] Editing Item View

2011-01-14 Thread Mark Melia
Thanks Bram! On 14/01/11 10:36, Bram Luyten wrote: Hi Mark, you can do this with the web.itemdisplay.default paramter. It lists the metdatafields in the order in which they should be displayed on the summary view. webui.itemdisplay.default = dc.title, dc.title.alternative, \

Re: [Dspace-tech] No XMLUI, JSPUI IN WEBAPPS DIR (DSPace 1.7.0)

2011-01-14 Thread Bram Luyten
Hi Lewatle, check whether you're using Maven 2.2.x or above https://wiki.duraspace.org/display/DSDOC/Installation#Installation-ApacheMaven2.0.82.2.0orlater%28Javabuildtool%29 It sounds like you are currently using Maven 2.0.x, which has known issues in building 1.7.0. best regards, Bram

Re: [Dspace-tech] No XMLUI, JSPUI IN WEBAPPS DIR (DSPace 1.7.0)

2011-01-14 Thread Lewatle Phaladi
Hi Bram Thanks for the respond and I am using : Maven version: 2.0.9 Java version: 1.6.0_0 OS name: linux version: 2.6.27-17-generic arch: i386 Family: unix Regards, Lewatle From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten Sent: 14 January 2011 03:09 PM

Re: [Dspace-tech] No XMLUI, JSPUI IN WEBAPPS DIR (DSPace 1.7.0)

2011-01-14 Thread Lewatle Phaladi
What version of maven do you recomment ? From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten Sent: 14 January 2011 03:09 PM To: Lewatle Phaladi Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] No XMLUI, JSPUI IN WEBAPPS DIR (DSPace 1.7.0) Hi

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Sergio Belkin
2010/11/22 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de: Hello Shaun, the directory structure after webapp is identical to the one in [dspace-source]/dspace-jspui/dspace-jspui-webapp/src/main/webapp/ So if you want to overlay the feedback acknowledge you got to copy

Re: [Dspace-tech] No XMLUI, JSPUI IN WEBAPPS DIR (DSPace 1.7.0)

2011-01-14 Thread Lucio Foltran
I've just compiled with Maven 2.2.1 and It worked fine ! Regards 2011/1/14 Lewatle Phaladi lewatle.phal...@wits.ac.za What version of maven do you recomment ? *From:* bluy...@gmail.com [mailto:bluy...@gmail.com] *On Behalf Of *Bram Luyten *Sent:* 14 January 2011 03:09 PM *To:*

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Claudia Jürgen
Hello Sergio, the overlay mechanism helps seperating your customizations from the default DSpace code. It eases the management of customizations, debugging, upgrades etc. The overlay mechanism works for all webapps. Apart from that, it might be usefull to keep one's own version management

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Wally Grotophorst
Sergio, I'll give you the reason I prefer to make mods using the process that Claudia outlined: when you get a new release, it's nice to know that all your local mods are in one place. Makes it much easier to update those modified files. Otherwise, you face wading thru the spaghetti of the

[Dspace-tech] Submission in XMLUI

2011-01-14 Thread Mark Melia
Hi all, I am having a problem with an XMLUI submissions screen. The problem is that some fields are not been parsed correctly, the symtom being that in correct values are in the database. I am a little unsure of the path the data takes from the XML UI to the database. Are there any

Re: [Dspace-tech] Submission in XMLUI

2011-01-14 Thread Mark Melia
Hi all, Found the processing step I was looking for in org.dspace.submit.step.DescribeStep.java Thanks, Mark On 14/01/11 14:47, Mark Melia wrote: Hi all, I am having a problem with an XMLUI submissions screen. The problem is that some fields are not been parsed correctly, the symtom being

[Dspace-tech] Restoring backup

2011-01-14 Thread Sergio Belkin
Hi After restoring a postgresql database backup, I run as the documentation states: psql -U dspace -f /home/dspace/dspace-1.5.1-release/dspace/etc/update-sequences.sql But I get some errors: psql:/home/dspace/dspace-1.5.1-release/dspace/etc/update-sequences.sql:69: ERROR: relation

Re: [Dspace-tech] xmlui, jspui not available in webapps 1.7

2011-01-14 Thread Tim Donohue
Hi Lewatle, It sounds like you are likely using Maven 2.0.x to build DSpace 1.7? There is a known issue (discovered shortly after the DSpace 1.7.0 release) with Maven 2.0.x and DSpace 1.7. The fix is to upgrade Maven to use Maven 2.2.x or above. More details in the updated 1.7 Documentation

[Dspace-tech] Solr Statistcs still not working

2011-01-14 Thread George Stanley Kozak
Hi... Last month I wrote about a problem that I was having with the Solr Statistics (I am using DSpace 1.6.2). Starting in December, I was noticing that we were getting high CPU usage, and I learned that the statistics were not appearing for users. When they clicked the View Statistics

Re: [Dspace-tech] xmlui, jspui not available in webapps 1.7

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Hi Tim, I am in the process of implementing DSpace 1.7 on a Unix platform. Below is the output from mvn --version on our test machine: Maven version: 2.0.9 Java version: 1.6.0_07 OS name: sunos version: 5.10 arch: sparc Family: unix When I initially assembled the application and tried to

Re: [Dspace-tech] Solr Statistcs still not working

2011-01-14 Thread Peter Dietz
Hi George, I'm hoping something comes out of this discussion too, as our solr instance is not running fast enough to query. You can also see if you can use the stats util to delete some of the bots in the logs. I've also noticed that the default spiders config doesn't include matches for

[Dspace-tech] build/install dspace 1.7 fails with mvn 3.0, ant 1.8, java 1.6.0_22 or conf?

2011-01-14 Thread Kocisky
Hi all, i've been struggling to build/install dspace. I've tried different version of software and configurations. It seems that some queries fails because of non existent relations and/or an empty INSERT statement in the bitstreamformatregistry table (which is correctly installed). I've attached

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
It's also nice sometimes if you have problems to be able to compare your version with the original version. Of course you could always download it again, but it's easier to do if it's already there. ☺ Sue Sue Walker-Thornton Software Developer/Database Administrator NASA Langley

[Dspace-tech] Reminder: January 20, 2011: DSpace e-forum on the General Listserv

2011-01-14 Thread Platt, Alice
Next week! DSpace e-forum: an online discussion Next Thursday-Friday, January 20-21, DuraSpace volunteers will host the first electronic discussion forum. This two-day moderated forum will provide an opportunity for practitioners to discuss topics through the DSpace-General listserv. If you

Re: [Dspace-tech] Solr Statistcs still not working

2011-01-14 Thread Peter Dietz
I thought that was supposed to work, however, I end up using: hostname:8080/solr/... where hostname is my local PC's hostname. -- Peter Dietz Systems Developer/Engineer Ohio State University Libraries On Fri, Jan 14, 2011 at 2:29 PM, George Stanley Kozak g...@cornell.eduwrote: Thank you,

Re: [Dspace-tech] Problems browsing by author

2011-01-14 Thread Eric Luhrs
Just wanted to mention that this problem has been solved. I didn't realize, though it makes perfect sense, that when proxying to 8009, that connector also needs to be configured for UTF-8 in server.xml. Thanks to Bram Luyten who pointed me to the following post:

[Dspace-tech] 404 errors

2011-01-14 Thread Savage, Karen R.
I've been working on an upgrade from 1.3 and move to a new server for our instance of Dspace. I got version 1.6 installed and working nicely and had started working on getting LDAP authentication working, when something I did caused the UI to go completely blank. Reverting to a previous version

Re: [Dspace-tech] xmlui, jspui not available in webapps 1.7

2011-01-14 Thread Tim Donohue
Sue, It's hard to say with certainty. That error you send is definitely a Java error, but it's possible the Java issue may have, in turn, been the result of the using Maven 2.0.x to build 1.7.0. The only way to tell for certain is to do the Maven upgrade and do a rebuild. As mentioned,

Re: [Dspace-tech] Failing compilation on debian lenny, PostgreSQL 8.3.12, libpg-java 8.2-504-2, java version 1.6.0_20, tomcat 5.5

2011-01-14 Thread Tim Donohue
Kocisky, DSpace should be finding those columns from the Database table itself. I noticed from your other email that you had this setting in dspace.cfg: db.schema = dspace So, I'm assuming you are working in a PostgreSQL database that is using multiple schemas. Is the table being created

[Dspace-tech] Problem with installation of DSpace 1.7 - Windows 7 version

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
I am working on the installation of DSpace 1.7 on a Windows 7 machine and am getting an error while executing “mvn package” under C:\dspace-1.7.0-release\dspace. The output is attached. Can someone take a look and see what the problem might be? Here are the versions of software I’m running:

Re: [Dspace-tech] xmlui, jspui not available in webapps 1.7

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Tim, Have you heard of any problems with dspace 1.7 and the newest version of Maven? I'm thinking maybe that may be the problem with my latest error (I sent an email to dspace-tech list a few minutes ago but don't see it yet). I'm running Maven 3.0.2 and am thinking maybe I should drop

Re: [Dspace-tech] Problem with installation of DSpace 1.7 - Windows 7 version

2011-01-14 Thread Tim Donohue
Hi Sue, I'm also on Windows 7 with the following (output of mvn --version): Apache Maven 3.0.2 (r1056850; 2011-01-08 18:58:10-0600) Java version: 1.6.0_22, vendor: Sun Microsystems Inc. Java home: C:\Program Files\Java\jdk1.6.0_22\jre Default locale: en_US, platform encoding: Cp1252 OS name:

Re: [Dspace-tech] Problem with installation of DSpace 1.7 - Windows 7 version

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Hi Tim, It looks like I somehow got a corrupted .zip file downloaded initially. I deleted it and redownloaded the source from SourceForge and the build seems to be running successfully now. It's not complete, but I wanted to let you know before you spent any time looking at the error.

Re: [Dspace-tech] Problem with installation of DSpace 1.7 - Windows 7 version

2011-01-14 Thread Thornton, Susan M. (LARC-B702)[LITES]
Tim, The Maven build was successful this time! I don't remember which mirror I used to download the original software, but something was wrong. Hopefully the rest of the install will be successful as well! Thanks for your help, Suel Sue Walker-Thornton Software Developer/Database

Re: [Dspace-tech] JSPUI Customization

2011-01-14 Thread Peter Dietz
Hi Sergio, You're free to put your customizations wherever works best for you. I find that making customization directly to dspace-api, dspace-jspui to be very efficient, especially since I have a solid version control system behind it all. So for me to see what I've changed since the last