[Dspace-tech] problem executing create-administrator

2009-01-07 Thread felipe Melero
Hi all, I have a problem executing the script *create-adminstrator*, I get the following error: bad interpreter. -bash-3.00$ ./create-administrator : bad interpreter: No such file or directory if I change the line inside the script * #!/bin/sh* to *#!/bin/bash* I get other errors:

[Dspace-tech] Camtasia

2009-01-07 Thread Paterson, Brian [BSD] - PSM
Hi, I am having difficulty getting Camtasia screencasts to play from Manakin (DSpace 1.5.1). It would get stuck at the Loading Controls stage, even though the stage reads to be 100% complete. I have found several similar complaints online, but many of them seemed to be resolved by setting

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

2009-01-07 Thread felipe Melero
Yes, I'm running it from dspace/bin directory but no way to get it working... surely is a matter of unix, I'm a chrooted user... regards Felipe Robin Taylor escribió: That's good. #!/bin/sh at the start of the script just tells the OS what shell it should use to run the script, and it seems

[Dspace-tech] Fwd: Google Summer of Code 2009 is a go!

2009-01-07 Thread Diggory Mark
FYI Begin forwarded message: From: LH lho...@gmail.com Date: January 7, 2009 8:17:44 AM PST To: Google Summer of Code Discuss google-summer-of-code-disc...@googlegroups.com Subject: Google Summer of Code 2009 is a go! Reply-To: google-summer-of-code-disc...@googlegroups.com Hello

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] problem executing create-administrator

2009-01-07 Thread Poulter, Dale
Does the system find it in your path if you type which java or which sed? --Dale --- Dale Poulter Automation Coordinator Library Information Technology Services Vanderbilt University Suite 700 110 21st Avenue South Nashville, TN 37240

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

2009-01-07 Thread Andrew Marlow
On Wed, Jan 7, 2009 at 4:46 PM, Keith Gilbertson ke...@ohiolink.edu wrote: 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

Re: [Dspace-tech] DSpace and MySQL

2009-01-07 Thread Andrew Marlow
On Tue, Dec 30, 2008 at 7:41 AM, mikan.d.dspace listmail mikan.dsp...@gmail.com wrote: Andew, If I remember correctly, DSpace 2.0 should not be dependent on database software, so you can use whatever DB you like. Having looked some more into DSpace 2.0 I think it is not ready enough. I hope

[Dspace-tech] target for a system monitor script

2009-01-07 Thread Pottinger, Hardy J.
Hi, our system administrators have an uptime monitoring application that we'd like to point at our DSpace installation. I'm kicking around ideas for a way to code up a page for them to use as a test (something that would confirm that all the pieces were working: tomcat, db, apache). I thought I'd

[Dspace-tech] Handle Setup on Windows 2003

2009-01-07 Thread Jewel
I have successfully installed DSpace on a Windows 2003 server. I have obtained my handle and am in the process of setting up the handle service. I have followed the instructions listed on the dspace wiki tying to install the handle as a service on Windows

[Dspace-tech] Adding/modifying tables in the dspace database

2009-01-07 Thread Jason Gum
Hi all, I am trying to add a table to the dspace database. When I try to query my newly added table from dspace, I get an error that the table does not exist. When I add a column to an already existing table and call hasColumn() on the newly added column, I get an error that the column does not

[Dspace-tech] DSpace 1.5 implementation questions

2009-01-07 Thread Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS]
Hi, I am working on our upgrade from DSpace 1.4.2 -- 1.5.0 and have a couple of questions. 1. I have a copy of the DSpace 1.5.0 System documentation, entitled DSpace Manual Software Version 1.5 May 2008, however it references install-configs which I understand does not

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-07 Thread Diggory Mark
Hello Susan, I'll try to answer some of your questions: On Jan 7, 2009, at 3:21 PM, Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: Hi, I am working on our upgrade from DSpace 1.4.2 à 1.5.0 and have a couple of questions. 1. I have a copy of the

[Dspace-tech] bitstream request = catalina error + dspace warning

2009-01-07 Thread Van Ly
Hi everyone, From time to time I get an email alert about a request for /bitstream which has produced an error. Going through the logs on conditions other than INFO, I found an error pointing to catalina. Does anyone know what could be the matter with catalina? Below, I have the two events in

Re: [Dspace-tech] DSpace 1.5 implementation questions

2009-01-07 Thread Van Ly
Quoting Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] susan.m.thorn...@nasa.gov: Hi, I am working on our upgrade from DSpace 1.4.2 -- 1.5.0 and have a couple of questions. 1. I have a copy of the DSpace 1.5.0 System documentation, entitled DSpace Manual

Re: [Dspace-tech] bitstream request = catalina error + dspace warning

2009-01-07 Thread Diggory Mark
To me it appears to be crawlers walking to this URL and causing DSpace to issue a null pointer exception because there is no Bitstream id in the address. http://ses.library.usyd.edu.au/bitstream -Mark On Jan 7, 2009, at 3:42 PM, Van Ly wrote: Hi everyone, From time to time I get an

Re: [Dspace-tech] DSpace and MySQL

2009-01-07 Thread Diggory Mark
On Jan 7, 2009, at 9:19 AM, Andrew Marlow wrote: On Tue, Dec 30, 2008 at 7:41 AM, mikan.d.dspace listmail mikan.dsp...@gmail.com wrote: Andew, If I remember correctly, DSpace 2.0 should not be dependent on database software, so you can use whatever DB you like. Having looked some more into

[Dspace-tech] Issues with DSpace 1.5.x and browser cache

2009-01-07 Thread John Preston
I'm having a problem with using DSpace 1.5.x via the jspui and xmlui interface that causes changes to the database not to appear on subsequent pages, unless I clear the browser cache and reload the page. This occurs with both IE and Firefox browsers, and does occur when accessing my 1.4.1 DSpace

Re: [Dspace-tech] DSpace and MySQL

2009-01-07 Thread Mr Havercamp
Diggory Mark wrote: On Jan 7, 2009, at 9:19 AM, Andrew Marlow wrote: On Tue, Dec 30, 2008 at 7:41 AM, mikan.d.dspace listmail mikan.dsp...@gmail.com mailto:mikan.dsp...@gmail.com wrote: Andew, If I remember correctly, DSpace 2.0 should not be dependent on database software,