Re: [Dspace-tech] help with dspace on windows

2010-03-23 Thread Lewatle Phaladi
Hi 

 

If you still got the same problem please make certain that you export your JAVA 
environment variable, as a Dspace user logged on 

 

Example (use your correct location and version no.)

 

$ export JAVA_HOME=/usr/jdk/instances/jdk1.5.0/jre

 

And then restart tomcat

 

Example on Ubuntu

 

$ sudo service tomcat restart   or 

$sudo /etc/init.d/tomcat restart

 

 

 

From: Peter Dietz [mailto:dietz...@osu.edu] 
Sent: 22 March 2010 05:24 PM
To: Manuel Rodrigues
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] help with dspace on windows

 

Hey Manuel,

 

I think that being able to access DSpace via the url 
http://localhost:8080/dspace is a next step. At first, you should be able to 
access it by specifying which presentation layer you want, either: 
http://localhost:8080/xmlui or http://localhost:8080/jspui

 

Looking into your C:/DSpace/Webapps/, you should have a folder xmlui, and a 
folder jspui, but no folder named dspace in there.

Equivalently with your C:\Program Files\Apache Software 
Foundation\Tomcat\webapps

 

I think its typically through proxies and rewrites that the url /dspace points 
to either /xmlui or /jspui

 

On Mon, Mar 22, 2010 at 11:00 AM, Manuel Rodrigues rodrigues@gmail.com 
wrote:

Good afternoon, 

 

 

I´m a teacher at a secondary school in portugal. i´m truing to install a dspace 
repository under a win xp machine. After allthe instalation steps, i get the 
folloing error when trying to access dspace:

 


HTTP Status 404 - /dspace




type Status report

message /dspace

description The requested resource (/dspace) is not available.

 

i´m new to this,  and i would realy want to get this to work, Can you please 
help me?

 

thanks in advance

 

Manuel Rodrigues


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




-- 
Peter Dietz
Systems Developer/Engineer
Ohio State University Libraries


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 as RePEc data provider

2010-03-23 Thread Andrea Bollini
Hi Mike
many thanks to have shared your experience!
As I say we are in an exploring phase so we want know how many people
are interested in a DSpace/RePEc integration, how much wired are the
existing approach and so on...
From a technical point of view there are very few things that I don't
like in your solution:
1) it is php based, this mean additional requirements for the server
that run dspace and direct access to the dspace db this make the update
path a little more complex
2) it makes a copy of the metadata, copy is no bad in general but imho
should be used only when there is evidence of performance problems/load
issues
Instead from the user side... as it has work well for a couple of years
and your users are happy with it, it is great and probably the leak of
generality is not so important as we, technicians people, can think ;-)

If you ask your users for improvements what do you think that they
answer? more item types? separate series/archives?
when you have setup your service, are there already some items shared
with RePEc or you have started directly from DSpace?
if there are previous items in RePEc from your depts, have you been able
to prevent duplication?

About the upgrade to the 1.6 I suggest you to use the new support for
authority to keep track of the authorID directly in DSpace.
About this... do you know if exist a search service for query the RePEc
author registry or the new authorclaim? in this case, it could be pretty
simple build a DSpace plugin that offer autocomplete functionalities to
pickup the author during the cataloguing...otherwise you need to expose
in some way your local mapping file.
Cheers,
Andrea

 


Michael White ha scritto:
 Hi Andrea,
  
 On Sun, 21 Mar 2010 12:10:04 +0100, Andrea Bollini wrote:
  
  Apologies for cross posting, I like to receive feedback on both
  technical aspects and user needs. At CILEA, we are exploring the
  opportunity to expose DSpace data to the RePEc network,
  
 Just to say that we already do this here at Stirling. Our Economics
 department wanted to expose their Working Papers to RePEC, so I
 created a PHP application (that lives outside of DSpace) that extracts
 the metadata directly from the DSpace database for our Economics
 Department Working Papers collection
 (_https://dspace.stir.ac.uk/dspace/handle/1893/477_) and re-writes it
 in RePEC format (ReDIF) and places it on a web server for RePEC to
 harvest (via http) and add to RePEC/IDEAS
 (_http://ideas.repec.org/s/stl/stledp.html_).
  
 My script runs each night, checks to see if there have been any
 modifications to the collection (or any items in the collections)
 since the last time it was checked – if there have, then the RePEC
 files are re-generated – RePEC checks the files during their next
 scheduled check, sees that they have been modified since the last time
 they were harvested and re-harvests them - this picks up new additions
 or any items that have been updated since the last harvest, but avoids
 anyone doing anything if nothing has changed or been added.
  
 I’ve set up an author name to RePEC authorID mapping (in an external
 file) for those authors that have a RePEC ID set up. This  ensures
 publications are formally linked to our authors within RePEC (via the
 “Author-Person” field - _http://ideas.repec.org/e/pbe71.html_). I’ve
 also abstracted out the mapping from the required RePEC elements to
 the corresponding DSpace metadata fields (this also allows you to
 specify more than one DSpace field per RePEC element – if first is
 empty, use second etc – ideal way to deal with “Creation-Date” whose
 value can come from “dc.citation.date” or “dc.date.issued” in our case).
  
 I will admit that this was thrown together in an afternoon or two just
 to solve an immediate need so is very specific to our set-up and
 requirements (lots of hardwired stuff, single item type, so currently
 not very customisable or generalisable), but it has been working well
 for us for a couple of years.
  
 We are currently on DSpace v1.4.1 here, but I am hoping to upgrade to
 v1.6 over the coming months, and, as part of this, I will need to redo
 the RePEC integration, so I am definitely interested in the work that
 you are doing and would be happy to feed in our requirements and help
 in any way that I can. As I said, my stuff is all PHP (and pretty
 specific to our needs), but happy to share if this is of interest or use.
  
 Regards,
  
 Mike
 Michael White
 eLearning Developer
 eLearning Liaison  Development (eLD)
 3V3a, Cottrell
 University of Stirling
 Stirling SCOTLAND
 FK9 4LA
 Email: _michael.wh...@stir.ac.uk_ mailto:michael.wh...@stir.ac.uk
 Tel: +44 (0) 1786 466877
 Fax: +44 (0) 1786 466880
 _http://www.is.stir.ac.uk/aboutis/teams/aldt/eld.php_
  
 Date: Sun, 21 Mar 2010 12:10:04 +0100
 From: Andrea Bollini boll...@cilea.it
 Subject: [Dspace-tech] DSpace as RePEc data provider
 To: DSpace General dspace-gene...@mit.edu, DSpace Tech
 dspace-tech@lists.sourceforge.net
 

[Dspace-tech] Configure Tapir (Theses Alive!) on Dspace

2010-03-23 Thread Lewatle Phaladi
Hi DSpace Team

 

I am researching on Tapir program, what I want to archive is to setup
thesesalive to dspace, the Tapir project is not supported in terms of
easy to follow documentations, if there is any Dspace member who have
done this before I will be delighted to receive help.

 

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] Configure Tapir (Theses Alive!) on Dspace

2010-03-23 Thread TAYLOR Robin
Hi Lewatle,

The Tapir development was done quite a few years ago now by Richard Jones 
against Dspace 1.3 (I think). Much of the code subsequently found its way into 
future versions of DSpace. I think it might be difficult to apply the old Tapir 
code to recent versions of Dspace. Its certainly not something we actively 
support now at Edinburgh.

Sorry, Robin. 
 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
 Sent: 23 March 2010 08:35
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Configure Tapir (Theses Alive!) on Dspace
 
 Hi DSpace Team
 
  
 
 I am researching on Tapir program, what I want to archive is 
 to setup thesesalive to dspace, the Tapir project is not 
 supported in terms of easy to follow documentations, if there 
 is any Dspace member who have done this before I will be 
 delighted to receive help.
 
  
 
 Regards,
 
 Lewatle 
 
 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.
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


--
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] Configure Tapir (Theses Alive!) on Dspace

2010-03-23 Thread Lewatle Phaladi
Hi Taylor 

Do you know of any alternative program that I can use that will do the
more or less job as tapir ?
Thanks for your respond, 

Regards,
Lewatle

-Original Message-
From: TAYLOR Robin [mailto:robin.tay...@ed.ac.uk] 
Sent: 23 March 2010 11:24 AM
To: Lewatle Phaladi; dspace-tech@lists.sourceforge.net
Subject: RE: Configure Tapir (Theses Alive!) on Dspace

Hi Lewatle,

The Tapir development was done quite a few years ago now by Richard
Jones against Dspace 1.3 (I think). Much of the code subsequently found
its way into future versions of DSpace. I think it might be difficult to
apply the old Tapir code to recent versions of Dspace. Its certainly not
something we actively support now at Edinburgh.

Sorry, Robin. 
 

Robin Taylor
Main Library
University of Edinburgh
Tel. 0131 6513808  

 -Original Message-
 From: Lewatle Phaladi [mailto:lewatle.phal...@wits.ac.za] 
 Sent: 23 March 2010 08:35
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] Configure Tapir (Theses Alive!) on Dspace
 
 Hi DSpace Team
 
  
 
 I am researching on Tapir program, what I want to archive is 
 to setup thesesalive to dspace, the Tapir project is not 
 supported in terms of easy to follow documentations, if there 
 is any Dspace member who have done this before I will be 
 delighted to receive help.
 
  
 
 Regards,
 
 Lewatle 
 
 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.
 
 
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.

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] Dspace 1.6 Solr statistics

2010-03-23 Thread shali Kallumpuram
Dear sir,

I have installed Dspace 1.6 and its working fine, but the View statistics is
not working for me, any configuration is required ??
my dspace.cfg is ,,

#---#
#--SOLR STATISTICS CONFIGURATIONS---#
#---#
# These configs are only used by the SOLR interface/webapp to   #
# track usage statistics.   #
#---#

# Usage Logging #
solr.log.server = ${dspace.baseUrl}/solr/statistics
solr.dbfile = ${dspace.dir}/config/GeoLiteCity.dat

# If enabled the statistics system will look for an X-Forward header
# if it finds it, it will use this for the user IP Addrress
# it is enabled by default
 useProxies = true

# Control if the statistics pages should be only shown to authorized users
# If enabled, only the administrators for the DSpaceObject will be able to
# view the statistics.
# If disabled, anyone with READ permissions on the DSpaceObject will be able
# to view the statistics.
statistics.item.authorization.admin=true

# control solr statistics querying to filter out spider IPs
# false by default
solr.statistics.query.filter.spiderIp = true

# control solr statistics querying to look at isBot field to determine
# if record is a bot. true by default.
solr.statistics.query.filter.isBot = true

# URLs to download IP addresses of search engine spiders from
solr.spiderips.urls = http://iplists.com/google.txt, \
  http://iplists.com/inktomi.txt, \
  http://iplists.com/lycos.txt, \
  http://iplists.com/infoseek.txt, \
  http://iplists.com/altavista.txt, \
  http://iplists.com/excite.txt, \
  http://iplists.com/misc.txt, \
  http://iplists.com/non_engines.txt


Shali
--
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 1.6 Solr statistics

2010-03-23 Thread Claudia Jürgen

Hallo Shali,

the configuration parameter:

statistics.item.authorization.admin=true

determines whether the SOLR statistics are available to the public or 
not. At the moment you have set it to be available only for DSpace 
instance administrators.


Hope that helps

Claudia Jürgen


Am 23.03.2010 12:11, schrieb shali Kallumpuram:

Dear sir,

I have installed Dspace 1.6 and its working fine, but the View statistics is
not working for me, any configuration is required ??
my dspace.cfg is ,,

#---#
#--SOLR STATISTICS CONFIGURATIONS---#
#---#
# These configs are only used by the SOLR interface/webapp to   #
# track usage statistics.   #
#---#

# Usage Logging #
solr.log.server = ${dspace.baseUrl}/solr/statistics
solr.dbfile = ${dspace.dir}/config/GeoLiteCity.dat

# If enabled the statistics system will look for an X-Forward header
# if it finds it, it will use this for the user IP Addrress
# it is enabled by default
  useProxies = true

# Control if the statistics pages should be only shown to authorized users
# If enabled, only the administrators for the DSpaceObject will be able to
# view the statistics.
# If disabled, anyone with READ permissions on the DSpaceObject will be able
# to view the statistics.
statistics.item.authorization.admin=true

# control solr statistics querying to filter out spider IPs
# false by default
solr.statistics.query.filter.spiderIp = true

# control solr statistics querying to look at isBot field to determine
# if record is a bot. true by default.
solr.statistics.query.filter.isBot = true

# URLs to download IP addresses of search engine spiders from
solr.spiderips.urls = http://iplists.com/google.txt, \
   http://iplists.com/inktomi.txt, \
   http://iplists.com/lycos.txt, \
   http://iplists.com/infoseek.txt, \
   http://iplists.com/altavista.txt, \
   http://iplists.com/excite.txt, \
   http://iplists.com/misc.txt, \
   http://iplists.com/non_engines.txt


Shali




--
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
attachment: Claudia_Juergen.vcf--
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] Detail internal architecture of dspace

2010-03-23 Thread sanjib mondal
Hi All,

 I am searching for detail DSpace internal arcitecture but i got only Dspace
overview architecture. I need DSpace internal arcitecture because i to check
the internal flow. Please send me the detail internal architecture of
dspace.

Regards
Sanjeev
--
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 1.6 Solr statistics

2010-03-23 Thread Peter Dietz
If you are upgrading, and want to see all your statistics data, then you
have to convert and import your existing legacy logs into SOLR to make use
of the new statistics engine in 1.6.

Its a two step process, outlined in chapter 8.
http://digital.maag.ysu.edu/jspui/doc/ch08.html#N165CA
Essentially converting [dspace]/log/dspace.log to a cleaned up intermediate
format. And then importing those intermediate files into SOLR.

These are the commands, check the documentation for the parameters that
you'll need to call them with.
http://digital.maag.ysu.edu/jspui/doc/ch08.html#N165CA
[dspace]/bin/stats-log-converter

[dspace]/bin/stats-log-importer

2010/3/23 Claudia Jürgen claudia.juer...@ub.tu-dortmund.de

 Hallo Shali,

 the configuration parameter:


 statistics.item.authorization.admin=true

 determines whether the SOLR statistics are available to the public or not.
 At the moment you have set it to be available only for DSpace instance
 administrators.

 Hope that helps

 Claudia Jürgen


 Am 23.03.2010 12:11, schrieb shali Kallumpuram:

 Dear sir,

 I have installed Dspace 1.6 and its working fine, but the View statistics
 is
 not working for me, any configuration is required ??
 my dspace.cfg is ,,

 #---#
 #--SOLR STATISTICS CONFIGURATIONS---#
 #---#
 # These configs are only used by the SOLR interface/webapp to   #
 # track usage statistics.   #
 #---#

 # Usage Logging #
 solr.log.server = ${dspace.baseUrl}/solr/statistics
 solr.dbfile = ${dspace.dir}/config/GeoLiteCity.dat

 # If enabled the statistics system will look for an X-Forward header
 # if it finds it, it will use this for the user IP Addrress
 # it is enabled by default
  useProxies = true

 # Control if the statistics pages should be only shown to authorized users
 # If enabled, only the administrators for the DSpaceObject will be able to
 # view the statistics.
 # If disabled, anyone with READ permissions on the DSpaceObject will be
 able
 # to view the statistics.
 statistics.item.authorization.admin=true

 # control solr statistics querying to filter out spider IPs
 # false by default
 solr.statistics.query.filter.spiderIp = true

 # control solr statistics querying to look at isBot field to determine
 # if record is a bot. true by default.
 solr.statistics.query.filter.isBot = true

 # URLs to download IP addresses of search engine spiders from
 solr.spiderips.urls = http://iplists.com/google.txt, \
   http://iplists.com/inktomi.txt, \
   http://iplists.com/lycos.txt, \
   http://iplists.com/infoseek.txt, \
   http://iplists.com/altavista.txt, \
   http://iplists.com/excite.txt, \
   http://iplists.com/misc.txt, \
   http://iplists.com/non_engines.txt


 Shali





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




-- 
Peter Dietz
Systems Developer/Engineer
Ohio State University Libraries
--
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] Import generating blank mapfile and nothing showing up in web interface

2010-03-23 Thread Keith Michael Pickett
I'm trying to perform a batch import on a test folder for a collection in a new 
DSpace installation.

I entered the following command (Windows server btw):

E:\DSpace\bindsrun org.dspace.app.itemimport.ItemImport -a -e (my email 
address) -c 123456789/2 -s E:\IMPORT_TEST\test m- 
E:\IMPORT_TEST\test\mapfile.txt

I then ran the IndexBrowse and ItemCounter commands and stop/restart Tomcat.

The mapfile generated by DSpace is blank and nothing shows up when I try to 
browse the collection.  I get the message: There are no entries in the index 
for Collection XX.

Any ideas or suggestions?

Thanks in advance!


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


Re: [Dspace-tech] Import generating blank mapfile and nothing showing up in web interface

2010-03-23 Thread Caryn Neiswender

Hi Keith,

Do you see any kind of error message when you run the import command?  
That will help in debugging.


Without more information, there are a couple of things you can check. 

First, make sure your test import directory is setup exactly as 
described here: http://dspace.org/1_6_0Documentation/ch08.html#N1584C .  
This includes the formatting of the metadata file. 

Second, make sure all the directories in [dspace]/assetstore are owned 
by the correct user.  For more information, see 
http://wiki.dspace.org/index.php/Fix_Common_Item_Import_Errors


~Caryn



 Original Message 
Subject: [Dspace-tech] Import generating blank mapfile and nothing 
showing up in web interface

From: Keith Michael Pickett kmpic...@uno.edu
To: dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.net
Date: 3/23/2010 8:32 AM


I'm trying to perform a batch import on a test folder for a collection 
in a new DSpace installation.


 


I entered the following command (Windows server btw):

 

E:\DSpace\bindsrun org.dspace.app.itemimport.ItemImport --a --e (my 
email address) --c 123456789/2 --s E:\IMPORT_TEST\test m- 
E:\IMPORT_TEST\test\mapfile.txt


 

I then ran the IndexBrowse and ItemCounter commands and stop/restart 
Tomcat.


 

The mapfile generated by DSpace is blank and nothing shows up when I 
try to browse the collection.  I get the message: There are no entries 
in the index for Collection XX.


 


Any ideas or suggestions?

 


Thanks in advance!

 

 


*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

 


--
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Caryn Neiswender
Digital Projects Specialist
UC Irvine Libraries

Curiosity sends us out
To a world both larger and smaller
Than what we know and believe in
With a passion for finding an answer
Or at least understanding our questions.
-Excerpt from Julia Alvarez's Why I Am in Love with Librarians. 

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