Re: [Dspace-tech] Strange error when attempting a test registration

2010-04-09 Thread Pablo Olivares
Hi

Are you using Linux?? mm what is the name of the file that your try to
upload??

Pablo.

2010/4/7 Keith Michael Pickett kmpic...@uno.edu

  I’m working on a test registration of items that reside on the same
 server as our installation of DSapce.  The metadata goes where it’s supposed
 to, but when the command prompt gets to processing the “contents” file I get
 the following error.  There’s a strange character in there that I’ve never
 seen before:



 Processing contents file: E:\LASC_contents\testfolder1\contents

 java.io.FileNotFoundException: E:\LASC_contents\testfolder1\∩�[┐-r -s 0 -f
 E:\LAS

 C_Test\A_New_Orleans_1813-1846\LSC-4-1-001\01\scans\lsc01_A_0001.jpg
 (Th

 e filename, directory name, or volume label syntax is incorrect)

 at java.io.FileInputStream.open(Native Method)

 at java.io.FileInputStream.init(Unknown Source)

 at java.io.FileInputStream.init(Unknown Source)

 at
 org.dspace.app.itemimport.ItemImport.processContentFileEntry(ItemImpo

 rt.java:1169)

 at
 org.dspace.app.itemimport.ItemImport.processContentsFile(ItemImport.j

 ava:1051)

 at
 org.dspace.app.itemimport.ItemImport.addItem(ItemImport.java:648)

 at
 org.dspace.app.itemimport.ItemImport.addItems(ItemImport.java:514)

 at org.dspace.app.itemimport.ItemImport.main(ItemImport.java:421)

 java.io.FileNotFoundException: E:\LASC_contents\testfolder1\∩�[┐-r -s 0 -f
 E:\LAS

 C_Test\A_New_Orleans_1813-1846\LSC-4-1-001\01\scans\lsc01_A_0001.jpg
 (Th

 e filename, directory name, or volume label syntax is incorrect)





 Any suggestions?



 Thanks!



 *Keith M. Pickett, MLIS*



 Digital Initiatives Librarian

 Biology Subject Specialist

 Chair, LOUISiana Digital Library Committee

 Earl K. Long Library, Room 319

 University of New Orleans

 2000 Lakeshore Drive

 New Orleans, LA 70148

 (504) 280-3273

 http://library.uno.edu/aboutus/staff/keith.cfm




 --
 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


--
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] [Duraspace] dspace 1.6 Migration

2010-04-09 Thread Lewatle Phaladi
Hi

I recommend wait and see, but while waiting for version 1.6.1 I also
believe is good idea to run 1.6.0 on test instance, this will simplify
things whenever you need to upgrade.

Regards,

Lewatle

 

From: duraspace-ad...@moo.sun.ac.za
[mailto:duraspace-ad...@moo.sun.ac.za] On Behalf Of Bravismore Mumanyi
Sent: 09 April 2010 09:00 AM
To: durasp...@moo.sun.ac.za
Subject: [Duraspace] dspace 1.6 Migration

 

Dear dspacers,

 

I would like to know if there are any institutions that have already
migrated to dspace 1.6. 

 

Any concerns?

 

Are there any major bugs that have compelled you to consider downgrading
or you see it as a stable release.

 

Do you recommend a wait  see strategy or rather wait for bug-fix
release 1.6.1?

 

Thank you

 

Regards

/


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
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] Mail Server Issue in Dspace Installation

2010-04-09 Thread Henry Atsu Agbodza
Hi all,

Thanks to everybody who sent me a response on Installing Dspace on Linux
box. It was highly appreciated. At our institution, we have a mail server
managed by our mail administrator who is solidly grounded in Linux. Thus i
have no problem as far as integrating a mail server into a Dspace
configuration.
Unfortunately, other institutions in Ghana don't have a dedicated
institutional mail server that can be used. The other problem is that as a
Linux Newbie i'm not versed in what takes to install a mail server and
then administer it for these institutions. Thus i looked for Dspace
Installations steps that would help me solve my problem.

I had this:

Sendmail configuration: Simple approach

Case I: If your organization has a mail server
Open /etc/mail/sendmail.mc
Replace the line having
dnl define(`SMART_HOST', `smtp.your.provider')dnl
Remove dnl and enter your mail server name
Ex:
define(`SMART_HOST', `nsdl.niscair.res.in')dnl


Case II: If you want to use the same system as mail server
Comment the following line
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Ex:
dnl # DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl


Save the file (press ESC :wq)
Run
#m4 /etc/mail/sendmail.mc  /etc/mail/sendmail.cf
#service sendmail restart OR
#/etc/init.d/sendmail restart


Unfortunately at this step #m4 /etc/mail/sendmail.mc 
/etc/mail/sendmail.cf, my linux system (fedora) tells me it cannot create
a certain file (sorry i'm not behind the linux box to tell you the exact
file)

I will be very happy if anyone can tell me how to implement case II
effectively.Please give me the steps.

Secondly can anyone give me the steps to setting up a mail server on
fedora or centos. Thanks in advance.

By the way i know the mail server is just for the sending of mails and for
new users to register on the Dspace System. Thus can i ignore it during
the installation of Dspace and rather create all the users on the command
line using the command /dspace/bin/create-administrator repeatedly until i
have created all the users. I have tried it and it seems to work.

Thanks in advance for any response. Highly appreciated.




--
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] Mail Server Issue in Dspace Installation

2010-04-09 Thread Fabien COMBERNOUS
Henry Atsu Agbodza wrote:
 Hi all,

 Thanks to everybody who sent me a response on Installing Dspace on Linux
 box. It was highly appreciated. At our institution, we have a mail server
 managed by our mail administrator who is solidly grounded in Linux. Thus i
 have no problem as far as integrating a mail server into a Dspace
 configuration.
 Unfortunately, other institutions in Ghana don't have a dedicated
 institutional mail server that can be used. The other problem is that as a
 Linux Newbie i'm not versed in what takes to install a mail server and
 then administer it for these institutions. Thus i looked for Dspace
 Installations steps that would help me solve my problem.

 I had this:

 Sendmail configuration: Simple approach
   
Sendmail configuration is simple ?
I don't provide a direct solution. But ... if you are GNU/Linux newbie i 
recommand to use postfix instead of sendmail as MTA.

Best regards,
-- 
*Fabien COMBERNOUS*
/unix system engineer/
www.kezia.com http://www.kezia.com/
*Tel: +33 (0) 467 992 986*
Kezia Group

--
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] [Duraspace] dspace 1.6 Migration

2010-04-09 Thread Jason Fowler
We've upgraded our live instance with no real significant issues. Our only 
problem has been a nearly 10 minute startup time for the application. We're not 
sure why this is happening, though. It didn't happen in our live instance on 
1.5.2. It didn't happen on our 1.6.0 test instance. It happens on our 1.6.0 
live instance. I don't know that it is directly related to 1.6.0. Other than 
that one issue, everything else works great for me.


Jason Fowler, CA, MSLS
Archives and Special Collections Librarian
The Southern Baptist Theological Seminary
Vice President, ALABI
jfow...@sbts.edu

From: Lewatle Phaladi [lewatle.phal...@wits.ac.za]
Sent: Friday, April 09, 2010 3:09 AM
To: durasp...@moo.sun.ac.za
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] [Duraspace] dspace 1.6 Migration

Hi
I recommend wait and see, but while waiting for version 1.6.1 I also believe is 
good idea to run 1.6.0 on test instance, this will simplify things whenever you 
need to upgrade.
Regards,
Lewatle

From: duraspace-ad...@moo.sun.ac.za [mailto:duraspace-ad...@moo.sun.ac.za] On 
Behalf Of Bravismore Mumanyi
Sent: 09 April 2010 09:00 AM
To: durasp...@moo.sun.ac.za
Subject: [Duraspace] dspace 1.6 Migration

Dear dspacers,

I would like to know if there are any institutions that have already migrated 
to dspace 1.6.

Any concerns?

Are there any major bugs that have compelled you to consider downgrading or you 
see it as a stable release.

Do you recommend a wait  see strategy or rather wait for bug-fix release 
1.6.1?

Thank you

Regards
/

This communication is intended for the addressee only. It is confidential. If 
you have received this communication in error, please notify us immediately and 
destroy the original message. You may not copy or disseminate this 
communication without the permission of the University. Only authorized 
signatories are competent to enter into agreements on behalf of the University 
and recipients are thus advised that the content of this message may not be 
legally binding on the University and may contain the personal views and 
opinions of the author, which are not necessarily the views and opinions of The 
University of the Witwatersrand, Johannesburg. All agreements between the 
University and outsiders are subject to South African Law unless the University 
agrees in writing to the contrary.



--
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] Search box in xmlui

2010-04-09 Thread Lewatle Phaladi
Hi Dspacers

 

I want to move the default search box on xmlui interface the one in the
middle to the bottom or I can say after communities on a default manakin
page, anyone who knows which file I need to modify please let me know.

 

Regards,

Lewatle 


htmlpfont face = verdana size = 0.8 color = navyThis communication 
is intended for the addressee only. It is confidential. If you have received 
this communication in error, please notify us immediately and destroy the 
original message. You may not copy or disseminate this communication without 
the permission of the University. Only authorized signatories are competent to 
enter into agreements on behalf of the University and recipients are thus 
advised that the content of this message may not be legally binding on the 
University and may contain the personal views and opinions of the author, which 
are not necessarily the views and opinions of The University of the 
Witwatersrand, Johannesburg. All agreements between the University and 
outsiders are subject to South African Law unless the University agrees in 
writing to the contrary./font/p/html
--
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] Dspace character problem

2010-04-09 Thread Rafael Tamaro Manzini
Dear Sir or Madam


When i search for some author inside Dspace, if this author have for exemple
has some special character , my search fail so i can not find the file. i
just can find it if i put in my search a name with no special characteres, i
need to use this cause here we are using some brazilian authors and theirs
names has this special chacater. exemple: José Alencar. could you please
help me how i can change the package or something that could works fine?
cause i really did not find anyware the specific class JSP that i must
change.

Thanks

Rafael Tamaro Manzini
--
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] Google Summer of Code 2010, Student Application Submission Period is Closed, Mentor Evaluation Period begins.

2010-04-09 Thread Mark Diggory
Hello DuraSpace Community,

Please excuse the cross-posting...

This is just a notice that we have received applications from 18 students
that we will begin reviewing this year.  Just based on the numbers this is
an excellent start to DuraSpace GSoC 2010!  We expect to accept at least 4
of these applicants this year based on mentor evaluations and interest.
 I'll repost an invitation to all DuraSpace Community Developers, if you are
interested in participating as a mentor, please do go to the GSoC Site,
create an account and request to join the the DuraSpace project as a mentor.


*The Mentor Evaluation Period to consider student applications begins
formally now and ends on April 21st.*

Involvement is voluntary and the critical need now is to get
feedback/ratings/voting from the mentors on the projects that have been
proposed. So even if your not interested in being a primary mentor on a
project, you can still contribute in simpler ways in the GSoC DuraSpace
voting period activities.  The process for student selection is encapsulated
within the GSoC site and not made public, so the only way to participate at
this stage, is to join as a mentor.

*http://socghop.appspot.com/gsoc/org/show/google/gsoc2010/duraspace*

More information can also be found off of the DuraSpace GSoC page:
*http://www.fedora-commons.org/confluence/display/GSOC*

I will clarify that this year, in the case of DSpace, we are seriously
considering that a criteria for project completion by the student is a
proper committing of the code to the the DSpace SCM such that is can show
in the next release of DSpace. So, if you want to have an early opportunity
to provide feedback on the contributions that may arise from these projects.
 Then you are more than welcome to join up and voice your opinion before the
selection process ends.

Cheers,
Mark

-- 
Mark R. Diggory
Head of U.S. Operations - @mire

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther
--
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] METS registry for DSpace

2010-04-09 Thread Greene, Colleen
Hello,

I'm new to DSpace, have been testing it via our university system's sandbox 
site, and plan to start working on a production site for our campus next month.

Our library is planning to use METS in association with DSpace.

If you've been involved with setting up a METS metadata schema registry in your 
DSpace installation, I'd love to chat with you off-list to learn a bit more 
about this process.  The DSpace/METS documentation is a bit foreign to me still.

Thank you,

Colleen Greene


Colleen Greene
Systems Librarian
Pollak Library, California State University Fullerton
657-278-3991
cgre...@fullerton.edumailto:cgre...@fullerton.edu
http://library.fullerton.eduhttp://library.fullerton.edu/
@colleengreenehttp://twitter.com/colleengreene

--
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