[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 -- ___ DS

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 serv

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 th

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 the

Re: [Dspace-tech] dspace import throws NullPointerException

2015-07-31 Thread Claudia Jürgen
Hello Layale, the import directory is configured in [dspace]/config/dspace.cfg ### Batch Item import settings ### # The directory where the results of imports will be placed (mapfile, upload file) org.dspace.app.batchitemimport.work.dir = ${dspace.dir}/imports The dspace.dir ist configured in d

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.ExceptionInInitializerErro