[Dspace-tech] Warning in the Handle Server

2007-04-16 Thread José A. Rubio

Dear all,

When I start the Handle Server, with dspace/bin/start-handle-server, I get
an

Warning: -Xmx256m not understood. Ignoring.
Warning: -Xmx256m not understood. Ignoring.

Is this a serious problems?, could be solve this with some solution?

Many thanks.
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Warning in the Handle Server

2007-04-16 Thread James Rutherford
Hi,

On Mon, Apr 16, 2007 at 10:31:57AM +0200, José A. Rubio wrote:
 When I start the Handle Server, with dspace/bin/start-handle-server, I get
 an
 
 Warning: -Xmx256m not understood. Ignoring.
 Warning: -Xmx256m not understood. Ignoring.
 
 Is this a serious problems?, could be solve this with some solution?

I've seen this problem when using GNU java instead of Sun java. There is
a patch on the queue that should fix this (by inspecting the JAVA_HOME
environment variable rather than relying on PATH):

http://sourceforge.net/tracker/index.php?func=detailaid=1621109group_id=19984atid=319984

This fix will be included in the forthcoming 1.4.2 release (due at the
end of the month): http://wiki.dspace.org/CurrentReleaseToDo

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace LDAP login using Windows 2003 Active Directory

2007-04-16 Thread Jayan Chirayath Kurian
Hi!

 

LDAP login to windows 2003 AD was fine with the following default Dspace
config parameters for a user with object_context =
dc=staff,dc=main,dc=ntu,dc=edu,dc=sg.

 

plugin.sequence.org.dspace.eperson.AuthenticationMethod = \

   org.dspace.eperson.PasswordAuthentication,
org.dspace.eperson.LDAPAuthentication

 

webui.ldap.autoregister = true

 

ldap.enable = true

 

ldap.provider_url = ldap://staff.main.ntu.edu.sg:389

 

ldap.id_field = CN

 

ldap.object_context = dc=staff,dc=main,dc=ntu,dc=edu,dc=sg

 

ldap.search_context = dc=staff,dc=main,dc=ntu,dc=edu,dc=sg

 

(1) Although login was fine the log file shows the following exception
ldap_attribute_lookup:type=failed_search
javax.naming.PartialResultException: Unprocessed Continuation
Reference(s); remaining name 'dc=staff,dc=main,dc=ntu,dc=edu,dc=sg'. The
full log file is given below. 

 

 

2007-04-16 17:41:34,025 WARN  org.dspace.app.webui.servlet.LDAPServlet @
anonymous:session_id=F154B40A59678BAC8DAB73F6E0B0A1A5:ip_addr=155.69.104
.75:ldap_attribute_lookup:type=failed_search
javax.naming.PartialResultException: Unprocessed Continuation
Reference(s); remaining name 'dc=staff,dc=main,dc=ntu,dc=edu,dc=sg'

2007-04-16 17:41:34,025 INFO  org.dspace.app.webui.servlet.LDAPServlet @
[EMAIL PROTECTED]:session_id=F154B40A59678BAC8DAB73F6E0B0A1A5:ip_ad
dr=155.69.104.75:login:type=ldap

2007-04-16 17:41:34,035 INFO
org.dspace.app.webui.servlet.MyDSpaceServlet @
[EMAIL PROTECTED]:session_id=F154B40A59678BAC8DAB73F6E0B0A1A5:ip_ad
dr=155.69.104.75:view_mydspace:

 

(2) Other valid users with object context as
ou=Users,ou=SCI,dc=staff,dc=main,dc=ntu,dc=edu,dc=sg cannot login. How
to enable this although these users come under the same AD root context
dc=staff,dc=main,dc=ntu,dc=edu,dc=sg.

 

(3) For Active Directory, LDAP login all the users need to be having the
same object context? Here all users are under different OU (e.g. EE, IT,
CS,SCI etc). How to make LDAP work with all users under different OU?

 

Please suggest.

 

Thanks,

Jayan

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Oracle and dspace

2007-04-16 Thread Graham Triggs
On Fri, 2007-04-13 at 09:37 -0500, Hulbert, Linda A. wrote:
 The University has begun a project to implement dspace using Oracle. I
 have heard differing levels of success (mostly not) using Oracle.
 While I am not an IT person, I will be passing any comments on to our
 IT and web services colleagues. Ha anyone out there successfully
 launched dspace using Oracle?

Hi Linda,

Yes, we are running a number of installations against an Oracle
database. Currently these are all based off of version 1.3.2 of DSpace
- although as I wasn't personally involved in their setup, I can't
comment to what extent we had to alter the code (I do know that there
are a number of changes related to our specific requirements, that
wouldn't affect others).

Unfortunately, the current 1.4.1 release does not support Oracle
properly, but the good news is that a number of fixes have been
accepted into the code that will be released fairly soon as 1.4.2.
There is still testing taking place on this code, but so far I am not
aware of any Oracle related problems with the upcoming release, and it
*should* just install and run successfully.

G

-- 
Graham Triggs
Technical Architect
Open Repository

Tel:   +44 (0)20 7631 9942
Skype: grahamtriggs 
 
 
This e-mail is confidential and should not be used by anyone who is not the 
original intended recipient. BioMed Central Limited does not accept liability 
for any statements made which are clearly the sender's own and not expressly 
made on behalf of BioMed Central Limited. No contracts may be concluded on 
behalf of BioMed Central Limited by means of e-mail communication. BioMed 
Central Limited Registered in England and Wales with registered number 3680030 
Registered Office Middlesex House, 34-42 Cleveland Street, London W1T 4LB

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] remote access to dspace.dir

2007-04-16 Thread Marcos Armani

Folks,




I need your help.

I have a local dspace installation and a need to see a dspace.dir on another
computer.
How can I configure my dspace settings to build applicantion in local
machine and startup my local tomcat accessing dspace.dir remote?


BR
Marcos Armani
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Large files and DSpace

2007-04-16 Thread Gary Browne
Hello All

 

I think I posted a question like this last year but I've just become a
dad for the first time and have a bit of brain meltdown. I tried
searching for answers on the annoying sourceforge list archive (should I
start a separate thread about this...?) but didn't find much.

 

My question is a general one in that I'm wondering how people are
handling large files in DSpace (getting them onto the server,
submissions and publication/access)? Is the SymLink stuff the only
option at this point? For example, we have (and will be getting lots
more of) a 12GB video file to be used in one of our collections. I'd
like to nut out what the possible options are before I try anything.

 

Thanks and kind regards

Gary

 

 

Gary Browne
Development Programmer
Library IT Services
University of Sydney
Australia
ph: 61-2-9351 5946 

 

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Large files and DSpace

2007-04-16 Thread Ekaterina Pechekhonova
Hi Gary,
you can configure Dspace to use SRB instead of regular assetstore. Some basic 
information can be found in the docs which come
with Dspace.Also you can check this link:
http://wiki.dspace.org/index.php//DspaceSrbIntegration

Kate

Ekaterina Pechekhonova
Digital Library Programmer/Analyst
New York University
Libraries
email: [EMAIL PROTECTED]
phone: 212-992-9993

- Original Message -
From: Gary Browne [EMAIL PROTECTED]
Date: Monday, April 16, 2007 7:41 pm
Subject: [Dspace-tech] Large files and DSpace
To: dspace-tech@lists.sourceforge.net

 Hello All
 
  
 
 I think I posted a question like this last year but I've just become a
 dad for the first time and have a bit of brain meltdown. I tried
 searching for answers on the annoying sourceforge list archive (should 
 I
 start a separate thread about this...?) but didn't find much.
 
  
 
 My question is a general one in that I'm wondering how people are
 handling large files in DSpace (getting them onto the server,
 submissions and publication/access)? Is the SymLink stuff the only
 option at this point? For example, we have (and will be getting lots
 more of) a 12GB video file to be used in one of our collections. I'd
 like to nut out what the possible options are before I try anything.
 
  
 
 Thanks and kind regards
 
 Gary
 
  
 
  
 
 Gary Browne
 Development Programmer
 Library IT Services
 University of Sydney
 Australia
 ph: 61-2-9351 5946 
 
  
 
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Large files and DSpace

2007-04-16 Thread Cory Snavely
I'd be interested to know how using SRB addresses the problem, which I 
understand to be the logistics of handling such a large file in both the 
user interface and the back end. Does it?

Cory Snavely
University of Michigan Library IT Core Services

- Original Message - 
From: Ekaterina Pechekhonova [EMAIL PROTECTED]
To: Gary Browne [EMAIL PROTECTED]
Cc: dspace-tech@lists.sourceforge.net
Sent: Monday, April 16, 2007 8:12 PM
Subject: Re: [Dspace-tech] Large files and DSpace


 Hi Gary,
 you can configure Dspace to use SRB instead of regular assetstore. Some 
 basic information can be found in the docs which come
 with Dspace.Also you can check this link:
 http://wiki.dspace.org/index.php//DspaceSrbIntegration

 Kate

 Ekaterina Pechekhonova
 Digital Library Programmer/Analyst
 New York University
 Libraries
 email: [EMAIL PROTECTED]
 phone: 212-992-9993

 - Original Message -
 From: Gary Browne [EMAIL PROTECTED]
 Date: Monday, April 16, 2007 7:41 pm
 Subject: [Dspace-tech] Large files and DSpace
 To: dspace-tech@lists.sourceforge.net

 Hello All



 I think I posted a question like this last year but I've just become a
 dad for the first time and have a bit of brain meltdown. I tried
 searching for answers on the annoying sourceforge list archive (should
 I
 start a separate thread about this...?) but didn't find much.



 My question is a general one in that I'm wondering how people are
 handling large files in DSpace (getting them onto the server,
 submissions and publication/access)? Is the SymLink stuff the only
 option at this point? For example, we have (and will be getting lots
 more of) a 12GB video file to be used in one of our collections. I'd
 like to nut out what the possible options are before I try anything.



 Thanks and kind regards

 Gary





 Gary Browne
 Development Programmer
 Library IT Services
 University of Sydney
 Australia
 ph: 61-2-9351 5946



 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Large files and DSpace

2007-04-16 Thread Gary Browne
We have an assetstore residing on a SAN which solves the capacity
issues, but as Cory says it is more the logistics of getting items into
and out of the assetstore which is the problem.

Regards
Gary


Gary Browne
Development Programmer
Library IT Services
University of Sydney
Australia
ph: 61-2-9351 5946 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Cory
Snavely
Sent: Tuesday, 17 April 2007 10:55 AM
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Large files and DSpace

I'd be interested to know how using SRB addresses the problem, which I 
understand to be the logistics of handling such a large file in both the

user interface and the back end. Does it?

Cory Snavely
University of Michigan Library IT Core Services

- Original Message - 
From: Ekaterina Pechekhonova [EMAIL PROTECTED]
To: Gary Browne [EMAIL PROTECTED]
Cc: dspace-tech@lists.sourceforge.net
Sent: Monday, April 16, 2007 8:12 PM
Subject: Re: [Dspace-tech] Large files and DSpace


 Hi Gary,
 you can configure Dspace to use SRB instead of regular assetstore.
Some 
 basic information can be found in the docs which come
 with Dspace.Also you can check this link:
 http://wiki.dspace.org/index.php//DspaceSrbIntegration

 Kate

 Ekaterina Pechekhonova
 Digital Library Programmer/Analyst
 New York University
 Libraries
 email: [EMAIL PROTECTED]
 phone: 212-992-9993

 - Original Message -
 From: Gary Browne [EMAIL PROTECTED]
 Date: Monday, April 16, 2007 7:41 pm
 Subject: [Dspace-tech] Large files and DSpace
 To: dspace-tech@lists.sourceforge.net

 Hello All



 I think I posted a question like this last year but I've just become
a
 dad for the first time and have a bit of brain meltdown. I tried
 searching for answers on the annoying sourceforge list archive
(should
 I
 start a separate thread about this...?) but didn't find much.



 My question is a general one in that I'm wondering how people are
 handling large files in DSpace (getting them onto the server,
 submissions and publication/access)? Is the SymLink stuff the only
 option at this point? For example, we have (and will be getting lots
 more of) a 12GB video file to be used in one of our collections. I'd
 like to nut out what the possible options are before I try anything.



 Thanks and kind regards

 Gary





 Gary Browne
 Development Programmer
 Library IT Services
 University of Sydney
 Australia
 ph: 61-2-9351 5946





-
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech



-
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech