Re: [Dspace-tech] Fwd: JDBC error

2007-03-22 Thread James Rutherford
On Thu, Mar 22, 2007 at 10:15:37AM +0100, José A. Rubio wrote:
 After solving different problems with my installation of DSpace 1.4.1 on
 Oracle Application Server, now I have found the following one when I enter
 my credentials (e-mail and password) in My DSpace  section:
 
 2007-03-19 13:23:32,411 WARN
 org.dspace.app.webui.servlet.InternalErrorServlet @ :session_id=c0$--
 Method: POST
 -- Parameters were:
 -- login_submit: Log In
 -- login_email: [EMAIL PROTECTED]
 -- login_password: *not logged*
 
 java.lang.IllegalArgumentException: Unsupported JDBC type: -100
at org.dspace.storage.rdbms.DatabaseManager.process(

Looking at the code in DatabaseManagerl.java where this exception is
thrown, it looks like the column type is unknown (to DSpace). According
to java.sql.Types, -100 doesn't even correspond to a JDBC type. Check
your database structure to make sure everything looks as it should (in
particular, the eperson table).

Jim

-- 
James Rutherford  |  ASCII ribbon  /\
Research Engineer |campaign\ /
HP Labs, Bristol, UK  |  against HTML   \
[EMAIL PROTECTED]   |   mail  news  / \

Hewlett-Packard Limited registered Office:
Cain Road, Bracknell, Berks RG12 1HN.
Registered No: 690597 England

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Collection Authorization for a domain

2007-03-22 Thread Sam Kalb
Can someone tell me if it is possible to limit access to a collection 
by domain name?   There is a reference in the DSpace documentation to 
a LocalUser Group that those coming from the local network are 
automatically added to but nothing much more.

Thanks,
Sam
--
Sam Kalb
Library Assessment  IT Projects Coordinator,
Queen's University Libraries
Kingston, Ontario, Canada  K7L 5C4
Phone: (613) 533-2830; Fax: (613) 533-6401
Email: [EMAIL PROTECTED]
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] open metadata access but restricted download action

2007-03-22 Thread Jayan Chirayath Kurian

Hi! Claudia,

The DEFAULT_BITSTREAM_READ = specialgroupname works fine for new items 
submitted to a collection. Is there a way by which I can apply the same policy 
to already existing items in a collection? I was trying with Advanced Policy 
Admin Tool but could not get this done. Please suggest.

Thanks,
Jayan

-Original Message-
From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 21, 2007 8:31 PM
To: Jayan Chirayath Kurian
Subject: Re: [Dspace-tech] open metadata access but restricted download action

Hi Jayan,

no, these apply only to collections and are used during ingest to set 
the proper rights to the items.

Claudia

P. S. Please do not write to me personally, but use the lists instead. 
Otherwise the information is lost to other members of the DSpace community.




Jayan Chirayath Kurian schrieb:
 Thanks Claudia. Can we have this privilege (DEFAULT_BITSTREAM_READ = 
 YourSpecialGroup)to a community also?
 
 Jayan
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 21, 2007 6:03 PM
 To: Jayan Chirayath Kurian
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] open metadata access but restricted download action
 
 Hi Jayan,
 
 set the appropriate rights to a collection
 DEFAULT_ITEM_READ = anonymous
 DEFAULT_BITSTREAM_READ = YourSpecialGroup
 
 Items submitted to this collections will inherit the rights.
 
 This will enable all users to see the item and its metadata, but only 
 the user of YourSpecialGroup will be able to view the bitstreams.
 
 
 Claudia
 
 Jayan Chirayath Kurian schrieb:
 Hi! 

  

 Does DSpace have an inbuilt facility by which anonymous users can be
 given access to view the metadata (title, author, abstract etc) display
 of all items but only authorized users can download (full text access)
 items? Please suggest.

  

 Thanks,

 Jayan




 

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV


 

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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] FW: open metadata access but restricted download action

2007-03-22 Thread Jayan Chirayath Kurian
Hi! Claudia,

In the advanced policy manager, I gave read action to the group mygroup for 
the content type item. I repeated the same for the content type bitstream. 
This applied the restricted access policies (bitstream access) on existing 
collection items also. Please suggest if this approach is correct.  

Thanks,
Jayan  

-Original Message-
From: Jayan Chirayath Kurian 
Sent: Friday, March 23, 2007 1:07 PM
To: dspace-tech@lists.sourceforge.net
Cc: 'Claudia Jürgen'
Subject: RE: [Dspace-tech] open metadata access but restricted download action


Hi! Claudia,

The DEFAULT_BITSTREAM_READ = specialgroupname works fine for new items 
submitted to a collection. Is there a way by which I can apply the same policy 
to already existing items in a collection? I was trying with Advanced Policy 
Admin Tool but could not get this done. Please suggest.

Thanks,
Jayan

-Original Message-
From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 21, 2007 8:31 PM
To: Jayan Chirayath Kurian
Subject: Re: [Dspace-tech] open metadata access but restricted download action

Hi Jayan,

no, these apply only to collections and are used during ingest to set 
the proper rights to the items.

Claudia

P. S. Please do not write to me personally, but use the lists instead. 
Otherwise the information is lost to other members of the DSpace community.




Jayan Chirayath Kurian schrieb:
 Thanks Claudia. Can we have this privilege (DEFAULT_BITSTREAM_READ = 
 YourSpecialGroup)to a community also?
 
 Jayan
 
 -Original Message-
 From: Claudia Jürgen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, March 21, 2007 6:03 PM
 To: Jayan Chirayath Kurian
 Cc: dspace-tech@lists.sourceforge.net
 Subject: Re: [Dspace-tech] open metadata access but restricted download action
 
 Hi Jayan,
 
 set the appropriate rights to a collection
 DEFAULT_ITEM_READ = anonymous
 DEFAULT_BITSTREAM_READ = YourSpecialGroup
 
 Items submitted to this collections will inherit the rights.
 
 This will enable all users to see the item and its metadata, but only 
 the user of YourSpecialGroup will be able to view the bitstreams.
 
 
 Claudia
 
 Jayan Chirayath Kurian schrieb:
 Hi! 

  

 Does DSpace have an inbuilt facility by which anonymous users can be
 given access to view the metadata (title, author, abstract etc) display
 of all items but only authorized users can download (full text access)
 items? Please suggest.

  

 Thanks,

 Jayan




 

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV


 

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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech