Moisés Álvarez | 1 Apr 2011 12:09
Favicon

springframework error calling dspace script

Hello all, I've recently updated my repository from 1.7.0 to 1.7.1 and now everytime I call [dspace]/bin/dspace commands I get this error before command is done:

[dspace <at> localhost bin]$ ./dspace index -r
java.lang.IllegalArgumentException: Resource path [/home/dspace/bin/dspace] does not denote a directory
        at org.springframework.core.io.support.PathMatchingResourcePatternResolver.retrieveMatchingFiles(PathMatchingResourcePatternResolver.java:563)
        at org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindMatchingFileSystemResources(PathMatchingResourcePatternResolver.java:543)
        at org.springframework.core.io.support.PathMatchingResourcePatternResolver.doFindPathMatchingFileResources(PathMatchingResourcePatternResolver.java:526)
        at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:342)
        at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:263)
        at org.dspace.servicemanager.config.DSpaceConfigurationService.loadInitialConfig(DSpaceConfigurationService.java:375)
        at org.dspace.servicemanager.config.DSpaceConfigurationService.<init>(DSpaceConfigurationService.java:60)
        at org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:145)
        at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:51)

Process is done, but this message appears always, I'm not sure which is it's origin. My previous version 1.7.0 doesn't show this message.
I will be really pleased If someone can help me on this. Thanks in advance.


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Mark H. Wood | 1 Apr 2011 16:29
Picon
Favicon

Re: Solr and 403s

On Thu, Mar 31, 2011 at 02:00:28PM -0400, Jeffrey Trimble wrote:
> Ah...my local server is a BIG AIX power6 box.  No monitor on it or web software.  :-)
> So, you really can't http://localhost:8080/solr on it.  

Try lynx.

Overkill solution: if you have the client X libraries installed, you
can run gooey app.s there and project the UI to anywhere on the
Internet.  I run Eclipse on a headless shared development box all the
time, and Firefox on occasion.

--

-- 
Mark H. Wood, Lead System Programmer   mwood@...
Asking whether markets are efficient is like asking whether people are smart.
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Jay Clark | 1 Apr 2011 16:32

Search Bitstream Metadata

Hi all,

With our repository we intend to have some unique metadata attached to the multiple bitstreams in an Item which is not represented in the Item record. The only problem we have with this is that the bitstream metadata is not searchable by default in DSpace. So, I’m trying to figure out how to search bitstream metadata (for example, the description field), or include bitstream metadata in the Discover module. Could someone please comment on how to enable this?

 

Thank you,

Jay Clark

 

Application Support Specialist

Mission Aviation Fellowship

Learning Technologies Division

www.maf.org & www.maflt.org

 

 

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Peter Dietz | 1 Apr 2011 19:09
Picon
Gravatar

Re: Search Bitstream Metadata

Hi Jay,

A potentially simple approach to this might be to make a curation task, that pulls the exif metadata out of the file itself, and writes it to some custom item metadata field.

I'm not aware of file metadata extractors available for Java, but from the terminal, I sometimes use "exiftool" to see information in the bitstream.


Peter Dietz



On Fri, Apr 1, 2011 at 10:32 AM, Jay Clark <jclark-DfD3arojGtU@public.gmane.org> wrote:

Hi all,

With our repository we intend to have some unique metadata attached to the multiple bitstreams in an Item which is not represented in the Item record. The only problem we have with this is that the bitstream metadata is not searchable by default in DSpace. So, I’m trying to figure out how to search bitstream metadata (for example, the description field), or include bitstream metadata in the Discover module. Could someone please comment on how to enable this?

 

Thank you,

Jay Clark

 

Application Support Specialist

Mission Aviation Fellowship

Learning Technologies Division

www.maf.org & www.maflt.org

 

 


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf

_______________________________________________
DSpace-tech mailing list
DSpace-tech-5NWGOfrQmnd4wTydcyPnfg@public.gmane.orgceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Jay Clark | 1 Apr 2011 19:27

Re: Search Bitstream Metadata

Hi Peter,

 

I’m not referring to metadata extraction, rather the bitstream File Description field that can be filled out when uploading a file into an Item.

 

We want to add a couple more fields to the bitstream’s metadata during the upload process and have those fields be searchable. Fields we want to add to the file upload form include: Type (for generic dcmitype values), Description (file description), Dimensions (page or image size), No. Pages (number of pages), etc…

 

As it is, the bitstream’s description field is not appearing in search results. We’ve assumed it is being stored as a dc.description field just like the Item, but I’m not sure that is the case…

 

Is bitstream metadata (description, file type, file size, etc…) treated the same as Item metadata? Can it be searched and found from within DSpace’s search box?

 

Thanks,

~Jay

 

From: Peter Dietz [mailto:pdietz84 <at> gmail.com]
Sent: Friday, April 01, 2011 11:10 AM
To: Jay Clark
Cc: dspace-tech <at> lists.sourceforge.net
Subject: Re: [Dspace-tech] Search Bitstream Metadata

 

Hi Jay,

A potentially simple approach to this might be to make a curation task, that pulls the exif metadata out of the file itself, and writes it to some custom item metadata field.

I'm not aware of file metadata extractors available for Java, but from the terminal, I sometimes use "exiftool" to see information in the bitstream.


Peter Dietz


On Fri, Apr 1, 2011 at 10:32 AM, Jay Clark <jclark <at> maf.org> wrote:

Hi all,

With our repository we intend to have some unique metadata attached to the multiple bitstreams in an Item which is not represented in the Item record. The only problem we have with this is that the bitstream metadata is not searchable by default in DSpace. So, I’m trying to figure out how to search bitstream metadata (for example, the description field), or include bitstream metadata in the Discover module. Could someone please comment on how to enable this?

 

Thank you,

Jay Clark

 

Application Support Specialist

Mission Aviation Fellowship

Learning Technologies Division

www.maf.org & www.maflt.org

 

 


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf

_______________________________________________
DSpace-tech mailing list
DSpace-tech <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Jeffrey Trimble | 1 Apr 2011 21:58
Favicon

Re: Solr and 403s

It looks like I have success with Lynx.  Nasty screens to look at.  

Someone at my institution has given me instructions to install  VNC for AIX and it will give me
GUI interfaces.  Our computer center is needing something similar for Oracle support, so it involves
X11 and then a few other pieces of software code.

So, why is solr so locked down that we can only use localhost to get to it?  It's not for the CIA, is it?

--Jeff

On Apr 1, 2011, at 10:29 AM, Mark H. Wood wrote:

> On Thu, Mar 31, 2011 at 02:00:28PM -0400, Jeffrey Trimble wrote:
>> Ah...my local server is a BIG AIX power6 box.  No monitor on it or web software.  :-)
>> So, you really can't http://localhost:8080/solr on it.  
> 
> Try lynx.
> 
> Overkill solution: if you have the client X libraries installed, you
> can run gooey app.s there and project the UI to anywhere on the
> Internet.  I run Eclipse on a headless shared development box all the
> time, and Firefox on occasion.
> 
> -- 
> Mark H. Wood, Lead System Programmer   mwood@...
> Asking whether markets are efficient is like asking whether people are smart.
> ------------------------------------------------------------------------------
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself; 
> WebMatrix provides all the features you need to develop and 
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@...
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

Jeffrey Trimble
System LIbrarian
William F.  Maag Library
Youngstown State University
330.941.2483 (Office)
jatrimble@...
http://www.maag.ysu.edu
http://digital.maag.ysu.edu
""For he is the Kwisatz Haderach..."

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Peter Dietz | 1 Apr 2011 22:22
Picon
Gravatar

Re: Solr and 403s

For a few reasons, check out: https://jira.duraspace.org/browse/DS-858

Also, I had posted this to just Jeff, but should have gone to the whole list.

Its a security measure, you can't view a remote /solr, hence forbidden, as opposed to server is acting wonky.

If I could remotely view your ysu.edu/solr, then I could view IP addresses of user's who've viewed specific files, and that somewhat breaches privacy things. Also, if you've got discovery, then I could view all metadata for an item, even metadata you might normally not show. Provenance is probably blocked, but say you had dc.contributor.
advisorsEmailAddress, I would be able to view that.

What you can do, is use that server to view its local solr.

ssh mydspace.edu
lynx localhost/solr/admin

Or, if you're l3et, you can ssh tunnel into your server, and setup a proxy to tunnel your http traffic over 22, then your local firefox, can be a local firefox on the server.
http://embraceubuntu.com/2006/12/08/ssh-tunnel-socks-proxy-forwarding-secure-browsing/




Peter Dietz



On Fri, Apr 1, 2011 at 3:58 PM, Jeffrey Trimble <jatrimble <at> ysu.edu> wrote:
It looks like I have success with Lynx.  Nasty screens to look at.

Someone at my institution has given me instructions to install  VNC for AIX and it will give me
GUI interfaces.  Our computer center is needing something similar for Oracle support, so it involves
X11 and then a few other pieces of software code.

So, why is solr so locked down that we can only use localhost to get to it?  It's not for the CIA, is it?

--Jeff

On Apr 1, 2011, at 10:29 AM, Mark H. Wood wrote:

> On Thu, Mar 31, 2011 at 02:00:28PM -0400, Jeffrey Trimble wrote:
>> Ah...my local server is a BIG AIX power6 box.  No monitor on it or web software.  :-)
>> So, you really can't http://localhost:8080/solr on it.
>
> Try lynx.
>
> Overkill solution: if you have the client X libraries installed, you
> can run gooey app.s there and project the UI to anywhere on the
> Internet.  I run Eclipse on a headless shared development box all the
> time, and Firefox on occasion.
>
> --
> Mark H. Wood, Lead System Programmer   mwood-ZBTkGdjEb46HXe+LvDLADg@public.gmane.org
> Asking whether markets are efficient is like asking whether people are smart.
> ------------------------------------------------------------------------------
> Create and publish websites with WebMatrix
> Use the most popular FREE web apps or write code yourself;
> WebMatrix provides all the features you need to develop and
> publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

Jeffrey Trimble
System LIbrarian
William F.  Maag Library
Youngstown State University
330.941.2483 (Office)
jatrimble-MqGRsGvQ6hI@public.gmane.org
http://www.maag.ysu.edu
http://digital.maag.ysu.edu
""For he is the Kwisatz Haderach..."


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
DSpace-tech mailing list
DSpace-tech-5NWGOfrQmnd4wTydcyPnfg@public.gmane.orgceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Nemiz, Elvi S. | 4 Apr 2011 08:01
Picon
Favicon

Bitstream to open in new tab or window

Dear all,

How can I make the bitstream open in new window or tab when clicked? I
am using version 1.7.1 with Mirage as my theme. Is there an online
tutorial about this? I can't find it in the manual. Thanks and more
power!

Best regards,
Elvi S. Nemiz
Information Assistant
Library and Data Bank Services Section
Training and Information Division
Aquaculture Department, Southeast Asian Fisheries Development Center (SEAFDEC)
Tigbauan, Iloilo
Philippines

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Rob Ingram | 4 Apr 2011 14:57
Picon
Picon
Favicon

OpenAIRE compliance

** Apologies for cross-posting **

 

Many UK institutions will be in receipt of funding from the European Commission as part of the Seventh Research Framework Programme (FP7). Publications in any of seven pilot areas of research must be made available as Open Access in either institutional or subject repositories and the OpenAIRE project aims to harvest content from repositories into a central portal. OpenAIRE has issued guidance that repositories should meet on order to support this harvesting. In addition, it has established a repository facility for researchers who do not have access to a compliant institutional or discipline-specific repository.

 

The Repositories Support Project has developed a briefing paper to support the UK repository community in implementing the OpenAIRE guidance. It summarises the OpenAIRE guidelines and provides technical information to enable DSpace and EPrints users to ensure their repositories are compliant. The RSP has also developed an add-on for EPrints which has been tested by the community. For DSpace, the RSP points to general guidance produced by FECYT in Spain and an add-on developed by the Portuguese RCAAP projects.

 

The briefing paper is available here http://www.rsp.ac.uk/help/publications/#briefing-papers

 

Regards,

 

                RSP

 

 

--

Rob Ingram

 

Technical Developer (RSP)

 

Centre for Research Communications

University of Nottingham

Greenfield Medical Library

A.31 Queen's Medical Centre

Nottingham NG7 2UH

 

T: +44 (0) 115 84 68602

F: +44 (0) 115 82 30549

rob.ingram-QabDm/c3fAmwa9SdKMSz+Q@public.gmane.org

 

http://rsp.ac.uk

http://crc.nottingham.ac.uk

 


This message and any attachment are intended solely for the addressee and may contain confidential information. If you have received this message in error, please send it back to me, and immediately delete it. Please do not use, copy or disclose the information contained in this message or in any attachment. Any views or opinions expressed by the author of this email do not necessarily reflect the views of the University of Nottingham.

This message has been checked for viruses but the contents of an attachment may still contain software viruses which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
Picon
Favicon
Gravatar

FW: [larc-ldr-errors-and-alerts] Langley Digital Repository (LDR) Internal Server Error

xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

Good morning,

I’ve been seeing this error recently in our filter-media cron.  I see it’s complaining about space, but I don’t know where the space problem is.  Does anyone know where exactly this would be?  I don’t think it’s on /assetstore or in our DSpace installation directory.  Is it possible it’s in a temporary directory it’s using to filter documents?

Thanks in advance,

Sue Walker-Thornton

 

 

 

Sue Walker-Thornton

Software Developer/Database Administrator

NASA Langley Research Center|LITES Contract

(757) 224-4074

 

 

-----Original Message-----
From: larc-ldr-errors-and-alerts-bounces <at> lists.nasa.gov [mailto:larc-ldr-errors-and-alerts-bounces <at> lists.nasa.gov] On Behalf Of LDR - Langley Digital Repository (1.5.1)
Sent: Saturday, April 02, 2011 9:28 PM
To: LDR - Langley Digital Repository Admin (Odyssey)
Subject: [larc-ldr-errors-and-alerts] Langley Digital Repository (LDR) Internal Server Error

 

 

An internal server error occurred on http://ldr.larc.nasa.gov:

 

Date......: 4/2/11 9:27 PM

Session ID: java.io.IOException: background merge hit exception: _tye0:c163542 _tyg9:c73 _tyga:c1 _tygb:c1 _tygc:c1 _tygd:c1 _tyge:c1 into _tygf [optimize]

      at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:1749)

      at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:1689)

      at org.apache.lucene.index.IndexWriter.optimize(IndexWriter.java:1669)

      at org.dspace.search.DSIndexer.optimizeIndex(DSIndexer.java:498)

      at org.dspace.search.DSIndexer.updateIndex(DSIndexer.java:663)

      at org.dspace.search.DSIndexer.updateIndex(DSIndexer.java:613)

      at org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.java:396)

Caused by: java.io.IOException: No space left on device

      at java.io.RandomAccessFile.writeBytes(Native Method)

      at java.io.RandomAccessFile.write(RandomAccessFile.java:466)

      at org.apache.lucene.store.FSDirectory$FSIndexOutput.flushBuffer(FSDirectory.java:599)

      at org.apache.lucene.store.BufferedIndexOutput.flushBuffer(BufferedIndexOutput.java:96)

      at org.apache.lucene.store.BufferedIndexOutput.flush(BufferedIndexOutput.java:85)

      at org.apache.lucene.store.BufferedIndexOutput.writeBytes(BufferedIndexOutput.java:75)

      at org.apache.lucene.store.IndexOutput.writeBytes(IndexOutput.java:40)

      at org.apache.lucene.index.CompoundFileWriter.copyFile(CompoundFileWriter.java:216)

      at org.apache.lucene.index.CompoundFileWriter.close(CompoundFileWriter.java:173)

      at org.apache.lucene.index.SegmentMerger.createCompoundFile(SegmentMerger.java:194)

      at org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:3137)

      at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:2834)

      at org.apache.lucene.index.ConcurrentMergeScheduler$MergeThread.run(ConcurrentMergeScheduler.java:240)

 

 

{3}

 

***************

* Exception.: *

***************

{4}

 

 

**Note......:  This error occurs due to one or more Java errors/exceptions in LDR and

is a "catch-all" for non-specific application errors.  Stack traces should be analyzed

to determine likely causes.  In addition, DSpace, PostgreSQL, and server logs can be examined

for specific error mesasges that may help with error diagnosis and resolution.

 

 

LDR Administration

 

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf

Gmane