Skip to Content.
Sympa Menu

grouper-users - [grouper-users] fresh install generating hibernate errors?

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] fresh install generating hibernate errors?


Chronological Thread 
  • From: Liam Hoekenga <>
  • To:
  • Subject: [grouper-users] fresh install generating hibernate errors?
  • Date: Wed, 29 Mar 2017 10:33:48 -0500
  • Ironport-phdr: 9a23:lp//4RMlYDTLv4h6fzAl6mtUPXoX/o7sNwtQ0KIMzox0LfX5rarrMEGX3/hxlliBBdydsKMZzbqJ+P2xEUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQtFiT69bL9oLxi7rwrdu8kSjIB/Nqs/1xzFr2dSde9L321oP1WTnxj95se04pFu9jlbtuwi+cBdT6j0Zrw0QrNEAjsoNWA1/9DrugLYTQST/HscU34ZnQRODgPY8Rz1RJbxsi/9tupgxCmXOND9QL4oVTi+6apgVRnlgzoFOTEk6mHaksx+gqxYrhy8uRJw35XZb5uJOPdkZK7RYc8WSGhHU81MVyJBGIS8b44XAuQHPOZXtYz9rEYMoxu5GwasB/3gyjlHhnDswKY31OAhEQDc0wwlBdIDq2nUrND0NKgOUeC51rfHwijeb/5P3zr29YbGchckof6WXLJwd9LcyUgpFwPZkFqQs4rlMC2J1ugTqWSU8fdvVf+phmU6qA9xuiCiytkth4XVhI8Yz17E+CZiz4opINC1R1J3bcK4H5ZVqy6WK4t7T8YnTm12pio10LsLsoOhcicQ0pQo3RvfZuSHc4eW5hLjU/6cITJii3JkfLKzngiy8Uu8xuHlWci4zkhGoTBfntnDsXAN0BPT6syZRfdn4kih3jOP2xjS6uFCP080ibLWJ4Agz7IslJcetErDEyztl0nqiaKbeVko9vS05Onifrrqup+ROopxhw3gLKghgNSzAeEiPQgPW2ib9/681Lrm/UDhRLVKj+c5kqzDsJ3BOMQbo6+5DBNV0oo59RmwEiqm3MwCnXYbNFJFZA6Hj4/xNlHBOvD4Cuq/g0yynzdx3vzGI6bhDYvXLnjYi7rhebd961VAyAoo09xT/ZNUCrcdIP3tQE/xssLXDgMnPwCu3enoFch9hcsiXjeAGKiEKK7I9EKT6/g0C+iKeIIPvjvhcb4o6+O9o2U+nAo5fKCslbsQZXO1GPtvaxGdYHPpmP8cFGYBvkwzQPG82w7KaiJae3vnB/F03To8Eo/zVYo=

Our grouper installation is still pretty much a sandbox.
I decided to wipe the database so I could try a new installation based on the TIER deployment guide (https://spaces.internet2.edu/display/TI/Consultation+for+TIER+Grouper+Deployment+Guide)

I'm using MySQL 5.1.  It's running in a multi-master replication configuration
Java 1.8.0_111, RHEL 7.  Grouper API 2.3.0 patch 59

I'm generating the new SQL file using...
    ./gsh.sh -registry -check

I'm initializing the tablespace using something like...

    ./gsh.sh -registry -runsqlfile /usr/local/grouper/grouper.apiBinary-2.3.0/ddlScripts/grouperDdl_20170329_11_19_56_831.sql

I'm getting Hibernate errors when it tries to create the standard groups:

Grouper warning: cannot find group from config: wheel group from grouper.properties key: groups.wheel.group: etc:sysadmingroup
Grouper error: etc:sysadmingroup, java.lang.NullPointerException: Problem in HibernateSession: HibernateSession (6dd79214): notNew, notReadonly, READ_WRITE_NEW, activeTransaction, session (34009349),
Problem in HibernateSession: HibernateSession (570a62a5): new, notReadonly, READ_WRITE_NEW, notActiveTransaction, session (34009349),
Problem saving group: etc:sysadmingroup, thread: 2d209079

There were some earlier threads from the archives that suggested that the groups would get created when I started interacting with the API, but I get a similar error that prevents GSH from starting at all:

Couldnt startup grouper: Problem in HibernateSession: HibernateSession (136ccbfe): notNew, notReadonly, READ_WRITE_NEW, activeTransaction, session (8bd076a),
Problem in HibernateSession: HibernateSession (2c7db926): new, notReadonly, READ_WRITE_NEW, notActiveTransaction, session (8bd076a)
java.lang.NullPointerException: Problem in HibernateSession: HibernateSession (136ccbfe): notNew, notReadonly, READ_WRITE_NEW, activeTransaction, session (8bd076a),
Problem in HibernateSession: HibernateSession (2c7db926): new, notReadonly, READ_WRITE_NEW, notActiveTransaction, session (8bd076a)

What's happening here?

thanks!
Liam



Archive powered by MHonArc 2.6.19.

Top of Page