Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] GrouperJdbcConnectionProvider: "shouldnt set ..." warning messages

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] GrouperJdbcConnectionProvider: "shouldnt set ..." warning messages


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Dominique Petitpierre <>, "" <>
  • Subject: RE: [grouper-users] GrouperJdbcConnectionProvider: "shouldnt set ..." warning messages
  • Date: Fri, 13 Sep 2019 14:03:56 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=isc.upenn.edu; dmarc=pass action=none header.from=isc.upenn.edu; dkim=pass header.d=isc.upenn.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=Gt25ry+e8SpAgYZWDJ2QX3rmg8u5ftyCKYkNh2U8n18=; b=WEexUFYFVzs+lYwy3xNSRW5b8EyXEzmZL1QOqUxE6pK1zMEXdxYNpSPRaWeiNISFTSPOMvk+aYFZzqiC9CF8fPGH3GF8oHztZomi64DinGBNXSAr7BtDOQTnKBclUJ8sBBdC+wWS4OdVRw7G6y/x35Yzlw8J8XaBT/z7AB7+Uwl2ts8RxSjXbSymkHFi/mqOc5k53zknIgy+WhW4CuAVWZLihsW4+oCbQLR9KgaSRyssz4XL4Fmwvqo9IQBSNPmglTi6tww31BfnBKz65nrBfh8wBUw29N4w5tnw2tvpvNJ0VMbTl168hIk29xhfEEpMKTZJbPtTXulFl/r1ETYVVQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=e1dTjW6AKPaKgY990z9IkUb28xBjTm8A7O/wOxRNC2LSD64bKvpZDd1Btyb/xOR69laHlqL0srmJ9eRw7ZmhggUYkbfz3Kfm2JGCRYeFicCjpCnuPyFJg3kbBKKhUmIPep4DiPvPZGw4A/lcUc5zeaSIj8Qwi6TF6RJrlu8UjpVG4YWMa9WO7G0N3Mpel3qvFkJgmeRBeasLEs8XN93QsU52XMeCnwRG8Oj9y5U8OA8Uz1fnlECQSgg///kgoro1aiT7CN5al4sZZSmYPrl72DRoGSVsts8eloSy+TvDnF0gZ/4xyrWKWY/PEZGMUowNJaJ8FSNy3Sg6+vnClGpF6g==

Its seeing if database configuration is changed. Just ignore these. or if
you don’t want them, make sure you are on the most recent patches of grouper
(might already be fixed), and see if you still have the problem. Thanks!

-----Original Message-----
From:
<> On Behalf Of Dominique Petitpierre
Sent: Thursday, September 12, 2019 7:27 PM
To:
Subject: [grouper-users] GrouperJdbcConnectionProvider: "shouldnt set ..."
warning messages

Hello,
in the process of upgrading Grouper to version 2.4.0 I encounter some
problems. Here is another one:

When the Grouper UI webapp is running there are periodic warning messages
every 4 minutes in the log grouper_error.log:

2019-09-12 23:41:36,034: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(104) - - shouldnt set driver for
GrouperJdbcConnectionProvider: null, oracle.jdbc.driver.OracleDriver
2019-09-12 23:41:36,034: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(120) - - shouldnt set dbUrl for
GrouperJdbcConnectionProvider: null,
jdbc:oracle:thin:@dbtst.unige.ch:1521:dbtst
2019-09-12 23:41:36,034: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(124) - - shouldnt set dbUser for
GrouperJdbcConnectionProvider: null, grouper
2019-09-12 23:41:36,035: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(128) - - shouldnt set dbPassword for
GrouperJdbcConnectionProvider: null
2019-09-12 23:45:36,193: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(104) - - shouldnt set driver for
GrouperJdbcConnectionProvider: null, oracle.jdbc.driver.OracleDriver
2019-09-12 23:45:36,194: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(120) - - shouldnt set dbUrl for
GrouperJdbcConnectionProvider: null,
jdbc:oracle:thin:@dbtst.unige.ch:1521:dbtst
2019-09-12 23:45:36,194: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(124) - - shouldnt set dbUser for
GrouperJdbcConnectionProvider: null, grouper
2019-09-12 23:45:36,194: [Thread-11] WARN
GrouperJdbcConnectionProvider.init(128) - - shouldnt set dbPassword for
GrouperJdbcConnectionProvider: null

This is written by the "init" method of GrouperJdbcConnectionProvider.
The "null" value corresponds to the parameter sourceId.

- How can one "not set" those values?
They are configured only once in grouper.hibernate.properties.

Presumably it is linked to the c3p0 pool of JDBC connections which empties
(after hibernate.c3p0.timeout = 100 seconds)
and it occurs when a new connection needs to be established.


For my understanding:
- Why does Grouper UI connect to the database every 4 minutes while
otherwise idle?
From a tcpdump, it looks like there is only one query
"select config_file_name, config_key, config_value from grouper_config where
config_file_hierarchy = :1"
and eventually an error is returned:
"ORA-01403: no data found".


Thanks in advance for your help!

Regards.
--
Mr Dominique Petitpierre, user=Dominique.Petitpierre domain=unige.ch
IT Division, University of Geneva, Switzerland



Archive powered by MHonArc 2.6.19.

Top of Page