[Dspace-tech] Anonymous READ Authorization policy on the bitstream can't be deleted.

2015-08-04 Thread Evans, Kevin
Hi

I'm currently having an issue with an item that needs to be embargoed (it is 
currently withdrawn). It is currently has an embargo of 'forever'.

The issue is when the item is reinstated, the embargo doesn't come into force. 
Looking further looks like there is an Anonymous READ Authorization policy on 
the bitstream (.pdf).

However, having tried repeatedly, I'm unable to delete the policy from the 
bitstream when editing the item. (the bitstream shows no policies - but later 
reappears!)

How can I get round this? Should I add another 'ADMIN' policy to the bitstream 
and then try to again delete the Anonymous READ policy?


Kind Regards

Kevin

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Turning off email notifications for a dspace Group.

2015-07-09 Thread Evans, Kevin
Hi,

We have had a request from our library colleagues to turn off email 
notifications. The particular issue is as part of a Dspace Group (i.e. 
Curators) they receive an email notification for every item submitted.

Is there a straightforward way to turn these off per group? Have I missed 
something in the documentation?

Thanks in advance.

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Alternative (dc.title.alternative) overrides the Title (dc.title ) and displays the Alternative Title as the page title for an Item

2014-03-13 Thread Evans, Kevin
Hi Andea,

Thanks very much for your help, although I've tried it and doesn't seem to 
work, I'm afraid.
Cheers

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


From: Andrea Schweer [mailto:schw...@waikato.ac.nz]
Sent: 10 March 2014 00:30
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Alternative (dc.title.alternative) overrides the 
Title (dc.title ) and displays the Alternative Title as the page title for an 
Item

Hi Kevin,
On 08/03/14 03:22, Evans, Kevin wrote:
Thanks for the info. I think it is the page pagetitle element.

Oops, of course -- I hadn't spotted the page title in the subject :)

Yes, just change this line:
xsl:copy-of 
select=/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='title']/node()/
to
xsl:copy-of 
select=/dri:document/dri:meta/dri:pageMeta/dri:metadata[@element='title' and 
not(@qualifier)]/node()/
in your template.xsl file (line 300 of the version currently live on the ORE 
production server) and you should be set.

cheers,
Andrea



--

Dr Andrea Schweer

IRR Technical Specialist, ITS Information Systems

The University of Waikato, Hamilton, New Zealand
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Alternative (dc.title.alternative) overrides the Title (dc.title ) and displays the Alternative Title as the page title for an Item

2014-03-07 Thread Evans, Kevin
Hi Andrea,

Thanks for the info. I think it is the page pagetitle element.

Our theme is based on the Manakin Theme and to be honest has been ported across 
from version 1.4  1.61.8.2


Cheers

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


From: Andrea Schweer [mailto:schw...@waikato.ac.nz]
Sent: 05 March 2014 22:27
To: Evans, Kevin; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Alternative (dc.title.alternative) overrides the 
Title (dc.title ) and displays the Alternative Title as the page title for an 
Item

Hi Kevin,
On 06/03/14 05:59, Evans, Kevin wrote:
We are experiencing an issue in how an item is displayed. If an Alternative 
Title is submitted (dc.title.alternative) then this overrides the Title 
(dc.title) and displays the Alternative Title as the page title for an Item.

I have analysed the template.xsl, and the dspace.cfg but with no joy.

You will probably just need to change a bunch of

dim:field[@mdschema='dc' and @element='title']

to

dim:field[@mdschema='dc' and @element='title' and not(@qualifier)]

but this depends on your theme. What theme are you using / what standard theme 
is the basis for your customisations?

cheers,
Andrea


--

Dr Andrea Schweer

IRR Technical Specialist, ITS Information Systems

The University of Waikato, Hamilton, New Zealand
--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Alternative (dc.title.alternative) overrides the Title (dc.title ) and displays the Alternative Title as the page title for an Item

2014-03-05 Thread Evans, Kevin
Hi,

We are experiencing an issue in how an item is displayed. If an Alternative 
Title is submitted (dc.title.alternative) then this overrides the Title 
(dc.title) and displays the Alternative Title as the page title for an Item.

I have analysed the template.xsl, and the dspace.cfg but with no joy.

The Repository is on Dspace version 1.8. We have an older repository also 
(Dspace V1.6) where this is displayed correctly.

Any advice given is appreciated.


Cheers

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
Subversion Kills Productivity. Get off Subversion  Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] moving position of search box on dspace homepage - Version 1.8.2 (XMLUI)

2014-01-21 Thread Evans, Kevin
Hi Helix,

Just to say, with a few tweaks, this worked perfectly!

Cheers

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 13 January 2014 16:14
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] moving position of search box on dspace homepage - 
Version 1.8.2 (XMLUI)

On Mon, Jan 13, 2014 at 4:49 PM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote:
 We have had a request to move the position of the Simple Search box 
 from the below the ‘Communities’ list to above it. This has been done 
 on our other Dspace Repositories (which were earlier versions) but 
 despite searching the template.xsl and structural.xsl, I can’t see how to 
 change it.

Hi Kev,

there are a couple of ways you could do that. I'll write one that I think 
requires the least amount of work:

Put this in your theme's XSL file:
xsl:template name=disable_front-page-search
match=dri:div[@id='aspect.discovery.SiteViewer.div.front-page-search']
/xsl:template

And the following block to the appropriate place in 
[dspace]/config/news-xmlui.xml (this one assumes you have Discovery enabled; if 
you don't, just use the appropriate snippet from DRI and change the id 
attribute):

div id=aspect.discovery.SiteViewer.div.front-page-search-custom
interactive=yes rend=primary action=/discover
n=front-page-search method=get
headSearch DSpace/head
pEnter some text in the box below to search DSpace./p p field 
id=aspect.discovery.SiteViewer.field.query n=query type=text params/ 
/field field id=aspect.discovery.SiteViewer.field.submit n=submit 
type=button params/ value type=rawGo/value /field /p /div


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] moving position of search box on dspace homepage - Version 1.8.2 (XMLUI)

2014-01-13 Thread Evans, Kevin
Hi,

We have had a request to move the position of the Simple Search box from the 
below the 'Communities' list to above it. This has been done on our other 
Dspace Repositories (which were earlier versions) but despite searching the 
template.xsl and structural.xsl, I can't see how to change it.

We are using xmlui (version 1.8.2).

Any advice gratefully received.


Cheers

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Grant Number field not saving when editing Metadata.

2014-01-08 Thread Evans, Kevin
Hi,

We are having an issue when saving the Grant Number field when editing an Items 
Metadata.

It is fine when it is entered during the submission process and then Approved. 
However if 'Save and Exit' is used and then the submitter goes to the item to 
add the 'Grant Number' the field is not saved.

Any advice gratefully received.

Cheers

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] umlauts in Search results

2013-12-06 Thread Evans, Kevin
Hi All,

Our Library staff have identified an issue when using the Search in Dspace; 
specifically, browsing for Muller-Wille doesn't find the researcher 
Müller-Wille because the umlaut wasn't included in the search term.

I assume this is the same for academics who have accents etc. in their names.

Is it possible to change the browse so that it ignores accents, umlauts etc. or 
treats Müller-Wille the same as Muller-Wille? Can I update synonyms to do 
this?

Any advice much appreciated.

Cheers

Kevin

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 919, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Saving Metadata on unapproved items

2013-11-12 Thread Evans, Kevin
Hi,

Our users have noticed an oddity with Dspace.

When they add the grant number to an unapproved deposit and click save and 
Exit, leave the submission for a while and then go back to the metadata, the 
grant number added has disappeared. However, if I then approve the item the 
grant number does appear in the metadata of the approved item.

Is this a caching/session issue?

Cheers

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-10-02 Thread Evans, Kevin
Hi Helix,

Apologies for the long delay in response. We have applied the patch, but 
unfortunately, we are still getting the java.lang.NullPointerException:

Failed to process reader
context:/file:///opt/dspace/webapps/xmlui/sitemap.xmap - 375:71 map:read 
type=MetadataExportReader
context:/file:///opt/dspace/webapps/xmlui/sitemap.xmap - 374:61 map:match


Cheers

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.



-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 08 August 2013 08:26
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting 
metadata

Hi Kevin,

Adán was so kind to submit a patch. Please, try replacing the 
MetadataExport.java file with this one and report back whether it woks and what 
error do you see:

https://raw.github.com/muelle/DSpace/9fd599653bb16a5a915bb3d8f820b5a5abab60d3/dspace-api/src/main/java/org/dspace/app/bulkedit/MetadataExport.java


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Modify the emails automatically sent from Dspace (1.8.2)

2013-09-02 Thread Evans, Kevin
Hi,

We have had a request to modify the emails automatically sent from Dspace 
(1.8.2).

Is it possible to include the embargo date (if relevant)

Is it possible to include an additional email address (as cc) if a submission 
to the workflow is rejected.

Cheers

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573

Embrace. Extend. Extinguish.


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] dspace logs filling up 75% disk space

2013-08-13 Thread Evans, Kevin
Hi,

We are having an issue with dspace and other logs filling up disk space.
Dspace/Tomcat seems to be rotating the logs but we would like to clear these 
down after three months or so.

Is there a way to set this or script this?

Any advice much appreciated.

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573


--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-07 Thread Evans, Kevin
)
at org.apache.jk.common.ChannelSocket.send(ChannelSocket.java:539)
at org.apache.jk.common.JkInputStream.doWrite(JkInputStream.java:162)
at org.apache.coyote.Response.doWrite(Response.java:560)
at 
org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:353)
... 42 more

Kevin

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573



-Original Message-
From: Evans, Kevin 
Sent: 02 August 2013 13:08
To: 'heli...@centrum.sk'
Cc: 'dspace-tech@lists.sourceforge.net'
Subject: RE: [Dspace-tech] java.lang.NullPointerException when exporting 
metadata

Hi Helix,

Here are the results:

[root@vmdspace bin]# ./dspace metadata-export -f export.csv -i 10036/26 
Exporting community 'University of Exeter ' (10036/26)
Exception: null
java.lang.NullPointerException
at org.dspace.app.bulkedit.MetadataExport.main(MetadataExport.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
[root@vmdspace bin]#


For Info, this doesn't happen on all collections 

Cheers

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573



-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 02 August 2013 10:13
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting 
metadata

On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote:
 Thanks We are using Dspace 1.8.2.

 Does the code occur in the package you mention?

Yes, it hasn't changed:
https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/MetadataExportReader.java#L187

 It is an export of a community, containing several collections/items. 
 It has had its name changed recently

That shouldn't matter.

Let's try to find out whether the problem is in the CSV exporter or in Cocoon. 
Call the CSV exporter from the command line like this (replace
123456789/123 with the handle of your community):

[dspace]/bin/dspace metadata-export -f export.csv -i 123456789/123


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-02 Thread Evans, Kevin
Hi Helix,

Thanks We are using Dspace 1.8.2.

Does the code occur in the package you mention?

It is an export of a community, containing several collections/items. It has 
had its name changed recently. 

Kev

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573



-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 01 August 2013 19:21
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting 
metadata

Assuming you're running DSpace 3, here's the offending line:

https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace-xmlui/src/main/java/org/dspace/app/xmlui/cocoon/MetadataExportReader.java#L187

There are several things that could possibly be null: out, csv and
csv.toString() and csv.toString().getBytes(UTF-8). Is it possible you're 
exporting something that results in an empty CSV?

BTW index-update doesn't do anything related to CSV export. It updates metadata 
in the Lucene index from database. CSV export exports metadata from database.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-02 Thread Evans, Kevin
Hi Helix,

Here are the results:

[root@vmdspace bin]# ./dspace metadata-export -f export.csv -i 10036/26
Exporting community 'University of Exeter ' (10036/26)
Exception: null
java.lang.NullPointerException
at org.dspace.app.bulkedit.MetadataExport.main(MetadataExport.java:260)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
[root@vmdspace bin]#


For Info, this doesn't happen on all collections 

Cheers

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573



-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 02 August 2013 10:13
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting 
metadata

On Fri, Aug 2, 2013 at 10:29 AM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote:
 Thanks We are using Dspace 1.8.2.

 Does the code occur in the package you mention?

Yes, it hasn't changed:
https://github.com/DSpace/DSpace/blob/dspace-1.8.2/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/cocoon/MetadataExportReader.java#L187

 It is an export of a community, containing several collections/items. 
 It has had its name changed recently

That shouldn't matter.

Let's try to find out whether the problem is in the CSV exporter or in Cocoon. 
Call the CSV exporter from the command line like this (replace
123456789/123 with the handle of your community):

[dspace]/bin/dspace metadata-export -f export.csv -i 123456789/123


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-01 Thread Evans, Kevin
Hi,

We are having an issue with some of our collections coming back with a 
java.lang.NullPointerException
When running export metadata.

I have performed an index-update but hasn't fixed it.

Any advice please

Kevin

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573


--
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-08-01 Thread Evans, Kevin
Hi Helix

Attached is the full stacktrace.

I didn't run a command. An Admin ran it from the Admin  Export Metadata link

Kevin Evans
Systems Developer,
Research  Collaborative Systems,
Enterprise Applications,
Room 911, 9th Floor, Laver Building,
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573


-Original Message-
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: 01 August 2013 15:23
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] java.lang.NullPointerException when exporting 
metadata

On Thu, Aug 1, 2013 at 4:05 PM, Evans, Kevin kevin.ev...@exeter.ac.uk wrote:
 We are having an issue with some of our collections coming back with a 
 java.lang.NullPointerException

Hi Kevin,

that is a generic exception, we can't help without the full stacktrace, 
including the Caused by: lines.

Also, which command exactly did you run, including parameters?

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette 
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
org.apache.cocoon.ProcessingException: Failed to process reader
at map:read type=MetadataExportReader - 
file:///opt/dspace/webapps/xmlui/sitemap.xmap:375:71
at map:match - file:///opt/dspace/webapps/xmlui/sitemap.xmap:374:61
at 
org.apache.cocoon.ProcessingException.throwLocated(ProcessingException.java:111)
at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.handleException(AbstractProcessingPipeline.java:927)
at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.processReader(AbstractProcessingPipeline.java:659)
at 
org.apache.cocoon.components.pipeline.AbstractProcessingPipeline.process(AbstractProcessingPipeline.java:431)
at sun.reflect.GeneratedMethodAccessor100.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
org.apache.cocoon.core.container.spring.avalon.PoolableProxyHandler.invoke(PoolableProxyHandler.java:71)
at $Proxy35.process(Unknown Source)
at 
org.apache.cocoon.components.treeprocessor.sitemap.ReadNode.invoke(ReadNode.java:94)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:55)
at 
org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:87)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:143)
at 
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:78)
at 
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode.invoke(PipelinesNode.java:81)
at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:239)
at 
org.apache.cocoon.components.treeprocessor.ConcreteTreeProcessor.process(ConcreteTreeProcessor.java:171)
at 
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcessor.java:247)
at 
org.apache.cocoon.servlet.RequestProcessor.process(RequestProcessor.java:351)
at 
org.apache.cocoon.servlet.RequestProcessor.service(RequestProcessor.java:169)
at 
org.apache.cocoon.servlet.SitemapServlet.service(SitemapServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.apache.cocoon.servletservice.ServletServiceContext$PathDispatcher.forward(ServletServiceContext.java:468)
at 
org.apache.cocoon.servletservice.ServletServiceContext$PathDispatcher.forward(ServletServiceContext.java:443)
at 
org.apache.cocoon.servletservice.spring.ServletFactoryBean$ServiceInterceptor.invoke(ServletFactoryBean.java:264)
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy20.service(Unknown Source)
at 
org.apache.cocoon.servletservice.DispatcherServlet.service(DispatcherServlet.java:106)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.dspace.app.xmlui.cocoon.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter

[Dspace-tech] Repository bad gateway error

2011-05-26 Thread Evans, Kevin
Hi

 

We are building a new Dspace Repository and we have changed the base url for
the repository in the dspace.cfg.

 

But, accessing the site we get a 400 Bad Gateway error.
https://rdms.exeter.ac.uk/repository/
https://rdms.exeter.ac.uk/repository/

We have Restarted/Rebuilt and cleared coccoon cache, but to no avail.

We are using a remote assetstore.

 

Any advice gratefully received

 

Cheers

 

Kevin

 

 

Kevin Evans

Systems Developer,
Infrastructure Systems Team,

Room 54
5th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN

01392 725573

07775027574

 http://my.exeter.ac.uk http://my.exeter.ac.uk

 

This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.

 



smime.p7s
Description: S/MIME cryptographic signature
--
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Handle Server Problem

2011-05-12 Thread Evans, Kevin
Hi,

If you have restarted the handle and killed any processes, I suggest you
check the relevant ports are open on your network...

This type of thing drove me crazy for the longest time, also when I run the
initial script I answered no to encrypting the handle.

Kevin

-Original Message-
From: Cameron, Jacob [mailto:jacob.came...@uleth.ca] 
Sent: 12 May 2011 15:03
To: Cameron, Jacob; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Handle Server Problem

I tried a couple of things people suggested such as making sure I was
running the command prompt as an administrator, restarting the server to
make sure no odd java processes were running, and restarting all of the
DSpace services.  I still am getting an error when I try to start the handle
server.  Could it be due to running an encrypted handle?

I got this error when I tried to start it this morning.

2011/05/12 07:55:03 MDT 50 unspecified max_handlers count, using
default: 200
2011/05/12 07:55:03 MDT 50 unspecified max_handlers count, using
default: 200
2011/05/12 07:55:03 MDT 50 unspecified max_handlers count, using
default: 200
2011/05/12 07:55:03 MDT 25 Shutting down server at Thu May 12 07:55:03 MDT
2011
2011/05/12 07:55:03 MDT 75 class net.handle.server.HdlUdpInterface:
Error handling request: java.net.SocketException: socket closed
java.net.SocketException: socket closed
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at java.net.PlainDatagramSocketImpl.receive(Unknown Source)
at java.net.DatagramSocket.receive(Unknown Source)
at
net.handle.server.HdlUdpInterface.serveRequests(HdlUdpInterface.java:156
)
at
net.handle.server.NetworkInterface.run(NetworkInterface.java:150)
2011/05/12 07:55:03 MDT 75 class net.handle.server.HdlTcpInterface:
Error handling request: java.net.SocketException: socket closed
at java.lang.Thread.run(Unknown Source)
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
at
net.handle.server.HdlTcpInterface.serveRequests(HdlTcpInterface.java:155
)
at
net.handle.server.NetworkInterface.run(NetworkInterface.java:150)
at java.lang.Thread.run(Unknown Source)



--
Jake Cameron, BCS(UNB)
Technical Specialist III
Information Systems and Technical Services University of Lethbridge Library
Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the
intended recipient(s) and may contain information that is confidential or
privileged. If you are not the intended recipient, you are advised that any
dissemination, copying or other use of this e-mail is prohibited. Please
notify the sender of the error in communication by return e-mail and destroy
all copies of this e-mail.  Thank you.


-Original Message-
From: Cameron, Jacob [mailto:jacob.came...@uleth.ca]
Sent: Wednesday, May 11, 2011 3:55 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Handle Server Problem

I can not get our handle server to run on Windows 7.  I am getting the
following error (found in the handle-server directory error.txt file).
Any help would be appreciated.

2011/05/11 10:26:15 MDT 25 Started new run.
Saving global values to: C:\Users\dspace\.handle\root_info Saving global
values to: C:\Users\dspace\.handle\root_info
2011/05/11 10:26:23 MDT 50 unspecified max_handlers count, using
default: 200
2011/05/11 10:26:23 MDT 50 unspecified max_handlers count, using
default: 200
2011/05/11 10:26:23 MDT 50 unspecified max_handlers count, using
default: 200
2011/05/11 10:26:23 MDT 25 Shutting down server at Wed May 11 10:26:23 MDT
2011
2011/05/11 10:26:23 MDT 75 class net.handle.server.HdlUdpInterface:
Error handling request: java.net.SocketException: socket closed
java.net.SocketException: socket closed
at java.net.PlainDatagramSocketImpl.receive0(Native Method)
at java.net.PlainDatagramSocketImpl.receive(Unknown Source)
at java.net.DatagramSocket.receive(Unknown Source)
at
net.handle.server.HdlUdpInterface.serveRequests(HdlUdpInterface.java:156
)
at
net.handle.server.NetworkInterface.run(NetworkInterface.java:150)
at java.lang.Thread.run(Unknown Source)
2011/05/11 10:26:23 MDT 75 class net.handle.server.HdlTcpInterface:
Error handling request: java.net.SocketException: socket closed
java.net.SocketException: socket closed
at java.net.PlainSocketImpl.socketAccept(Native Method)
at java.net.PlainSocketImpl.accept(Unknown Source)
at java.net.ServerSocket.implAccept(Unknown Source)
at java.net.ServerSocket.accept(Unknown Source)
2011/05/11 10:26:23 MDT 75 class net.handle.server.HdlHttpInterface:
Error handling request: java.net.SocketException: socket closed
at

Re: [Dspace-tech] Hnade error

2011-05-09 Thread Evans, Kevin
You probably have more than one handle process running. you need to kill
these.

 

Then start handle server

 

Cheers

 

Kevin

 

From: Webshet, Sisay (ILRI) [mailto:s.webs...@cgiar.org] 
Sent: 09 May 2011 07:55
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Hnade error

 

Hello Guys,

 

My dsapce 1.6.2 works well on linux.

I can restart my handle server. I checked the log files it seems ok.


But Error - Cannot Connect to Server


Can anybody assist me

Thanks 

sisay

 



smime.p7s
Description: S/MIME cryptographic signature
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Hnade error

2011-05-09 Thread Evans, Kevin
Usually these commands work:

 

kill `ps awx | grep -i 'net.handle.server.Main' | grep -v grep | awk '{print
$1}'

 

kill `ps -ef | grep -i 'net.handle.server.Main' | grep -v grep | awk '{print
$2}'`

 

ps -ef | grep -i 'net.handle.server.Main' | grep -v grep

 

Kevin

 

From: Webshet, Sisay (ILRI) [mailto:s.webs...@cgiar.org] 
Sent: 09 May 2011 11:26
To: Evans, Kevin; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Hnade error

 

Hi Kevin

 

 

Yes we have 2 Dspace instances in a single machine.

How do I kill that

Thanks 

 

sisay

 

From: Evans, Kevin [mailto:kevin.ev...@exeter.ac.uk] 
Sent: Monday, May 09, 2011 12:17 PM
To: Webshet, Sisay (ILRI); dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Hnade error

 

You probably have more than one handle process running. you need to kill
these.

 

Then start handle server

 

Cheers

 

Kevin

 

From: Webshet, Sisay (ILRI) [mailto:s.webs...@cgiar.org] 
Sent: 09 May 2011 07:55
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Hnade error

 

Hello Guys,

 

My dsapce 1.6.2 works well on linux.

I can restart my handle server. I checked the log files it seems ok.


But Error - Cannot Connect to Server


Can anybody assist me

Thanks 

sisay

 



smime.p7s
Description: S/MIME cryptographic signature
--
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] handle server starting error

2011-01-28 Thread Evans, Kevin
Hi,

Not quite sure about Windows Server, but the trickiest issue I've found with
handle server is to make sure the ports are open on your network firewall.

Kevin

-Original Message-
From: Sudan Bhattarai [mailto:sbhatta...@libserv.ucmo.edu] 
Sent: 28 January 2011 16:30
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] handle server starting error

Hello,
Having trouble starting handle server. Any help is really appreciated. 
It is on windows server.


C:\Dspace\bindsrun net.handle.server.Main \dspace\handle-server
Using DSpace installation in: C:\Dspace
2011/01/28 10:09:07 CST 25 Rotating log files
UDP handle Request Listener:
address: /153.91.64.20
   port: 2641
HTTP handle Request Listener:
Starting UDP request handlers: TCP handle Request Listener:
.   address: /153.91.64.20
address: /153.91.64.20
   port: 8000
   port: 2641
Starting HTTP request handlers: Starting TCP request handlers: ..
C:\Dspace\bin


Here is my config file.

{
hdl_http_config = {
bind_address = 153.91.64.20
num_threads = 15
bind_port = 8000
backlog = 5
log_accesses = yes
}

server_type = server
hdl_udp_config = {
bind_address = 153.91.64.20
num_threads = 15
bind_port = 2641
log_accesses = yes
}

hdl_tcp_config = {
bind_address = 153.91.64.20
num_threads = 15
bind_port = 2641
backlog = 5
log_accesses = yes
}

log_save_config = {
log_save_interval = Monthly
}

no_udp_resolution = y
interfaces = (
hdl_udp
hdl_tcp
hdl_http
)

server_config = {
storage_type = CUSTOM
storage_class = org.dspace.handle.HandlePlugin
server_admins = (
300:0.NA/10768
)

replication_admins = (
300:0.NA/10768
)

max_session_time = 8640
this_server_id = 1
max_auth_time = 6
backup_admins = (
300:0.NA/10768
)

case_sensitive = no

}



--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


smime.p7s
Description: S/MIME cryptographic signature
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Displaying Recent Submissions on XMLUI homepage

2011-01-13 Thread Evans, Kevin
Hi Bram,

 

1.6

 

Cheers

 

Kevin

 

From: Bram Luyten [mailto:b...@mire.be] 
Sent: 13 January 2011 12:42
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net; Wellaway, Ian
Subject: Re: [Dspace-tech] Displaying Recent Submissions on XMLUI homepage

 

Right, I meant, which version, as you stated you are using XMLUI

rgds,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium

2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA


atmire.com http://atmire.com/  - Institutional Repository Solutions



On Thu, Jan 13, 2011 at 1:36 PM, Bram Luyten b...@mire.be wrote:

Hi Kevin,

which DSpace version  UI (JSP of XMLUI) are you using?

best regards,

Bram Luyten

@mire

Technologielaan 9 - 3001 Heverlee - Belgium

2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA


atmire.com http://atmire.com/  - Institutional Repository Solutions



On Wed, Jan 12, 2011 at 12:17 PM, Evans, Kevin kevin.ev...@exeter.ac.uk
wrote:

Hi Folks,

 

We want to display the recent submissions to our repository on the home page
{XMLUI}

 

Is there a relatively quick way to achieve this?

 

Cheers

 

Kevin

 

 

Kevin Evans

Systems Developer,
Infrastructure Systems Team,

Room 54
5th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN

01392 725573

07775027574

http://my.exeter.ac.uk

 

This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.

 

 


--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

 

 



smime.p7s
Description: S/MIME cryptographic signature
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Displaying Recent Submissions on XMLUI homepage

2011-01-12 Thread Evans, Kevin
Hi Folks,

 

We want to display the recent submissions to our repository on the home page
{XMLUI}

 

Is there a relatively quick way to achieve this?

 

Cheers

 

Kevin

 

 

Kevin Evans

Systems Developer,
Infrastructure Systems Team,

Room 54
5th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN

01392 725573

07775027574

 http://my.exeter.ac.uk http://my.exeter.ac.uk

 

This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.

 



smime.p7s
Description: S/MIME cryptographic signature
--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace: Postgres vs. Oracle

2010-07-27 Thread Evans, Kevin
Hi,
 
Just a general question.
 
We currently have two Dspace repositories running Postgres and are about to
build another. We are considering using Oracle for the new database. 
 
Can anyone give pros and cons of using Oracle?
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share 
of $1 Million in cash or HP Products. Visit us here for more details:
http://ad.doubleclick.net/clk;226879339;13503038;l?
http://clk.atdmt.com/CRS/go/247765532/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Using Lightbox etc with Dspace

2010-07-12 Thread Evans, Kevin
Hi,

This may seem more than obvious but I'm looking into using JQuery/Lightbox  
and/or Zoomify in our Dspace repository. {XMLUI}

Can anyone give me some hints/tricks/advice on using with Dspace?

Cheers

Kevin

Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk

This email and any attachment may contain information that is confidential, 
privileged, or subject to copyright, and which may be exempt from disclosure 
under applicable legislation. It is intended for the addressee only. If you 
received this message in error, please let me know and delete the email and any 
attachments immediately. The University will not accept responsibility for the 
accuracy/completeness of this e-mail and its attachments. The University cannot 
guarantee that this message and any attachments are virus free. Any views or 
opinions expressed in this message are my own and do not necessarily represent 
those of the University.
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Does anyone know how to take away (or add/edit) some of the options on the start page?

2010-05-05 Thread Evans, Kevin
Hi Magnus
 
You need to comment out and locate the specific templates (a tricky
business)
 
here is how I used it in xmlui (manikin theme)
 
snip
 
!-- Once the search box is built, the other parts of the options are added
--

  xsl:apply-templates select=dri:li...@n='browse']/
   !-- browse options menu --
   br /
  xsl:apply-templates select=dri:li...@n='account']/
  !-- account options menu -- 
   br /
   xsl:apply-templates select=dri:li...@n='context']/
   !-- submissions/context options menu --
   br /
   xsl:apply-templates select=dri:li...@n='administrative']/ 
  !-- administrative options menu --
   !--  xsl:apply-templates /   --
 
/snip
 
Hope this helps
 
Kevin

  _  

From: Magnus Norberg [mailto:mango_pa...@hotmail.com] 
Sent: 04 May 2010 21:55
To: DSpace techlist techlist
Subject: [Dspace-tech] Does anyone know how to take away (or add/edit) some
of the options on the start page?


Hello everyone,

Does anyone know how to take away (or add/edit) some of the options on the
start page?

I'm using Manakin, and Kubrick theme.

I know I can take away all search browse options beneath the Advanced
search by deleting the following:

!-- Once the search box is built, the other parts of the
options are added --
xsl:apply-templates /

in C:\DSpace\webapps\xmlui\themes\Kubrick\kubrick.xsl

But I want to take away some of them, and not all (and maybe add some other
browse search options)

Thank you for your help!

/Greeting, Magnus, Sweden


  _  

Hotmail i mobilen på 5 sekunder! Klicka här!
http://www.microsoft.com/sverige/windows/windowslive/thenewbusy.aspx  


smime.p7s
Description: S/MIME cryptographic signature
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] CC License page link problems

2010-04-29 Thread Evans, Kevin
Hi Debashree,

Maybe not much help but...I see the same in Dspace 1.5.2 

The conclusion I come to was you may need to localize the license.

Kevin

-Original Message-
From: Debashree Pati [mailto:dp...@oln.org] 
Sent: 26 April 2010 16:48
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] CC License page link problems

Hi,

Has anyone encountered these?

I have installed DSpace 1.6 and submitted an item containing CC License.
When I view the CC License page there are some errors:

1. The Legal Code (the full license) link at the bottom of the page gives
the error:

org.apache.cocoon.ResourceNotFoundException: Unable to locate bitstream
map:read type=BitstreamReader -
context:/file:///usr/local/tomcat/webapps/xmlui/sitemap.xmap - 281:70

2. The Use this license for your own work link at bottom of the page gives
error:

HTTP Status 404 - /choose/results-one
type Status report
message /choose/results-one
description The requested resource (/choose/results-one) is not available.

3. The logos for country and Free Cultural Works license at top of page
are missing

4. There are a lot of question marks on the available languages section on
top and after the to Share and to Remix texts.

Will appreciate any insight.

Thanks,
Debashree


--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


smime.p7s
Description: S/MIME cryptographic signature
--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse/Search not updating

2010-04-13 Thread Evans, Kevin
Hello, once again..
 
I'm encountering an oddity with our Dspace installation that I can only put
down to caching.
 
I have changed the browse config. I have reindexed the search.browse and on
most collections the changed menu appears fine. But on some the old option
still appears.
 
I have re-indexed search/browse and restarted as per documentation and this
has updated OK on our Dev instance. 
 
The only difference is we don't use http proxy on Live. (we are using !.5.2)
 
Any ideas? (gratefully received..)
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Handle plugins

2010-04-07 Thread Evans, Kevin
Hi Greg,

 

I had this one.

 

Check ports 2641  8000 are open on your network firewall.

 

Kevin

 

From: Heh, Gregory [mailto:h...@carnegielibrary.org] 
Sent: 05 April 2010 18:39
To: DSpace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Handle plugins

 

I can't seem to get the handle links to work for my instance of Dspace, they
just time out.  From what I can tell, I installed and configured the handle
server correctly on my Virtual RHEL 5 server.  The handle-server.log has no
errors after starting the handle server.

 

UDP handle Request Listener:

   address: /

  port: 2641

Starting UDP request handlers: ...

TCP handle Request Listener:

   address: /

  port: 2641

Starting TCP request handlers: .HTTP handle Request Listener:

   address: /

  port: 8000

Starting HTTP request handlers: .DONE



 

All I noticed were these two errors in handle-plugins.log

 

2010-04-05 13:31:25,541 INFO  org.dspace.handle.HandlePlugin @ Called init
(not implemented)

2010-04-05 13:31:25,543 INFO  org.dspace.handle.HandlePlugin @ Called
scanNAs (not implemented)

 

Any advice would be greatly appreciated.  Thank you.

 

Greg

This email message and any files transmitted with it are intended only for
the use of the individual or entity to which it is addressed and may contain
information that is privileged, confidential, and exempt from disclosure
under applicable law.? Any use, distribution, copying or disclosure by
anyone other than the intended individual or entity is prohibited without
prior approval.? If you have received this information in error, please
notify the sender immediately.
 


smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Adding bitstream formats for creative commons link

2010-04-01 Thread Evans, Kevin
Hi.
 
Here @Exeter we are primarily using a Creative Commons license with an
embedded link. 
 
However, when viewed in every other browser than IE this just displays the
html. I've boiled this down to the bitstream format, and its possible mainly
to add it to the known formats per item, but is labour intensive.
 
I therefore wish to add it to 'known' bitstream formats, can anyone tell me
the correct MIME type/format I should be using?
 
Example:
https://open-dev.exeter.ac.uk/repository/bitstream/handle/10582.1/201/licens
e_text?sequence=3
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Localising CC License

2010-03-16 Thread Evans, Kevin
Hi,
 
We wish to localise the Creative Commons License in our XMLUI build (1.5.2),
but we don't have the source files installed:
 
http://wiki.dspace.org/index.php/LocaliseCreativeCommons
 
I've download the source for the specific package, and understand I will
need to edit the .java file and recompile the .jar
 
but...I'm a little reticent to do this...does anyone have a workaround?
 
Advise, as ever, gratefully received
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] start handle script

2010-02-18 Thread Evans, Kevin
Thanks Sean,

We'll give it a try

Kevin 

-Original Message-
From: Sean Carte [mailto:sean.ca...@gmail.com] 
Sent: 18 February 2010 11:53
To: Evans, Kevin
Cc: Dspace-Tech-List
Subject: Re: [Dspace-tech] start handle script

On 16 February 2010 13:19, Evans, Kevin kevin.ev...@exeter.ac.uk wrote:
 Can someone point me to a good Unix script to auto start handle(s) 
 after a Tomcat reboot?

Gary Brown posted this a while ago ... I don't *think* I've made any
modifications to his original. Anyway, this works well for me on Ubuntu
Linux, so it may be worth adding to the wiki:

#!/bin/sh

#
# description: Starts and stops the handle service #

start() {
KIND=handle
su - dspace -c /dspace/bin/start-handle-server 21  /dev/null
RETVAL=$?
echo -n $Starting $KIND services: 
return $RETVAL
}

stop() {
echo Stopping handle server...
PID=`/bin/ps -ef | grep java | grep log4j-handle | grep -v 'grep' |
awk '{print $2}'`
if [ ! -z $PID ] ; then
for process in ${PID}
do
/bin/kill $process
echo Killed process $process
done
fi
}

restart() {
stop
start
}

status() {
PID=`/bin/ps -ef | grep java | grep log4j-handle | grep -v 'grep' |
awk '{print $2}'`
if [ ! -z $PID ] ; then
echo Handle server service is running (PID $PID).
else
echo Handle server service is stopped.
fi
}

case $1 in
start)
start
;;
stop)
stop
;;
restart)
restart
;;
status)
status
;;
*)
echo $Usage: $0 {start|stop|restart|status}
exit 1
esac
exit $?

--
Sean Carte
esAL Library Systems Manager
+27 72 898 8775
+27 31 373 2490
fax: 0866741254
http://esal.dut.ac.za/


smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] start handle script

2010-02-16 Thread Evans, Kevin
Hi Folks,

 

Can someone point me to a good Unix script to auto start handle(s) after a
Tomcat reboot?

 

Cheers 

 

Kevin

 

Kevin Evans MA

Web Services Developer,

Integration and Webservices,

Room 901,

9th Floor, Laver Building

University of Exeter,

Exeter,

Devon,

EX4 4QE

01392 725573

+447775027574

 http://my.exeter.ac.uk http://my.exeter.ac.uk

 

This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.

attachment: Kevin_Evans_(kevin.evans@exeter.ac.uk).vcf


smime.p7s
Description: S/MIME cryptographic signature
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Date Issued NOT appearing in submission process

2010-02-11 Thread Evans, Kevin
Hi,
 
Despite being in the the input-form.xml (traditional form) the Date Issued
Field does not appear in the form submission process.
 
I'm seriously confused by this!
 
any advise MUCH appreciated
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
Times Higher University of the Year 2007-2008
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] License submission steps

2010-02-04 Thread Evans, Kevin
Hello yet again list
 
I have a question about the License submission steps.
 
We wish to use both the default license and the CC License. But we wish to
swap the order the submitter chooses. i.e Default License first followed by
CC License. 
 
Is this possible in XMLUI?
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
Times Higher University of the Year 2007-2008
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


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

2010-02-03 Thread Evans, Kevin
Thanks Kim,
 
Yes, I checked the formatting..but mysteriously after a couple more restarts
the news appeared... just a glitch I guess
 
Kevin

  _  

From: Kim Shepherd [mailto:k...@waikato.ac.nz] 
Sent: 02 February 2010 19:22
To: Evans, Kevin
Cc: dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] changes in news-xmlui.xml not picked up after
tomcatrestart



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 February 2010 4:53 a.m.
To: Dspace-Tech-List
Subject: [Dspace-tech] changes in news-xmlui.xml not picked up after
tomcatrestart

 

Hi again list!

 

I have changed the text in news-xmlui.xml and restarted the server, but
doesn't Dspace isn't picking up the changes (In fact nothing is displayed).

 

I have added static content to template.xsl as temporary workaround...

 

I have recently implemented our own theme - am I missing a step?

 

Cheers 

 

Kevin

 

Kevin Evans MA

Web Services Developer,

Integration and Webservices,

Room 901,

9th Floor, Laver Building

University of Exeter,

Exeter,

Devon,

EX4 4QE

01392 725573

+447775027574

http://my.exeter.ac.uk http://my.exeter.ac.uk/ 

 

This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.

 



smime.p7s
Description: S/MIME cryptographic signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] changes in news-xmlui.xml not picked up after tomcat restart

2010-02-01 Thread Evans, Kevin
Hi again list!
 
I have changed the text in news-xmlui.xml and restarted the server, but
doesn't Dspace isn't picking up the changes (In fact nothing is displayed).
 
I have added static content to template.xsl as temporary workaround...
 
I have recently implemented our own theme - am I missing a step?
 
Cheers 
 
Kevin
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf

smime.p7s
Description: S/MIME cryptographic signature
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dc.identifier.uri dcterms.uri

2010-01-25 Thread Evans, Kevin
Hi,
 
I'm having an issue with mapping dc.identifier.uri to dcterms.uri despite it
being mapped in DCC Crosswalk.
 
I have created a custom dcterms input form but I'm unable to pick it when I
create a field or value-pair.
 
I wish dcterms.uri to overide dc.identifier.uri in the Item Record and
appear in the generated xml
 
Am I missing something?
 
Cheers 
 
Kevin
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] kill handle server process ids (George Vernon)

2010-01-22 Thread Evans, Kevin
 Thanks Guys,

That's helpful. 

Further to that I'm still getting errors from the Handle Server and the
Handle cannot connect.

2010/01/19 01:21:22 GMT 25 Started new run.
2010/01/19 01:21:23 GMT 50 unspecified max_handlers count, using default:
200
2010/01/19 01:21:23 GMT 50 unspecified max_handlers count, using default:
200
2010/01/19 01:21:23 GMT 50 unspecified max_handlers count, using default:
200

Any Ideas?

Cheers

Kevin

-Original Message-
From: Filippos Kolovos [mailto:filip...@uom.gr] 
Sent: 22 January 2010 07:11
To: Dspace-Tech-List
Subject: Re: [Dspace-tech] kill handle server process ids (George Vernon)

Hi George,

You can also try ps cauxf | grep java,
the processes started as dspace, one of them is the handle server and the
other the tomcat. The one under dsrun is the handle server, unless you are
not running anything else with dsrun at the time

Regards,


--
Filippos Kolovos
Software Systems Analyst  Engineer
M.Sc. (Eng.) in Data Communications

Automation  Networking Department
University of Macedonia Library
Egnatia 156, P.O.Box 1591
540 06 Thessaloniki, Greece

E-Mail: f.kolo...@ieee.org,
   filip...@uom.gr
Profile: http://www.linkedin.com/in/filipposkolovos
---


- Original Message -  Message: 1
 Date: Thu, 21 Jan 2010 12:30:56 +
 From: George Vernon george.ver...@plymouth.ac.uk
 Subject: [Dspace-tech]  kill handle server process ids
 To: dspace-tech@lists.sourceforge.net
 dspace-tech@lists.sourceforge.net
 Message-ID:
 e3e8141563695f4da9fa39fa3c06e7c86849ab6...@ils130.uopnet.plymouth.ac.
 uk

 Content-Type: text/plain; charset=us-ascii


 I'm fairly new to Dspace

 Does anyone know a quick way to locate the process id of a handle 
 server. I need to kill the process.

 Cheers

 Kevin

 Hi Kevin,

 On a Unix type platform you could use:

  lsof | grep hdl

 the pid is the second column.

 George
 ILS, University of Plymouth





--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for
Conference attendees to learn about information security's most important
issues through interactions with peers, luminaries and emerging and
established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] kill handle server process ids

2010-01-19 Thread Evans, Kevin
Hi,
 
I'm fairly new to Dspace
 
Does anyone know a quick way to locate the process id of a handle server. I
need to kill the process.
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
Times Higher University of the Year 2007-2008
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DCterms Schema on Dspace

2010-01-19 Thread Evans, Kevin
Hi,
 
We have added a DCTerms schema to one of our Dspace Installations. 
 
Although I'm convinced its working. Do/can  I add custom elements to the
input-forms.xml
 
I note that it doesn't recognise dc-qualifier as a field (which is correct
for dcterms schema).
 
Any advice gratefully received.
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
Times Higher University of the Year 2007-2008
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace LDAP Accounts

2010-01-12 Thread Evans, Kevin
Hi, 
 
We have set up LDAP Authentication on our Dspace repository, and is
configured correctly. 
 
BUT, only some users are able to access the repository using LDAP, others
are not (all exist in our LDAP)
 
Am  I missing something?
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
Times Higher University of the Year 2007-2008
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace LDAP Accounts

2010-01-12 Thread Evans, Kevin
Hi Robin,

We are using dspace 1.5.1 (I think)

We are using org.dspace.authenticate.LDAPAuthentication in dspace.cfg

Kevin 

-Original Message-
From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] 
Sent: 12 January 2010 14:48
To: Evans, Kevin; dspace-tech@lists.sourceforge.net
Subject: RE: [Dspace-tech] Dspace LDAP Accounts

Hi Kevin,

I am definitely no expert but here goes anyway... I think it depends on the
structure of your LDAP. It seems there are typically two types, one flat and
one hierarchical. My guess is that yours is the hierarchical and you are
finding matches for those users at the level you are coming in at, but you
are missing out on those further down the tree. I think that the latest
version of Dspace comes with 2 LDAP authenticators. Can you find out which
one you are using ?

Cheers, Robin. 
  

 -Original Message-
 From: Evans, Kevin [mailto:kevin.ev...@exeter.ac.uk]
 Sent: 12 January 2010 13:06
 To: 'dspace-tech@lists.sourceforge.net'
 Subject: [Dspace-tech] Dspace LDAP Accounts
 
 Hi,
  
 We have set up LDAP Authentication on our Dspace repository, and is 
 configured correctly.
  
 BUT, only some users are able to access the repository using LDAP, 
 others are not (all exist in our LDAP)
  
 Am  I missing something?
  
 Cheers
  
 Kevin
  
  
 Kevin Evans MA
 Web Services Developer,
 Integration and Webservices,
 Room 901,
 9th Floor, Laver Building,
 University of Exeter
 North Park Road,
 Exeter,
 EX4 4RN
 01392 725573
 07775027574
 http://my.exeter.ac.uk http://my.exeter.ac.uk/
  
 Times Higher University of the Year 2007-2008
  
 This email and any attachment may contain information that is 
 confidential, privileged, or subject to copyright, and which may be 
 exempt from disclosure under applicable legislation.
 It is intended for the addressee only. If you received this message in 
 error, please let me know and delete the email and any attachments 
 immediately. The University will not accept responsibility for the 
 accuracy/completeness of this e-mail and its attachments. The 
 University cannot guarantee that this message and any attachments are 
 virus free. Any views or opinions expressed in this message are my own 
 and do not necessarily represent those of the Universitydon't 
 waste your life reading this trash and get out and live.
  
 


--
The University of Edinburgh is a charitable body, registered in Scotland,
with registration number SC005336.



smime.p7s
Description: S/MIME cryptographic signature
--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] removing my account panel from dspace manakin

2009-12-07 Thread Evans, Kevin
Hi,
 
I wish to remove/hide the 'My Account' Panel from the Dspace Manakin Theme.
 
How can I do this?
 
I can't locate it in the structural.xsl
 
Cheers 
 
Kevin
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Error in Handle Server Simple Set up

2009-11-25 Thread Evans, Kevin
Hi,
 
I'm setting up a handle server for a new dspace repository:
 
On generating the Private Key I receive the follow error:
 
Exception in thread main java.lang.NoClassDefFoundError:
net.handle.security.provider.SunJceHdlSecurityProvider
   at java.lang.Class.initializeClass(libgcj.so.7rh)
   at java.lang.Class.forName(libgcj.so.7rh)
   at java.lang.Class.forName(libgcj.so.7rh)
   at
net.handle.security.HdlSecurityProvider.getInstance(HdlSecurityProvider.java
:36)
   at net.handle.hdllib.Util.encrypt(Util.java:890)
   at net.handle.hdllib.Util.encryptIfPossible(Util.java:931)
   at net.handle.server.SimpleSetup.generateKeys(SimpleSetup.java:527)
   at net.handle.server.SimpleSetup.main(SimpleSetup.java:331)
Caused by: java.lang.ClassNotFoundException: com.sun.crypto.provider.SunJCE
not found in
gnu.gcj.runtime.SystemClassLoader{urls=[file:./,file:/mnt/opt/dspace/lib/act
ivation-1.1.jar,file:/mnt/opt/dspace/lib/bcmail-jdk14-136.jar,file:/mnt/opt/
dspace/lib/bcprov-jdk14-136.jar,file:/mnt/opt/dspace/lib/commons-cli-1.0.jar
,file:/mnt/opt/dspace/lib/commons-codec-1.3.jar,file:/mnt/opt/dspace/lib/com
mons-collections-3.2.jar,file:/mnt/opt/dspace/lib/commons-dbcp-1.2.2.jar,fil
e:/mnt/opt/dspace/lib/commons-fileupload-1.2.1.jar,file:/mnt/opt/dspace/lib/
commons-io-1.4.jar,file:/mnt/opt/dspace/lib/commons-lang-2.2.jar,file:/mnt/o
pt/dspace/lib/commons-logging-1.0.jar,file:/mnt/opt/dspace/lib/commons-pool-
1.4.jar,file:/mnt/opt/dspace/lib/dom4j-1.6.1.jar,file:/mnt/opt/dspace/lib/ds
pace-api-1.5.2.jar,file:/mnt/opt/dspace/lib/dspace-api-lang-1.5.2.1.jar,file
:/mnt/opt/dspace/lib/fontbox-0.1.0.jar,file:/mnt/opt/dspace/lib/handle-5.3.4
.jar,file:/mnt/opt/dspace/lib/icu4j-3.4.4.jar,file:/mnt/opt/dspace/lib/jargo
n-1.4.25.jar,file:/mnt/opt/dspace/lib/jaxen-1.1.jar,file:/mnt/opt/dspace/lib
/jdom-1.0.jar,file:/mnt/opt/dspace/lib/jempbox-0.2.0.jar,file:/mnt/opt/dspac
e/lib/log4j-1.2.14.jar,file:/mnt/opt/dspace/lib/lucene-analyzers-2.3.0.jar,f
ile:/mnt/opt/dspace/lib/lucene-core-2.3.0.jar,file:/mnt/opt/dspace/lib/mail-
1.4.jar,file:/mnt/opt/dspace/lib/mets-1.5.2.jar,file:/mnt/opt/dspace/lib/oro
-2.0.8.jar,file:/mnt/opt/dspace/lib/pdfbox-0.7.3.jar,file:/mnt/opt/dspace/li
b/poi-2.5.1-final-20040804.jar,file:/mnt/opt/dspace/lib/postgresql-8.1-408.j
dbc3.jar,file:/mnt/opt/dspace/lib/rome-0.8.jar,file:/mnt/opt/dspace/lib/tm-e
xtractors-0.4.jar,file:/mnt/opt/dspace/lib/xalan-2.7.0.jar,file:/mnt/opt/dsp
ace/lib/xercesImpl-2.8.1.jar,file:/mnt/opt/dspace/lib/xml-apis-1.3.02.jar,fi
le:/mnt/opt/dspace/lib/xmlParserAPIs-2.0.2.jar,file:/mnt/opt/dspace/config/]
, parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(libgcj.so.7rh)
   at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
   at java.lang.Class.forName(libgcj.so.7rh)
   at java.lang.Class.initializeClass(libgcj.so.7rh)
   ...7 more

Any advice gratefully recieved
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
Times Higher University of the Year 2007-2008
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-04 Thread Evans, Kevin
Hi Claudia,

I commented out the date created field (webui.browse.index.1 =
dateissued:item:dateissued) and then renumbered 

When running index-init I get java errors:

Creating browse index
Exception in thread main java.lang.NoSuchMethodError: method
java.util.Collections.addAll with signature
(Ljava.util.Collection;[Ljava.lang.Object;)Z was not found.
   at org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:167)
   at
org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(IndexBrowse.java
:1201)
   at org.dspace.browse.IndexBrowse.getSortValues(IndexBrowse.java:510)
   at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:368)
   at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1106)
   at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1056)
   at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:707)
Creating search index

Thanks for your help so far

Kevin

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 03 November 2009 15:53
To: Evans, Kevin
Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
Subject: Re: [Dspace-tech] Recent Submissions not appearing in Dspace
search

Hello Kevin,


what did you change in the browse configuration?
Which tables are there after you ran index-init? You can get these with psql
[yourdbname] then \d to obtain a list. Assuming you are using Postgres.


Are there any errors logged like, e.g.:
org.dspace.browse.BrowseException: org.postgresql.util.PSQLException: 
ERROR: relation with OID [n] does not exist

Hope that helps

Claudia Jürgen


Evans, Kevin schrieb:
 Hi Claudia,
 
 Thanks for your reply.
 
 I didn't change the parameters you mentioned but I have changed the browse
 settings and ran  [dspace]/bin/index-init afterwards. 
 
 This is when the results stopped appearing.
 
 Can you give me some advice?
 
 Cheers
 
 Kevin
 
 -Original Message-
 From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
 Sent: 02 November 2009 13:29
 To: Evans, Kevin
 Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
 Subject: Re: [Dspace-tech] Recent Submissions not appearing in Dspace
 search
 
 Hello Kevin,
 
 what did you change in the dspace.cfg?
 
 Did you change any of these parameters:
 
 webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date
 
 recent.submissions.sort-option
 recent.submissions.count
 plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
 plugin.sequence.org.dspace.plugin.CollectionHomeProcessor
 
 And with regards to re-index. Did you change any browse settings and run
 [dspace]/bin/index-init afterwards?
 
 Hope that helps
 
 Claudia Jürgen
 
 
 Evans, Kevin schrieb:
 Hi,
  
 After a change to the dspace.cfg and a re-index Recent Submissions 
 feature in the repository has disappeared from all collections and
 community pages.
  
 Can the dates between recent submissions be set to allow for all 
 submissions to be available. We have added a test submission and that
 appears.
  
 There doesn't seem to be much in the logs

 Cheers
  
 Kevin
  
 Kevin Evans MA
 Web Services Developer,
 Integration and Webservices,
 Room 901,
 9th Floor, Laver Building
 University of Exeter,
 Exeter,
 Devon,
 EX4 4QE
 01392 725573
 +447775027574
 http://my.exeter.ac.uk http://my.exeter.ac.uk/
  
 This email and any attachment may contain information that is 
 confidential, privileged, or subject to copyright, and which may be 
 exempt from disclosure under applicable legislation. It is intended 
 for the addressee only. If you received this message in error, please 
 let me know and delete the email and any attachments immediately. The 
 University will not accept responsibility for the 
 accuracy/completeness of this e-mail and its attachments. The 
 University cannot guarantee that this message and any attachments are 
 virus free. Any views or opinions expressed in this message are my own
and
 do not necessarily represent those of the University.
  



 --
 --

 --
  Come build with us! The BlackBerry(R) Developer Conference in 
 SF, CA is the only developer event you need to attend this year. 
 Jumpstart your developing skills, take BlackBerry mobile applications 
 to market and stay ahead of the curve. Join us from November 9 - 12, 
 2009. Register now!
 http://p.sf.net/sfu/devconference


 --
 --

 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 



--
 Come build with us! The BlackBerry(R) Developer Conference in SF, CA
 is the only developer event you need to attend

