Dear Keir, have you published under tomcat the new webapp builded with mvn package? I have the suspect that the code in your tomcat is out-of-update. You have mentioned tomcat5, please upgrade tomcat at least to the 6 version, DSpace-CRIS is not tested for tomcat5
Luigi Andrea Il 17/10/2013 01:32, Keir Vaughan-Taylor ha scritto: > Thank you for you help. > I recompiled doing a fresh_install > The postgres sql updates ran without error and also the sql > base-configuration-crismodule.sql ran without error. > Restored the original database > > After restarting httpd and tomcat5 the CRIS module in the administration > section reference in the installation guide doesn't appear. > > Must be close to working but can't see where the module is initiated. > > > On Wed, 2013-10-16 at 09:07 +0200, Andrea Bollini wrote: >> Hi Keir, >> you are right the installation instructions are not so clear as need and >> don't include information for upgrading an existent installation. >> We will try to update this documentation as soon as possible, please >> note that, in these last weeks, much developer resources from my company >> has been devolved to the next DSpace 4.0 release so we are slight late >> with the dspace-cris upgrade. >> 1) mvn package from the dspace-src directory is the right way to build >> DSpace-CRIS >> 2) to install dspace-cris on top of an existent dspace installation, you >> need to follow the steps required for a normal dspace update (like you >> have done) plus execute the following sql scripts: >> addon-crismodule.sql, addon-crispubmed.sql, addon-subscription.sql all >> located in >> https://github.com/CILEA/DSpace/tree/dspace-cris-1.8.2.1-beta/dspace/etc/postgres >> These sql will create the extra tables and sequences need by the >> DSpace-CRIS entities. >> Finally, if you want to start with a preconfigured, very basic, >> datamodel you can proceed with the post installation instructions, i.e. >> load /etc/postgres/base-configuration-crismodule.sql >> >> Hope this help, >> Andrea >> >> >> >> Il 16/10/2013 04.00, Keir Vaughan-Taylor ha scritto: >>> I want to install CRIS on DSpace 1.82. In academia the package is all >>> the rage. I have been using install instructions from Github >>> >>> http://cilea.github.io/dspace-cris/installation.html >>> >>> The install instructions refer to unpacking the CRIS module in >>> [dspace-parent] >>> >>> The "mvn package" command only works for me in the >>> [dspace-src] directory. I can go with that but possibly that is wrong >>> also. >>> >>> The GIT instructions are for a fresh install with no existing database >>> rather than adding the module to an existing setup. >>> >>> At first I tried leaving the database intact and compiling using >>> "ant update" instead of "ant fresh_install". >>> >>> After which the post-install script "base-configuration-crismodule.sql" >>> fails (using psql) and also the CRIS module doesn't appear in the DSpace >>> administration. >>> >>> I tried deleting the existing database and using ant fresh_install >>> but still running base-configuration-crismodule.sql with psql fails. >>> (It tries to do inserts into non existant tables.) Again CRIS module >>> doesn't appear in administration tab >>> >>> Anyone know what I'm doing wrong? Any hints and tips? >>> >>> >> ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

