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

2015-07-31 Thread Alan Orth
So I found the metadata_field_id for this metadata item using a known valid value: dspace=# select * from metadatavalue where text_value='DRYLAND CEREALS'; ... and then I tried to find text values containing several variations of |||, like '\|\|\|', '%|%', '%\|%' etc... dspace=# select item_id

[Dspace-tech] OAI Harvest Data issue

2015-07-31 Thread Sunil Sharma
Hi, I installed a test server and configure OAI-PMH server at my DSpace instance. When I harvest records or collection from DSpace Demo Server ( http://demo.dspace.org/oai/request), Records are fetching properly. But I want to fetch some Journal records (full replication) from WHO DSpace OAI

[Dspace-tech] dspace 4.2 with jboss 5.2

2015-07-31 Thread Vishank Gupta
Hi, Did anyone install dspace 4.2 with jboss 5.1 and java 1.7 ? Then plz tell me the process and needed .jar files in lib folder. -- Regards, From: Vishank Gupta -- ___

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

2015-07-31 Thread Alan Orth
Thanks for the interesting suggesting, Kim! This is happening in DSpace 4.3. I will try to poke around in the database, as you're probably right that this anomaly probably wouldn't make it through a CSV export... Alan On Thu, Jul 30, 2015 at 1:44 PM Kim Shepherd kim.sheph...@gmail.com wrote:

Re: [Dspace-tech] Scroll Bar Bug

2015-07-31 Thread Arthur Sady Cordeiro Rossetti
Hardy, sorry for the delay. I tried CSS but despite beeing able to reduce the size of the bar, when it is clicked, the contents just stay the same way, so the page size stays gigantic but you cant see why unless you click on the bar. I looked into the probelm with more detail, and in Dspace 4

Re: [Dspace-tech] dspace import throws NullPointerException

2015-07-31 Thread Graham Triggs
Hi, I think the point is that the value is returning null - e.g. it is not set in your dspace.cfg - and so a null is passed into the new File(), and throwing a NullPointerException. Ugh. That code needs updating - the static initializer in ItemImport ought to have try {} catch around it, and

Re: [Dspace-tech] dspace import throws NullPointerException

2015-07-31 Thread Layale Bassil
Hello Stefan, I am also facing exception when I try to import. I am using the same import command as the one you used, and I am getting the following exception at Line 108 which is (File tempWorkDirFile = new File(tempWorkDir); Exception in thread main java.lang.ExceptionInInitializerError