Re: [Dspace-tech] OpenUrl response

2007-08-14 Thread James Rutherford
On Mon, Aug 13, 2007 at 01:33:18PM -0700, Daniel Fernandez wrote:
 The DSpace documentation, about OpenURL Support, says: 
  
  ...Additionally, DSpace can respond to incoming OpenURLs 
 
 (http://www.dspace.org/index.php?option=com_contenttask=viewid=149#openurl)
 
 
 What D-Space URL should I connect to get this response?

your-dspace-url/openURL

See org.dspace.app.webui.servlet.OpenURLServlet. As you will see, it's
very basic, only responding to a few parameters (title, author first +
last names) by redirecting them to the simple search mechanism. For
example:

http://dspace.foo.ac.uk/openURL?title=Some%20Title

redirects to

http://dspace.foo.ac.uk/simple-search?query=%20Some%20Title

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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Submitting to Dspace 1.4.2 doesn't succeed, no data is written to postgresql database

2007-08-14 Thread Peter van Wonderen
Tomcat compiles cached files in the [CATALINA_HOME]/works directory.
Whenever you notice a problem in one of the files which have been
deployed with the dspare.war file you also have to clear this
[CATALINA_HOME]/works directory.

Regards,

Peter van Wonderen

-Original Message-
From: Jayan Chirayath Kurian [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 14 augustus 2007 10:04
To: Peter van Wonderen
Subject: RE: [Dspace-tech] Submitting to Dspace 1.4.2 doesn't succeed,no
data is written to postgresql database

Hi! Peter,

I used to have a similar issue while updating the banner in DSpace. The
solution was to remove the dspace directory from tomcat - webapp and
then restart tomcat. This created the dspace folder and the updated
banner gets displayed. 

Thanks,
Jayan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
van Wonderen
Sent: Tuesday, August 14, 2007 3:40 PM
To: Christian Voelker; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Submitting to Dspace 1.4.2 doesn't succeed,no
data is written to postgresql database



I solved the problem. I didn't know yet that you have to check if your
customized jsp files from a previous Dspace version have been updated in
the newest Dspace version. Otherwise you won't have the newest code in
your customized files jsp files. What I did was to remove the
[dspace-source]/jsp/local/submit directory and rebuilt the wars again.
Now I am able to submit new items to Dspace again.

Regards,

Peter van Wonderen


Am 13.08.2007 um 16:14 schrieb Peter van Wonderen:



 Last week I installed Dspace 1.4.2. Since that moment submitting is  
 impossible because no data is written to our Postgresql database.

 We use:

 -  java runtime version 1.5.0_06-b05

 -  PostgreSQL 8.1.9

 -  Postgresql-8.1-405.jdbc3 driver
Looks fine. You might find an update for the
JDBC driver if RedHat is up to date but that
is probably not essential for your problem.
If this is your last resort, you might walk
through the Drivers Changelog here:

http://jdbc.postgresql.org/changes.html#version_8.1-406
http://jdbc.postgresql.org/changes.html#version_8.1-407
http://jdbc.postgresql.org/changes.html#version_8.1-408
http://jdbc.postgresql.org/changes.html#version_8.1-409
http://jdbc.postgresql.org/changes.html#version_8.1-410

But before you waste your time with that, try this:

[cvoelker:~] cvoelker% psql
Welcome to psql 8.2.4, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

postgres=# \c dspace
You are now connected to database dspace.
dspace=# \du
List of roles
Role name | Superuser | Create role | Create DB | Connections |  
Member of
--+---+-+---+- 
+---
dspace| no| no  | yes   | no limit|
postgres  | yes   | yes | yes   | no limit|
(2 rows)

dspace=# \dp
 Access privileges for database dspace
Schema |  Name  |   Type   | Access privileges
++--+---
public | bitstream  | table|
public | bitstream_seq  | sequence |
public | bitstreamformatregistry| table|
public | bitstreamformatregistry_seq| sequence |
public | bundle | table|
public | bundle2bitstream   | table|
...

Is there something obviously different on both machines?
There are many more options and you can also use pgAdmin
to get better overview of the db if you are the GUI type
of user like me. I wonder why there should be something
different, but when taking a closer look and thinking
about who things should look, I usually get a better
understanding, get new ideas what to look for while
investigating a problem.

Bye, Christian



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net

Re: [Dspace-tech] Moving an item from one collection to another

2007-08-14 Thread Jayan Chirayath Kurian
Thanks Christine. It was nice to try items getting replaced from one
collection to another individually as well as in batch mode. This helped
to replace an item submitted through dspace GUI into another collection
through the export facility and the subsequent import with replace
option.

Regards,
Jayan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christine L Moulen
Sent: Wednesday, August 08, 2007 10:02 PM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Moving an item from one collection to another

I'm not sure about that.  When I do a replacement, I'm usually changing
the PDF file for an item, so I don't use the export, and we build new
source metadata as well.

I've never created the handle file, ItemImport seems to do that for you.
I don't know what happens if you have one and don't remove it.

Christine

On Wed, 2007-08-08 at 09:53 -0400, Blanco, Jose wrote:
 When I export the item should I leave the handle file in the
directory,
 and do I need to clean up the dublin_core.xml file in any way?
 
 This is really useful information.  Thank you!
 
 Jose 
 
 -Original Message-
 From: Christine L Moulen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 08, 2007 9:50 AM
 To: Blanco, Jose
 Cc: dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Moving an item from one collection to
another
 
 You specify the --collection flag as part of ItemImport.
 
 dsrun org.dspace.app.itemimport.ItemImport --replace
 [EMAIL PROTECTED] --collection=1721.1/7704 --source=12345
 --mapfile=12345.map
 
 The map file looks like this:
  1721.1/8092
 
 It finds the old one based on the handle in the map file, removes that
 item completely, and imports the item to the new collection from
 --collection
 
 The moved item will have the same handle as the original.
 
 You'll still need to do your ItemExport to get the source metadata and
 bitstream files.  The whole thing is replaced from the source.
 
 Christine
 
 On Wed, 2007-08-08 at 09:30 -0400, Blanco, Jose wrote:
  But doesn't the replace just replace the item in the collection it 
  exists in.  I need to move the item from one collection to another.
  Where would I indicate that?  Where would I say this item now lives
in
 
  this collection, and not in this other one?
  
  Thanks!
  Jose
  
  -Original Message-
  From: Christine L Moulen [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, August 08, 2007 9:15 AM
  To: Blanco, Jose
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Moving an item from one collection to 
  another
  
  Jose,
  
  If you're using ItemImport, you could run that with the --replace 
  flag, instead of --add.
  Be sure to provide a map file which contains the handle for the item

  you're moving, similar to the map file the --add option would have 
  created.
  You can skip deleting the item, the replacement will take care of
it.
  You also shouldn't need to re-index.
  
  Christine
  
  On Tue, 2007-08-07 at 12:35 -0400, Blanco, Jose wrote:
   I need to move an item from one collection to another.  I tried (
in
 
   my dev area ) to use ItemExport to get the item, and then I
deleted 
   the item using the interface, then I used ItemImport to put the
item
 
   in the new collection, but when I log in as admin to view the item

   it seems to have created a different item_id and I can't edit the
 item.
   I don't have confidence in this procedure.  Is there a better way
to
  do this?
   
   Thanks!
   Jose
   
  

   --
   --- This SF.net email is sponsored by: Splunk Inc.
   Still grepping through log files to find problems?  Stop.
   Now Search log events and configuration files using AJAX and a
  browser.
   Download your FREE copy of Splunk now   http://get.splunk.com/ 
   ___
   DSpace-tech mailing list
   DSpace-tech@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/dspace-tech
  --
  Christine Moulen
  Library Systems Manager
  MIT Libraries, E25-131
  617-253-0757
  fax: 617-253-4462


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/

Re: [Dspace-tech] HTML batch import

2007-08-14 Thread Christian Voelker
Hello,

Am 14.08.2007 um 10:16 schrieb Jayan Chirayath Kurian:

 Is there any batch import facility for importing html pages with
 hyperlinks?

Dunno. Check the roadmap/arch review pages in the wiki.

I believe there were discussions about shortcomings of
DSpace as it is today and different ideas how to improve
on that in a future version. Maybe, there are already
patches around because this probably hurts many people.

Hey, I am the nasty guy who always complains about formal
stuff ;-).

Ever heard about thread hijacking?

There is not only a difference between reply and reply-all
but also between creating a new thread by answering an
existing thread, changing the subject and creating a new
message with a new subject. It gets displayed the wrong
way in case you use the threading feature modern MUAs
provide and it makes following the list harder. So please,
use a new message for a new thread, thank you.

Bye, Christian


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] error in running ant fresh_install command in windows

2007-08-14 Thread Heny belay
Dear all
   
  I am installing Dspace 1.4.2 on windows XP.But when I run ant fresh_install 
command I got the following error.  Build file: Build.xml does not exist! build 
failed. Any one can assist me in removing this error?
   
  I have already installed and configured PostgreSQL 8.1, jdk-1_5_0_01, 
apache-ant-1.6.2, and apache-tomcat-5.5.17.
   
  Regards
   
  Solomon

   
-
Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. -
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] error in running ant fresh_install command in windows

2007-08-14 Thread James Rutherford
Sounds like you're running ant from the wrong directory! Check the
install docs again and make sure you're in the right place before
running this.

Jim

On Tue, Aug 14, 2007 at 03:56:59AM -0700, Heny belay wrote:
 Dear all

   I am installing Dspace 1.4.2 on windows XP.But when I run ant fresh_install 
 command I got the following error.  Build file: Build.xml does not exist! 
 build failed. Any one can assist me in removing this error?

   I have already installed and configured PostgreSQL 8.1, jdk-1_5_0_01, 
 apache-ant-1.6.2, and apache-tomcat-5.5.17.

   Regards

   Solomon
 

 -
 Yahoo! oneSearch: Finally,  mobile search that gives answers, not web links. 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-- 
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Building 1.4.2 on WinXP fails with Malformed \uxxxxencoding

2007-08-14 Thread John Preston
Ok. I've got DSpace installed, Tomcat starts without error, and I can
get the page. Thanks to all for this. However when I try to register a
new user, the register page comes back around with the message:

The e-mail address you entered was not recognized.

But there is nothing wrong with the email address. I've looked in the
tomcat log file and I don't see any errors. Why would this message be
sent, and is there any special installation requirements for the email
system on WindowsXP.

John

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML batch import

2007-08-14 Thread Jayan Chirayath Kurian
thread hijacking - looks great ! ..
 
Cheers! 
 
Jayan



From: Christian Voelker [mailto:[EMAIL PROTECTED]
Sent: Tue 8/14/2007 6:41 PM
To: Jayan Chirayath Kurian
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] HTML batch import



Hello,

Am 14.08.2007 um 10:16 schrieb Jayan Chirayath Kurian:

 Is there any batch import facility for importing html pages with
 hyperlinks?

Dunno. Check the roadmap/arch review pages in the wiki.

I believe there were discussions about shortcomings of
DSpace as it is today and different ideas how to improve
on that in a future version. Maybe, there are already
patches around because this probably hurts many people.

Hey, I am the nasty guy who always complains about formal
stuff ;-).

Ever heard about thread hijacking?

There is not only a difference between reply and reply-all
but also between creating a new thread by answering an
existing thread, changing the subject and creating a new
message with a new subject. It gets displayed the wrong
way in case you use the threading feature modern MUAs
provide and it makes following the list harder. So please,
use a new message for a new thread, thank you.

Bye, Christian



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] error in running ant fresh_install command in windows

2007-08-14 Thread Jayan Chirayath Kurian
Hi!  Solomon,
 
http://www.jackeapen.org/modules.php?op=modloadname=Newsfile=articlesid=30
 
this may be of help for windows/dspace installation.
 
Jayan



From: [EMAIL PROTECTED] on behalf of Heny belay
Sent: Tue 8/14/2007 6:56 PM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] error in running ant fresh_install command in windows


Dear all
 
I am installing Dspace 1.4.2 on windows XP.But when I run ant fresh_install 
command I got the following error.  Build file: Build.xml does not exist! build 
failed. Any one can assist me in removing this error?
 
I have already installed and configured PostgreSQL 8.1, jdk-1_5_0_01, 
apache-ant-1.6.2, and apache-tomcat-5.5.17.
 
Regards
 
Solomon



Yahoo! oneSearch: Finally, mobile search that gives answers 
http://us.rd.yahoo.com/evt=48252/*http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC
 , not web links. 
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Diacritic problem in 1.4.2

2007-08-14 Thread Poulter, Dale
Christian,

I have checked on both installations and the encoding for the Dspace database 
is UNICODE.  The OS version on the 1.3 instance is Solaris 9 and on the 1.4 
version is Solaris 10, that is the only difference I can see between the two 
systems.   Thanks.

--Dale
 
---
Dale Poulter
Automation Coordinator/Systems Librarian
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)
[EMAIL PROTECTED]

-Original Message-
From: Christian Voelker [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 14, 2007 2:11 AM
To: Poulter, Dale
Subject: Re: [Dspace-tech] Diacritic problem in 1.4.2

Hello,

Am 14.08.2007 um 01:58 schrieb Poulter, Dale:
 I am wondering if anyone has encountered a problem with diacritics  
 in 1.4.2. I have upgraded test instance from 1.3.x to 1.4.2 and  
 searching for some diacritics no longer work.
No, but I did not try so far. Used a fresh install for testing.
 An example is  Mutsûra,  it works in the older version but after  
 the upgrade a search on Mutsûra is translated to Mutsûra and  
 fails.  Any help will be appreciated.
Did you rebuild the index? This is the only thing a can think of.

Did you change anything else along your way? Client locale setting,
a new browser, tomcat or postgres? You probably created a new db
and imported the data if you are testing. Run psql  and run \l
to see encoding of the db to make sure this is not the reason
(I doubt it is). I am off for some days, please post back to list.

Bye, Christian


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] HTML batch import

2007-08-14 Thread Dorothea Salo
 Is there any batch import facility for importing html pages with
 hyperlinks?

You can use the regular batch importer on a downloaded version of the
site. Internal links and img tags will work provided all targets are
RELATIVE, not ABSOLUTE. (DSpace doesn't control links to external
resources. If it's part of the page and you have rights to it,
download it and make the link to it relative.)

Last I checked, external CSS and Javascript need to be copied into
each file that references them. There was talk about fixing the CSS
problem, at least, but I don't recall whether anyone ever got to it.

There is no way to point DSpace at a URL and say go to it.

Dorothea

-- 
Dorothea Salo[EMAIL PROTECTED]
Digital Repository Librarian  AIM: mindsatuw
University of Wisconsin
Rm 218, Memorial Library
(608) 262-5493

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Diacritic problem in 1.4.2 --resolved

2007-08-14 Thread Poulter, Dale
All,

I reviewed my settings again and realized that I had failed to define UTF-8 
encoding the new tomcat instance.  Once this change was made everything worked 
correctly.  Thanks.

--Dale
 
---
Dale Poulter
Automation Coordinator/Systems Librarian
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)
[EMAIL PROTECTED]

-Original Message-
From: Christian Voelker [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 14, 2007 2:11 AM
To: Poulter, Dale
Subject: Re: [Dspace-tech] Diacritic problem in 1.4.2

Hello,

Am 14.08.2007 um 01:58 schrieb Poulter, Dale:
 I am wondering if anyone has encountered a problem with diacritics  
 in 1.4.2. I have upgraded test instance from 1.3.x to 1.4.2 and  
 searching for some diacritics no longer work.
No, but I did not try so far. Used a fresh install for testing.
 An example is  Mutsûra,  it works in the older version but after  
 the upgrade a search on Mutsûra is translated to Mutsûra and  
 fails.  Any help will be appreciated.
Did you rebuild the index? This is the only thing a can think of.

Did you change anything else along your way? Client locale setting,
a new browser, tomcat or postgres? You probably created a new db
and imported the data if you are testing. Run psql  and run \l
to see encoding of the db to make sure this is not the reason
(I doubt it is). I am off for some days, please post back to list.

Bye, Christian


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Building 1.4.2 on WinXP fails with Malformed\uxxxxencoding

2007-08-14 Thread Peter van Wonderen
You have to register an administrator first.
Open a cmd window
cd [dspace-installation-dir]/bin
dsrun org.dspace.administer.CreateAdministrator

Then you can fill in any email address that you want. I checked it with
a non-existing email address.

Regards,
Peter van Wonderen
 
Vrije Universiteit
University Library
De Boelelaan 1105
1082 HV Amsterdam
The Netherlands
+31-20-5985112


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Preston
Sent: dinsdag 14 augustus 2007 13:25
To: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Building 1.4.2 on WinXP fails with
Malformed\uencoding

Ok. I've got DSpace installed, Tomcat starts without error, and I can
get the page. Thanks to all for this. However when I try to register a
new user, the register page comes back around with the message:

The e-mail address you entered was not recognized.

But there is nothing wrong with the email address. I've looked in the
tomcat log file and I don't see any errors. Why would this message be
sent, and is there any special installation requirements for the email
system on WindowsXP.

John


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Consulta Dspace (ó)

2007-08-14 Thread Rodrigo Castro Artigas
Hi, I Search Dspace + GO the text Información, but
Show in the Search Results:

Search in Dspace for Información

Search produced no results.

1 

I have the character set in BD ORACLE UTF-8

Atte.,
Thanks You

Rodrigo Castro

Jefe de Tecnología 

Alerta al Conocimiento S.A.

Fono: 233-7908


-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de
[EMAIL PROTECTED]
Enviado el: Martes, 14 de Agosto de 2007 8:04
Para: dspace-tech@lists.sourceforge.net
Asunto: DSpace-tech Digest, Vol 16, Issue 23

Send DSpace-tech mailing list submissions to
dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: Moving an item from one collection to another
  (Jayan Chirayath Kurian)
   2. Re: HTML batch import (Christian Voelker)
   3. error in running ant fresh_install command in windows (Heny belay)
   4. Re: error in running ant fresh_install command in windows
  (James Rutherford)
   5. Re: Building 1.4.2 on WinXP fails with Malformed
  \uencoding (John Preston)
   6. Re: HTML batch import (Jayan Chirayath Kurian)
   7. Re: error in running ant fresh_install command in windows
  (Jayan Chirayath Kurian)


--

Message: 1
Date: Tue, 14 Aug 2007 16:31:12 +0800
From: Jayan Chirayath Kurian [EMAIL PROTECTED]
Subject: Re: [Dspace-tech] Moving an item from one collection to
another
To: Christine L Moulen [EMAIL PROTECTED]
Cc: dspace-tech@lists.sourceforge.net
Message-ID:

[EMAIL PROTECTED]

Content-Type: text/plain;   charset=US-ASCII

Thanks Christine. It was nice to try items getting replaced from one
collection to another individually as well as in batch mode. This helped
to replace an item submitted through dspace GUI into another collection
through the export facility and the subsequent import with replace
option.

Regards,
Jayan

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christine L Moulen
Sent: Wednesday, August 08, 2007 10:02 PM
To: Blanco, Jose
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Moving an item from one collection to another

I'm not sure about that.  When I do a replacement, I'm usually changing
the PDF file for an item, so I don't use the export, and we build new
source metadata as well.

I've never created the handle file, ItemImport seems to do that for you.
I don't know what happens if you have one and don't remove it.

Christine

On Wed, 2007-08-08 at 09:53 -0400, Blanco, Jose wrote:
 When I export the item should I leave the handle file in the
directory,
 and do I need to clean up the dublin_core.xml file in any way?
 
 This is really useful information.  Thank you!
 
 Jose 
 
 -Original Message-
 From: Christine L Moulen [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, August 08, 2007 9:50 AM
 To: Blanco, Jose
 Cc: dspace-tech@lists.sourceforge.net
 Subject: RE: [Dspace-tech] Moving an item from one collection to
another
 
 You specify the --collection flag as part of ItemImport.
 
 dsrun org.dspace.app.itemimport.ItemImport --replace
 [EMAIL PROTECTED] --collection=1721.1/7704 --source=12345
 --mapfile=12345.map
 
 The map file looks like this:
  1721.1/8092
 
 It finds the old one based on the handle in the map file, removes that
 item completely, and imports the item to the new collection from
 --collection
 
 The moved item will have the same handle as the original.
 
 You'll still need to do your ItemExport to get the source metadata and
 bitstream files.  The whole thing is replaced from the source.
 
 Christine
 
 On Wed, 2007-08-08 at 09:30 -0400, Blanco, Jose wrote:
  But doesn't the replace just replace the item in the collection it 
  exists in.  I need to move the item from one collection to another.
  Where would I indicate that?  Where would I say this item now lives
in
 
  this collection, and not in this other one?
  
  Thanks!
  Jose
  
  -Original Message-
  From: Christine L Moulen [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, August 08, 2007 9:15 AM
  To: Blanco, Jose
  Cc: dspace-tech@lists.sourceforge.net
  Subject: Re: [Dspace-tech] Moving an item from one collection to 
  another
  
  Jose,
  
  If you're using ItemImport, you could run that with the --replace 
  flag, instead of --add.
  Be sure to provide a map file which contains the handle for the item

  you're moving, similar to the map file the --add option would have 
  created.
  You can skip deleting the item, the replacement will take care of
it.
  You also shouldn't need to re-index.
 

[Dspace-tech] DSpace and Z39.50

2007-08-14 Thread Peter Cliff
Hello!

I've been trawling through the DSpace mailing list archives and also the 
documentation, and while I've found a few references - notably an email 
stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
I've not found any concrete evidence that would suggest DSpace supports 
either protocol.

Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
SRU (or even SRW) interface?

I realise adding one would be pretty straight forward for an 
implementor, either by indexing the output of an OAI-PMH request for 
everything (using, say, IndexData's Zebra) or using the DSpace search 
API and something like JZKit 
(http://developer.k-int.com/projects.php?page=dspace for example).

Thanks,

Pete Cliff
Research Officer, Repositories Support Project,
UKOLN, University of Bath




-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-14 Thread LeVan,Ralph
OCLC provides an SRW/U interface to DSpace.  See
http://www.oclc.org/research/software/srw/

Ralph

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter
Cliff
Sent: Tuesday, August 14, 2007 10:47 AM
To: dspace-tech@lists.sourceforge.net
Subject: [Dspace-tech] DSpace and Z39.50

Hello!

I've been trawling through the DSpace mailing list archives and also the

documentation, and while I've found a few references - notably an email 
stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
I've not found any concrete evidence that would suggest DSpace supports 
either protocol.

Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
SRU (or even SRW) interface?

I realise adding one would be pretty straight forward for an 
implementor, either by indexing the output of an OAI-PMH request for 
everything (using, say, IndexData's Zebra) or using the DSpace search 
API and something like JZKit 
(http://developer.k-int.com/projects.php?page=dspace for example).

Thanks,

Pete Cliff
Research Officer, Repositories Support Project,
UKOLN, University of Bath





-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-14 Thread MacKenzie Smith
And as I recall, we couldn't distribute it with the DSpace codebase
because it contained some code under the GPL... so it's an add-on
that has to be downloaded separately (and many have).

We talked about adding Z39.50 support a long time ago, but
nobody really wanted it and SRU seemed like the right way to go.

MacKenzie

 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/

 Ralph

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50

 Hello!

 I've been trawling through the DSpace mailing list archives and also the

 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.

 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?

 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).

 Thanks,

 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-14 Thread Mark Diggory
Hello,

We also have a reorganized version of the OCLC SRW/U ported into the  
the DSpace 1.5 build system which we are planning to deploy on  
[EMAIL PROTECTED] and other DSpace instances at MIT Libraries. We've made it  
available to the public. The code is no different than the OCLC  
release for 1.4.2, it simply uses Maven to be built rather than Ant.  
The GPL third party jars only applied to the SRW/U's other driver  
implementations (which it originally shipped inside the distribution)  
those implementations are removed from this version and thus the  
dependencies are not required.

See the following for source:
http://libstaff.mit.edu/svn/repos/projects/dspace-addons/dspace-srw/ 
trunk/

-Mark

On Aug 14, 2007, at 7:02 PM, MacKenzie Smith wrote:

 And as I recall, we couldn't distribute it with the DSpace codebase
 because it contained some code under the GPL... so it's an add-on
 that has to be downloaded separately (and many have).

 We talked about adding Z39.50 support a long time ago, but
 nobody really wanted it and SRU seemed like the right way to go.

 MacKenzie

 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/

 Ralph

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50

 Hello!

 I've been trawling through the DSpace mailing list archives and  
 also the

 documentation, and while I've found a few references - notably an  
 email
 stating that there was a task to add Z39.50 and SRU to DSpace in  
 2003 -
 I've not found any concrete evidence that would suggest DSpace  
 supports
 either protocol.

 Am I right in thinking that DSpace does not ship with a Z39.50 and/or
 SRU (or even SRW) interface?

 I realise adding one would be pretty straight forward for an
 implementor, either by indexing the output of an OAI-PMH request for
 everything (using, say, IndexData's Zebra) or using the DSpace search
 API and something like JZKit
 (http://developer.k-int.com/projects.php?page=dspace for example).

 Thanks,

 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath


 -- 
 ---
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a  
 browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

~
Mark R. Diggory - DSpace Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Office: E25-131
Phone: (617) 253-1096



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech