Re: [Dspace-tech] Audio/Video Streaming

2014-10-07 Thread Keith Gilbertson
Tomorrow is Association of Moving Image Archivists and Digital Library Federation Hack Day 2014, in case anyone wishes to propose or work on things related to these video projects.

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-06-19 Thread Keith Gilbertson
Sara, We're still running DSpace 1.8.2 here. We're going to the DSpace 3 update sometime this year. We'll need to update and fix our code, and I think that the intern we have here now will take more meticulous notes about how this customization works. He's good about that. I do remember that

Re: [Dspace-tech] Psuedo video streaming with item attachment and seeking enabled

2013-02-26 Thread Keith Gilbertson
Jonathan - I'm not sure if you're using xmlui or jspui. I know that in xmlui, the servlet didn't implement content range. You have to uncomment some code in BitstreamReader, and then fix a couple of bugs in it to get things working. Sample: http://vtechworks.lib.vt.edu/handle/10919/18426 I've

Re: [Dspace-tech] TIFF Thumbnail Preview

2011-01-19 Thread Keith Gilbertson
Scott - It's been a while since I've done this anywhere. I'm a bit fuzzy on it and looks like I may have left out some details in the original message. - Did you deploy the updated dspace.cfg file to your installation directory? - Do the file extensions of your TIFF files match the file

Re: [Dspace-tech] Range query search in dspace 1.7.0

2011-01-12 Thread Keith Gilbertson
Does it happen to work from either the discovery search or the solr admin interface if you leave the TO out of the query? var:[10 20] On Jan 10, 2011, at 10:44 AM, Mckeane Thomas wrote: Hello, I have recently installed dspace 1.7.0 But I am unable to perform range query searches. I

Re: [Dspace-tech] syntax error at or near RETURNING dspace 1.7

2010-12-18 Thread Keith Gilbertson
Please check that the version number of the PostgreSQL database server is at 8.2 or higher. On Dec 18, 2010, at 3:23 AM, Ahmed Maher wrote: this error appears when installing dspace 1.7 [java] at org.dspace.administer.RegistryLoader.main(RegistryLoader.java:75) [java] Error:

Re: [Dspace-tech] Upload Directory Issue

2010-12-06 Thread Keith Gilbertson
On Dec 6, 2010, at 1:21 AM, Hardik Mishra wrote: Hello I have seen some strange behavior with Dspace-1.5.2 on Linux. I have observed in 2 different linux systems, when we upload any file. It is not showing in upload directory. There is some code in the uploadFiles(...) method in

Re: [Dspace-tech] Upload Directory Issue

2010-12-06 Thread Keith Gilbertson
I'm noticing that you said the files are still there in Windows. I'm confused, but I wonder if this might be some difference between Windows and Linux. In Linux, it appears to be no problem to delete file while a process has it open for reading (in DSpace, there's an InputStream open on the

Re: [Dspace-tech] Error creating indexes 'invalid multibyte character for locale'

2010-10-28 Thread Keith Gilbertson
Steve - I used Google and found this: http://archives.postgresql.org/pgsql-bugs/2005-11/msg00269.php When I run the 'locale' command here, I get this: LC_CTYPE=en_US.UTF-8 The same thing when I check from psql: gkrtrain= show lc_ctype gkrtrain- ; lc_ctype - en_US.UTF-8 (1

Re: [Dspace-tech] Number of communities and collections

2010-10-26 Thread Keith Gilbertson
Hi - I think that this will count the number of collections in your DSpace instance: select count(*) from collection; On Oct 26, 2010, at 8:30 AM, Admire wrote: Hi I am interested in establishing the number of Communities and collections in my DSpace instance. Is there a ready SQL

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-08 Thread Keith Gilbertson
On Oct 8, 2010, at 3:18 PM, Mark Diggory wrote: If you push the poi version to 3.6 in your maven configuration, do you still get the error? Mark Yes. I'd made that change in the maven configuration, but I still had to rebuild the tm-extractors against poi-3.6. Then that made the error

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-06 Thread Keith Gilbertson
changes in 'dspace-src/dspace-api/pom.xml', and instead make those changes to 'dspace-src/pom.xml' I hope that helps! - Tim On 10/5/2010 2:36 PM, Keith Gilbertson wrote: Hi, I've been experimenting with a Media Filter for text extraction from PowerPoint files. It's based on the Apache

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-06 Thread Keith Gilbertson
Thanks Graham and Tim. I hadn't seen that. On Oct 6, 2010, at 11:52 AM, Graham Triggs wrote: That version of tm-extractors is quite old. There is a newer version on the Google site - http://code.google.com/p/text-mining/ - but it will take a bit of work wrapping things up for general

[Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-05 Thread Keith Gilbertson
Hi, I've been experimenting with a Media Filter for text extraction from PowerPoint files. It's based on the Apache POI libraries, as was suggested by others in a previous thread. It uses the poi, poi-scratchpad, and poi-ooxml artifacts, in version 3.6, the latest release version from

Re: [Dspace-tech] PowerPoint Text Extractor

2010-09-30 Thread Keith Gilbertson
I can volunteer to add this feature. On Sep 29, 2010, at 11:03 AM, Richard Rodgers wrote: Hi RIchard: I cannot speak to it's quality (and indeed we have had quality issues with other formats) but Apache POI library supports Powerpoint text extraction. I would study the doc at

Re: [Dspace-tech] DSpace Setup

2010-09-30 Thread Keith Gilbertson
On Sep 30, 2010, at 6:36 PM, Pottinger, Hardy J. wrote: 3. Back when we were running on DSpace 1.5.1, after a period of about 24-36 hours of uptime, Tomcat became unavailable. Apache reported 503: service unavailable. Looking at a dump after killing all Java processes, it appeared

Re: [Dspace-tech] DSpace Setup

2010-09-30 Thread Keith Gilbertson
On Sep 30, 2010, at 7:14 PM, Keith Gilbertson wrote: I think I've seen something like what you're talking about with a scheduling conflict between vacuuming or other maintenance of the database and the media filter processes running. It's been a long time though and I'm very fuzzy

Re: [Dspace-tech] dsrun - batch import

2010-09-29 Thread Keith Gilbertson
Hello - Please check which version of Java you are using. DSpace 1.6 requires the Sun Java JDK 5 or later. --keith On Sep 29, 2010, at 1:58 PM, Miguel Pizarro wrote: hi everyone, I'm trying to import data to dspace 1.6 using dsrun application. In dspace 1.4 I don't have problem with

Re: [Dspace-tech] [Dspace-general] IP authentication not working

2010-09-24 Thread Keith Gilbertson
There was a bug in DSpace that caused this issue: http://jira.dspace.org/jira/browse/DS-242 There's a suggested fix in the 24 March comment on that page, or, you can upgrade to DSpace 1.6.2, which is the newest release. --keith On Sep 24, 2010, at 6:10 AM, Jamil Haddad wrote: Forgot to

Re: [Dspace-tech] [Dspace]/bin Scripts : Errors!!!!!!!

2010-08-18 Thread Keith Gilbertson
And here's the missing link: http://www.redhat.com/docs/en-US/JBoss_SOA_Platform/5.0.2/html/Getting_Started_Guide/appe-install_jdk_rhel.html On Aug 18, 2010, at 5:40 AM, Keith Gilbertson wrote: Even though you've installed jdk1.6, it looks like your system may be using a different version

Re: [Dspace-tech] FW: DSpace: Internal Server Error

2010-06-22 Thread keith . gilbertson
Greg, I think that this error message means that Java can't find an IP address for the host named dspace-Production. This may be a problem with the network configuration on the machine. Is this a Linux machine? If so, what name comes up when you use the hostname command? Is there an entry

Re: [Dspace-tech] FW: DSpace: Internal Server Error

2010-06-22 Thread keith . gilbertson
Greg, I'm not sure about whether or not you'd need to do anything after changing the hosts file. I think I remember a system administrator having to restart something called nscd after making this sort of change, but it's not even running on the system I'm looking at now. On that machine, I

Re: [Dspace-tech] Dspace smtp issues??

2010-06-16 Thread keith . gilbertson
Greg, I found something about this here: http://java.sun.com/products/javamail/FAQ.html#helo Q: I get MessagingException: 501 HELO requires domain address when trying to send a message. A: The SMTP provider uses the results of InetAddress.getLocalHost().getHostName() in the SMTP HELO

Re: [Dspace-tech] Handle server problems after update to 1.6.1 from 1.5.2

2010-05-24 Thread keith . gilbertson
There are log4j configuration files in your config directory, including a separate one for the handle server. However, I'm not sure that the handle server is being started in your case. You can change the word INFO to DEBUG in these files. This will fill up disk space rapidly so remember to

Re: [Dspace-tech] Solr error: moved temporarily

2010-04-21 Thread keith . gilbertson
Hi, I think that part of what's happening is that your request to http://dspace-test.hio.no:8080/solr/statistics is being forwarded to somewhere else. See this output from the command line: wget http://dspace-test.hio.no/solr/statistics --2010-04-21 09:12:25--

Re: [Dspace-tech] IPAuthentication not working since upgrade

2010-04-13 Thread keith . gilbertson
Jason, There's a bug that breaks IP authentication in 1.6, discovered by Dave Falke and Stuart Lewis. There's a thread here that details the fix: http://www.mail-archive.com/dspace-de...@lists.sourceforge.net/msg02985.html - Original Message - From: Jason Fowler jfow...@sbts.edu To:

Re: [Dspace-tech] Non-DC Import

2010-04-05 Thread keith . gilbertson
Hi. I don't think that the patch in DS-257 has been included with any version of DSpace yet. You'd have to apply the patch manually and re-deploy in order to use that feature. You can still import metadata for your cld schema, though, by following the instructions in the What if I need to

Re: [Dspace-tech] Regarding OAI PMH

2010-03-16 Thread keith . gilbertson
Hi. The feature for harvesting metadata into DSpace from other repositories via OAI-PMH is new in DSpace 1.6 and is configured on a per-collection basis. The DSpace 1.6 documentation has also been updated with an explanation of how to use the new feature. Let us know if you have any questions

Re: [Dspace-tech] Localising CC License

2010-03-16 Thread keith . gilbertson
Hello Kevin. I know this doesn't help you immediately, as you mentioned that you're running 1.5.2, but there's a new configuration parameter in the DSpace 1.6 release that does what you need: # Should a jurisdiction be used? If so, which one? # See http://creativecommons.org/international/

Re: [Dspace-tech] two theme modification questions: linking author

2009-10-08 Thread Keith Gilbertson
On Wed, Oct 7, 2009 at 10:17 AM, Platt, Alice a.pl...@snhu.edu wrote: Hi Keith, Thank you, yes, that does exactly match what I am looking for. Unfortunately, now my link doesn't go anywhere! In DSpace 1.5, the author browse links have changed to this format:

Re: [Dspace-tech] two theme modification questions

2009-10-07 Thread Keith Gilbertson
On Tue, Oct 6, 2009 at 10:57 AM, Platt, Alice a.pl...@snhu.edu wrote: I’d like to make the Author and Subject clickable links in the simple item view. The instructions on the Manakin HOWTO page of the DSpace wiki says that “The XSLT that creates author listings is in

Re: [Dspace-tech] two theme modification questions

2009-10-07 Thread Keith Gilbertson
My other question: I’d also like to add some text below the “go” button on the Advanced Search page. I’ve added what I want to say to messages.xml, but now I’m having trouble finding the code for where the Advanced Search page comes from. I figured if I searched in the structural.xsl file for

Re: [Dspace-tech] SWORD servlet client installed on Amazon Cloud -- not connecting -- please help!

2009-09-08 Thread Keith Gilbertson
the Linux iptables entries and look to see if anything is out of place. Please let me know of the resolution for this issue. Keith Gilbertson Consultant for Library and Educational Computer Systems On Tue, Sep 8, 2009 at 11:07 AM, Debashree Pati dp...@oln.org wrote: Hi SWORD experts, I have

Re: [Dspace-tech] ERROR:Cannot execute mojo: resources

2009-06-22 Thread Keith Gilbertson
Hi. Are you attempting to build DSpace? If so, do you get this same error when you run the mvn package command from the [dspace-source]/dspace/ directory? -- keith On Mon, 2009-06-22 at 02:47 -0700, olufunmilayo favour wrote: Hi all. the following error occured when'ever I try building my

Re: [Dspace-tech] Displaying bitstream description

2009-06-07 Thread Keith Gilbertson
://drcdev.ohiolink.edu/metadata/handle/123456789/1574/mets.xml -- Keith Gilbertson Systems Developer OhioLINK John Preston wrote: I'm trying out manakin and want to be able to display the bitstream description instead of format in the file list. I have everything I need copied into my theme, but I

Re: [Dspace-tech] XMLUI: How to add video preview function for xmlui.

2009-06-05 Thread Keith Gilbertson
/DSpace_1.5_XMLUI_FLV_Video_Progressive_Download/ Keith Gilbertson Systems Developer OhioLINK On Fri, 2009-06-05 at 12:47 +0530, Yureshwar Dspace wrote: Hi all its again me, How to add video preview function for xmlui as we can add for jspui. For jspui video preview you can follow the link. Link: http

Re: [Dspace-tech] problem executing create-administrator

2009-01-07 Thread Keith Gilbertson
For what it's worth, I've had somewhat similar problems executing the scripts in the bin directory after transferring them from a Windows-based machine to a Unix-like system. You might check that the line endings in the file haven't been changed to DOS-style endings, and if they have, convert

Re: [Dspace-tech] Media Filters not generating thumbnails

2008-10-29 Thread Keith Gilbertson
Looks like you might be running the Media Filter with the GCJ version of Java. Have you tried using a JDK from Sun? They're available here: http://java.sun.com/javase/downloads/index.jsp Thomas A McGee wrote: From the command line I get this: # ./filter-media -vi 123456789/191 Applying

[Dspace-tech] Force order of repeatable metadata fields when editing in xmlui?

2008-08-21 Thread Keith Gilbertson
Hello, Is there a way in the xmlui interface to force the order in which repeatable metadata fields are saved when editing existing items? For some items, the librarians have created multiple (usually about 4) dc.contributor.author fields in the metadata, with a personal name listed in each

Re: [Dspace-tech] Can't log onto admin - follow up

2008-06-03 Thread Keith Gilbertson
Paul, Can you post some of the scrolling code that you see when trying to create the administrator? I think this will help us to figure out what the problem is - the CreateAdministrator command is somewhat quiet when it runs normally. -- Keith Paul Jordan wrote: Thanks for the support, I

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Keith Gilbertson
: Keith Gilbertson [EMAIL PROTECTED] Subject: Re: [Dspace-tech] Can't log onto admin - follow up To: Paul Jordan [EMAIL PROTECTED] Cc: dspace-tech@lists.sourceforge.net Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=UTF-8; format=flowed Paul, Can you post some

Re: [Dspace-tech] Can't log onto Admin - Follow Up

2008-06-03 Thread Keith Gilbertson
) are for 1.4.2 and include things that aren't in 1.5, specifically some of the file paths are differen't/aren't there. Would any of that make a difference? If not, I'll install DSpace 1.5. Otherwise, I'll pull postgres down to 8.2. Thanks, Paul -Original Message- From: Keith Gilbertson

Re: [Dspace-tech] Collection logo images not recognized

2008-05-14 Thread Keith Gilbertson
Lynna - this is a bug in DSpace 1.5. There's a patch for it in the bug report here: http://sourceforge.net/tracker/index.php?func=detailaid=1939278group_id=19984atid=119984 Lynna Cekova wrote: Hi, I am having an XMLUI problem -- when I upload a logo for a collection (jpg or png), it

[Dspace-tech] Can Manakin use Creative Commons license_url instead of license_text ?

2008-02-07 Thread Keith Gilbertson
on the creativecommons.org website and use it in my theme, but I'm not sure how to solve this with XSLT. Any ideas? Thanks, Keith Gilbertson Systems Developer OhioLINK - This SF.net email is sponsored by: Microsoft Defy all

Re: [Dspace-tech] Using dc.creator instead of dc.contributor.author?

2008-02-01 Thread Keith Gilbertson
attention or other suggestions on how to accomplish what we'd like to accomplish. Thanks, Keith Gilbertson Systems Developer OhioLINK Shawna Sadler wrote: About a year ago I had the exact same idea and tried it out to much head-ache. I quickly found out how much of the DSpace functionality

[Dspace-tech] Anyone using dc.creator instead of dc.contributor.author?

2008-01-28 Thread Keith Gilbertson
the case? Has anyone done this, and have there been any issues? Also, is it true that an upcoming version of DSpace will allow the author browse to use an index based on both the creator and the contributor elements? Thank you, Keith Gilbertson Systems Developer OhioLINK

Re: [Dspace-tech] Anyone using dc.creator instead of dc.contributor.author?

2008-01-28 Thread Keith Gilbertson
I seem to have found another dependency, in that the OAIDCCrosswalk class that's used by the OAI-PMH interface exposes the contributor.author field as a creator element. This isn't necessary if we're using dc.creator in DSpace. It looks easy enough to change this class so that the

Re: [Dspace-tech] Getting image thumbnails

2008-01-09 Thread Keith Gilbertson
Hello - The errors you posted appear to be related to filtering of PDF and Word documents. I'm not sure of the limits. For what it's worth, here are some steps you can try to build JPEG thumbnails of TIFFs in DSpace: - Enter TIFF in the DSpace bitstream format registry with mime-type

Re: [Dspace-tech] Authorisation problem wtih collection level admin

2007-12-20 Thread Keith Gilbertson
. The default DSpace interface did not have this problem. If it's the same issue on your end, maybe we should open a bug report on this so that the issue is tracked and clarified or resolved. Keith Gilbertson Systems Developer OhioLINK Jeffrey Trimble wrote: I've given a staff member Collection

Re: [Dspace-tech] Authorisation problem wtih collection level admin

2007-12-20 Thread Keith Gilbertson
inteface. The default DSpace interface did not have this problem. If it's the same issue on your end, maybe we should open a bug report on this so that the issue is tracked and clarified or resolved. Keith Gilbertson Systems Developer OhioLINK Jeffrey Trimble wrote: I've given a staff

Re: [Dspace-tech] [Dspace-general] Dspace 1.5 - test communityadministrator

2007-11-26 Thread Keith Gilbertson
interface, the user is told that s/he does not have permissions for these actions. I personally would like for this to be possible. This would let us give persons full control over a community on our shared test/training server, without giving them full administrative privileges. Keith

[Dspace-tech] administering many DSpace/manakin instances

2007-11-26 Thread Keith Gilbertson
DSpace for multiple parties with differing needs? Thanks, Keith Gilbertson Systems Developer OhioLINK - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http

Re: [Dspace-tech] Duplicate items in browse items by author

2007-11-09 Thread Keith Gilbertson
from Christophe Dupriez that fixes issues with duplicate items in the jsp interface. I can forward it along to anyone who would like to try this route. Keith Gilbertson Systems Developer Ohio Library and Information Network _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED