Re: [Dspace-tech] Fresh Install of DSpace 5.3

2015-08-10 Thread Kim Shepherd
Hi Keith, could you confirm the maven command(s) you're using to build DSpace, and which version of maven you're using? It seems like the assembly goal is trying to run before the package goal has completed... Cheers Kim M: k...@shepherd.nz T: @kimshepherd P: +6421883635 0CCB D957 0C35 F5C1

Re: [Dspace-tech] How to find item with strange metadata value of |||

2015-08-01 Thread Kim Shepherd
a CSV export... Alan On Thu, Jul 30, 2015 at 1:44 PM Kim Shepherd kim.sheph...@gmail.com wrote: Hi Alan, Discovery filters use ||| as a separator between lowercase value and a display/stored value, eg. something|||SomeThing I'm sort of surprised it displays in the sidebar, because acting

Re: [Dspace-tech] DSpace maven build problem

2015-07-28 Thread Kim Shepherd
Hi Atul, I haven't encountered this one before, so I'm not totally sure, but my suggestions are: - See if you can upgrade to Maven 3.0.5 as it's the recommended build version for DSpace 5 - Build with mvn clean package to force dependency update - Optionally, you can even try purging your

Re: [Dspace-tech] [Dspace-general] SWORD or custom XMLUI forms?

2015-06-18 Thread Kim Shepherd
On 15 June 2015 at 13:10, Anton Angelo anton.ang...@canterbury.ac.nz wrote: [...] Currently we use PHP forms that generate Dspace archives we then batch import, and I like the flexibility of web forms, but I want to streamline the process. The advantage of using XMLUI custom forms is the

[Dspace-tech] Fwd: How to search items by metadata using REST API?

2015-06-15 Thread Kim Shepherd
Hi all, This reminds me of a related issue I was thinking about the other day - as the REST API evolves and starts to see production use, we might want to think about versioning it somehow, keeping support for previous schemas/endpoint functionality, etc (within reason) so that we don't break

Re: [Dspace-tech] XOAI and filters based on access permissions

2015-06-01 Thread Kim Shepherd
Kia ora Deborah, I've done a bit of testing in 5.2, and will do the same test in 3.4 tomorrow -- though I think it'll be the same, looking at the DSpaceAuthorizationFilter in 3.x vs 5.x, and my findings/notes are that this does work nicely, in that people won't be able to do a GetRecord for your

Re: [Dspace-tech] move an item from one collection to another

2015-06-01 Thread Kim Shepherd
Hi Ahmed, that seems unusual. Are you using JSPUI or XMLUI? Can you attach a screenshot of the Move Item screen? (I assume there are more than two collections in your repository?) Cheers Kim M: k...@shepherd.nz T: @kimshepherd P: +6421883635 0CCB D957 0C35 F5C1 497E CDCF FC4B ABA3 2A1A FAEC

Re: [Dspace-tech] Imported Items' Access Denied!

2015-06-01 Thread Kim Shepherd
Whoops, replied from an unsubscribed address, let me try that again: Hi Layale, could you include a paste or screenshot of the collection policies, and an example of the policies from one of the items? It's hard to know exactly what the problem might be, but I wonder if the collection has a

Re: [Dspace-tech] Possible issue with SOLR following an upgrade from 3.2 to 5.2

2015-06-01 Thread Kim Shepherd
Hi Casey, It looks to me like these problems (at least, the errors pasted) could be related to some XMLUI aspect or pipeline issues rather than Solr itself. However, taking a look at your Solr index(es) and making sure the data is all there sounds like a good first step, and will at least

Re: [Dspace-tech] [Dspace-general] Regarding Ranking of Repositories

2014-09-02 Thread Kim Shepherd
Hi Isidro and lists, Regarding point 6 -- I see what you're saying, but it shouldn't really be up to the DSpace community repositories (who all use the handle prefix / identifier system, as I'm sure you know!) to argue why 1234/123 is better than thesis/phsyics/something, because we're not the

Re: [Dspace-tech] OAI set specification

2014-03-31 Thread Kim Shepherd
Hi all, my initial suggestion was going to be using Apache mod_rewrite to rewrite the hdl_ portion of the set query value, but now I realise you don't know in advance whether it's a collection or a community... (ie. com or col in the new value).. that is tricky. Depending on the number of

[Dspace-tech] Moving items and inheriting policies

2014-03-30 Thread Kim Shepherd
Hi all, I notice that since DSpace 3, moving an item and selecting inherit collection policies no longer removes existing policies on the object. It's hard to tell if this was an intentional change or not... I see a refactor in the way Item.inheritCollectionDefaultPolicies(Collection c) works,

Re: [Dspace-tech] Import metadata: no changes were detected

2012-01-24 Thread Kim Shepherd
Hi Diwakar, Do you have a 'collection' column in your CSV? It is required by the Batch Metadata Edit tool, since the collection handle can be changed to move an item from one collection to another. I think the no changes detected error message, while not very descriptive of the actual problem, is

Re: [Dspace-tech] Combine Index Browse doesn't work

2011-10-08 Thread Kim Shepherd
Hi Paulo, Good spotting.. we have two instances of this typo in the example Dennis refers to from the DSpace manual (page 243). It's an easy typo to make because Dublin Core XML will use elements like dc:title, etc! We'll make sure it's fixed in the 1.8 manual and the Wiki. Dennis, if you use

Re: [Dspace-tech] fulltext in browse and search

2011-10-06 Thread Kim Shepherd
RE #2: You could use query-time boosting to boost the relevance of the 'fulltext' field... I don't have an example of the top of my head but I think this should be possible... maybe even combining your original query with a fulltext:{query}^10 (where '10' is the boost value... this is probably too

Re: [Dspace-tech] dc.rights

2011-10-06 Thread Kim Shepherd
Hi Lewatle, What version of DSpace are you running? If you're using DSpace 1.7.0 or later, I could help you out with a curation task I wrote to perform a very similar task... it's much nicer and safer (and easier to reuse) than doing it manually in SQL, and can be run via the UI on a single item,

Re: [Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread Kim Shepherd
Hi Iola, Could you please reply with the maven error you encountered when trying to build with stats? This will help us figure out what might be going wrong. Cheers! Kim On 24 March 2011 21:45, Iola Hagen [ioh] i...@aber.ac.uk wrote: While trying to build the 1.7 package I got a build

Re: [Dspace-tech] 1.7 build failed with Solr Stats

2011-03-24 Thread Kim Shepherd
*From:* Kim Shepherd [mailto:kim.sheph...@gmail.com] *Sent:* 24 March 2011 8:57 AM *To:* Iola Hagen [ioh] *Cc:* dspace-tech@lists.sourceforge.net *Subject:* Re: [Dspace-tech] 1.7 build failed with Solr Stats Hi Iola, Could you please reply with the maven error you encountered when

Re: [Dspace-tech] REST API for DSpace

2011-03-10 Thread Kim Shepherd
Hi Chris, Do you have a public-facing repository that is making use of this? It would be great to see it in action. I feel I may be a bit behind the times as far as this project goes..! Also, kudos to Bojan for continuing to support his work. Sounds like I need to give it another go :-) Cheers,

Re: [Dspace-tech] Customized xmlui

2011-02-28 Thread Kim Shepherd
Hi Jeff, I note you use 'webapps' in your XMLUI modules path, but it should be 'webapp'. That's just one quick hint.. (I'm guessing the typo is in your email rather than in your dspace dirs, but I'm just making sure ;)) Assuming you're using 'webapp', this *should* work fine, unless you're using

Re: [Dspace-tech] dspace solr facets config

2011-02-17 Thread Kim Shepherd
Hi Mckeane, This is done in Discovery's i18n configuration, a messages.xml file just like the one you will have edited under the main XMLUI module. Have a look in [dspace-src]/dspace-discovery/dspace-discovery-xmlui-api/src/main/resources/aspects/Discovery/i18n/messages.xml and you'll see the

Re: [Dspace-tech] IllegalAccessError has occurred when posting thru SWORD to DSpace 1.7.0 rc1 with discovery consumer setting

2010-12-16 Thread Kim Shepherd
issues and put me right or make suggestions, I'd be very grateful... the slf4j stuff can be worked around, but the inability for SWORD deposits to load the discovery eventconsumer is a problem I haven't managed to solve yet... Cheers, Kim On 16 December 2010 10:06, Kim Shepherd kim.sheph

Re: [Dspace-tech] IllegalAccessError has occurred when posting thru SWORD to DSpace 1.7.0 rc1 with discovery consumer setting

2010-12-15 Thread Kim Shepherd
I can reproduce a very similiar error using trunk r5875 + Discovery + SWORD, though for me, things fail trying to load DSpaceKernelManager (a few steps before the slf4j error below): java.lang.NoClassDefFoundError: Could not initialize class org.dspace.kernel.DSpaceKernelManager at

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-28 Thread Kim Shepherd
, and then import that into a fresh UTF8 created database? I think the issue is that the original database was never created as UTF8. Thanks, Steve On 26/10/2010, at 9:17 AM, Kim Shepherd wrote: Hi Steve, Just to check, has your new/dev database been created with UTF8 character encoding? (pass -E

Re: [Dspace-tech] [Dspace-general] Installing DSpace on Ubuntu

2010-10-25 Thread Kim Shepherd
(switching CC to dspace-tech) Hi Bidhan, It's probably best to use the latest stable version of DSpace, which is 1.6.2. It's available here: http://sourceforge.net/projects/dspace/ Could you expand on the installation problems you're having? Where are you getting stuck? The DSpace

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-25 Thread Kim Shepherd
Hi Steve, Just to check, has your new/dev database been created with UTF8 character encoding? (pass -E UNICODE or -E UTF8 to createdb) Cheers, Kim On 25 October 2010 14:57, Steve Swinsburg steve.swinsb...@gmail.com wrote: Hi all, We are having a problem upgrading an instance of dspace from

Re: [Dspace-tech] FW: DSpace: Internal Server Error

2010-10-14 Thread Kim Shepherd
Hi Kari, What version of DSpace are you running? Have you run the stats reporting tools? eg: [dspace]/bin/dspace stat-initial [dspace]/bin/dspace stat-general [dspace]/bin/dspace stat-monthly [dspace]/bin/dspace stat-report-initial [dspace]/bin/dspace stat-report-general [dspace]/bin/dspace

Re: [Dspace-tech] What's wrong with the java version

2010-10-14 Thread Kim Shepherd
Hi Martin, It seems as though there is still an old (version 1.3) java.exe sitting in one of your paths (eg: C:\windows\system32), and this is the version of the JRE that's being called from 'dspace' rather than your 1.6 version. From a command prompt, if you run java -version, what version is

Re: [Dspace-tech] Error shown at dspace/postgres login terminals while running ant fresh_install: BUILD FAILED

2010-10-08 Thread Kim Shepherd
Hi Indu, You will need oubound Internet access to download the GeoLite data -- if the machine you're installing on doesn't have Internet access, you can manually download and copy the http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz file to your /dspace/config directory, and

Re: [Dspace-tech] handle problem

2010-10-07 Thread Kim Shepherd
Hi Gaetano, Could you check the value of dspace.baseUrl and dspace.url in [dspace]/config/dspace.cfg? Going by the information you've given, here are the recommended values for your DSpace instance: dspace.hostname = elea.unisa.it dspace.baseUrl = http://${dspace.hostname}:8080 dspace.url =

Re: [Dspace-tech] how to publish the internal URL of DSpace Items

2010-10-05 Thread Kim Shepherd
Hi Vinit, Which UI are you using? XMLUI and JSPUI each generate slightly different bitstream URLs, but both do end in file extensions (if the bitstream name contains one), XMLUI just appends a ?sequence parameter on the end. They'll each have slightly different ways of modifying the way bitstream

Re: [Dspace-tech] Issue about Google crawler

2010-10-05 Thread Kim Shepherd
Hi Panyarak, It might be an idea to add /displaystats to your JSPUI's robots.txt and to any Google Webmaster Tools robots.txt files or Page Removal Requests. For Google to de-index pages, it generally likes to see a 404 (not found) or a 410 (gone). Unfortunately, the servlet that handles

Re: [Dspace-tech] Issue about Google crawler

2010-10-05 Thread Kim Shepherd
being requested) Cheers, Kim On 6 October 2010 00:30, Kim Shepherd kim.sheph...@gmail.com wrote: Hi Panyarak, It might be an idea to add /displaystats to your JSPUI's robots.txt and to any Google Webmaster Tools robots.txt files or Page Removal Requests. For Google to de-index pages

Re: [Dspace-tech] Java file customisation for JSPUI

2010-10-05 Thread Kim Shepherd
Hi Philippe, Yes, you can use overlays (eg. the files you place in [dspace-src]/dspace/modules/jspui) for java sources, but they need to be placed in a [dspace-src]/dspace/modules/jspui/src/main/java, as opposed to the directory rather than in the [dspace-src]/dspace/modules/jspui/src/main/webapp

Re: [Dspace-tech] A simplified version of dspace-services and Tomcat unloading

2010-10-05 Thread Kim Shepherd
Thanks for the detailed writeup and explanations, it's helping me understand a lot of these issues better... looks like I still have some bedtime reading (and DSpace profiling) ahead of me! ;-) Cheers, Kim On 5 October 2010 12:55, Graham Triggs grahamtri...@gmail.com wrote: Hello all, So,

Re: [Dspace-tech] XMLUI aspect/Discovery

2010-08-12 Thread Kim Shepherd
Hi Mckeane, ArtifactBrowser is supposed to be commented out in dspace-discovery's xmlui.xconf, because Discovery replaces ArtifactBrowser. The reason you don't see the aspect in your usual DSpace source code is because it's in the XMLUI block in the Discovery source code, and is overlaid by Maven

Re: [Dspace-tech] Harvest a collection/community

2010-08-10 Thread Kim Shepherd
Hi Baseer, When you say harvesting, are you looking to copy the contents of a community/collection in one DSpace instance to another DSpace instance? Export them to your workstation or another server? Collections and communities in DSpace are mapped to OAI sets by default -- if you visit

Re: [Dspace-tech] xmlui not displaying any submissions or collections (discovery)

2010-08-10 Thread Kim Shepherd
) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89) ... 9 more On Tue, Aug 10, 2010 at 3:45 PM, Kim Shepherd kim.sheph...@gmail.comwrote: Hi Mckeane, I'm 'Mr' Shepherd... confusing

Re: [Dspace-tech] xmlui not displaying any submissions or collections (discovery)

2010-08-10 Thread Kim Shepherd
:424) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:243) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89) ... 9 more On Tue, Aug 10, 2010 at 3:45 PM, Kim Shepherd kim.sheph

Re: [Dspace-tech] problems upgrading 1.5.2 to 1.6.2

2010-08-05 Thread Kim Shepherd
Hi Wally, It looks as though you still have some 1.5.2 JSPs sitting around, which is confusing things. There was a very similar thread some weeks back (see: http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg10128.html) which should hopefully give you some pointers. I'll also note

Re: [Dspace-tech] Bulk editing of PDF bitstreams?

2010-07-20 Thread Kim Shepherd
Hi Andrew, I've had a few informal discussions with people around this as well, and one approach we hit on was to create a new media-filter plugin to create access versions of PDFs, with dynamically-generated coverpages attached. The media filter plugins in DSpace are responsible for things like

Re: [Dspace-tech] Bulk editing of PDF bitstreams?

2010-07-20 Thread Kim Shepherd
on a whole set of items. Cheers, Kim. On 21 July 2010 13:02, Kim Shepherd kim.sheph...@gmail.com wrote: Hi Andrew, I've had a few informal discussions with people around this as well, and one approach we hit on was to create a new media-filter plugin to create access versions of PDFs

Re: [Dspace-tech] item display page in XMLUI

2010-07-13 Thread Kim Shepherd
Hi Hardik, It depends exactly what you want to do.. most layout/presentation changes in XMLUI can be made purely with CSS and templates. Templates are defined in XSL stylesheets in [dspace]/webapps/xmlui/themes/dri2xtml. If you want to alter the appearance of item metadata display, the file you

Re: [Dspace-tech] Dspace with mods

2010-07-13 Thread Kim Shepherd
Hi Jonathan, I'm also interested in MODS: specifically, storing MODS or MODS-in-METS as bitstreams in the METADATA bundle of an Item. So far I haven't had a lot of success... I'll let you know if I figure out any tricks. It might help to read up about DSpaceMETSSIP packages (see

Re: [Dspace-tech] Dspace with mods

2010-07-13 Thread Kim Shepherd
org.dspace.app.xmlui.objectmanager.ItemAdaptor a bit more, as well as MODS-Handler.xsl Cheers, Kim On 14 July 2010 09:53, Kim Shepherd kim.sheph...@gmail.com wrote: Hi Jonathan, I'm also interested in MODS: specifically, storing MODS or MODS-in-METS as bitstreams in the METADATA bundle of an Item. So far I haven't

Re: [Dspace-tech] Dspace with mods

2010-07-13 Thread Kim Shepherd
Oh, mea culpa... for some reason it didn't occur to me to check whether MODS-Handler was even being included in dri2xhtml.xsl -- it (and QDC-Handler) were commented out by default. (My xslt still isn't working, but I'll figure that out later!) -k. On 14 July 2010 11:54, Kim Shepherd kim.sheph

Re: [Dspace-tech] Meatadata dates stored as UTC

2010-06-30 Thread Kim Shepherd
Robin wrote: I was looking at a series of photos of Mt St Helens prior to its eruption. It struck me that the date and time recorded were part of a context. It was crucial to know that it was 2.00pm on 29th June 1999 at Mt St Helens in the US. If the date and time are converted to another

Re: [Dspace-tech] dspace 1.6 upgradation windows error - Jspui /xmlui

2010-06-25 Thread Kim Shepherd
Hi Aaron, It seems as though your JSPUI webapp is still trying to use the 1.5.2 version of dspace-api -- have a look in the WEB-INF\lib folder of your deployed webapp, and if you see files like dspace-api-1.5.2.jar and dspace-jspui-api-1.5.2.jar, it means you're trying to run 1.6 JSPs on 1.5.x

Re: [Dspace-tech] DSpace 1.6.2 Release to fix key issues in 1.6.1

2010-06-13 Thread Kim Shepherd
Hi Dale, DSpace 1.6.2 is scheduled for public release on Wednesday, June 16 (GMT). There will be another announcement on that day to confirm it is released, mirrored on all maven repositories, and available on Sourceforge. Cheers! Kim. -Original Message- From: Poulter, Dale

Re: [Dspace-tech] How to show the user, that there are embargo on an item.

2010-05-26 Thread Kim Shepherd
Hi Tonny, I've extended the UI on some of my local sites to show embargo status (to admins) prominently at the top of item record pages.. you could probably use org.dspace.embargo.EmbargoManager.getEmbargoDate(context, item) and check for a non-null result, but ultimately the best way is

Re: [Dspace-tech] using oai harvesting in 16

2010-05-25 Thread Kim Shepherd
Hi Jose, If you are using JSPUI, you will need to use the command-line 'harvest' application to start harvests, whether you want to start a looping harvest or a single run. You can run this with [dspace]/bin/dspace harvest. Example: # /usr/local/dspace/bin/dspace harvest -h usage: Harvest

[Dspace-tech] ANNOUNCEMENT: DSpace 1.6.1 is available now!

2010-05-23 Thread Kim Shepherd
All, Today we'd like to announce the official release of DSpace 1.6.1! DSpace 1.6.1 can be downloaded immediately at either of the following locations: * SourceForge: https://sourceforge.net/projects/dspace/files/ * SVN: http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.1/ DSpace 1.6.1 is

[Dspace-tech] DSpace 1.6.1 Release Update: Code freeze

2010-05-14 Thread Kim Shepherd
have time/resources to build their own test environments. I think that's all.. if this notice seems late, it's because it's actually the morning of the 15th in New Zealand and I didn't want to get up at 4am on a Saturday ;-) Cheers! Kim Shepherd (1.6.1 Release Coordinator

[Dspace-tech] DSpace 1.6.1 roadmap and call for volunteers

2010-03-31 Thread Kim Shepherd
branch built and served somewhere so that community members who don’t have the time/resources to set up their own test server can still help confirm bugs, test patches and so on. Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato New

Re: [Dspace-tech] DSpace 1.6 issues

2010-02-18 Thread Kim Shepherd
Hi John, Nobody will get upset with you! Finding bugs is helpful! ;-) If you’re not 100% sure that what you’ve noticed is a bug, you could send an email to dspace-devel (dspace-de...@lists.sourceforge.net) and explain the problem and how to replicate it. If you’re pretty sure it’s a bug,

Re: [Dspace-tech] changes in news-xmlui.xml not picked up after tomcatrestart

2010-02-02 Thread Kim Shepherd
Hi Kevin, Could you paste your news-xmlui.xml in a reply to this email? The problem you’re seeing probably means there’s some invalid formatting (incorrect use of tags, etc) in the file itself… Cheers, Kim From: Evans, Kevin [mailto:kevin.ev...@exeter.ac.uk] Sent: Tuesday, 2

Re: [Dspace-tech] [Dspace-devel] JSPUI language detection - request for comment

2010-01-28 Thread Kim Shepherd
. To: Kim Shepherd Cc: dspace-tech@lists.sourceforge.net; dspace- de...@lists.sourceforge.net Subject: Re: [Dspace-devel] JSPUI language detection - request for comment BTW, 1 + 2 are technically the same thing... the EPerson's default locale is stored in the current session when they log

[Dspace-tech] JSPUI language detection - request for comment

2010-01-24 Thread Kim Shepherd
. Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato New Zealand DDI +64 7 838 4025 -- Throughout its 18-year history, RSA Conference consistently attracts the world's

Re: [Dspace-tech] Installing Dspace 1.5 on Ubuntu 8.10 [antfresh_install] error

2009-11-02 Thread Kim Shepherd
Hi there, The key error in the log you pasted below is this: org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. Ant cannot connect to your Dspace database. Since this is a fresh install,

Re: [Dspace-tech] Confirming Java version for Dspace 1.5

2009-11-02 Thread Kim Shepherd
Hi Glenn, Yes, Sun Java 6 works just fine with Dspace 1.5.x. Cheers, Kim From: Bunton, Glenn A. [mailto:gbun...@odu.edu] Sent: Tuesday, 3 November 2009 5:03 a.m. To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Confirming Java version for Dspace 1.5 Just want to

Re: [Dspace-tech] Arabic language in dspace

2009-10-15 Thread Kim Shepherd
Hi, If it’s happening in one interface and not the other, I’d suspect a character encoding issue – make sure your JSPUI is using ‘utf-8’. To make sure your searches are optimised for Arabic words / stems, it might also be worth taking a look at the Arabic Lucene analyzer:

Re: [Dspace-tech] Can Stemming be turned off in DSpace Lucenesearches?

2009-09-08 Thread Kim Shepherd
, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato New Zealand DDI +64 7 838 4025 From: Thornton, Susan M. (LARC-B702)[RAYTHEON TECHNICAL SERVICES COMPANY] [mailto:susan.m.thorn...@nasa.gov] Sent: Wednesday, 9 September 2009 11

Re: [Dspace-tech] handle-server setup

2009-08-27 Thread Kim Shepherd
Hi Lewatle, In your [dspace]/bin directory, there is a script called “update-handle-prefix” If, for example, your new handle is 858585: [dspace]/bin/update-handle-prefix 123456789 858585 This will update the old handles with a default handle prefix without bothering your new,

Re: [Dspace-tech] [Dspace-devel] statistics

2009-08-16 Thread Kim Shepherd
Hi Pradip, (cc’ing to dspace-tech) I can’t guarantee this is the problem, but I’ve encountered this SQL error running stat-initial when I’ve had two metadata schemas that both had element/qualifier combinations that some Dspace queries expect to be unique. For instance, on one of my

Re: [Dspace-tech] [Dspace-devel] statistics

2009-08-16 Thread Kim Shepherd
-Original Message- From: Van Ly [mailto:v...@usyd.edu.au] Sent: Monday, 17 August 2009 11:36 a.m. To: DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] [Dspace-devel] statistics On 17/08/2009, at 5:56 AM, Kim Shepherd wrote: the subquery run by stat-initial (when it’s getting

Re: [Dspace-tech] Strange Search results

2009-08-05 Thread Kim Shepherd
HI Sue, I think you’re correct here... ‘ant’ and ‘er’ are both common English stems, and Lucene is probably just being clever by chopping them off when indexing and searching. http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/analysis/package-summary.html gives some info on

Re: [Dspace-tech] Dspace 1.52 can't browse Author, Subject with special character

2009-07-15 Thread Kim Shepherd
Hi, This is a known bug -- http://jira.dspace.org/jira/browse/DS-246 and I’m hoping to get it patched very soon (I’ll let you know once a patch is available for you to try) for 1.6.0. Cheers, Kim From: Nguyen Hung Thanh [mailto:nghungth...@gmail.com] Sent: Wednesday, 15 July

Re: [Dspace-tech] Submitter login problem

2009-06-22 Thread Kim Shepherd
Hi Dorothea, Given the /submission connection, I'm wondering if there are any problems caused by an item that's been partially-submitted by the user (the items that display in the /submissions page normally). Perhaps you could check the Workflow/Unfinished Tasks out as your admin user, and

Re: [Dspace-tech] browse layout for different collection

2009-06-18 Thread Kim Shepherd
Hi Mallikarjun, The answer depends on whether you’re using JSPUI or XMLUI.. I’ll assume you’re using JSPUI for now. Find the ‘webui.itemdisplay’ section in your dspace.cfg #webui.itemdisplay.default = dc.title, dc.title.alternative, dc.contributor.*, \ #

Re: [Dspace-tech] Submitter login problem

2009-06-18 Thread Kim Shepherd
Hi Dorothea, Are you able to paste relevant sections of dspace.log in an email or on a pastebin somewhere, so we can have a closer look at what is happening behind the scenes, see if any exceptions are being thrown, etc..? Are you using any authentication methods in addition to regular password

Re: [Dspace-tech] Adding page with xmlui header and footer

2009-06-14 Thread Kim Shepherd
: http://wiki.dspace.org/index.php/Create_a_new_aspect_(Manakin) ) Cheers, Kim From: John Preston [mailto:byhisde...@gmail.com] Sent: Saturday, 13 June 2009 12:18 a.m. To: Kim Shepherd Subject: Re: [Dspace-tech] Adding page with xmlui header and footer Thanks. Thats the starting

Re: [Dspace-tech] Removing Community-List from front page - XMLUI

2009-06-14 Thread Kim Shepherd
Hi Jennifer, The best way would be to override the ArtifactBrowser aspect – took me a while to figure out the correct paths while I was testing this live, but I imagine (hope!) if you put a custom sitemap.xmap into

Re: [Dspace-tech] Arabic Support in Dspace

2009-06-10 Thread Kim Shepherd
the people at EIAH can help to document this further or share some notes. I believe there are many similarities between Persian and Arabic character/input/date handling? Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato New Zealand

Re: [Dspace-tech] Strange Behaviour when exporting items and collections

2009-06-09 Thread Kim Shepherd
the webui or I’m totally barking up the wrong tree, apologies -- maybe give a few more details about how you’re exporting items/collections. Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato New Zealand DDI +64 7 838 4025

Re: [Dspace-tech] Acute Accents -- Searching

2009-05-18 Thread Kim Shepherd
Hi Sean, If you ensure that Tomcat's URIEncoding (and your JSP charsets, if you're using JSPUI) are set to UTF8, this should fix your problem. If you're not sure how to configure Tomcat to encode URIs (author browses use GET and therefore the name ends up in a URI), this page should help:

Re: [Dspace-tech] item record customization

2009-05-12 Thread Kim Shepherd
, dc.identifier.issn, \ #dc.identifier.ismn, dc.identifier Changing the full item record display in JSPUI is a bit trickier... but adding a webui.itemdisplay.full might not be a bad configuration option, hmm... Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS

Re: [Dspace-tech] Files in this item

2009-05-12 Thread Kim Shepherd
Hi Lyn, Are you using JSPUI or XMLUI? Cheers, Kim From: Lyn Amery [mailto:lyn.am...@sro.wa.gov.au] Sent: Tuesday, 12 May 2009 6:38 p.m. To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Files in this item Hi all, Here I am again, wanting to change things! On

Re: [Dspace-tech] xmlui customizations

2009-04-30 Thread Kim Shepherd
There's a wee HOWTO at http://wiki.dspace.org/index.php/Modify_item_metadata_display_(Manakin) that could probably do with a bit of updating and some examples added. Cheers, Kim -Original Message- From: Mark H. Wood [mailto:mw...@iupui.edu] Sent: Thursday, 30 April 2009 9:01 a.m.

Re: [Dspace-tech] Dspace.org

2009-04-27 Thread Kim Shepherd
It's got an awfully big TTL (one week!) so if it wasn't lowered to 5min - 24 hours well before the IP change, I'd say that's the reason it seems to be propagating so slowly... I can only see the new record though, so that's just a guess. Cheers, Kim -Original Message- From: Stuart

Re: [Dspace-tech] TAMU OAI Harvester

2009-04-21 Thread Kim Shepherd
(subject changed since this is a slight derail) I've been testing this new feature as well, and it's excellent. I have some things I'd like to add/change: - The ability to pass null OAI Set IDs, so entire repositories can be harvested... I've already tested this one on my test server - Some

Re: [Dspace-tech] High Availability DSpace

2009-04-20 Thread Kim Shepherd
I think the situation being described here is that the ‘6’ are physical cluster nodes, not VMs. Vmotion ensures VM integrity while they’re being moved around. The setup I work with is all based on VMs in an ESX cluster as well, and it’s great, but I think our plan is to eventually have

Re: [Dspace-tech] High Availability DSpace

2009-04-20 Thread Kim Shepherd
Further to this, there does appear to be a brief page on tomcat/postgres clustering on the wiki: http://wiki.dspace.org/index.php/Clustering Cheers, Kim From: Kim Shepherd Sent: Tuesday, 21 April 2009 1:17 p.m. To: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] High

[Dspace-tech] Custom modules (overriding Dspace API)

2009-04-06 Thread Kim Shepherd
source tree) when it was first being discussed, which is even more frustrating for me ;) Cheers, Kim. -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato New Zealand DDI +64 7 838 4025

Re: [Dspace-tech] Custom modules (overriding Dspace API)

2009-04-06 Thread Kim Shepherd
Thanks Mark, this did the trick. Doh! (my previous name was custom-api which explains why that one mysteriously worked...) Cheers, Kim -Original Message- From: Mark Diggory [mailto:mdigg...@gmail.com] Sent: Tuesday, 7 April 2009 12:40 p.m. To: Kim Shepherd Cc: dspace-tech

Re: [Dspace-tech] [Dspace-general] digital image collections

2009-04-02 Thread Kim Shepherd
I've created a Wiki page for snippets/recipes, hopefully themes can be linked to from there as well: http://wiki.dspace.org/index.php/Manakin_Themes_and_Recipes My initial layout might need tweaking, but I thought I'd have a go at getting the ball rolling on this while I had a snippet to

Re: [Dspace-tech] a button labelled???jsp.mydspace.request.export.community.???

2009-03-08 Thread Kim Shepherd
/modules/jspui/src/main/webapp and alter them there. This will keep the originals intact and use your copies in any rebuilds. Cheers, Kim From: Van Ly [mailto:v...@library.usyd.edu.au] Sent: Friday, 6 March 2009 7:41 p.m. To: Kim Shepherd Cc: dspace-tech@lists.sourceforge.net Subject

Re: [Dspace-tech] Community does not exist error on Mac OS 10.5DSpace install

2009-03-05 Thread Kim Shepherd
...@yale.edu] Sent: Friday, 6 March 2009 11:54 a.m. To: Kim Shepherd; DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Community does not exist error on Mac OS 10.5DSpace install Hi Kim, Thanks for the response. I believe I had done this before, but as part of my troubleshooting, I

Re: [Dspace-tech] Community does not exist error on Mac OS 10.5DSpace install

2009-03-05 Thread Kim Shepherd
to worry about, /jspui is the one you want by default anyway. Cheers, Kim -Original Message- From: Kurzenberger, Eric [mailto:eric.kurzenber...@yale.edu] Sent: Friday, 6 March 2009 12:07 p.m. To: Kim Shepherd; DSpace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Community

Re: [Dspace-tech] a button labelled???jsp.mydspace.request.export.community.???

2009-03-05 Thread Kim Shepherd
Hi Van, Yes, you’re correct, that indicates a missing key from Messages.properties – I think this one is known to be missing from the 1.5.1 release, but it’s probably quicker to just add it in yourself rather than try to find it in the tracker. Cheers, Kim. From: Van Ly

Re: [Dspace-tech] Assigning input forms to collections

2009-02-26 Thread Kim Shepherd
From: Mark H. Wood [mailto:mw...@iupui.edu] Sent: Friday, 27 February 2009 5:14 a.m. On Thu, Feb 26, 2009 at 04:31:28PM +0200, mikan.d.dspace listmail wrote: At the moment Dspace uses input-forms.xml to map different forms for each collection. Has any effort been made to allow

Re: [Dspace-tech] script to validate all PDFs ?

2009-02-24 Thread Kim Shepherd
could use bitstream.bitstream_format_id to build a list of PDFs before running the filesystem-level tools, too..) Cheers, Kim. -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato DDI +64 7 838 4025 -Original Message- From: stuart yeates

Re: [Dspace-tech] Creator name not showing on browse/search

2009-02-11 Thread Kim Shepherd
Hi, I'm thinking you might not need to go this deep. This is from a standard Dspace 1.5.1 configuration file: ## Set the options for how authors are displayed in the browse listing # Define which field is the author/editor etc listing. This should be listed in the # field

Re: [Dspace-tech] [Dspace-general] opening a collection to submission to allregistered users

2009-02-04 Thread Kim Shepherd
Hi Wayne, [replying to dspace-tech rather than dspace-general, since it’s a slightly techie answer] It might come down to what pattern matching you can do on e-people to figure out who is a grad student and who isn’t... StackableAuthentication can be made to do some cool stuff... MIT do

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-04 Thread Kim Shepherd
Hi Sue, I’m pretty new at this stuff myself, but I’ve had a quick go at it too, to get a feel for it. I’m sure Mark will correct me if I’m wrong.. Going by these instructions, and assuming your compile was successful, I believe the key step is (c), adding appropriate dependencies.

Re: [Dspace-tech] Statistics error?

2009-02-03 Thread Kim Shepherd
Hi Zaya, It might be easier to track this problem down with debug-level logging. To do this, edit your [dspace]/config/log4j.properties and change log4j.rootCategory=INFO, A1 to log4j.rootCategory=DEBUG, A1. Then restart Dspace. Now you’ll be able to see all the SQL queries in your log,

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Kim Shepherd
and ant update_webapps. Hope this helps! Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato DDI +64 7 838 4025 From: Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] [mailto:susan.m.thorn...@nasa.gov] Sent

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Kim Shepherd
of: http://wiki.dspace.org/index.php/Building_DSpace_From_Source This is a nice guide, too: http://stephenjungels.com/jungels.net/articles/diff-patch-ten-minutes.html And last but not least, the SVN book: http://svnbook.red-bean.com/en/1.5/index.html Cheers, Kim. -- Kim Shepherd

Re: [Dspace-tech] Local modifications to DSpace .java programs, in 1.5.1

2009-02-03 Thread Kim Shepherd
Ah! Thanks for this info Mark, I never thought about managing local code this way... I’ve just been sticking to SVN, myself - partly because I intend to contribute most of my patches to the SF tracker and I understand that SVN diffs against latest tags/branches are preferred. I think you

Re: [Dspace-tech] STATISTICS

2009-02-03 Thread Kim Shepherd
, but it’s not mature enough to share yet. This mailing list thread is recommended reading, as well: http://www.nabble.com/Week-2:-Statistics-td19143593.html Cheers, Kim -- Kim Shepherd IRR Technical Specialist ITS Systems Development The University of Waikato DDI +64 7 838 4025

Re: [Dspace-tech] Reading dspace DB from other applications - tangent !

2009-02-02 Thread Kim Shepherd
as far as separating it from Dspace goes. Cheers, Kim. -Original Message- From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] Sent: Tuesday, 3 February 2009 12:11 a.m. To: Kim Shepherd; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] Reading dspace DB from other applications

  1   2   >