[Dspace-tech] Missing field in Messages.properties?

2008-05-08 Thread Gary Browne
Hi Just upgraded to 1.5 and when I browse, the header of the thumbnail column of the results table shows ???itemlist.thumbnail??? do I have a missing field in my file? Does anyone else get this? Thanks Gary Gary Browne Development Programmer Library IT Services University of Sydney ph:

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread Stuart Lewis
On 08/05/2008 21:33, "Dorothea Salo" <[EMAIL PROTECTED]> wrote: > What I'm wondering at the moment is whether SWORD import allows for > bitstream descriptions. I hope so, because I am working on a largish > import project (300+ items) that needs bitstream descriptions badly. > Anybody know for su

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread Larry Stone
> So, my question is: "Can File descriptions for multiple bitstreams be > added via the importer?" Remember, the Packager plugins are another way to ingest Items -- SWORD, the LNI, and a command-line client (/dspace/bin/packager) can all invoke any of the package ingester plugins. Unfortunately,

Re: [Dspace-tech] dspace 1.5 upgrade what is the url

2008-05-08 Thread Brett, Hamish
thanks for the info, I will have a play Hamish -Original Message- From: Stuart Lewis [mailto:[EMAIL PROTECTED] Sent: Friday, 9 May 2008 3:12 PM To: Brett, Hamish; dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] dspace 1.5 upgrade what is the url Hi Hamish, > I am just ab

Re: [Dspace-tech] dspace 1.5 upgrade what is the url

2008-05-08 Thread Stuart Lewis
Hi Hamish, > I am just about through the upgrade process. When I went to copy the .war > files to tomcat I had the following directories in /dspace/webapps; > > * jspui > * lni > * oai > * sword > * xmlui > I though fair enough I will put these into tomcat webapps. But when I restart > tomca

[Dspace-tech] dspace 1.5 upgrade what is the url

2008-05-08 Thread Brett, Hamish
Hi I am just about through the upgrade process. When I went to copy the .war files to tomcat I had the following directories in /dspace/webapps; * jspui * lni * oai * sword * xmlui I though fair enough I will put these into tomcat webapps. But when I restart tomc

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Mark Diggory
Jose, You can always download and run a separate instance of tomcat for your testing purposes, just run it on a different port. this can be configured in your tomcat/conf/server.xml file. -Mark On May 8, 2008, at 10:55 AM, Blanco, Jose wrote: > You're the second person to recommend the tomca

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread Mark Diggory
Hello George and Dorothea, Good questions! Actually, the good news is that now in 1.5.0 you can add descriptions to your contents file. We enhanced the ItemImporter in 1.5.0 with some modifications that Richard Rodgers provided to MIT Libraries for our Theses ingest process... http://dspa

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread Dorothea Salo
> That's what I don't know if we can do that with import, and I didn't > see that mentioned in Dorothea's article. That's right, because the batch importer can't do it. Dorothea -- Dorothea Salo [EMAIL PROTECTED] Digital Repository Librarian AIM: mindsatuw University of Wisconsin Rm 218, Memori

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread George Kozak
Thanks, Shane: I don't think Dorothea's articles describes what I want to do. What I am wondering is if I can add descriptions to the bitstreams using the importer. Let me demonstrate with an example: Here is an excerpt of the item display of something that I uploaded : Title: Cornell Chronic

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread Shane Beers
Here is a nice post from Dorothea about using the batch importer: http://cavlec.yarinareth.net/archives/2008/01/07/the-dspace-batch-importer/ And yes, you can add dublin core metadata through the importing process! Shane -- Shane Beers Digital Repository Services Librarian George Mason Universi

Re: [Dspace-tech] File Descriptions in Import

2008-05-08 Thread Dorothea Salo
On Thu, May 8, 2008 at 12:27 PM, George Kozak <[EMAIL PROTECTED]> wrote: > So, my question is: "Can File descriptions for multiple bitstreams be > added via the importer?" Wouldn't that be nice? Unfortunately, no, not without hacking -- though I think someone's hacked this one; am I right? (The o

[Dspace-tech] Chance to participate in the "Repository Challenge" roadshow

2008-05-08 Thread Michele Kimpton
Would you like to be part of the "repository challenge" roadshow? And write rapid code to show how all open source repository platforms interoperate? If so, read on For those of you that attended OR2008, you may recall there was a repository software challenge, to develop software rap

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Blanco, Jose
You're the second person to recommend the tomcat upgrade. My only reservation is whether the upgrade will mess anything up with my 1.4 installation. Presently our production system is using version 4 of tomcat and dspace 1.4.2, so if we go to version 5 of tomcat to test out dspace 1.5, I would th

[Dspace-tech] File Descriptions in Import

2008-05-08 Thread George Kozak
OK... Mark Diggory says there are no "dumb" questions for the list...but I have a dumb question. I have been doing batch imports now for almost 6 years (and on 4 different releases), and what I've always done is upload items (and bitstreams) and then later go into DSpace and edit the items ent

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread PAUL A S NEEDHAM
Hi Jose I had a similar error when I upgraded to DSpace 1.5 on my test server - I think you need to upgrade Tomcat to a newer version, e.g. 5.5.26. Cheers Paul __ Research and Innovation Specialist Kings Norton Library Cranfield University "Blanco, Jose" <[EMAIL PRO

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Mark Diggory
I know that newer versions of tomcat use the Eclipse java compiler rather than Suns javac to get around memory leaks that Suns javac has when used in a runtime environment... I'm unsure why your setup is complaining about this. If theres a chance you can upgrade to more recent version of t

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Blanco, Jose
Mark: Also, when I do an index-init, I get a slew of these errors: Exception in thread "Thread-323" org.apache.lucene.index.MergePolicy$MergeException: org.apache.lucene.index.CorruptIndexException: doc counts differ for segment _8v7: fieldsReader shows 0 but segmentInfo shows 1 at org.ap

Re: [Dspace-tech] Run time error with 1.5

2008-05-08 Thread Blanco, Jose
Mark: I've done this and I it seems to be working, but I'm stuck with this error everytime browse/full.jsp file is requested: 2008-05-08 11:16:24 StandardWrapperValve[browse]: Servlet.service() for servlet browse threw exception org.apache.jasper.JasperException: Unable to compile class for JSPNo

Re: [Dspace-tech] problem with ant fresh_install in WIndows

2008-05-08 Thread Christophe Dupriez
Hi Zahid! "ant" may either be in the PATH or the path may be specified. Ant must be run from the dspace-source directory In your case: c: cd \dspace-source c:\ant\bin\ant fresh_install should do the job. By the way, PostgreSQL 8.3 has some incompatibilities with DSpace 1.4.1 (I don't know fo

[Dspace-tech] Upgrade Dspace 1.3.2 to 1.4.2 problems with the Re-index

2008-05-08 Thread Gómez Sánchez M . José
At our institution we are working with (Dspace 1.3.2 with Oracle 9) located at http://dspace.uah.es/dspace. We've tried to update of Dspace 1.3.2 to Dspace 1.4.2 but we had problems: 1 - To rebuild index we get the error below. Any suggestions? Creating browse index Indexing all Items in DSpace

[Dspace-tech] problem with ant fresh_install in WIndows

2008-05-08 Thread zahid
Hi, My OS is WinXP with FAT 32 of all drives. I have converted only D: to NTFS from FAT32. Installed Java (j2sdk-1_4_2_17-windows-i586-p) in C:\programme files, Extracted Ant (apache-ant-1.7.0-bin) in C:\ant, Defined the variable paths, installed Postgresql (postgresql-8.3.0-1) in D:, created user

[Dspace-tech] Dspace Statistics

2008-05-08 Thread shri ram
dear all Can anyone please help me the procedure to install and costomise dspace statistics. regards -- - Shri Ram Jaypee University of Information Technology Waknaghat, PO-Dumehar Bani Kandaghat, Distt-Solan (HP)-173215 PH:+91 1792 239242, EPB