Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] javassist with java 11

Subject: Grouper Developers Forum

List archive

[grouper-dev] javassist with java 11


Chronological Thread 
  • From: Jim Fox <>
  • To: "" <>
  • Subject: [grouper-dev] javassist with java 11
  • Date: Tue, 23 Apr 2019 09:56:17 -0700 (PDT)


( In case you don't already know. )

I installed our group service on a google cloud compute engine that ended up with openjdk version "11.0.2" of java. The grouper API could not connect to my database (postgres 9) until I replaced 'javassist-3.22.0-GA.jar' with 'javassist-3.25.0-GA.jar'.

See

https://stackoverflow.com/questions/52913597/springboot-org-hibernate-mappingexception-could-not-get-constructor-for-org-hi

don't know if it's exactly the same thing, but the jar upgrade allowed grouper to assess the database.

Jim



Archive powered by MHonArc 2.6.19.

Top of Page