Re: [Dspace-tech] Dspace 1.8.2 -- solr index

2012-05-07 Thread Oriol Olivé
Hi Poulter, You mayneedto rebuildthe index [dspace]/bin/dspace update-discovery-index -b Thenyou canoptimize [dspace]/bin/dspace update-discovery-index -o Best, Al 04/05/2012 20:45, En/na Poulter, Dale ha escrit: All, We are upgrading to 1.8.2 and continue to get the error below when we

Re: [Dspace-tech] XMLWorkflow problem with claimaction

2012-05-07 Thread van Hoek, Wilko
Hello Claudia, the group is defined on repository-level. I even tried a complete vanilla-version of dspace on two Ubuntu 10.04 instances and checked the submission process. When it is set to the original workflow, submission works. When I change to xmlworkflow with the default workflow.xml I

[Dspace-tech] Build error

2012-05-07 Thread Priya S
Hi, Suddenly while running mvn package, the following error has occurred. Could you please tell me how to solve this?. Is there any way to tell the maven to ignore the warning build,deploy with the existing files?. Thanks in advance Priya [INFO] --

[Dspace-tech] Execute Java Class Problem

2012-05-07 Thread Daniel Shin
Hi, I created a simple Java Class for test in [dspace-src]/dspace-api/src/main/java/org/dspace/test that print test. I typed the command in [dspace]/bin: ./dspace dsrun org.dspace.test.TestPrint Follow the message error: Error in launcher.xml: Invalid class name: org.dspace.test.TestPrint. I

Re: [Dspace-tech] Execute Java Class Problem

2012-05-07 Thread Claudia Jürgen
Hello Daniel, since 1.6 the DSpace Command Launcher is used. You got to add the class to the configuration file [dspace]/config/launcher.xml Then you can execute it using [dspace]/bin/dspace [Name as configured in launcher.xml] For Details see the Documentation

Re: [Dspace-tech] Execute Java Class Problem

2012-05-07 Thread Mark Diggory
His command should still be reasonable. Where are you placing the customized java class you are trying to add? Regards, Mark On Monday, May 7, 2012, Claudia Jürgen wrote: Hello Daniel, since 1.6 the DSpace Command Launcher is used. You got to add the class to the configuration file