Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Re: upgrade with grouperInstaller.jar problem generating DDL script

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Re: upgrade with grouperInstaller.jar problem generating DDL script


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Scott Koranda <>
  • Cc: grouper-users <>
  • Subject: RE: [grouper-users] Re: upgrade with grouperInstaller.jar problem generating DDL script
  • Date: Fri, 24 Jun 2016 17:01:09 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

Yes, I meant the base one. Should be similar except for maybe patches...

Please clear out the logs and try it again. Let me know the command and
directory you tried and the output and full logs. If the error has

net.sf.ehcache.hibernate.EhCacheRegionFactory in it,

Then Im not sure what is going on if that is not in the config file
anymore... (that's the old class). Maybe send me a sanitized version of
grouper.hibernate.properties and grouper.hibernate.base.properties

Let me know

Thanks,
Chris


-----Original Message-----
From: Scott Koranda
[mailto:]

Sent: Friday, June 24, 2016 12:36 PM
To: Hyzer, Chris
<>
Cc: grouper-users
<>
Subject: Re: [grouper-users] Re: upgrade with grouperInstaller.jar problem
generating DDL script

> Is there anything in your grouper.hibernate.properties
> besides user/pass/connect url?

This line:

hibernate.cache.region.factory_class =
net.sf.ehcache.hibernate.EhCacheRegionFactory

Removing it does not appear to help.

> Maybe try removing extra stuff. Also is your
> grouper.hibernate.properties the same as 2.3.0 one?

When you write "2.3.0 one" do you mean

/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties

?

If so, then no, the two files

/opt/grouper/grouper.api-2.1.5/conf/grouper.hibernate.properties

and

/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties

differ. This one

/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties

appears to be a template. I would not think it should be the
same as that in

/opt/grouper/grouper.api-2.1.5/conf/grouper.hibernate.properties

?

Perhaps you meant to compare grouper.hibernate.base.properties?

If so then

$ diff
/opt/grouper/grouper.api-2.1.5/conf/grouper.hibernate.base.properties
/opt/grouper/grouper.apiBinary-2.3.0/conf/grouper.hibernate.base.properties
44c44
< # e.g. mysql:
jdbc:mysql://localhost:3306/grouper?useSSL=false
---
> # e.g. mysql: jdbc:mysql://localhost:3306/grouper
123,124d122
<
< hibernate.connection.isolation = 2

> If this works maybe make a jira so the installer can fix
> this for you...

I don't think it worked.

How should I troubleshoot from here?

Thanks,

Scott K



Archive powered by MHonArc 2.6.16.

Top of Page