Re: [Dspace-tech] Index row size exception when starting index-init

2010-12-13 Thread Franck Borel
Hi Keith, thanks for your answer. Franck - Is your repository dspace.cfg configured to create, from the description.abstract field - a Lucene search index, configured with the search.index parameters, used for the search function in DSpace OR - a PostgreSQL index, configured with webui.

Re: [Dspace-tech] Question about filter-media hanging

2010-12-13 Thread Sean Carte
On 10 December 2010 21:22, George Stanley Kozak wrote: > Hi… > > > > I am running DSpace 1.6.2.  Last week we batch loaded about 1500 PDF files > and this week I loaded about 2300 images (mostly Jpegs).  I noticed today > that the thumbnails hadn’t been generated by the filter-media program (which

[Dspace-tech] Strange "browse index" errors

2010-12-13 Thread Alan Orth
Hi, I've been getting strange errors related to browse indexes. I'm not alarmed, as the indexes being requested are rubbish, but it seems odd to me and I get several a day (sometimes dozens). Here's an example of one: An internal server error occurred on http://ourdspace.org: Date: 11/24

Re: [Dspace-tech] Strange "browse index" errors

2010-12-13 Thread Claudia Jürgen
Hello Alan, this happens when someone tries to browse with an non-existing index and/or argument, see this JIRA tracker: https://jira.duraspace.org/browse/DS-640 Hope that helps Claudia Jürgen Am 13.12.2010 11:31, schrieb Alan Orth: > Hi, > > I've been getting strange errors related to brows

Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-13 Thread Claudia Jürgen
Hello Stephen, Am 10.12.2010 14:12, schrieb Btri Consulting: > With regard to (a), is there any documentation you can point me to that might > help me with this customization? There is no special documentation for this, just take a look at the [dspace-scr]/dspace-jspui/dspace-jspui-api/src/main/j

Re: [Dspace-tech] Strange "browse index" errors

2010-12-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
I changed this error message to a more User friendly one, just indicating that there are no records in this index. Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research Center|LITES Contract (757) 224-4074 -Original Message- From: Claudia Jürgen [mailto:c

Re: [Dspace-tech] Question about filter-media hanging

2010-12-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
We had lots of problems with filter-media until we changed pdfbox to xpdf2text. Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research Center|LITES Contract (757) 224-4074 -Original Message- From: Sean Carte [mailto:sean.ca...@gmail.com] Sent: Monday, Dec

Re: [Dspace-tech] Index row size exception when starting index-init

2010-12-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
This is something you would have to configure in postgreSQL. I believe the default is to use btree, but you should be able to change it to hash. Of course you'd have to rebuild your indices after the change. Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research

Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
When you make your changes to input-forms.xml, and redeploy, your changes should automatically be reflected in the online web pages in the record ingest process. Sue Walker-Thornton Software Developer/Database Administrator NASA Langley Research Center|LITES Contract (757) 224-4074 From: Btr

[Dspace-tech] Stats for entire repository

2010-12-13 Thread TAYLOR Robin
Hi all, Daft question time. Our repository is organised in such a way that we have no single top level community. A reasonable request of our administrator is that he can get stats at a 'whole repo' level, but its not obvious to me how we could do this (it's a 1.6 repo with the @Mire contribute

Re: [Dspace-tech] Question about filter-media hanging

2010-12-13 Thread George Stanley Kozak
Sue and Sean: Thanks very much. I will look into xpdf2text. George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-IT) 501 Olin Library Cornell University Ithaca, NY 14853 607-255-8924 -Original Message- From: Thornton, Susan M. (LARC-B702)[LITE

[Dspace-tech] Regarding Statistics

2010-12-13 Thread vishal jindal
Hi All,   I am making changes in the dstat.cfg file for the start year and start month but it is not reflecting in the statistics generation. Please help if anyone is aware of this. I am using dspace 1.5.2 (jspui).   And also if anybody can tell from where can i get the original code base of dsp

[Dspace-tech] Regarding Statistics

2010-12-13 Thread vishal jindal
Hi All,   I am making changes in the dstat.cfg file for the start year and start month but it is not reflecting in the statistics generation. Please help if anyone is aware of this. I am using dspace 1.5.2 (jspui).   And also if anybody can tell from where can i get the original code base of dsp

Re: [Dspace-tech] Question about filter-media hanging

2010-12-13 Thread Thornton, Susan M. (LARC-B702)[LITES]
George, You should be able to switch to xpdf2text with little effort. It saved us loads of time trying to figure out why filter-media was taking so long to run (ours sometimes ran for days at a time) and it now successfully filters 100% of our pdf documents except for those that are truly

[Dspace-tech] Errors reindexing after upgrade

2010-12-13 Thread Savage, Karen R.
We are in the process of upgrading our instance of Dspace from 1.3.2 to 1.6. The process I followed was to upgrade a copy of the 1.3.2 database up to 1.6, dump the database to a text file and then create a fresh instance of 1.6. Once it was up, I deleted the database it had created, made a new b

Re: [Dspace-tech] Errors reindexing after upgrade

2010-12-13 Thread Savage, Karen R.
Yes, that's the process I followed; I downloaded each version and ran the appropriate sql files to upgrade the database and then did the dump to import to 1.6. On 12/13/10 1:10 PM, "Jeffrey Trimble" wrote: Well the simple answer is that 'you can't' go from 1.3.2 to 1.6 directly. There are sq

Re: [Dspace-tech] Stats for entire repository

2010-12-13 Thread Mark Diggory
Robin, take a look at the changes that Ben provided for 1.7, it supplies this capability in the XMLUI. You may be able to utilize the patch to accomplish the same in 1.6 https://jira.duraspace.org/browse/DS-603 Mark On Mon, Dec 13, 2010 at 6:02 AM, TAYLOR Robin wrote: > Hi all, > > Daft quest

Re: [Dspace-tech] Errors reindexing after upgrade

2010-12-13 Thread Jeffrey Trimble
Well the simple answer is that 'you can't' go from 1.3.2 to 1.6 directly. There are sql scripts between each major release that change the database in various ways. So 1.6 is expecting different relationships that aren't there. You'll need to upgrade from 1.3.2 to 1.4.x, then 1.4.x to 1.5x th

Re: [Dspace-tech] Question about filter-media hanging

2010-12-13 Thread George Stanley Kozak
Thanks, Sue: I 'll give it a try. I finally got the xpdf binaries compiled and now I will try and get this set up on my test server. I really hope to finally be able to get these things indexed! George Kozak Digital Library Specialist Cornell University Library Information Technologies (CUL-