Re: [Dspace-tech] Error with DSpace administrator's account

2008-03-12 Thread James Rutherford
On Tue, Mar 11, 2008 at 11:09:47PM +, floriana perrucci wrote:
 E-mail address: [EMAIL PROTECTED]mailto:[EMAIL PROTECTED]

Is this actually the email address you input? If so, it's incorrect, and
you should only input your actual email address without the mailto:
stuff.

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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] OAI Validation Problem - HTTP 500

2008-03-12 Thread Hutchinson, Alvin
Christian, many thanks for your advice. 

I'll check the server logs

(and apologize to the Dspace-Tech listserv for asking a question that
doesn't appear to be related to Dspace)

Alvin  

-Original Message-
From: Christian Voelker [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 11, 2008 5:27 PM
To: Hutchinson, Alvin
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] OAI Validation Problem - HTTP 500

Hello,

Am 10.03.2008 um 15:17 schrieb Hutchinson, Alvin:

 Can anyone tell me what might be the problem with my attempt at OAI
 validation? The email response I received from the Openarchives.org
 registration site is below.

I guess the comment from the error log is misleading. The best way
to resolve this will be a trip to your servers logs. I am dealing
with the OAI Interface of our own repository in the last weeks
which makes me read these commands and understand them immediately
right now. I will probably forget about within some weeks.
But, in general the OAI commands called verbs are very simple.

 I don't know whether it is a problem with oaicat.properties and
 resumptionToken or that my server is just not configured correctly.

If there were a problem with the oaicat.properties, then the
answer to this request would look different, e.g. if you would
have forgotten to run install-configs, then the email address
would look strange. It does not, so everything is fine here.
Compare with the result of Identify from other repositories.

http://si-pddr.si.edu/dspace-oai/request?verb=Identify

The resumption token is not an issue, as your server does not
ever reach the point where a resumption token would be expected.
The test was designed to discover problems with resumption tokens
which explains why the error log mentions it. Forget about it.

 In any case, the validation request returns an HTTP 500 error.

This is the real problem: Your server responds with a HTTP 500
to a valid request. This fault is reproducible. But, this is the
only request where your server fails. Strange. I tried to replace
ListRecords with ListIdentifiers which delivers a shortened form
of the same stuff: It works fine. Requesting a single Item works
fine too. Which means that all other basic functions work besides
ListRecords.

http://si-pddr.si.edu/dspace-oai/request?verb=ListRecordsmetadataPrefi
x=oai_dc 
 
http://si-pddr.si.edu/dspace-oai/request?verb=ListIdentifiersmetadataP
refix=oai_dc 
 
http://si-pddr.si.edu/dspace-oai/request?verb=GetRecordmetadataPrefix=
oai_dcidentifier=oai:si-pddr.si.edu:10088/29 
 

If your dspace.log doesnt give you a hint, take a very close look
at the catalina.log or whatever the tomcat logs are called on your
system. Logging tends to be configured to be very quiet per default
for Tomcat. You might need to change your configuration nd hit the
link again to find useful information. You can change this at the
very end of your conf/server.xml and you can tune the behaviour
in conf/logging.properties.

 When I tried the Repository Explorer as suggested in the email, my  
 site
 seems to validate fine.

I can hardly believe this. When I tried first I thought this service
is hanging. It does in rare cases but it actually did not then.
Instead, it takes really long to complete, I mean really long.
It might take five Minutes or more and it performs around fourty
checks or so. And it will definitely perform this one and will
fail with that too. I am off until next week. Post back to the
list with more questions.

Hope you are lucky, Christian


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Error with DSpace administrator's account

2008-03-12 Thread Tim Donohue
Floriana,

What version of PostgreSQL are you trying to install DSpace with?

I've heard rumors that Postgres 8.3 (which was just released a month 
ago) doesn't work well with the DSpace 1.4.2 install.   I will admit 
that I haven't verified this yet, but I'm curious as to whether this may 
be what you're seeing.

If this is the problem you are seeing, you may want to try the install 
with either Postgres 8.2.x or 8.1.x for the time being (until we can 
determine if there's something that needs to be fixed for Postgres 8.3).

- Tim

floriana perrucci wrote:
 Goodmorning,
 I installed DSpace 1.4.2, but I received an error with DSpace 
 administrator's account. When I performed the dsrun
 
 org.dspace.administer.CreateAdministrator command next output apparead:
 
 
 C:\Users\Floriana\Desktop\DSpaceC:\Users\Floriana\Desktop\DSpace\bin\dsrun 
 org.dspace.administer.CreateAdministrator
 Using DSpace installation in: C:\Users\Floriana\Desktop\DSpace
 Creating an initial administrator account
 E-mail address: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 First name: Floriana
 Last name: Perrucci
 WARNING: Password will appear on-screen.
 Password: password
 Again to confirm: password
 Is the above data correct? (y or n): y
 Exception occurred:org.postgresql.util.PSQLException: ERROR: operator 
 does not exist: integer = character varying
 org.postgresql.util.PSQLException: ERROR: operator does not exist: 
 integer = character varying
 at 
 org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1592)
 at 
 org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1327)
 at 
 org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:192)
 at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451)
 at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350)
 at 
 org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:254)
 at 
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
 at 
 org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:92)
 at 
 org.dspace.storage.rdbms.DatabaseManager.queryTable(DatabaseManager.java 
 :159)
 at 
 org.dspace.storage.rdbms.DatabaseManager.querySingleTable(DatabaseManager.java:447)
 at 
 org.dspace.storage.rdbms.DatabaseManager.querySingleTable(DatabaseManager.java:465)
 at 
 org.dspace.storage.rdbms.DatabaseManager.findByUnique(DatabaseManager.java:647)
 at 
 org.dspace.storage.rdbms.DatabaseManager.find(DatabaseManager.java:612)
 at org.dspace.eperson.Group.find(Group.java:635)
 at 
 org.dspace.administer.CreateAdministrator.main(CreateAdministrator.java:142)
 
 Does anyone know how can help me to debug and solve this error?
 
 Thanks a lot.
 Floriana Perrucci
 +39 380 4322283
 Rome, Italy
 
 
 
 
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 
 
 
 
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 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


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] problems installing dspace beta 1.5 with oracle

2008-03-12 Thread anole44044
Hi all,

I downloaded the 1.5 beta2 code that was released Sunday and this has solved 
our problem.  We did receive some (non-critical) oracle errors, but the build 
was successful and everything looks to be in order.  Graham, thanks for your 
help on this...

Sharon

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] java.lang.NoClassDefFoundError: org/dspace/browse/IndexBrowse

2008-03-12 Thread Lynna Cekova
Hello,

When trying to install DSpace 1.5, beta2 from source 
(https://dspace.svn.sourceforge.net/svnroot/dspace/tags/dspace-1_5-beta2/), 
building fails at the ant fresh_install stage with the following error 
message:

[java] Exception in thread main java.lang.NoClassDefFoundError: 
org/dspace/browse/IndexBrowse

Does anyone know how this should be fixed?

Thanks,
Lynna




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Upload large group of files easily

2008-03-12 Thread Germán Cuéllar
Hi guys,

first of all, sorry for my bad english.

I just start my career draft order that consist on a recomendations 
system based in user profiles, for DSpace.

I'm working whit this repository by first time and i'm very noob. My 
problem is the following:

I have a large volume of files on PDF format and I need to upload them 
to DSpace. The one way that i know is by Administrator's Interface, but 
is very annoying doing it one file by one. Is there any way to more 
quickly upload files?

I have thought develop a small application to try insert them directly 
into the database. Would this be possible?.

Someone has done something similar?


Thanks.





-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Upload large group of files easily

2008-03-12 Thread Mark H. Wood
It has been done before.  See the DSpace documentation on the package
importer and exporter, or on the item importer and exporter.  Those
tools are part of DSpace.  I believe that the former is meant to
replace the latter, at some time in the future.

DSpace 1.5 will also have an additional webapplication, the
Lightweight Network Interface, which could be used to build batch
loading tools, and support for something called SWORD which seems to
be a similar approach.  I do not know of any published tools which use
these interfaces, but I have not yet gone looking for any.

-- 
Mark H. Wood, Lead System Programmer   [EMAIL PROTECTED]
Typically when a software vendor says that a product is intuitive he
means the exact opposite.



pgpcsIOGfdqKK.pgp
Description: PGP signature
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Upload large group of files easily (Germ?n Cu?llar)

2008-03-12 Thread Kush Sharma
Hi,
U might consider the batch import utility that is a command line application
and it comes along with the source distribution of dspace.You can run it
using the Dsrun utility. For it u will have to
write an xml file with the name dublin_core.xml a contents file and put
these files along with the files to be imported(pdf docs) in a directory
named item0.itemN(N number of directories for each group of item(group
of items  in the case when the metadata associated with a particular group
of files is the same else u would use a directory per item or document)) and
use the command line options to specify the parameters such as collection
and eperson to which the items should be added.
 for more information look at the users guide. search for batch import.

Kush
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Automatic system alert when tomcat is down.

2008-03-12 Thread Jayan Chirayath Kurian
Hello,

 

Is it possible to put into place an alert system on the DSpace server to
be informed by email or an SMS to hand phones that the system is down
(in fact Tomcat is down for system administrator). Just a thought put
forward by my colleague. Please suggest.

 

Cheers!

Jayan

 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech