From BUNTONGA at mailbox.sc.edu Thu Mar 13 16:01:24 2014 From: BUNTONGA at mailbox.sc.edu (BUNTON, GLENN) Date: Thu, 13 Mar 2014 20:01:24 +0000 Subject: [Evergreen-admin] installation problems Message-ID: Hope someone can assist. We have followed the instructions for installing OSRF and Evergreen and have run into a couple of problems that have led to a couple of questions: 1. Does Evergreen require java to function? When we try the --enable-java directive with the configure command the "make" fails with the error message "missing dependency java_memcached-release_2.0.1.jar" If we use the --enable-python directive it seems to "make" correctly 2. When we try to start osrf we receive two errors. If we try just osrf_ctl.sh -l -a start_all as instructed we receive the error "command not found". We followed the path and .srfsh.xml instructions correctly. If we force the command with /openils/bin/osrf_ctl.sh -l -a start_all we receive the error message "Starting OpenSRF Router /openils/bin/osrf_ctl.sh: 158: /openils/bin/osrf_ctl.sh: opensrf_router: not found Any ideas or suggestions? Glenn Bunton (803) 777-2903 Director of Library Technology Services buntonga at mailbox.sc.edu Thomas Cooper Library University of South Carolina Columbia, South Carolina 29208 -------------- next part -------------- An HTML attachment was scrubbed... URL: From csharp at georgialibraries.org Fri Mar 14 07:29:16 2014 From: csharp at georgialibraries.org (Sharp, Chris) Date: Fri, 14 Mar 2014 07:29:16 -0400 (EDT) Subject: [Evergreen-admin] installation problems In-Reply-To: Message-ID: <238293237.190567.1394796556330.JavaMail.root@georgialibraries.org> Hi Glenn, You will probably get better coverage and answers if you ask this question to the Open-ILS-Dev list. This admin list is sparsely populated in comparison and gets very little use. I'll answer what I can below: ----- Original Message ----- > From: "GLENN BUNTON" > 1. Does Evergreen require java to function? > When we try the --enable-java directive with the configure command > the "make" fails with the error message "missing dependency > java_memcached-release_2.0.1.jar" No - there are no active Java components. I would recommend leaving off that parameter when building the code. > If we use the --enable-python directive it seems to "make" correctly There are also no Python components at the moment, though there have been several attempts over the years to keep the Python bindings up-to-date. > 2. When we try to start osrf we receive two errors. > > If we try just osrf_ctl.sh -l -a start_all as instructed we receive > the error "command not found". We followed the path and .srfsh.xml > instructions correctly. > > If we force the command with /openils/bin/osrf_ctl.sh -l -a start_all > we receive the error message It sounds like OpenSRF is not installed, but I would need more details from you to know that. Again, I recommend asking on the Dev list or join the #evergreen IRC channel on FreeNode for real-time assistance. Hope that's helpful! Chris -- Chris Sharp PINES System Administrator Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta, Georgia 30345 (404) 235-7147 csharp at georgialibraries.org http://pines.georgialibraries.org/ From jeff.green.ca at gmail.com Sun Mar 30 12:42:56 2014 From: jeff.green.ca at gmail.com (Jeff Green) Date: Sun, 30 Mar 2014 09:42:56 -0700 Subject: [Evergreen-admin] Upgrade 2.2.0 to latest... Database error on 2.3-2.4.0 script Message-ID: Hi. I'm running into an issue upgrading EG 2.2.0 to the latest, and could use some help on what to try next. The upgrade crashes during the 2.3-2.4.0 script, on the DROP EXTENSION tsearch2 command. There was an IRC chat ( http://evergreen-ils.org/irc_logs/evergreen/2013-06/%23evergreen.27-Thu-2013.log) about adding a couple statements. However, still got the same error. I also tried DROP...CASCADE; but that created other errors later. So, I rolled back to my previous snapshot (VM) and am asking for some advice on how to proceed! Any suggestions on what to do next? Here's the error: 2014-02-28 13:48:30 PST ERROR: cannot drop extension tsearch2 because other objects depend on it Here's the statements I added immediately before the DROP EXTENSION tsearch2: DROP AGGREGATE agg_tsvector(tsvector); DROP FUNCTION tsvector_concat(tsvector, tsvector); Script is also throwing these errors: psql:2.3-2.4.0-upgrade-db.sql:3996: ERROR: text search configuration "english_nostop" does not exist psql:2.3-2.4.0-upgrade-db.sql:3997: ERROR: text search configuration "english_nostop" does not exist psql:2.3-2.4.0-upgrade-db.sql:3998: ERROR: text search configuration "english_nostop" does not exist psql:2.3-2.4.0-upgrade-db.sql:3999: ERROR: text search configuration "english_nostop" does not exist psql:2.3-2.4.0-upgrade-db.sql:4000: ERROR: text search configuration "english_nostop" does not exist Thanks! -- Jeff Green -------------- next part -------------- An HTML attachment was scrubbed... URL: