[Dspace-tech] Google summer of code projects 2008

2008-03-11 Thread Michele Kimpton
The DSpace Foundation has registered with Google to participate in  
this years Google summer of code internship.  The DSpace community  
participated last year with much success in generating and completing  
four interesting projects which potentially would be useful to the  
community at large.   The purpose of participation is to potentially  
build some exciting add-ons for the platform but also promote the open  
source software and building a community of future developers  
worldwide interested in OSS and advancing open access to to scholarly  
digital works.

We would like to encourage users and developers in the community to  
post their ideas for projects on the wiki:
http://wiki.dspace.org/index.php?title=Summer_of_Code_Ideas_2008

To see ideas from 2007 for reference:
http://wiki.dspace.org/index.php?title=Summer_of_Code_Ideas

We need to get all ideas posted by MARCH 24th, as this is when the  
ideas need to be submitted to google as possible projects for interns  
to review.

We have identified mentors in the community for 5 or 6 projects,  
however if you would like to be a mentor on the project you proposed,  
and are an active developer in the community please identify your  
interest in mentoring on the wiki page.

Ideally the projects proposed are well defined, can be developed as an  
add-on, and can work with the current platform 1.5.

thanks, Michele Kimpton

-
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-11 Thread Christian Voelker
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=ListRecordsmetadataPrefix=oai_dc
 
 
http://si-pddr.si.edu/dspace-oai/request?verb=ListIdentifiersmetadataPrefix=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