[Dspace-tech] Upgrade 1.4.2 - 1.5.0 SQL Error

2010-07-22 Thread Speagle, Andy
Hi All, I've just completed an upgrade from 1.4.2 to 1.5.0 per the documentation and I'm running into a SQL error. It seems that I'm missing a table/index/column. Here's the relevant error in my dspace.log: 2010-07-22 06:54:15,427 ERROR org.dspace.browse.BrowseDAOPostgres @ caught

[Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-22 Thread Domingo Iglesias
Hello I'm trying to setup the OAI Extended Addon (http://projecto.rcaap.pt/index.php?option=com_remositoryItemid=2func=fileinfoid=71lang=en) to deal with the DRIVER directives (http://www.driver-repository.eu) I have followed the install doc but when running maven I get the following error:

Re: [Dspace-tech] Upgrade 1.4.2 - 1.5.0 SQL Error

2010-07-22 Thread Claudia Jürgen
Hello Andy, seems as if you did not run [dspace]/bin/index-init. This is part of the new installation (or change of browse configuration). Hope that helps Claudia Jürgen Am 22.07.2010 14:25, schrieb Speagle, Andy: Hi All, I've just completed an upgrade from 1.4.2 to 1.5.0 per the

Re: [Dspace-tech] [dspace-tech] DRIVER OAI Extended Addon

2010-07-22 Thread helix84
Hello Domingo, people had similiar problems in the past - maven was unable to download some file because to access internet from the machine where dspace is installed they required proxy, but maven wasn't configured to use proxy. Try to check if this isn't your problem. See the dspace-tech

[Dspace-tech] Change Default Installation Directory

2010-07-22 Thread Speagle, Andy
Hi All... I seem to be having quite a bit of difficulty getting all of the magic together to change the default directory for Dspace installation. I'm installing on Linux (RHEL 5) and want to use /data/dspace rather than /dspace as the default installation directory. I've recently updated my

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread helix84
On Thu, Jul 22, 2010 at 15:36, Speagle, Andy andy.spea...@wichita.edu wrote: I’ve updated the “dspace.dir” variable in config/dspace.cfg … but that doesn’t seem sufficient.  After I build the package and attempt to update the configs via ant… it STILL tries to copy things to /dspace rather than

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread helix84
Anyway, if you still have problems, as a workaround you can create a symlink /dspace pointing to /data/dspace: ln -s /data/dspace /dspace /data/dspace - must exist before running the command /dspace - the command will create this so it must not exist before running the command Thus the data

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread Speagle, Andy
On Thu, Jul 22, 2010 at 15:36, Speagle, Andy andy.spea...@wichita.edu wrote: I’ve updated the “dspace.dir” variable in config/dspace.cfg … but that doesn’t seem sufficient.  After I build the package and attempt to update the configs via ant… it STILL tries to copy things to /dspace

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread Speagle, Andy
Hello Andy, you made the change in the source directory and ran mvn package and then ant. With which target did you run ant, with init_configs? Hope that helps Claudia Jürgen Am 22.07.2010 16:06, schrieb Speagle, Andy: On Thu, Jul 22, 2010 at 15:36, Speagle,

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread Claudia Jürgen
Hello Andy, you made the change in the source directory and ran mvn package and then ant. With which target did you run ant, with init_configs? Hope that helps Claudia Jürgen Am 22.07.2010 16:06, schrieb Speagle, Andy: On Thu, Jul 22, 2010 at 15:36, Speagle, Andyandy.spea...@wichita.edu

[Dspace-tech] SRW/U server problems

2010-07-22 Thread helix84
Hello, I was trying to build a SRW/U interface to DSpace but I wasn't successful. I tried several approaches with both the oclcsrw+oclcsrwdspacelucene (oclcsrw test interface works fine) and the dspace-srw module and I encountered and overcome a dozen problems but always ended in a dead-end. I

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread Claudia Jürgen
Hello Andy, Am 22.07.2010 16:30, schrieb Speagle, Andy: cd [dspace-source]/dspace/target/dspace-1.5-build.dir/ ant -Dconfig=[dspace]/config/dspace.cfg update With -Dconfig=[PathToConfig] you do specify another than the default path to the config. In your case ant is using

Re: [Dspace-tech] Change Default Installation Directory

2010-07-22 Thread Speagle, Andy
Hello Andy, Am 22.07.2010 16:30, schrieb Speagle, Andy: cd [dspace-source]/dspace/target/dspace-1.5-build.dir/ ant -Dconfig=[dspace]/config/dspace.cfg update With -Dconfig=[PathToConfig] you do specify another than the default path to the config. In your case ant is using

Re: [Dspace-tech] SRW/U server problems

2010-07-22 Thread LeVan,Ralph
Please include me in that conversation. I'd really like to get you guys running on my latest code. I've made significant enhancements to support Linked Data and think you'd like to have them. But, I have a problem. I don't run a DSpace instance myself and installing one just for testing

Re: [Dspace-tech] SRW/U server problems

2010-07-22 Thread helix84
On Thu, Jul 22, 2010 at 17:14, LeVan,Ralph le...@oclc.org wrote: Please include me in that conversation. I'd really like to get you guys running on my latest code.  I've made significant enhancements to support Linked Data and think you'd like to have them. But, I have a problem.  I don't

[Dspace-tech] How adding solr java packages to dspace

2010-07-22 Thread Mckeane Thomas
How do I add the solr packages to dspace to facilitate numeric range queries. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first --

Re: [Dspace-tech] Upgrade 1.4.2 - 1.5.0 SQL Error

2010-07-22 Thread Speagle, Andy
Hello Andy, seems as if you did not run [dspace]/bin/index-init. This is part of the new installation (or change of browse configuration). Hope that helps Claudia Jürgen I've just completed an upgrade from 1.4.2 to 1.5.0 per the documentation and I'm running into a SQL error. It

[Dspace-tech] Solr for seaching dspace instaed of using plain lucene

2010-07-22 Thread Mckeane Thomas
How can I implement or configure dspace 1.6.2 to use Solr api for searching rather than plain lucene -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first

Re: [Dspace-tech] Solr for seaching dspace instaed of using plain lucene

2010-07-22 Thread Mark Diggory
There are some details on installation provided in the howto... there is still some manual work that you need to do to create the solr core, but Discovery can be installed and used with 1.6.2 https://wiki.duraspace.org/display/DSPACE/DSpace+Discovery Mark On Thu, Jul 22, 2010 at 9:08 AM,

Re: [Dspace-tech] How adding solr java packages to dspace

2010-07-22 Thread Mark Diggory
I've responded to your other email concerning installation. I'm not sure what you mean by facilitating numeric range queries. But if you install Discovery you should get this feature in the provided Solr instance. Mark On Thu, Jul 22, 2010 at 8:31 AM, Mckeane Thomas mckeane.tho...@gmail.com

Re: [Dspace-tech] SRW/U server problems

2010-07-22 Thread LeVan,Ralph
My preference is to work on the oclcsrw version and find a mechanism to synchronize that with a DSpace copy. Ralph -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Thursday, July 22, 2010 11:23 AM To: LeVan,Ralph Cc: