Re: [Dspace-tech] Problem importing items

2007-04-12 Thread Mika Stenberg
I've written a php script to allow easy import of items catalogued in 
CSV format from Excel of OpenOffice. It can handle file uploads from 
local or remote locations.

If this might help you, I can put a brand new version of it online?

-Mika

 Krishna:
 
 The way I do is by writing a perl script that prepares the data as specified
 in the following documentation:
 
 http://dspace.org/technology/system-docs/application.html#itemimporter
 
 -Jose
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Krishna
 Sent: Wednesday, April 11, 2007 12:39 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: [Dspace-tech] Problem importing items
 
 Hi everyone,
 
 I have a directory with more than 10,000 ppt files. I need to import
 them in to the DSpace. I have used ItemImport but before that i need
 to create a DSpace simple archive format and i have no idea how to
 create a archive so that i can import them.
 
 Please give me your suggestions
 
 thanking you all,
 
 Krishna
 University Of Memphis
 TN
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

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


[Dspace-tech] Accents

2007-04-12 Thread luis jose miralls

Hi,

Just a little thing.
I can't see the accents in my dspace aplication.

When I write Botón on Messages propieties then i read Bot??n

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


Re: [Dspace-tech] dc.contributor.advisor and dc.contributor.author looks like all of them are authors

2007-04-12 Thread Stuart Lewis [sdl]
Hi Tonny.

You should be able to change this by editing [dspace]/config/dspace.cfg
and restarting tomcat Look for the following section:

# Customise the DC metadata fields to show in the default simple item
view.
# 
# The form is schema prefix.element[.qualifier|.*][(date)|(link)],
...
#
# For example:
#dc.title   = Dublin Core element 'title' (unqualified)
#dc.title.alternative   = DC element 'title', qualifier
'alternative'
#dc.title.* = All fields with Dublin Core element
'title' 
# (any or no qualifier)
#dc.identifier.uri(link) = DC identifier.uri, render as a link
#dc.date.issued(date)   = DC date.issued, render as a date
#
# If an item has no value for a particular field, it won't be displayed.
# The name of the field for display will be drawn from the current UI
# dictionary, using the key:
#
# metadata.field
#
# e.g.   metadata.dc.title
#metadata.dc.contributor.* 
#metadata.dc.date.issued
#
#webui.itemdisplay.default = dc.title, dc.title.alternative,
dc.contributor.*, \
#dc.subject, dc.date.issued(date),
dc.publisher, \
#dc.identifier.citation,
dc.relation.ispartofseries, \
#dc.description.abstract, dc.description, \
#dc.identifier.govdoc,
dc.identifier.uri(link), \
#dc.identifier.isbn, dc.identifier.issn, \
#dc.identifier.ismn, dc.identifier

By default, dc.contributor.* metadata values are bunched together, you
need to separate them out.

I hope this helps,


Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_
  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tonny H.
Laursen
Sent: 12 April 2007 09:08
To: [EMAIL PROTECTED]
Subject: [Dspace-tech] dc.contributor.advisor and dc.contributor.author
looks like all of them are authors

Hi,

If you look at this page: http://rudar.ruc.dk/handle/1800/2366
You will see eight authors, but actually one of them are an advisor -
you can see the metadata it if you click on show full item I want the
page to show seven authors and one advisor.

is this a bug or do i have to change something in the code for DSpace?

Thanks,
Tonny



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

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


Re: [Dspace-tech] Accents

2007-04-12 Thread Lucia de la Iglesia Chamarro
Luis Jose,

maybe you must convert your file from iso to utf8...
Try this:

iconv -f iso-8859-1 -t utf-8 entrada-iso.html -o salida-utf.html

or in vi editor while you're editing:

:set fileencoding=utf-8

Lucía

luis jose miralls wrote:
 Hi,
 
 Just a little thing.
 I can't see the accents in my dspace aplication.
 
 When I write Botón on Messages propieties then i read Bot??n
 
 Thanks a million.
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

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


Re: [Dspace-tech] dc.contributor.advisor and dc.contributor.author looks like all of them are authors

2007-04-12 Thread Tonny H. Laursen

Thanks alot guys.

Tonny

-

Hi!

I think dpsace-source- config - language-packs- Message properties file
-

Metadata.dc.contributor.advisor = Advisor  can be specific instead of *.
Metadata.dc.contributor.author = Authors

In Dspace config file webui.itemdisplay.default =
dc.contributor.advisor, dc.contributor.authors,

Just a suggestion

Rgds,
Jayan



Den 12/04/2007 kl. 10.22 skrev Stuart Lewis [sdl]:

 Hi Tonny.

 You should be able to change this by editing [dspace]/config/ 
 dspace.cfg
 and restarting tomcat Look for the following section:

 # Customise the DC metadata fields to show in the default simple item
 view.
 #
 # The form is schema prefix.element[.qualifier|.*][(date)| 
 (link)],
 ...
 #
 # For example:
 #dc.title   = Dublin Core element  
 'title' (unqualified)
 #dc.title.alternative   = DC element 'title', qualifier
 'alternative'
 #dc.title.* = All fields with Dublin Core element
 'title'
 # (any or no qualifier)
 #dc.identifier.uri(link) = DC identifier.uri, render as a link
 #dc.date.issued(date)   = DC date.issued, render as a date
 #
 # If an item has no value for a particular field, it won't be  
 displayed.
 # The name of the field for display will be drawn from the current UI
 # dictionary, using the key:
 #
 # metadata.field
 #
 # e.g.   metadata.dc.title
 #metadata.dc.contributor.*
 #metadata.dc.date.issued
 #
 #webui.itemdisplay.default = dc.title, dc.title.alternative,
 dc.contributor.*, \
 #dc.subject, dc.date.issued(date),
 dc.publisher, \
 #dc.identifier.citation,
 dc.relation.ispartofseries, \
 #dc.description.abstract,  
 dc.description, \
 #dc.identifier.govdoc,
 dc.identifier.uri(link), \
 #dc.identifier.isbn, dc.identifier.issn, \
 #dc.identifier.ismn, dc.identifier

 By default, dc.contributor.* metadata values are bunched together, you
 need to separate them out.

 I hope this helps,


 Stuart
 _

 Datblygydd Cymwysiadau'r WeWeb Applications Developer
 Gwasanaethau Gwybodaeth  Information Services
 Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

 E-bost / E-mail: [EMAIL PROTECTED]
  Ffon / Tel: (01970) 622860
 _


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of  
 Tonny H.
 Laursen
 Sent: 12 April 2007 09:08
 To: [EMAIL PROTECTED]
 Subject: [Dspace-tech] dc.contributor.advisor and  
 dc.contributor.author
 looks like all of them are authors

 Hi,

 If you look at this page: http://rudar.ruc.dk/handle/1800/2366
 You will see eight authors, but actually one of them are an advisor -
 you can see the metadata it if you click on show full item I want the
 page to show seven authors and one advisor.

 is this a bug or do i have to change something in the code for DSpace?

 Thanks,
 Tonny


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


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


[Dspace-tech] Handle resolves into wrong port number

2007-04-12 Thread Timo Aalto

Hi,

I'm having trouble with my Handle resolvings. I've got DSpace 1.4.1 with
whatever Handle software it came with, Tomcat 5.5 on port 8080 and Apache2
on port 80. DSpace has been redirected to port 80 with Apache2 mod_proxy and
it is otherwise working all right. As I try to access my DSpace submission
via http://hdl.handle.net/10138/4 the Handle system resolves it into port
8080 and crashes right into the university's outer firewall.

I've gone through all the files and configurations that I've seen as
relevant for creating the Handle configuration and I can't figure out where
the Handle server has picked up the port on which my DSpace lives. I suspect
it has picked it up from dspace.cfg line dspace.url which points out to
port 8080 (should I change it to 80? I tried but it didn't seem to make any
difference).

Any ideas on how to get them to go for port 80?


--
Timo Aalto
Librarian
University of Helsinki Kumpula Science Library
Gustav Hällströminkatu 2 (Po.Box 64)
00014 University of Helsinki
Finland
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
DSpace-tech mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Database connection issues

2007-04-12 Thread Damian Marinaccio
We recently moved server and upgraded Postgres (and the postgres.jar). 
Now I'm seeing this error occurring every after a lot of connections.
I'm not very good at stack traces. Can anybody tell me what is going on?
Could it be a driver compatibility issue?

Thanks,

Damian Marinaccio
RIT Libraries
[EMAIL PROTECTED]
585-475-7741
 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 12, 2007 2:38 AM
To: Damian Marinaccio
Subject: DSpace: Internal Server Error

An internal server error occurred on https://ritdml.rit.edu/dspace:

Date:   4/12/07 2:38 AM
Session ID: 59C67A089428F356B2F57A9AFB17DAC8

-- URL Was:
https://ritdml.rit.edu/dspace/items-by-subject?subject=Charge-coupled+de
vicesorder=date
-- Method: GET
-- Parameters were:
-- order: date
-- subject: Charge-coupled devices


Exception:
org.postgresql.util.PSQLException: This statement has been closed.
at
org.postgresql.jdbc2.AbstractJdbc2Statement.checkClosed(AbstractJdbc2Sta
tement.java:2442)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.setString(AbstractJdbc2State
ment.java:1226)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.setString(Delegating
PreparedStatement.java:131)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.setString(Delegating
PreparedStatement.java:131)
at org.dspace.browse.Browse.createSql(Browse.java:1149)
at
org.dspace.browse.Browse.getResultsAfterFocus(Browse.java:872)
at org.dspace.browse.Browse.doBrowse(Browse.java:713)
at org.dspace.browse.Browse.getItemsBySubject(Browse.java:304)
at
org.dspace.app.webui.servlet.ItemsBySubjectServlet.doDSGet(ItemsBySubjec
tServlet.java:123)
at
org.dspace.app.webui.servlet.DSpaceServlet.processRequest(DSpaceServlet.
java:151)
at
org.dspace.app.webui.servlet.DSpaceServlet.doGet(DSpaceServlet.java:99)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:228)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:104)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:2
16)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283)
at
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:767)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:
697)
at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.
java:889)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:686)
at java.lang.Thread.run(Thread.java:595)



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


Re: [Dspace-tech] Handle resolves into wrong port number

2007-04-12 Thread Tim Donohue
Timo,

It sounds like when you first registered with CNRI's Handle System 
(http://www.handle.net/), you told them your handle prefix (10138) 
should be directed to port 8080 of your server.

So, you may want to contact the Handle System folks to get your prefix 
updated to point to port 80 on your server.  You may just be able to 
email the Handle Admins ([EMAIL PROTECTED]) about this.

- Tim

Timo Aalto wrote:
 Hi,
  
 I'm having trouble with my Handle resolvings. I've got DSpace 1.4.1 with 
 whatever Handle software it came with, Tomcat 5.5 on port 8080 and 
 Apache2 on port 80. DSpace has been redirected to port 80 with Apache2 
 mod_proxy and it is otherwise working all right. As I try to access my 
 DSpace submission via http://hdl.handle.net/10138/4 the Handle system 
 resolves it into port 8080 and crashes right into the university's outer 
 firewall.
  
 I've gone through all the files and configurations that I've seen as 
 relevant for creating the Handle configuration and I can't figure out 
 where the Handle server has picked up the port on which my DSpace lives. 
 I suspect it has picked it up from dspace.cfg line dspace.url which 
 points out to port 8080 (should I change it to 80? I tried but it didn't 
 seem to make any difference).
  
 Any ideas on how to get them to go for port 80?
 
 
 -- 
 Timo Aalto
 Librarian
 University of Helsinki Kumpula Science Library
 Gustav Hällströminkatu 2 (Po.Box 64)
 00014 University of Helsinki
 Finland
 
 
 
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 
 
 
 
 ___
 DSpace-tech mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 


Tim Donohue
Research Programmer, Illinois Digital Environment for
Access to Learning and Scholarship (IDEALS)
135 Grainger Engineering Library
University of Illinois at Urbana-Champaign

email: [EMAIL PROTECTED]
web:   http://www.ideals.uiuc.edu
phone: (217) 333-4648
fax:   (217) 244-7764


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


[Dspace-tech] tomcat ssl

2007-04-12 Thread Susan Teague Rector
Hello all,

Not sure that this is really the right place for this question...but 
since I've been seeing a lot of Apache/Tomcat questions lately on the 
list, I thought I'd give it a try.

I'm wondering if you all are aware of any drawbacks to running Tomcat 
with SSL rather than Apache with SSL. Currently, I have Tomcat 5 
configured to run on :80 and SSL on :443. 
What are the differences between doing this and running Apache on :80, 
SSL on :443 and running Tomcat behind Apache?

Is anyone aware of performance issues with Dspace (or other Tomcat) 
applications?

The only reason I need SSL is for our Dspace login page which uses LDAP. 
Are most folks using Apache?

Thanks in advance,

-- 
Susan Teague Rector
Web Applications Manager
Library Information Systems, VCU Libraries
804.827.3554 | [EMAIL PROTECTED]


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


[Dspace-tech] JAVA question

2007-04-12 Thread Sue Walker-Thornton
Hi,

 I hope this question is appropriate for this forum.

 

 I have made some modifications to JAVA program SFXLinkTag.java in
DSpace 1.3.2 and 1.4.1, so that I write the value of a couple of variables
to the error log (at the warning level).  Here are the simple code changes I
made to make it work:

 

Import org.Apache.log4j.Logger;







Private static Logger log = Logger.getLogger(SFXLinkTag.class);









Log .warn(sfxoff = 

   + URLEncoder.encode(sfxoff[0].value,

  Constants.DEFAULT_ENCODING)); 

 

 

 

 

My question is this:  How do I make these same changes in a .jsp, such as
display-item.jsp?   I was able to figure out the syntax for the 1st and last
lines of code, but didn't know what to do with the parameter inside Logger
getLogger(   ), and of course got an error
when I completely left this line out.

 

 

Thanks in advance,

Sue Walker-Thornton

 

NASA Langley ConITS Contract 

130 Research Drive 

Hampton, VA 23666 

Office: (757) 224-4074 

Fax: (757) 224-4001 

Pager: (757) 988-2547 

[EMAIL PROTECTED] 

 

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


[Dspace-tech] Migration (1.3x to 1.4x) questions

2007-04-12 Thread Russell S Koonts

We have finally identified some time to migrate from 1.3.x to 1.4.x.
However, before we start the process, I would like some input from those
who have made the move.

First of all, should we go from our current install (1.3.2, I think) to 1.4
or 1.4.1?

Next, how much time should I allow for the migration (assuming everything
goes smoothly)?

We are running our current deployment on a CentOS4 (2.6.9-42.0.2 kernel,
Java 1.5.0_06, Postgresql 8.1.0) machine.  Has anyone migrated in a similar
environment?  If so, any advice?

Many thanks,

rsk

Russell S. Koonts
Director, Duke University Medical Center Archives
DUMC 3702
Durham, NC 27710
(919) 383-2653 | (919) 724-6735
(919) 660-1315 - with Voice Mail
[EMAIL PROTECTED]


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


Re: [Dspace-tech] DSpace Statistics general report

2007-04-12 Thread Gary Browne
Thanks Monika

 

So can you tell me how the Most recent general report is generated?
Are the numbers compiled from the dspace-log-general-%DATE%.dat files or
the dspace-log-monthly-%DATE%.dat files? (Or some other way?)

 

I take it the stat-report-general generates this report?

 

Thanks again for your help.

 

Regards

Gary

 

 

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



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Monika
Mevenkamp
Sent: Thursday, 12 April 2007 10:44 PM
To: Gary Browne
Subject: Re: [Dspace-tech] DSpace Statistics general report

 

Yes the html reports are generated from dat files which are kept in
/dspace/log  by default. 

Yes the log files cycle. So if you do not regularly compute dat files
(where the digested numbers are recorded) you do loose information. 

The reports probably stopped working when you upgraded because the
format of the log messages changed. The upgraded stats scripts/Java
Analyzer could not deal with the 'old' format. In 1.4.1 this was changed
so it can deal with both formats. Although the upgrade should have posed
a problem only for the month when you upgraded from 1.3 to 1.4. 

To figure out what is going on, you need to look at what scripts you are
running each day/night. You should do stat-monthly, stat-general,
stat-report-monthly, and stat-report-general. These update the dat files
for the current month. 

If you ran stat-initial after the upgrade without editing its default
start date (Jan-2005) you may have overwritten *dat files from previous
month for which the log events vanished because the log files rolled
over. 
You may be able to recover these dat files if the /dspace/log directory
is backed up and your sys admin can get  you the old versions. 

Good luck with pursuing the elusive log info 

Monika




On 4/11/07, Gary Browne [EMAIL PROTECTED] wrote:

Hi

 

I'm running DSpace v1.4.1 on RHEL v4.

 

When I upgraded from 1.3.2 last year to 1.4, the stat reports stopped
working. Then I upgraded to 1.4.1 and they are now working again, but
there seem to be a few issues:

 

i) apparently the general report used to generate
stats from day 0 (which was 7/2005) to now. Now the general report seems
to generate stats only for ~ the last 6 months.

ii)   I've noticed the dspace.log files themselves are
cycling and dspace.log.500 gets popped off the end of the logs, so this
could be why. However, I was under the impression the reports were
generated from the .dat files, which seem to be there at least from the
beginning of 2006.

 

The monthly reports are all working fine from July 2005 to the present
day.

 

The powers that be are getting edgy about getting their precious
numbers, so any advice would be much appreciated.

 

Thanks

Gary

 

 

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

 



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




-- 
Monika Mevenkamp 
Georgia Institute of Technology
Library and Information Center
Phone: 404.385.0108 

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


[Dspace-tech] customize the interface?

2007-04-12 Thread Pan Family

Hi,

I'd like to customize DSpace by replacing the texts
DSpace TM  About DSpace Software on the upper
left and DSpace Software Copyright ... down below
by the texts describing my institution and my project.
Could someone please show me where in the html/java
code under which directories that I can make these
changes?

Thanks a lot for your help!

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


Re: [Dspace-tech] customize the interface?

2007-04-12 Thread Jayan Chirayath Kurian
DSpace source\jsp\layout\header-default

DSpace source\jsp\layout\ footer-default

 

Rebuild Dspace. The Tomcat webserver folder also contains these 2 files
and can be used for testing. In this case you can avoid rebuilding
Dspace everytime and finally you are done with the changes, rebuild
Dspace once.

 

Jayan



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pan
Family
Sent: Friday, April 13, 2007 10:06 AM
To: [EMAIL PROTECTED]
Subject: [Dspace-tech] customize the interface?

 

Hi,

I'd like to customize DSpace by replacing the texts
DSpace TM  About DSpace Software on the upper
left and DSpace Software Copyright ... down below
by the texts describing my institution and my project. 
Could someone please show me where in the html/java
code under which directories that I can make these
changes?

Thanks a lot for your help!

-Pan

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


[Dspace-tech] DSpace OAI-PMH

2007-04-12 Thread Jayan Chirayath Kurian
Hi! 

 

Any instructions are there on the web for using DSpace OAI-PMH. Please
suggest how to set it up?

 

Thanks,

Jayan

 

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


Re: [Dspace-tech] DSpace OAI-PMH

2007-04-12 Thread Stuart Lewis [sdl]
Hi Jayan,

 Any instructions are there on the web for using DSpace OAI-PMH. Please suggest
 how to set it up?

Normally there is no setting up required. All you have to do is to make sure
that you copy dspace-oai.war to your [tomcat]/webapps/ directory as well as
dspace.war

To test it, try:

http://dspace.example.com/dspace-oai/request?verb=Identify

You can try it out online using something like the repository explorer:
http://re.cs.uct.ac.za/

For DSpace your 'base URL' is http://dspace.example.com/dspace-oai/request

I hope this helps,


Stuart
_

Datblygydd Cymwysiadau'r WeWeb Applications Developer
Gwasanaethau Gwybodaeth  Information Services
Prifysgol Cymru Aberystwyth   University of Wales Aberystwyth

E-bost / E-mail: [EMAIL PROTECTED]
 Ffon / Tel: (01970) 622860
_


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