Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Grouper 2.5.29 Installer errors on hibernate connections


Chronological Thread 
  • From: "Hafer, Christopher G" <>
  • To: Grouper Users <>
  • Subject: [grouper-users] Grouper 2.5.29 Installer errors on hibernate connections
  • Date: Tue, 21 Jul 2020 17:44:04 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=musc.edu; dmarc=pass action=none header.from=musc.edu; dkim=pass header.d=musc.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=1fDDsyqL6MmuPs8b1B+An2Q7bGTVk12nASkei0Qmd+4=; b=C85F6ZZXfEhL5wvOLQ4CSOJtIYgWveoxl+6gKl6ax4i+9UXfNt7Uho8LMVfoX8Vs+UldZt/BxaUk8ddY/suCA3sIYJBw/azla8SJNLcc1WzzGLGKa9bptU61kB2HLTF0wezhRM1e94yDlVUQV/cAqkKauNSe9qzxlftpcetBTwHmPOnjk2wMYrXnBcq7TA97wG51AA3toZWHLBumvDxXToQbsaEz2gNeem4HCwddofB9U5omKwJNYN5LojDz1oZrWK5bykpjmUoggTwBYeLP3YLJSy0pjwAn15H48EajssbhTVye02DWABCX5qAFL5lbrnU3K7MkQpq+bi5uh91jRA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dMKb1OEKySJSS1rAUS0/qnOad+2FynQgztT9ZSFEmGgis0LE4HWMn1k34dwpR9dm2LPgACsQibBlEw9UmRCBs24FNXNFRwCmgjQzhksZ4jm2gG1ESO9rwDjSSxnfJNR1DsjQXfkJr75DtNklkUbdb6alH7rAZVMf2rjZ0BBO/dYTt8hudbD0oaqH6wpGbQTCw22tJ6ooVilWNiv41jOtJUEIAvS9YrKhT4RPd8lKCrvOOhKb7uofCUn6wpzec1E//CX2JQvMd63i+GJJoSO42LLn5XNC0foi66qPtBGPZmen7MZ5Cx1CcQNyEtlH7E3qA+J4jVGNY4SxgZXPEV1vgg==

Good afternoon, I am getting the below error for a PostgreSQL 10 database
when running the Grouper installer jar "grouper-installer-2.5.29.jar" as
root. Using openjdk version "1.8.0_252" and JAVA_HOME is set. I have looked
in the 2.5.29 Docker image and the postgresql driver jar is in the lib
folder. I am following the Maturity Level 0 w/ Installer to get familiar
with this setup.

1) Does the installer need to use an outside config file so the driver class
is known to the installer for the hibernate connections?
2) If the x.properties files were created from a previous installer run with
connection errors, do I need to allow the installer to over-write them again
or should they be file to use?

-------------- Grouper 2.5.29 installer error ------------------
__GROUPER_LOG_PREFIX__;grouper_error.log;;;2020-07-21 17:15:49,884: [main]
FATAL Hib3DAO.initHibernateIfNotInittedHelper(337) - - unable to initialize
hibernate: Unable to create
requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
org.hibernate.service.spi.ServiceException: Unable to create requested
service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:264)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:228)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:207)
at
org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:51)
at
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:94)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:207)
at
org.hibernate.boot.model.process.spi.MetadataBuildingProcess.handleTypes(MetadataBuildingProcess.java:352)
at
org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:111)
at
org.hibernate.boot.model.process.spi.MetadataBuildingProcess.build(MetadataBuildingProcess.java:83)
at
org.hibernate.boot.internal.MetadataBuilderImpl.build(MetadataBuilderImpl.java:418)
at
org.hibernate.boot.internal.MetadataBuilderImpl.build(MetadataBuilderImpl.java:87)
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:692)
at
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:727)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO.initHibernateIfNotInittedHelper(Hib3DAO.java:323)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO.initHibernateIfNotInitted(Hib3DAO.java:154)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3DAO.initHibernateIfNotInitted(Hib3DAO.java:117)
at
edu.internet2.middleware.grouper.misc.GrouperStartup.startup(GrouperStartup.java:345)
at
edu.internet2.middleware.grouper.registry.RegistryInitializeSchema.main(RegistryInitializeSchema.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
edu.internet2.middleware.grouper.app.gsh.GrouperShell.handleSpecialCase(GrouperShell.java:227)
at
edu.internet2.middleware.grouper.app.gsh.GrouperShell.main(GrouperShell.java:160)
at
edu.internet2.middleware.grouper.app.gsh.GrouperShellWrapper.main(GrouperShellWrapper.java:31)
Caused by:
org.hibernate.boot.registry.classloading.spi.ClassLoadingException:
HHH010003: JDBC Driver class not found:
at
org.hibernate.c3p0.internal.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:131)
at
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:94)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:207)
at
org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.buildJdbcConnectionAccess(JdbcEnvironmentInitiator.java:145)
at
org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:66)
at
org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
at
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:88)
at
org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:254)
... 25 more
Caused by:
org.hibernate.boot.registry.classloading.spi.ClassLoadingException: Unable to
load class []
at
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.classForName(ClassLoaderServiceImpl.java:229)
at
org.hibernate.c3p0.internal.C3P0ConnectionProvider.configure(C3P0ConnectionProvider.java:128)
... 33 more
Caused by: java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at
org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.classForName(ClassLoaderServiceImpl.java:226)
... 34 more
------------------------------------------------------------------

Thank you,
Christopher G. Hafer
MUSC Information Solutions
Integration Engineer II | Business Application Integrations
Medical University of South Carolina
| Ph: 843-209-3315
 
"Harnessing the power of information to improve the lives we touch"



Archive powered by MHonArc 2.6.19.

Top of Page