Re: [Dspace-tech] running the 15 to 16 script

2010-04-21 Thread Claudia Jürgen
Hello Jose, in that case you got to run: ALTER TABLE collection2item DROP CONSTRAINT "$2"; ALTER TABLE community2community DROP CONSTRAINT "$2"; ALTER TABLE community2collection DROP CONSTRAINT "$2"; The reason for this is: In Step 7 Update the database it can happen that not all the commands

Re: [Dspace-tech] dspace :help

2010-04-21 Thread Wally Grotophorst
You want to start Tomcat at system boot, right? If so, then the support doc that talks about login items isn't what you're looking for. Try putting your startup script in the /Library/StartupItems folder. Later versions of OS X use a different method and if you upgrade your system i'll send

Re: [Dspace-tech] I wonder if anyone knows how to install a language pack when using MANAKIN/XMLUI?

2010-04-21 Thread Mark Diggory
The currently provided language packs are already delivered to your build by default during the maven build process. If you wish to override any, you can place copies of those files into for messages.properties [dspace-src]/dspace/modules/dspace-xmlui/src/main/resources/messages_LANG_CODE.properti

Re: [Dspace-tech] SOLR startup failure

2010-04-21 Thread Mark Diggory
Tonny, Solr doesn't add the jar because most jvm's these days have a sun branded version of Xalan, are you using GCJ or something other than OpenJDK/Sun? Mark On Wed, Apr 21, 2010 at 5:33 AM, Tonny Hjelmberg Laursen wrote: > > It was a problem with xalan.jar, it did not exist in the Tomcat CLAS

Re: [Dspace-tech] Can rebuild process "go faster" (DSpace 1.6)?

2010-04-21 Thread Mark Diggory
Georgia, You can use the "non-src" release version which does not have those modules in it, likewise, you can just remove the [dspace-source]/dspace-xxx modules from your source tree and they will be downloaded from maven rather than built. This will speed your build process. Mark On Wed, Apr 21

Re: [Dspace-tech] A little guidance please

2010-04-21 Thread Mark Diggory
I think there are two strategies here 1.) Store the generated jp2 in a bitstream, create your own bundle, name it whatever you want or store it next to the existing bitstream in the content bundle if you want to also share the generated file for others to use. Then expose the filesystem location

[Dspace-tech] A little guidance please

2010-04-21 Thread John Preston
Hi, I am seeking a little guidance here. I am setting up adore-djatoka with dspace 1.6. I have a dsrunable java class that goes through my collections and looks for all large image files and creates jpeg2000 versions of these under a particular directory. After creating the jp2 version of the file

Re: [Dspace-tech] LDAP with DSpace

2010-04-21 Thread Max McGrath
Hi all - I got LDAP working now, so that is not a problem anymore. I do have a problem with needing to search multiple OUs, I can only figure out how to setup the config to search one OU. We run Novell 6.5 and have a container for STUDENTS (ou=STUDENTS,o=CARTHAGE), a container for STAFF (ou=STAF

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

2010-04-21 Thread Mark Diggory
I recommend switching to use http://localhost:8080/solr/statistics in your dspace configuration. We are considering making this the default in DSpace 1.6.1. Mark 2010/4/21 Trude Eikebrokk : > I'm joining the wave of SOLR-error reports. > As I'm unfortunately not a programmer, I'd appreciate any

Re: [Dspace-tech] How to use my SRW as Authority control

2010-04-21 Thread Mark Diggory
Joan, Authority Control in DSpace is new functionality and having a connection against SRW/U will require creating a plugin to support it. This said, I assume we are probably talking about OpenSearch or some other standard as the protocol for such as connector so it can be utilized against other O

[Dspace-tech] LDAP with DSpace

2010-04-21 Thread Max McGrath
Hi all - Completely new to DSpace. Liking it so far. We are running version 1.6.0 on Windows 2003 server. Trying to get LDAP authentication to work against our Novell eDirectory and it is not currently working. I think I have all the appropriate config setup in the dspace.cfg file. Here is th

[Dspace-tech] Can rebuild process "go faster" (DSpace 1.6)?

2010-04-21 Thread Georgia Solomou
Hi, I am working with DSpace 1.6 and for the first time with the whole Maven rebuild/update thing. When I make a change to a JSP file ( I place my edited version in the [dspace-source]/dspace/modules/jspui/src/main/webapp/ directory ), I "quick rebuild" DSpace following the standard rebuild pro

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

2010-04-21 Thread Peter Dietz
Hei Trudde, I'm wondering if your setup is forwarding requests from dspace-test.hio.no:8080 to dspace-test.hio.no (removing the port specification) and if SOLR is having trouble with the (302) redirection. Be sure to check your solr.log.server, in your dspace.cfg file and make sure that doesn't ha

Re: [Dspace-tech] How to use my SRW as Authority control

2010-04-21 Thread LeVan,Ralph
Joan, I'm afraid I don't know how the Authority Control software works to be very helpful. The error you're getting may be because you've not correctly pointed the Authority Control software at your server. It could be that the software is expecting a particular index to be available and you have

[Dspace-tech] How to use my SRW as Authority control

2010-04-21 Thread Joan Caparros
I have tried to use one of my SRW servers instead of the "oficial lc name Authority author" from Library of Congress, has anyone configured correctly the DSpace.SRWDatabase.props to made it work? Actually I have modified the file, and I'm getting some results, but I'm not sure if I'm in the rig

Re: [Dspace-tech] dspace :help

2010-04-21 Thread Peter Dietz
Hey Kumara, Check out: http://support.apple.com/kb/HT2602 Or perhaps even: http://developer.apple.com/mac/library/documentation/MacOSX/Conceptual/BPSystemStartup/BPSystemStartup.html I think you should be able to add an entry to start tomcat automatically with

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-- http://dspace-test.hio.no/solr/s

[Dspace-tech] Solr error: moved temporarily

2010-04-21 Thread Trude Eikebrokk
I'm joining the wave of SOLR-error reports. As I'm unfortunately not a programmer, I'd appreciate any help! I'm running Dspace 1.6.0/Tomcat 6.0.20.0/PostgreSQL, Java version 1.6.0_20. Whenever I try to use solr I get an Moved Temporarily.exception. Below is what happens when I try to convert the

Re: [Dspace-tech] SOLR startup failure

2010-04-21 Thread Tonny Hjelmberg Laursen
It was a problem with xalan.jar, it did not exist in the Tomcat CLASS PATH. I added/copied the file and now is SOLR working. #cp [dspace]/lib/xalan-2.7.0.jar /usr/share/tomcat5/shared/lib -- Venlig hilsen | Kind Regards Tonny Hjelmberg Laursen Systemadministrator CBS Library IT Copenhagen

[Dspace-tech] SOLR startup failure

2010-04-21 Thread Tonny Hjelmberg Laursen
Im having a problem with SOLR when I start tomcat5. In my catalina.out I receive the error below. It's on a upraded installation from 1.5.2 to 1.6. Everything else seems to work in Dspace. It's running on a Redhat ES 5.4, Java 1.5.0_22, Tomcat 5-5.5.23. My DSpace install location is /www/dspac

Re: [Dspace-tech] 1.6 upgrade DB constraint errors

2010-04-21 Thread Claudia Jürgen
Hello Peter, a bit late, but just ran into the same problem while testing an upgrade. Rather than uncommenting the lines you should drop the constraints with: ALTER TABLE community2collection DROP CONSTRAINT "$2"; ALTER TABLE collection2item DROP CONSTRAINT "$2"; ALTER TABLE community2community

[Dspace-tech] I wonder if anyone knows how to install a language pack when using MANAKIN/XMLUI?

2010-04-21 Thread Magnus Norberg
Hello everyone, I wonder if anyone knows how to install a language pack when using MANAKIN/XMLUI? Thank you! /Greetings from Magnus Norberg, Sweden _ Klicka här! http://new.windowslivemobile.msn

[Dspace-tech] dspace :help

2010-04-21 Thread Kumara SS
Hi all, I have one question. I am using MAC OS X 10.4. The dspace is working fine. But when i restart the system, the tomcat is not running automatically. How to start the tomcat at system start? I am starting the tomcat manually by "/usr/local/apache-tomcat-5.5.28/bin/startup.sh" every time t