Re: [Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-04 Thread Evans, Kevin
Hi Claudia,

Seems we have two Java versions on our Dspace configuration (Dspace 1.5)

Setting the .env to the correct JAVA_HOME has remedied the situation.

I ran index-update and everything is appearing correctly now.

Cheers

Kevin 

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 04 November 2009 13:54
To: Evans, Kevin
Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
Subject: Re: [Dspace-tech] Recent Submissions not appearing in Dspace
search

Hello Kevin,

so the browse index creation failed and you got no bi_item table. This is
why there are no recent submissions displayed, the recent submissions use
the basic item index afair.

What is your current browse configuration and which version of DSpace are
you using?

Hope that helps

Claudia Jürgen




Evans, Kevin schrieb:
 Hi Claudia,
 
 I commented out the date created field (webui.browse.index.1 =
 dateissued:item:dateissued) and then renumbered
 
 When running index-init I get java errors:
 
 Creating browse index
 Exception in thread main java.lang.NoSuchMethodError: method 
 java.util.Collections.addAll with signature 
 (Ljava.util.Collection;[Ljava.lang.Object;)Z was not found.
at org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:167)
at
 org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(IndexBrows
 e.java
 :1201)
at org.dspace.browse.IndexBrowse.getSortValues(IndexBrowse.java:510)
at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:368)
at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1106)
at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1056)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:707)
 Creating search index
 
 Thanks for your help so far
 
 Kevin
 
 -Original Message-
 From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
 Sent: 03 November 2009 15:53
 To: Evans, Kevin
 Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
 Subject: Re: [Dspace-tech] Recent Submissions not appearing in 
 Dspace search
 
 Hello Kevin,
 
 
 what did you change in the browse configuration?
 Which tables are there after you ran index-init? You can get these 
 with psql [yourdbname] then \d to obtain a list. Assuming you are using
Postgres.
 
 
 Are there any errors logged like, e.g.:
 org.dspace.browse.BrowseException: org.postgresql.util.PSQLException: 
 ERROR: relation with OID [n] does not exist
 
 Hope that helps
 
 Claudia Jürgen
 
 
 Evans, Kevin schrieb:
 Hi Claudia,

 Thanks for your reply.

 I didn't change the parameters you mentioned but I have changed the 
 browse settings and ran  [dspace]/bin/index-init afterwards.

 This is when the results stopped appearing.

 Can you give me some advice?

 Cheers

 Kevin

 -Original Message-
 From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de]
 Sent: 02 November 2009 13:29
 To: Evans, Kevin
 Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
 Subject: Re: [Dspace-tech] Recent Submissions not appearing in 
 Dspace search

 Hello Kevin,

 what did you change in the dspace.cfg?

 Did you change any of these parameters:

 webui.itemlist.sort-option.3 = 
 dateaccessioned:dc.date.accessioned:date

 recent.submissions.sort-option
 recent.submissions.count
 plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
 plugin.sequence.org.dspace.plugin.CollectionHomeProcessor

 And with regards to re-index. Did you change any browse settings and 
 run [dspace]/bin/index-init afterwards?

 Hope that helps

 Claudia Jürgen


 Evans, Kevin schrieb:
 Hi,
  
 After a change to the dspace.cfg and a re-index Recent Submissions 
 feature in the repository has disappeared from all collections and
 community pages.
  
 Can the dates between recent submissions be set to allow for all 
 submissions to be available. We have added a test submission and 
 that
 appears.
  
 There doesn't seem to be much in the logs

 Cheers
  
 Kevin
  
 Kevin Evans MA
 Web Services Developer,
 Integration and Webservices,
 Room 901,
 9th Floor, Laver Building
 University of Exeter,
 Exeter,
 Devon,
 EX4 4QE
 01392 725573
 +447775027574
 http://my.exeter.ac.uk http://my.exeter.ac.uk/
  
 This email and any attachment may contain information that is 
 confidential, privileged, or subject to copyright, and which may be 
 exempt from disclosure under applicable legislation. It is intended 
 for the addressee only. If you received this message in error, 
 please let me know and delete the email and any attachments 
 immediately. The University will not accept responsibility for the 
 accuracy/completeness of this e-mail and its attachments. The 
 University cannot guarantee that this message and any attachments 
 are virus free. Any views or opinions expressed in this message are 
 my own
 and
 do not necessarily represent those of the University

[Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-02 Thread Evans, Kevin
Hi,
 
After a change to the dspace.cfg and a re-index Recent Submissions feature
in the repository has disappeared from all collections and community pages.
 
Can the dates between recent submissions be set to allow for all submissions
to be available. We have added a test submission and that appears.
 
There doesn't seem to be much in the logs

Cheers 
 
Kevin
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Recent Submissions not appearing in Dspace search

2009-11-02 Thread Evans, Kevin
Hi Claudia,

Thanks for your reply.

I didn't change the parameters you mentioned but I have changed the browse
settings and ran  [dspace]/bin/index-init afterwards. 

This is when the results stopped appearing.

Can you give me some advice?

Cheers

Kevin

-Original Message-
From: Claudia Jürgen [mailto:claudia.juer...@ub.tu-dortmund.de] 
Sent: 02 November 2009 13:29
To: Evans, Kevin
Cc: 'dspace-tech@lists.sourceforge.net'; Wellaway, Ian
Subject: Re: [Dspace-tech] Recent Submissions not appearing in Dspace
search

Hello Kevin,

what did you change in the dspace.cfg?

Did you change any of these parameters:

webui.itemlist.sort-option.3 = dateaccessioned:dc.date.accessioned:date

recent.submissions.sort-option
recent.submissions.count
plugin.sequence.org.dspace.plugin.CommunityHomeProcessor
plugin.sequence.org.dspace.plugin.CollectionHomeProcessor

And with regards to re-index. Did you change any browse settings and run
[dspace]/bin/index-init afterwards?

Hope that helps

Claudia Jürgen


Evans, Kevin schrieb:
 Hi,
  
 After a change to the dspace.cfg and a re-index Recent Submissions 
 feature in the repository has disappeared from all collections and
community pages.
  
 Can the dates between recent submissions be set to allow for all 
 submissions to be available. We have added a test submission and that
appears.
  
 There doesn't seem to be much in the logs
 
 Cheers
  
 Kevin
  
 Kevin Evans MA
 Web Services Developer,
 Integration and Webservices,
 Room 901,
 9th Floor, Laver Building
 University of Exeter,
 Exeter,
 Devon,
 EX4 4QE
 01392 725573
 +447775027574
 http://my.exeter.ac.uk http://my.exeter.ac.uk/
  
 This email and any attachment may contain information that is 
 confidential, privileged, or subject to copyright, and which may be 
 exempt from disclosure under applicable legislation. It is intended 
 for the addressee only. If you received this message in error, please 
 let me know and delete the email and any attachments immediately. The 
 University will not accept responsibility for the 
 accuracy/completeness of this e-mail and its attachments. The 
 University cannot guarantee that this message and any attachments are 
 virus free. Any views or opinions expressed in this message are my own and
do not necessarily represent those of the University.
  
 
 
 
 --
 --
 
 --
  Come build with us! The BlackBerry(R) Developer Conference in 
 SF, CA is the only developer event you need to attend this year. 
 Jumpstart your developing skills, take BlackBerry mobile applications 
 to market and stay ahead of the curve. Join us from November 9 - 12, 
 2009. Register now!
 http://p.sf.net/sfu/devconference
 
 
 --
 --
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


smime.p7s
Description: S/MIME cryptographic signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Browse results not displaying..

2009-10-16 Thread Evans, Kevin
Hi,
 
In our Dspace implementation I've taken out a browse by field (issuedate) in
the Browse by panel. 
 
I did this by commenting/renumbering the relevant section in dspace.cfg  
running index-init and restarting Tomcat.
 
Now no search results are displayed when browsed by any other 'type' i.e
title
 
Is this the Search re-indexing or is something wrong?
 
 
Cheers 
 
Kevin
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building
University of Exeter,
Exeter,
Devon,
EX4 4QE
01392 725573
+447775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the University.
 
attachment: Kevin Evans (kevin.evans@exeter.ac.uk).vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech