Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] novice installation question

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] novice installation question


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Les LaCroix <>, " Mailing List" <>
  • Subject: RE: [grouper-users] novice installation question
  • Date: Tue, 16 Jun 2020 16:08:14 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=isc.upenn.edu; dmarc=pass action=none header.from=isc.upenn.edu; dkim=pass header.d=isc.upenn.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=DUgZjf8rBDUqmZOW46paFGXlSsekMLCn0wwYPaIHp1A=; b=D15tOfWdgyC64JrEJF+uLO5hOzFDkGeHmAbVQ6kn9c1U5pMa2dYRS3+/doLTf8W7AKhZkqDGvdiaNMMYTBaGGnEr1oVG42ACxx1re0LOp2NUXmG+NKZdhgiLxXsUqVhR/amGNeb60soaztxsxhg2J40TkiLo9rql7dvRZP+jHR4x/TOxiEMADyAkZ+XL/MVnL4VnWr46Cp9cOFDJk/wOuZNEMVGltkga6PAJVRdMKIVlW8g92p4MtFdtLkbPPWy95D9QTDK9DoaFJcE8nd/kx2Xumf65VVGqIXsmAZLL/PzzCeiaKO9BHMOLLsk/0BYibdDekC8NhE6kOn1eDqqFqw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VexLu2VGKjgi5ox1zEOOyWrM0haTcKpVOsh2xO6p8Yge2I3N7AKzGs32abL0SY8GFkY6A0Cp9Swltf+VnsLCnLrGEmwxWgULFCazg+J0E1xqJCIDPk4/iLXE91U59f7meu+l2bvaGfgPWtny9vdYgimMWCqcOarwl5K9uWxNXfdwuIF9dSY7JW6/H0nScEVFzqTAvUpzGC6oWuTkWA7xlt8oX7Lhbpx0JVSZXH/lk7DFZ9+O85G3EX1Gh2Asmvodmfg66N+Q0NOJacXGwIu7zPPWvLmx7k5SsMhVcxFbW1odXACj9dVvR957+5dOqKXbzVm5GS+AH2l6VLP5GKfIjw==

first remove existing mysql jar with wildcard (in case we change the version)

then add the jar you want

pay attention to future releases we might make this an option, and you can take out this custom part and use the built in

ok?  😊

 

From: On Behalf Of Les LaCroix
Sent: Monday, June 15, 2020 3:38 AM
To: Mailing List <>
Subject: [grouper-users] novice installation question

 

Hi,

 

I have been banging my head all weekend trying to get a sample Grouper installation "maturity level 0" running in my environment.  I recently had an instance of 2.5.22 running on Centos 7 in VirtualBox on my desktop, and it was great until I mucked it up trying to connect my (MS SQL) subject source and couldn't figure out how to recover.  So I thought I would start over with the current latest stable version and the instructions for installing maturity level 0 manually, but I haven't gotten close to a running system since.  

 

I expect to be sending a series of novice questions over the next few days until I get this all figured out.  Here is the first.  It's not the first error displayed when Grouper tries to start, but it feels like a good place to start:

 

ERROR GrouperCheckConfig.checkDatabase(1502) -  - Error connecting to the database with credentials from grouper.hibernate.properties, url: :jdbc:mysql://192.168.62.12:3306/grouper?useSSL=false", driver: com.mysql.jdbc.Driver, user: "grouper"

java.sql.SQLException: No suitable driver found for :jdbc:mysql://192.168.62.12:3306/grouper?useSSL=false

The Specsheet says "v2.5 works with MariaDB 10.4.12 with driver mysql-connector-java-8.0.16.jar".  I am using the iTAP image for 2.5.29, which the release notes say is the latest stable version today.  When I shell into a container running this image, the only mysql-connector-java* anywhere under /opt is mysql-connector-java-5.1.45.jar, which is not the version referenced on the specsheet.  Is the image shipping with the wrong version?  If not, why the reference to the 8.0.16 version on the specsheet?  Are we supposed to replace the driver ourselves, or use an older version of MariaDB?  If an older version, which one?

 

Admittedly, I've been trying to run MariaDB 10.4.13 (not .12), and I haven't tried to install 10.4.12.  That'll be the next thing if I hear back reassurances that the container should run against my db.

 

(BTW, I verified network connectivity to the DB server by installing telnet in the container and telnetting to that IP address at port 3306.  The error seems even more basic than that, however.)

 

Thanks, -Les

 


Les LaCroix '79 | Strategic Technologist
Carleton College | 1 N. College St. | MS 3-ITS | Northfield, MN 55057
507.222.5455




Archive powered by MHonArc 2.6.19.

Top of Page