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: Scott Koranda <>
  • To: "Hyzer, Chris" <>
  • Cc: grouper-users <>
  • Subject: Re: [grouper-users] Re: upgrade with grouperInstaller.jar problem generating DDL script
  • Date: Fri, 24 Jun 2016 11:36:28 -0500

> 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