[Dspace-tech] DSpace 1.5.2 stable released

2009-04-15 Thread Andrea Bollini
Dear DSpace Community,

We are pleased to announce the release of DSpace 1.5.2 stable.

This release is primarily a bug fix release incorporating numerous bug fixes 
and enhancements.
We want to highlight the following additions:
- SWORD module/version 1.3.1 supporting the sword standard version 1.3 
- cocoon upgraded to 2.2
- fix for the UTF-8 issues with the XMLUI
- new authentication methods: Hierarchical LDAP and Shibboleth
- full update translations: German, Italian for both XMLUI and JSPUI and 
Ukrainian for JSPUI 
- new translations for 1.5.x: Greek and Thai
- graceful resolver for urn in the item page for the JSPUI

Please refer to the

http://jira.dspace.org/jira/browse/DS/fixforversion/10012

and SVN history for details on these and all the others modifications.
http://wiki.dspace.org/index.php/DSpace_Release_1.5.2_Notes#SVN_Repository_History

We thank all that have helped to make this release possible with bug reports, 
patches and involvement in the Testhaton Day of the past 25 March.

Although this is a tested stable release, there is always the case that new 
issues may be uncovered.  We request that community members interested in 
testing the release please download it and verify that they can complete 
upgrade and fresh installation.

The documentation for this release is bundled within the package.

DSpace 1.5.2 can be downloaded from the files area at

https://sourceforge.net/project/showfiles.php?group_id=19984

or with SVN from

http://dspace.svn.sf.net/svnroot/dspace/tags/dspace-1.5.2/

Please use the mailing lists to provide feedback on this release.

Those wishing to do development work with DSpace are strongly encouraged to 
obtain the source code using SVN. This is very straightforward and a guide to 
doing this is available here:
http://wiki.dspace.org/ContributionGuidelines

We would also like to take this opportunity to invite you all to take part in 
the DSpace development process. Extra developer hands are always welcome, but 
there are other ways you can help:

- Test the system and report bugs
- Provide documentation (for end users and institutions, as well as technical)
- Provide or update language packs
- Share your deployment experiences
- Donate content and metadata for testing and research
- Share your technical experience and ideas

Please visit the DSpace Wiki to see the various resources and collaboration 
tools available to the DSpace community:
http://wiki.dspace.org/DspaceResources

Sincerely,
Andrea Bollini

-- 
Dott. Andrea Bollini
Project Manager, IT Architect & Systems Integrator
Sezione Servizi per le Biblioteche e l'Editoria Elettronica
CILEA, http://www.cilea.it
tel. +39 06-59292853
cel. +39 348-8277525

---

Disclaimer: the content of this email is confidential and may be privileged, 
and it must not be disclosed or copied without the sender's consent. If you 
have received this message in error, please notify the sender and remove it 
from your system. The content of this email does not constitute legal advice, 
nor any responsibility is accepted for loss or damage incurred as a result of 
acting upon its contents or attachments. 
The statements and opinions expressed in this email are those of the author and 
do not necessarily reflect those of the employer.


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] (no subject)

2009-04-15 Thread Claudia Jürgen
Hi Islam,


Detailed description of the submission configuration can be found in the 
DSpace documentation,
see [dspace-source]/dspace/docs/html/ch11.html#docbook-submission.html

Basically:
1. Make sure the metadata field you want to add is registered via the 
metadata registry.
2. edit [dspace-source]/config/input-forms.xml.
Add a field ... to the page of the form
A field consists of:
- 
   mandatory - metadata schema name
- 
   mandatory - metadata element
- 
   optional - metadata qualifier
- 
   Values: true or false
   Marks a field as repeatable.
-  mandatory
   Label used in UI
-  mandatory
   Type of input field
   The types are:
   - onebox - Simple Onebox for short texts
   - twobox - A pair of Oneboxes
   - textarea - A textarea
   - name -  A pair of textboxes for personal names
   - date -  Date, at least a year must be given
   - dropdown -  A selection list
   - qualdrop-value - A selection list combined with a onebox
- 
   mandatory - Hint used in UI
- 
   If this field contains any text, the field is marked as mandatory.
- 
   Visibility during Workflow and Submission
   - workflow - Only visible in workflow
   - submit - Only visible during submission
   If nothing is given, the field is visible in both submission and 
workflow.
3. Rebuild and redeploy your application
4. Note, this will not add the newly ingested metadata to the default 
itemdisplay, search and browse, unless the field used is allready part 
of these.



Claudia Jürgen




Islam Ahmad schrieb:
> Dear All, I want to add  more input-type into submission forms. How it
> may be possible? Please help me. ThanksIslam
> 
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> 
> 
> 
> 
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Dspace 1.5.2 with Sword Client

2009-04-15 Thread mikan.d.dspace listmail
Im trying to experiment SWORD with DSpace 1.5.2 but the SWORD Client
says the following:
--
status: Requesting the document from
http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument
status: Got the document
status: The status is: Code: 400, Message: 'Bad Request'
--
Trying SWORD with browser, gives me an error message after I enter my
userid & pass:

--
HTTP Status 400 - Unable to recognise URL as a valid service document:
http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument
type Status report
message Unable to recognise URL as a valid service document:
http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument
description The request sent by the client was syntactically incorrect
(Unable to recognise URL as a valid service document:
http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument).
--

Im using SWORD Client by University of Wales. Can someone suggest a
working client or a proper way to try out SWORD?


Thanks,
Mika

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace 1.5.2 with Sword Client

2009-04-15 Thread Richard Jones
Hi Mika,

Can you try requesting from:

http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument/


instead?  Looking at the web.xml, it's set to recognise incoming requests to

/servicedocument/*

so it may require the trailing slash.

Cheers,

Richard

> Im trying to experiment SWORD with DSpace 1.5.2 but the SWORD Client
> says the following:
> --
> status: Requesting the document from
> http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument
> status: Got the document
> status: The status is: Code: 400, Message: 'Bad Request'
> --
> Trying SWORD with browser, gives me an error message after I enter my
> userid & pass:
>
> --
> HTTP Status 400 - Unable to recognise URL as a valid service document:
> http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument
> type Status report
> message Unable to recognise URL as a valid service document:
> http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument
> description The request sent by the client was syntactically incorrect
> (Unable to recognise URL as a valid service document:
> http://dspace2.lib.helsinki.fi:8081/sword2/servicedocument).
> --
>
> Im using SWORD Client by University of Wales. Can someone suggest a
> working client or a proper way to try out SWORD?
>
>
> Thanks,
> Mika
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>   


-- 
Richard Jones
Head Repository Systems Architect, Symplectic Limited
e: rich...@symplectic.co.uk
t: 0845 026 4755
t: +44 (0)207 7334036
w: http://www.symplectic.co.uk/


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] ???jsp.mydspace.main.heading7??? on Dspace 1.5.1 export

2009-04-15 Thread Lucy Wang
Hi All,
When i export items from my DSpace 1.5.1 on Windows, I got the 
???jsp.mydspace.main.heading7???. Do you know how to fix it? Thanks in millions.
 
Lucy


  --
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Maven failure

2009-04-15 Thread Jeffrey Trimble
Well hells bells, I've run into a Maven failure.  Anyone want to take  
a look at this?  It's running on an AIX box.


Downloading: http://repo1.maven.org/maven2/org/apache/apache/4/apache-4.pom
4K downloaded
[INFO]  


[ERROR] FATAL ERROR
[INFO]  


[INFO] null
[INFO]  


[INFO] Trace
java.lang.ArrayIndexOutOfBoundsException
at java.util.ArrayList.contains(Unknown Source)
at  
org.apache.maven.project.ModelUtils.orderAfterMerge(ModelUtils.java:232)
at  
org.apache.maven.project.ModelUtils.mergePluginLists(ModelUtils.java: 
197)
at  
org 
.apache 
.maven 
.project 
.inheritance 
.DefaultModelInheritanceAssembler 
.assembleBuildInheritance(DefaultModelInheritanceAssembler.java:369)
at  
org 
.apache 
.maven 
.project 
.inheritance 
.DefaultModelInheritanceAssembler 
.assembleModelInheritance(DefaultModelInheritanceAssembler.java:168)
at  
org 
.apache 
.maven 
.project 
.inheritance 
.DefaultModelInheritanceAssembler 
.assembleModelInheritance(DefaultModelInheritanceAssembler.java:61)
at  
org 
.apache 
.maven 
.project 
.DefaultMavenProjectBuilder 
.buildInternal(DefaultMavenProjectBuilder.java:851)
at  
org 
.apache 
.maven 
.project 
.DefaultMavenProjectBuilder 
.buildFromRepository(DefaultMavenProjectBuilder.java:252)
at  
org 
.apache 
.maven 
.plugin 
.DefaultPluginManager 
.checkRequiredMavenVersion(DefaultPluginManager.java:265)
at  
org 
.apache 
.maven 
.plugin 
.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java: 
197)
at  
org 
.apache 
.maven 
.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:176)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java: 
1275)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor 
.getMojoDescriptor(DefaultLifecycleExecutor.java:1543)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor 
.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1034)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor 
.constructLifecycleMappings(DefaultLifecycleExecutor.java:998)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor 
.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor 
.executeTaskSegments(DefaultLifecycleExecutor.java:292)
at  
org 
.apache 
.maven 
.lifecycle 
.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java: 
336)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:301)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at  
sun 
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
45)
at  
sun 
.reflect 
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 
25)

at java.lang.reflect.Method.invoke(Method.java:612)
at  
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)

at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at  
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
[INFO]  


[INFO] Total time: 4 seconds
[INFO] Finished at: Wed Apr 15 07:31:51 GMT-05:00 2009
[INFO] Final Memory: 7M/18M
[INFO]  


$

Jeffrey Trimble
System LIbrarian
William F.  Maag Library
Youngstown State University
330.941.2483 (Office)
jtrim...@cc.ysu.edu
http://www.maag.ysu.edu
http://digital.maag.ysu.edu



--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] LNI Webservice & workflow

2009-04-15 Thread Kasthuri, Sriram
Hello guys,

Anyone used LNI for item stubmission from external system and Workflow 
configuration together?. I'm not able to publish items using the LNI Webservice 
if I configure worlflow configuration in the receiver dspace instance.

Can anyone hint me whether the above combination is possible.

Thanks,
Sri


From: Kasthuri, Sriram
Sent: 23 March 2009 16:10
To: dspace-tech@lists.sourceforge.net
Subject: Re: LNI Webservice & workflow

Hello All,

I recently applied the workflow and the embargo patch to our dspace instance 
(1.4 version) and able to test the functionalities when I use the standard 
input forms supported by DSapce to upload an item.

But I face some issues when I try to publish an item from another dsapce 
instance (say A) to the dsapce instance (say B) where the workflow is 
configured via LNI webservice.

If I remove the workflow configuration from the collection (in dspace B), I'm 
able to publish an item using the LNI webservice (from dsapce A). I can see the 
LNI Publish classes dosen't associate the worflow related classes to trigger 
the workflow configuration.

Can anyone advice me if there are any patches to be applied to make the LNI 
webservice to trigger the workflow configuration (or) I need to configure 
another dsapce instance to implement the workflow?

Any help on this is highly appreciated!

Thanks,
Sri


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Source build with 1.5.2 stable

2009-04-15 Thread Poulter, Dale
Good morning,

 

I have just attempted to build dspace 1.5.2 from source and am getting
the errors below with mvn package repeated with different line numbers.
The RC2 worked fine.  Any suggestions?  Thanks.

 

 

/apps/dspace152/dspace-1.5.2-src-release/dspace-api/src/main/java/org/ds
pace/content/packager/METSManifest.java:[59,36] cannot find symbol

 

--Dale

 

---
Dale Poulter
Automation Coordinator

Library Information Technology Services
Vanderbilt University
Suite 700
110 21st Avenue South
Nashville, TN  37240
(615)343-5388
(615)343-8834 (fax)
(615)207-9705 (cell)
dale.poul...@vanderbilt.edu  

 

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Source build with 1.5.2 stable

2009-04-15 Thread Mark Diggory
I think we will need to see more of the error than that to advise you.

On Wed, Apr 15, 2009 at 9:42 AM, Poulter,   Dale
 wrote:
> Good morning,
>
>
>
> I have just attempted to build dspace 1.5.2 from source and am getting the
> errors below with mvn package repeated with different line numbers.  The RC2
> worked fine.  Any suggestions?  Thanks.
>
>
>
>
>
> /apps/dspace152/dspace-1.5.2-src-release/dspace-api/src/main/java/org/dspace/content/packager/METSManifest.java:[59,36]
> cannot find symbol
>
>
>
> --Dale
>
>
>
> ---
> Dale Poulter
> Automation Coordinator
>
> Library Information Technology Services
> Vanderbilt University
> Suite 700
> 110 21st Avenue South
> Nashville, TN  37240
> (615)343-5388
> (615)343-8834 (fax)
> (615)207-9705 (cell)
> dale.poul...@vanderbilt.edu
>
>
>
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>



-- 
Mark R. Diggory
Head of U.S. Operations, @mire NV
http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther
http://purl.org/net/mdiggory/homepage - Bio

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Item Import error WAS Re:

2009-04-15 Thread Karen_Savage
Yes, thank you, this was what was generating the error. I was trying to use
the item handle instead of the collection one.

However, now that I¹ve got past that, I¹m getting this error:
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:481)
at 
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStorageMa
nager.java:325)
at org.dspace.content.Bitstream.create(Bitstream.java:184)
at org.dspace.content.Bundle.createBitstream(Bundle.java:355)
at 
org.dspace.app.itemimport.ItemImport.processContentFileEntry(ItemImport.java
:1045)
at 
org.dspace.app.itemimport.ItemImport.processContentsFile(ItemImport.java:972
)
at org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:609)
at org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:476)
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:385)
java.io.IOException: No such file or directory

I¹ve tried uploading a smaller subset (the full batch has over 800 files),
and it keeps stopping three or four bitstreams in (a different one each
time). Any ideas?

Thanks,

-- 
Karen S



From: Stuart Lewis 
Date: Tue, 7 Apr 2009 09:02:53 +1200
To: Karen Savage ,

Subject: RE: [Dspace-tech] 

Hi Karen,
 
Is 3029/2039 definitely a Collection? This error gets thrown if you try to
deposit items into a handle that is an Item, rather than a Collection.
 
Thanks,
 
 
Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz  /
 
 
 

From: Karen_Savage [mailto:karen_sav...@baylor.edu]
Sent: Tuesday, 7 April 2009 3:36 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] 
 
Hi,

I'm trying to do a batch import of files to a particular etd in our
collection, but I keep getting the following error:
Destination collections:
Exception in thread "main" java.lang.ClassCastException:
org.dspace.content.Item
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:341)

This is the command I'm running (I¹ve switched out the ids):
/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a -e 2039 -c
3029/2039 -s import -m /mapfiles/mapfile_ball -t

This is my directory structure:
import
001
contents
dublin_core.xml
various files to upload

We're running Dspace 1.3.2. I double-checked all the log files and didn¹t
see any errors for the time that I last ran the command.

I'd appreciate any help or suggestions!

-- 
Karen Savage
Baylor University
Central Libraries
Electronic Libraries
ext. 3275


--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace with TOMCAT6_SECURITY=yes

2009-04-15 Thread Stuart Lewis
Hi Panyarak,

It is possible to run with Tomcat security turned on, you just need to
set up the correct security options in catalina.policy. If you are just
running Dspace on your machine, you are probably safe to turn off the
security. 

If you want to have the security option turned on, you will need to
allow Tomcat to have access to the files where you have DSpace installed
as Tomcat needs to write files to the asset store, write log files, read
configuration files etc.

The following link should help:

http://books.google.co.nz/books?id=bgMKmsXVbTAC&pg=PA36

So if you have Dspace installed in say /dspace/ then make sure you
configure tomcat to be able to read and write to all the files in there.

Thanks,


Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/




-Original Message-
From: Panyarak Ngamsritragul [mailto:pa...@me.psu.ac.th] 
Sent: Friday, 10 April 2009 9:51 p.m.
To: Andrea Bollini
Cc: DSpace Tech; DSpace General; DSpace Developer List
Subject: Re: [Dspace-tech] DSpace 1.5.2 RC2 released


Dear all,

I have just installed this new release in Ubuntu 8.10 with
postgresql-8.3, 
tomcat6 and openjdk-6-jre (which comes with tomcat6).  The system is up 
with no problem...

Just a quick question, is it possible to run DSpace with 
TOMCAT6_SECURITY=yes in /etc/default/tomcat6 ? and how ?

-- 
Panyarak Ngamsritragul
Department of Mechanical Engineering
Prince of Songkla University.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner.



--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Implicit specialgroup for LDAP users

2009-04-15 Thread Stuart Lewis
Hi Jason,

You should be quite safe to replace either
[dspace-src]/dspace-1_5_x/dspace-api/src/main/java/org/dspace/authentica
te/PasswordAuthentication.java or LDAPAuthentication.java with their
latest counterparts from SVN (http://tinyurl.com/dbo2ap) as no
dependencies have changed since 1.5.1. You can then add the relevant
configuration options into dspace.cfg, and it should all work.

password.login.specialgroup = group-name
ldap.login.specialgroup = group-name

Thanks,


Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz/




-Original Message-
From: Jason Stirnaman [mailto:jstirna...@kumc.edu] 
Sent: Friday, 10 April 2009 1:32 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Implicit specialgroup for LDAP users

I want to add ldap.login.specialgroup functionality to 1.5.1. ala Jira
issue:
http://jira.dspace.org/jira/browse/DS-10?page=com.atlassian.jira.plugin.
system.issuetabpanels%3Aall-tabpanel
 I have 2 (maybe 3) questions: 
1. Am I correct in assuming that I can overlay
http://dspace.svn.sourceforge.net/viewvc/dspace?view=rev&revision=3347
in 1.5.1 and make it work? Does it have any dependencies that don't
exist in SVN tag 1.5.1?
2. This appears to add LDAP special group as well as Password special
group.  Is that correct?

Thanks,
Jason

-- 

Jason Stirnaman
Digital Projects Librarian/School of Medicine Support
A.R. Dykes Library, University of Kansas Medical Center
jstirna...@kumc.edu 
913-588-7319



--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace with TOMCAT6_SECURITY=yes

2009-04-15 Thread Panyarak Ngamsritragul

Dear Stuart,

Thanks for your information.  This helps a lot.

-- 
Panyarak Ngamsritragul
Department of Mechanical Engineering
Prince of Songkla University.

On Thu, 16 Apr 2009, Stuart Lewis wrote:

> Hi Panyarak,
>
> It is possible to run with Tomcat security turned on, you just need to
> set up the correct security options in catalina.policy. If you are just
> running Dspace on your machine, you are probably safe to turn off the
> security.
>
> If you want to have the security option turned on, you will need to
> allow Tomcat to have access to the files where you have DSpace installed
> as Tomcat needs to write files to the asset store, write log files, read
> configuration files etc.
>
> The following link should help:
>
> http://books.google.co.nz/books?id=bgMKmsXVbTAC&pg=PA36
>
> So if you have Dspace installed in say /dspace/ then make sure you
> configure tomcat to be able to read and write to all the files in there.
>
> Thanks,
>
>
> Stuart Lewis
> Digital Services Programmer
> Te Tumu Herenga The University of Auckland Library
> Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
> Ph: 64 9 373-7599 x81928
> http://www.library.auckland.ac.nz/
>
>
> -Original Message-
> From: Panyarak Ngamsritragul [mailto:pa...@me.psu.ac.th]
> Sent: Friday, 10 April 2009 9:51 p.m.
> To: Andrea Bollini
> Cc: DSpace Tech; DSpace General; DSpace Developer List
> Subject: Re: [Dspace-tech] DSpace 1.5.2 RC2 released
>
>
> Dear all,
>
> I have just installed this new release in Ubuntu 8.10 with
> postgresql-8.3,
> tomcat6 and openjdk-6-jre (which comes with tomcat6).  The system is up
> with no problem...
>
> Just a quick question, is it possible to run DSpace with
> TOMCAT6_SECURITY=yes in /etc/default/tomcat6 ? and how ?

-- 
This message has been scanned for viruses and
dangerous content by MailScanner.


--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Item Import error WAS Re:

2009-04-15 Thread Stuart Lewis
Hi Karen,

 

The normal issue that causes this is if you have been running the
importer as a different user to the user that is running tomcat, or
another user has been changing files (maybe running the filter-media
cron job as root etc). Check that all of the directories under
[dspace]/assetstore/ are owned by the correct user.

 

DSpace randomly selects a set of directories to put a new file in, and
if one of these happens to not be owned by the same user you are running
the importer as, then it won't be able to write the file, and will stop.
So check they are all owned by the correct user or that you have the
correct permissions to write to them.

 

Because Dspace randomly chooses the directories to write the file to,
the importer will stop and different places randomly.

 

Hope this helps,

 

 

Stuart Lewis

Digital Services Programmer

Te Tumu Herenga The University of Auckland Library

Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand

Ph: 64 9 373-7599 x81928

http://www.library.auckland.ac.nz  /

 

 

 

 

 

From: Karen_Savage [mailto:karen_sav...@baylor.edu] 
Sent: Thursday, 16 April 2009 7:00 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] Item Import error WAS Re: 

 

Yes, thank you, this was what was generating the error. I was trying to
use the item handle instead of the collection one.

However, now that I've got past that, I'm getting this error:
java.io.IOException: No such file or directory
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(File.java:850)
at
edu.sdsc.grid.io.local.LocalFile.createNewFile(LocalFile.java:481)
at
org.dspace.storage.bitstore.BitstreamStorageManager.store(BitstreamStora
geManager.java:325)
at org.dspace.content.Bitstream.create(Bitstream.java:184)
at org.dspace.content.Bundle.createBitstream(Bundle.java:355)
at
org.dspace.app.itemimport.ItemImport.processContentFileEntry(ItemImport.
java:1045)
at
org.dspace.app.itemimport.ItemImport.processContentsFile(ItemImport.java
:972)
at org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:609)
at
org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:476)
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:385)
java.io.IOException: No such file or directory

I've tried uploading a smaller subset (the full batch has over 800
files), and it keeps stopping three or four bitstreams in (a different
one each time). Any ideas?

Thanks,

-- 
Karen S





From: Stuart Lewis 
Date: Tue, 7 Apr 2009 09:02:53 +1200
To: Karen Savage ,

Subject: RE: [Dspace-tech] 

Hi Karen,
 
Is 3029/2039 definitely a Collection? This error gets thrown if you try
to deposit items into a handle that is an Item, rather than a
Collection.
 
Thanks,
 
 
Stuart Lewis
Digital Services Programmer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: 64 9 373-7599 x81928
http://www.library.auckland.ac.nz  /

 
 

From: Karen_Savage [mailto:karen_sav...@baylor.edu] 
Sent: Tuesday, 7 April 2009 3:36 a.m.
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] 

Hi,

I'm trying to do a batch import of files to a particular etd in our
collection, but I keep getting the following error:
Destination collections:
Exception in thread "main" java.lang.ClassCastException:
org.dspace.content.Item
at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:341)

This is the command I'm running (I've switched out the ids):
/dspace/bin/dsrun org.dspace.app.itemimport.ItemImport -a -e 2039 -c
3029/2039 -s import -m /mapfiles/mapfile_ball -t

This is my directory structure:
import
001
contents
dublin_core.xml
various files to upload

We're running Dspace 1.3.2. I double-checked all the log files and
didn't see any errors for the time that I last ran the command.

I'd appreciate any help or suggestions!

-- 
Karen Savage
Baylor University
Central Libraries
Electronic Libraries
ext. 3275

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] READ on groups

2009-04-15 Thread Lyn Amery
 

Hi all,

 

I have certain items which must be restricted to particular clients.

On the item, I've set the authorization Item Policy to READ for a

particular group only.  This has - partially - the desired effect, as

a search reveals the item exists, but only members of the group 

can look at it.

 

The problem is that those group members can go into the item's

metadata and change it.  Surprising.  They musn't be able to modify

anything, only view the item.  Is this the way it's designed to work?

 

My apologies if this has been discussed - I seem to recall something

similar - but I'm unable to search the list archives at SourceForge.

Always says it can't connect to the search server.

 

Cheers,

Lyn 

 

Lyn Amery

Web Analyst/Programmer

State Records Office

(08) 9427 3493

lyn.am...@sro.wa.gov.au  

 

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] ???jsp.mydspace.main.heading7??? on Dspace 1.5.1 export

2009-04-15 Thread Claudia Jürgen
Hi Lucy,

this is a missing line in the Messages.properties files.

Just change:
[dspace-source]/dspace/dspace-api/src/main/resources/Messages.properties
or if you already are using a customized Messages.properties file
[dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties

add the following line:
jsp.mydspace.main.heading7 = Exported Resources

rebuild and redeploy your application.

Hope that helps

Claudia Jürgen




Lucy Wang schrieb:
> Hi All,
> When i export items from my DSpace 1.5.1 on Windows, I got the 
> ???jsp.mydspace.main.heading7???. Do you know how to fix it? Thanks in 
> millions.
>  
> Lucy
> 
> 
>   
> 
> 
> 
> 
> --
> This SF.net email is sponsored by:
> High Quality Requirements in a Collaborative Environment.
> Download a free trial of Rational Requirements Composer Now!
> http://p.sf.net/sfu/www-ibm-com
> 
> 
> 
> 
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] READ on groups

2009-04-15 Thread Mark Diggory
I suspect you are also ending up with the group in the Items
MUTATE_META or the parent collections "COLLECTION_NNN_ADMIN"
permissions. These would allow that group to edit the metadata as
well. Check the Policies in the Collection Edit view or the Item Edit
view to see which groups map to which policies/actions.  If you post
what you find here, someone may be able to tell you if this is the
case.

Mark

On Wed, Apr 15, 2009 at 9:34 PM, Lyn Amery  wrote:
>
>
> Hi all,
>
>
>
> I have certain items which must be restricted to particular clients.
>
> On the item, I’ve set the authorization Item Policy to READ for a
>
> particular group only.  This has – partially – the desired effect, as
>
> a search reveals the item exists, but only members of the group
>
> can look at it.
>
>
>
> The problem is that those group members can go into the item’s
>
> metadata and change it.  Surprising.  They musn’t be able to modify
>
> anything, only view the item.  Is this the way it’s designed to work?
>
>
>
> My apologies if this has been discussed – I seem to recall something
>
> similar – but I’m unable to search the list archives at SourceForge.
>
> Always says it can’t connect to the search server.
>
>
>
> Cheers,
>
> Lyn
>
>
>
> Lyn Amery
>
> Web Analyst/Programmer
>
> State Records Office
>
> (08) 9427 3493
>
> lyn.am...@sro.wa.gov.au
>
>
>
> --
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> ___
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
>



-- 
Mark R. Diggory
http://purl.org/net/mdiggory/homepage - Bio

--
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech