Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] sending messages to AWS SQS

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] sending messages to AWS SQS


Chronological Thread 
  • From: Ben Beecher <>
  • To: "Hyzer, Chris" <>
  • Cc: " Mailing List" <>
  • Subject: Re: [grouper-users] sending messages to AWS SQS
  • Date: Tue, 3 Dec 2019 15:51:07 -0500

I followed your examples but it's not working. I could use a little help setting this up. I have attached the properties files and the error logs.

grouper_error.txt shows grouper ui startup at 15:13, grouper ws startup at 15:14. I started the loader at 15:17.
I started getting errors at 15:23
2019-12-03 15:23:45,344 [DefaultQuartzScheduler_Worker-2] ERROR (EsbConsumer.java:659) - problem
java.lang.NullPointerException: Cant find config for messageSystemName: 'awsMessaging'

catalina.txt shows tomcat startup at 15:13, no errors for a few minutes. I gave the tomcat shutdown command at 15:25 and lots of errors appeared after that.

I have awsMessaging configured in both properties files. What am I doing wrong?

Ben

On Wed, Nov 20, 2019 at 10:04 AM Hyzer, Chris <> wrote:

I added the grouper-loader.properties section of messaging.  If you don’t have an EL filter, it will send all messages

 

https://spaces.at.internet2.edu/display/Grouper/Grouper+Messaging+System

 

From: <> On Behalf Of Ben Beecher
Sent: Tuesday, November 19, 2019 6:04 PM
To: Mailing List <>
Cc: Ben Beecher <>
Subject: [grouper-users] sending messages to AWS SQS

 

I installed the messaging module for AWS SQS in Grouper 2.4 and I updated our properties files with info about our message queue. There are no messages in the queue. How can I tell Grouper to create a message for every change in the change log?

 

Ben

directives in grouper.client.properties

########################################
## AWS SQS connection settings
########################################

# name of a messaging system
grouper.messaging.system.awsSystem.name = awsMessaging

# class that implements
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingSystem
grouper.messaging.system.awsSystem.class =
edu.internet2.middleware.grouperMessagingAWS.GrouperMessagingSqsSystem

# SQS settings
grouper.messaging.system.awsSystem.accessKey = <access key>
grouper.messaging.system.awsSystem.secretKey = <secret key>


directives in grouper-loader.properties

#


# AWS SQS messaging service


#


changeLog.consumer.esb.publisher.messagingSystemName = awsMessaging

#
# Messaging integration with ESB, send change log entries to a messaging
system
#
changeLog.consumer.awsConsumer.class =
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer
changeLog.consumer.awsConsumer.quartzCron = 0 * * * * ?
changeLog.consumer.awsConsumer.elfilter = event.eventType eq 'GROUP_DELETE'
|| event.eventType eq 'GROUP_ADD' || event.eventType eq 'MEMBERSHIP_DELETE'
|| event.eventType eq 'MEMBERSHIP_ADD'
changeLog.consumer.awsConsumer.publisher.class =
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher
changeLog.consumer.awsConsumer.publisher.messagingSystemName = awsMessaging

# routing key
#changeLog.consumer.awsConsumer.publisher.routingKey =

# EL replacement definition. groupName is the variable for the name of the
group. grouperUtil is the class GrouperUtilElSafe can be used for utility
methods.
#changeLog.consumer.awsConsumer.regexRoutingKeyReplacementDefinition =
${groupName.replaceFirst('hawaii.edu', 'group.modify').replace(':enrolled',
'').replace(':waitlisted', '').replace(':withdrawn', '')}

# replace routing key colons with periods
#changeLog.consumer.awsConsumer.replaceRoutingKeyColonsWithPeriods = true

# queue or topic
changeLog.consumer.awsConsumer.publisher.messageQueueType = queue

# queue or topic name
changeLog.consumer.awsConsumer.publisher.queueOrTopicName =
grouper_memberships
2019-12-03 15:13:50,978 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(C3p0JdbcConnectionProvider.java:144) - maxIdle is not available for c3p0 (in
subject API: idm)
2019-12-03 15:13:50,983 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(GrouperStartup.java:204) - Grouper starting up: version: 2.4.0, build date:
null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ui patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
2019-12-03 15:13:55,553 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(GrouperCheckConfig.java:332) - jarfile mismatch, expecting name:
'commons-validator-1.6.jar' size: LinkedHashSet size: 1: [0]: 186077
manifest version: 1.6. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/commons-validator.jar,
name: commons-validator.jar size: 84260 manifest version: 1.1.3
2019-12-03 15:13:55,579 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(GrouperCheckConfig.java:332) - jarfile mismatch, expecting name:
'log4j-1.2.17.jar' size: LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
2019-12-03 15:13:59,982 [grouper-qa.cc.columbia.edu-startStop-1] INFO
(EventLog.java:156) -
[dfd258fc74834ff9820ce58e117442f2,'GrouperSystem','application'] add group
type: 'grouperLoader' (20ms)
2019-12-03 15:14:32,005 [ajp-nio-127.0.0.1-8009-exec-1] WARN
(C3p0JdbcConnectionProvider.java:144) - maxIdle is not available for c3p0 (in
subject API: idm)
2019-12-03 15:14:32,010 [ajp-nio-127.0.0.1-8009-exec-1] WARN
(GrouperStartup.java:204) - Grouper starting up: version: 2.4.0, build date:
null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ws patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
2019-12-03 15:14:35,704 [ajp-nio-127.0.0.1-8009-exec-1] WARN
(GrouperCheckConfig.java:332) - jarfile mismatch, expecting name:
'log4j-1.2.17.jar' size: LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
2019-12-03 15:14:39,427 [ajp-nio-127.0.0.1-8009-exec-1] INFO
(EventLog.java:156) -
[667f48375026465aa0f3bef849a20999,'GrouperSystem','application'] add group
type: 'grouperLoader' (33ms)
2019-12-03 15:17:15,070 [main] WARN (C3p0JdbcConnectionProvider.java:144) -
maxIdle is not available for c3p0 (in subject API: idm)
2019-12-03 15:17:15,095 [main] WARN (GrouperStartup.java:204) - Grouper
starting up: version: 2.4.0, build date: null, env: test
grouperPatchStatus read from:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
pspng patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
grouper.properties read from:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/conf/grouper.properties
Grouper current directory is:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/bin
log4j.properties read from:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/conf/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/conf/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/conf/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
2019-12-03 15:17:20,082 [main] WARN (GrouperCheckConfig.java:332) - jarfile
mismatch, expecting name: 'aws-java-sdk-kms-1.11.533.jar' size: LinkedHashSet
size: 1: [0]: 476065
manifest version: null. However the jar detected is:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/lib/grouper/aws-java-sdk-bundle-1.11.155.jar,
name: aws-java-sdk-bundle-1.11.155.jar size: 66645026 manifest version: null
2019-12-03 15:17:20,103 [main] WARN (GrouperCheckConfig.java:332) - jarfile
mismatch, expecting name: 'aws-java-sdk-s3-1.11.529.jar' size: LinkedHashSet
size: 1: [0]: 1009728
manifest version: null. However the jar detected is:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/lib/grouper/aws-java-sdk-bundle-1.11.155.jar,
name: aws-java-sdk-bundle-1.11.155.jar size: 66645026 manifest version: null
2019-12-03 15:17:20,111 [main] WARN (GrouperCheckConfig.java:332) - jarfile
mismatch, expecting name: 'aws-java-sdk-sns-1.11.567.jar' size: LinkedHashSet
size: 1: [0]: 368806
manifest version: null. However the jar detected is:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/lib/grouper/aws-java-sdk-bundle-1.11.155.jar,
name: aws-java-sdk-bundle-1.11.155.jar size: 66645026 manifest version: null
2019-12-03 15:17:20,146 [main] WARN (GrouperCheckConfig.java:332) - jarfile
mismatch, expecting name: 'aws-java-sdk-sqs-1.11.567.jar' size: LinkedHashSet
size: 1: [0]: 308744
manifest version: null. However the jar detected is:
/var/grouper/installGrouper2.4/grouper.apiBinary-2.3.0/lib/grouper/aws-java-sdk-bundle-1.11.155.jar,
name: aws-java-sdk-bundle-1.11.155.jar size: 66645026 manifest version: null
2019-12-03 15:17:24,045 [main] INFO (EventLog.java:156) -
[a5bf23d39c304822aec67a2080555b80,'GrouperSystem','application'] add group
type: 'grouperLoader' (40ms)
2019-12-03 15:22:05,618 [ajp-nio-127.0.0.1-8009-exec-10] INFO
(EventLog.java:156) - [c81e1386e8ba4ce4bb80dcd49edab093,'hb24','person'] add
member: group='cu:user:hb24:apple' list='members'
subject='sta2167'/'person'/'idm' (171ms)
2019-12-03 15:23:43,233 [main] WARN (GrouperLoader.java:836) -
grouper-loader.properties key: otherJob.tierInstrumentationDaemon.quartzCron
is blank so disabling job tierInstrumentationDaemon.
2019-12-03 15:23:43,936 [main] WARN (GrouperLoader.java:1858) - Full
synchronization provisioning jobs are not scheduled. To schedule full
synchronization jobs, set grouper-loader.properties key
'changeLog.psp.fullSync.quartzCron' to a cron expression.
2019-12-03 15:23:43,972 [main] WARN (GrouperLoader.java:1930) - A full
synchronization provisioning job will not run once at startup. To run one
full synchronization job at startup, set grouper-loader.properties key
'changeLog.psp.fullSync.runAtStartup' to 'true'.
2019-12-03 15:23:45,108 [DefaultQuartzScheduler_Worker-5] ERROR
(OtherJobBase.java:211) - Error occurred while running job:
OTHER_JOB_grouperWorkfowDaemon
java.lang.RuntimeException: Problem reading config:
'classpath:grouperText/grouper.text.en.us.properties'
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase$ConfigFile.retrieveContents(ConfigPropertiesCascadeBase.java:1076)
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase.retrieveFromConfigFiles(ConfigPropertiesCascadeBase.java:1274)
at
edu.internet2.middleware.grouperClient.config.GrouperUiApiTextConfig.retrieveFromConfigFileOrCache(GrouperUiApiTextConfig.java:333)
at
edu.internet2.middleware.grouperClient.config.GrouperUiApiTextConfig.retrieveText(GrouperUiApiTextConfig.java:215)
at
edu.internet2.middleware.grouperClient.config.GrouperUiApiTextConfig.retrieveTextConfig(GrouperUiApiTextConfig.java:185)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer.textValue(GrouperTextContainer.java:115)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer.access$000(GrouperTextContainer.java:26)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer$1.get(GrouperTextContainer.java:180)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer$1.get(GrouperTextContainer.java:173)
at
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowEmailService.sendWaitingForApprovalEmail(GrouperWorkflowEmailService.java:62)
at
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowDaemonJob.updateInstances(GrouperWorkflowDaemonJob.java:258)
at
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowDaemonJob.run(GrouperWorkflowDaemonJob.java:84)
at
edu.internet2.middleware.grouper.app.loader.OtherJobBase.execute(OtherJobBase.java:205)
at
edu.internet2.middleware.grouper.app.loader.OtherJobBase.execute(OtherJobBase.java:163)
at
edu.internet2.middleware.grouper.app.loader.GrouperDaemonJob.execute(GrouperDaemonJob.java:57)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.RuntimeException: Cant find config file from classpath:
grouperText/grouper.text.en.us.properties
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase$ConfigFileType$3.inputStream(ConfigPropertiesCascadeBase.java:975)
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase$ConfigFile.retrieveContents(ConfigPropertiesCascadeBase.java:1069)
... 16 more
2019-12-03 15:23:45,344 [DefaultQuartzScheduler_Worker-2] ERROR
(EsbConsumer.java:659) - problem
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:23:45,345 [DefaultQuartzScheduler_Worker-2] ERROR
(ChangeLogHelper.java:276) - Error: Error processing record 343712056,
sequenceNumber: 343712056, java.lang.NullPointerException: Cant find config
for messageSystemName: 'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)

2019-12-03 15:23:45,345 [DefaultQuartzScheduler_Worker-2] ERROR
(ChangeLogHelper.java:286) - Did not get all the way through the batch!
343712055 != 343713055
2019-12-03 15:23:45,345 [DefaultQuartzScheduler_Worker-2] ERROR
(GrouperLoaderJob.java:485) - Error on job: CHANGE_LOG_consumer_awsConsumer
java.lang.RuntimeException: Error in loader job: null, check logs: Error:
Error processing record 343712056, sequenceNumber: 343712056,
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Did not get all the way through the batch! 343712055 != 343713055
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:474)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:23:45,355 [DefaultQuartzScheduler_Worker-2] ERROR
(GrouperLoaderJob.java:348) - Error running up job
java.lang.RuntimeException: Error in loader job: null, check logs: Error:
Error processing record 343712056, sequenceNumber: 343712056,
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Did not get all the way through the batch! 343712055 != 343713055
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:474)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:24:00,672 [DefaultQuartzScheduler_Worker-10] ERROR
(EsbConsumer.java:659) - problem
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:24:00,675 [DefaultQuartzScheduler_Worker-10] ERROR
(ChangeLogHelper.java:276) - Error: Error processing record 343712056,
sequenceNumber: 343712056, java.lang.NullPointerException: Cant find config
for messageSystemName: 'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)

2019-12-03 15:24:00,677 [DefaultQuartzScheduler_Worker-10] ERROR
(ChangeLogHelper.java:286) - Did not get all the way through the batch!
343712055 != 343713055
2019-12-03 15:24:00,677 [DefaultQuartzScheduler_Worker-10] ERROR
(GrouperLoaderJob.java:485) - Error on job: CHANGE_LOG_consumer_awsConsumer
java.lang.RuntimeException: Error in loader job: null, check logs: Error:
Error processing record 343712056, sequenceNumber: 343712056,
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Did not get all the way through the batch! 343712055 != 343713055
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:474)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:24:00,696 [DefaultQuartzScheduler_Worker-10] ERROR
(GrouperLoaderJob.java:348) - Error running up job
java.lang.RuntimeException: Error in loader job: null, check logs: Error:
Error processing record 343712056, sequenceNumber: 343712056,
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Did not get all the way through the batch! 343712055 != 343713055
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:474)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:25:00,094 [DefaultQuartzScheduler_Worker-1] ERROR
(OtherJobBase.java:211) - Error occurred while running job:
OTHER_JOB_grouperWorkfowDaemon
java.lang.RuntimeException: Problem reading config:
'classpath:grouperText/grouper.text.en.us.properties'
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase$ConfigFile.retrieveContents(ConfigPropertiesCascadeBase.java:1076)
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase.retrieveFromConfigFiles(ConfigPropertiesCascadeBase.java:1274)
at
edu.internet2.middleware.grouperClient.config.GrouperUiApiTextConfig.retrieveFromConfigFileOrCache(GrouperUiApiTextConfig.java:333)
at
edu.internet2.middleware.grouperClient.config.GrouperUiApiTextConfig.retrieveText(GrouperUiApiTextConfig.java:215)
at
edu.internet2.middleware.grouperClient.config.GrouperUiApiTextConfig.retrieveTextConfig(GrouperUiApiTextConfig.java:185)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer.textValue(GrouperTextContainer.java:115)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer.access$000(GrouperTextContainer.java:26)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer$1.get(GrouperTextContainer.java:180)
at
edu.internet2.middleware.grouper.cfg.text.GrouperTextContainer$1.get(GrouperTextContainer.java:173)
at
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowEmailService.sendWaitingForApprovalEmail(GrouperWorkflowEmailService.java:62)
at
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowDaemonJob.updateInstances(GrouperWorkflowDaemonJob.java:258)
at
edu.internet2.middleware.grouper.app.workflow.GrouperWorkflowDaemonJob.run(GrouperWorkflowDaemonJob.java:84)
at
edu.internet2.middleware.grouper.app.loader.OtherJobBase.execute(OtherJobBase.java:205)
at
edu.internet2.middleware.grouper.app.loader.OtherJobBase.execute(OtherJobBase.java:163)
at
edu.internet2.middleware.grouper.app.loader.GrouperDaemonJob.execute(GrouperDaemonJob.java:57)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.RuntimeException: Cant find config file from classpath:
grouperText/grouper.text.en.us.properties
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase$ConfigFileType$3.inputStream(ConfigPropertiesCascadeBase.java:975)
at
edu.internet2.middleware.grouperClient.config.ConfigPropertiesCascadeBase$ConfigFile.retrieveContents(ConfigPropertiesCascadeBase.java:1069)
... 16 more
2019-12-03 15:25:00,141 [DefaultQuartzScheduler_Worker-5] ERROR
(EsbConsumer.java:659) - problem
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:25:00,142 [DefaultQuartzScheduler_Worker-5] ERROR
(ChangeLogHelper.java:276) - Error: Error processing record 343712056,
sequenceNumber: 343712056, java.lang.NullPointerException: Cant find config
for messageSystemName: 'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)

2019-12-03 15:25:00,142 [DefaultQuartzScheduler_Worker-5] ERROR
(ChangeLogHelper.java:286) - Did not get all the way through the batch!
343712055 != 343713055
2019-12-03 15:25:00,142 [DefaultQuartzScheduler_Worker-5] ERROR
(GrouperLoaderJob.java:485) - Error on job: CHANGE_LOG_consumer_awsConsumer
java.lang.RuntimeException: Error in loader job: null, check logs: Error:
Error processing record 343712056, sequenceNumber: 343712056,
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Did not get all the way through the batch! 343712055 != 343713055
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:474)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:25:00,148 [DefaultQuartzScheduler_Worker-5] ERROR
(GrouperLoaderJob.java:348) - Error running up job
java.lang.RuntimeException: Error in loader job: null, check logs: Error:
Error processing record 343712056, sequenceNumber: 343712056,
java.lang.NullPointerException: Cant find config for messageSystemName:
'awsMessaging'
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.retrieveGrouperMessageSystem(GrouperMessagingEngine.java:91)
at
edu.internet2.middleware.grouperClient.messaging.GrouperMessagingEngine.send(GrouperMessagingEngine.java:58)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbMessagingPublisher.dispatchEvent(EsbMessagingPublisher.java:72)
at
edu.internet2.middleware.grouper.changeLog.esb.consumer.EsbConsumer.processChangeLogEntries(EsbConsumer.java:629)
at
edu.internet2.middleware.grouper.changeLog.ChangeLogHelper.processRecords(ChangeLogHelper.java:245)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderType$5.runJob(GrouperLoaderType.java:638)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:465)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Did not get all the way through the batch! 343712055 != 343713055
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.runJob(GrouperLoaderJob.java:474)
at
edu.internet2.middleware.grouper.app.loader.GrouperLoaderJob.execute(GrouperLoaderJob.java:345)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
2019-12-03 15:25:27,650 [pool-5-thread-1] ERROR (SqlExceptionHelper.java:129)
- An SQLException was provoked by the following failure:
java.lang.InterruptedException
2019-12-03 15:25:27,659 [pool-5-thread-1] ERROR
(InstrumentationThread.java:174) - error in thread
edu.internet2.middleware.grouper.internal.dao.GrouperDAOException: Problem in
HibernateSession: HibernateSession (43793ed6): new, readonly, READONLY_NEW,
notActiveTransaction, session (69e355ad),
Exception in uniqueResult: (class
edu.internet2.middleware.grouper.attr.AttributeDef), ByHqlStatic, query:
'from AttributeDef as theAttributeDef where theAttributeDef.id = :theId',
cacheable: true, cacheRegion:
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefDAO.FindById,
tx type: null, tx type: nullBind var[0]: 'Param (class java.lang.String):
'theId'->'cbddd8bf82bc40798c281e7268921148',
at
edu.internet2.middleware.grouper.hibernate.HibernateSession._internal_hibernateSessionCatch(HibernateSession.java:591)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:713)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic.uniqueResult(ByHqlStatic.java:356)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefDAO.findById(Hib3AttributeDefDAO.java:193)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefDAO.findByIdSecure(Hib3AttributeDefDAO.java:144)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefFinder.findById(AttributeDefFinder.java:56)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefFinder.findById(AttributeDefFinder.java:77)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.filterSecurity(Hib3AttributeDefNameDAO.java:240)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.findByNameSecure(Hib3AttributeDefNameDAO.java:266)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:392)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:405)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:563)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:184)
at
edu.internet2.middleware.grouper.attr.value.AttributeValueDelegate.assignValue(AttributeValueDelegate.java:77)
at
edu.internet2.middleware.grouper.instrumentation.InstrumentationThread$1.run(InstrumentationThread.java:165)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.hibernate.exception.GenericJDBCException: Unable to acquire
JDBC Connection
at
org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47)
at
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:109)
at
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:95)
at
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:90)
at
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:112)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1929)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1898)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1876)
at org.hibernate.loader.Loader.doQuery(Loader.java:919)
at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:336)
at org.hibernate.loader.Loader.doList(Loader.java:2617)
at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2459)
at org.hibernate.loader.Loader.list(Loader.java:2421)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:501)
at
org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:371)
at
org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:216)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1326)
at org.hibernate.internal.QueryImpl.list(QueryImpl.java:87)
at
org.hibernate.internal.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:966)
at
edu.internet2.middleware.grouper.hibernate.ByHql.uniqueResult(ByHql.java:282)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic$1.callback(ByHqlStatic.java:365)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:703)
... 16 more
Caused by: java.sql.SQLException: An SQLException was provoked by the
following failure: java.lang.InterruptedException
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118)
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:77)
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:74)
at
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:694)
at
com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
at
org.hibernate.c3p0.internal.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:73)
at
org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:386)
at
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:87)
... 38 more
Caused by: java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at
com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1465)
at
com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:644)
at
com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:554)
at
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:758)
at
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:685)
... 42 more
2019-12-03 15:25:27,724 [pool-7-thread-1] ERROR
(InstrumentationThread.java:174) - error in thread
edu.internet2.middleware.grouper.internal.dao.GrouperDAOException: Problem in
HibernateSession: HibernateSession (21d4305c): new, readonly, READONLY_NEW,
notActiveTransaction, session (7030d0a1),
Exception in uniqueResult: (class
edu.internet2.middleware.grouper.attr.AttributeDefName), ByHqlStatic, query:
'select a from AttributeDefName as a where a.nameDb = :value', cacheable:
true, cacheRegion:
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.FindByName,
tx type: null, tx type: nullBind var[0]: 'Param (class java.lang.String):
'value'->'etc:attribute:instrumentationData:instrumentationDataInstanceLastUpdate',

at
edu.internet2.middleware.grouper.hibernate.HibernateSession._internal_hibernateSessionCatch(HibernateSession.java:591)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:713)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic.uniqueResult(ByHqlStatic.java:356)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.findByName(Hib3AttributeDefNameDAO.java:1481)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.findByNameSecure(Hib3AttributeDefNameDAO.java:261)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:392)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:405)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:563)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:184)
at
edu.internet2.middleware.grouper.attr.value.AttributeValueDelegate.assignValue(AttributeValueDelegate.java:77)
at
edu.internet2.middleware.grouper.instrumentation.InstrumentationThread$1.run(InstrumentationThread.java:165)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.hibernate.SessionException: Session is closed!
at
org.hibernate.internal.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:132)
at
org.hibernate.internal.SessionImpl.getEntityUsingInterceptor(SessionImpl.java:595)
at org.hibernate.loader.Loader.getRow(Loader.java:1530)
at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:727)
at org.hibernate.loader.Loader.processResultSet(Loader.java:972)
at org.hibernate.loader.Loader.doQuery(Loader.java:930)
at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:336)
at org.hibernate.loader.Loader.doList(Loader.java:2617)
at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2459)
at org.hibernate.loader.Loader.list(Loader.java:2421)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:501)
at
org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:371)
at
org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:216)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1326)
at org.hibernate.internal.QueryImpl.list(QueryImpl.java:87)
at
org.hibernate.internal.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:966)
at
edu.internet2.middleware.grouper.hibernate.ByHql.uniqueResult(ByHql.java:282)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic$1.callback(ByHqlStatic.java:365)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:703)
... 12 more
2019-12-03 15:26:01,202 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(C3p0JdbcConnectionProvider.java:144) - maxIdle is not available for c3p0 (in
subject API: idm)
2019-12-03 15:26:01,207 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(GrouperStartup.java:204) - Grouper starting up: version: 2.4.0, build date:
null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ui patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
2019-12-03 15:26:05,832 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(GrouperCheckConfig.java:332) - jarfile mismatch, expecting name:
'commons-validator-1.6.jar' size: LinkedHashSet size: 1: [0]: 186077
manifest version: 1.6. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/commons-validator.jar,
name: commons-validator.jar size: 84260 manifest version: 1.1.3
2019-12-03 15:26:05,890 [grouper-qa.cc.columbia.edu-startStop-1] WARN
(GrouperCheckConfig.java:332) - jarfile mismatch, expecting name:
'log4j-1.2.17.jar' size: LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
2019-12-03 15:26:10,768 [grouper-qa.cc.columbia.edu-startStop-1] INFO
(EventLog.java:156) -
[9026d34626a94dec90ad99eab2aefd81,'GrouperSystem','application'] add group
type: 'grouperLoader' (18ms)
2019-12-03 15:26:32,051 [ajp-nio-127.0.0.1-8009-exec-1] WARN
(C3p0JdbcConnectionProvider.java:144) - maxIdle is not available for c3p0 (in
subject API: idm)
2019-12-03 15:26:32,056 [ajp-nio-127.0.0.1-8009-exec-1] WARN
(GrouperStartup.java:204) - Grouper starting up: version: 2.4.0, build date:
null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ws patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
2019-12-03 15:26:35,797 [ajp-nio-127.0.0.1-8009-exec-1] WARN
(GrouperCheckConfig.java:332) - jarfile mismatch, expecting name:
'log4j-1.2.17.jar' size: LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
2019-12-03 15:26:39,670 [ajp-nio-127.0.0.1-8009-exec-1] INFO
(EventLog.java:156) -
[cd155705a5cd4bf3952fe3d64ee60b62,'GrouperSystem','application'] add group
type: 'grouperLoader' (32ms)
03-Dec-2019 15:13:40.454 WARNING [main]
org.apache.tomcat.util.digester.SetPropertiesRule.begin
[SetPropertiesRule]{Server} Setting property 'debug' to '0' did not find a
matching property.
03-Dec-2019 15:13:41.096 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based
Apache Tomcat Native library which allows optimal performance in production
environments was not found on the java.library.path:
[/opt/IBMdb2/V7.1/java12:/opt/IBMdb2/V7.1/lib:/opt/local/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
03-Dec-2019 15:13:41.281 INFO [main] org.apache.coyote.AbstractProtocol.init
Initializing ProtocolHandler ["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:13:41.313 INFO [main]
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared
selector for servlet write/read
03-Dec-2019 15:13:41.336 INFO [main]
org.apache.catalina.startup.Catalina.load Initialization processed in 1098 ms
03-Dec-2019 15:13:41.369 INFO [main]
org.apache.catalina.core.StandardService.startInternal Starting service
[grouperqat]
03-Dec-2019 15:13:41.369 INFO [main]
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
Engine: Apache Tomcat/8.5.38
03-Dec-2019 15:13:43.361 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperLoaderType.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.363 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperDaemonDeleteMultipleCorruption.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.364 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperDaemonJob.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.364 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperLoader.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.365 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/LoaderJobBean.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.366 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperLoaderJob.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.367 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LoaderLdapUtils.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.368 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationOutput.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.368 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationInput.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.369 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationBase.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.369 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationDelimitedValueExample.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.382 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/db/GrouperLoaderResultset.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.422 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/GrouperObjectProvisionerWrapper.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.422 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/RelationGraph.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.423 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/GraphEdge.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.423 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/GraphNode.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.454 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/upgradeTasks/UpgradeTasksJob.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.455 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/upgradeTasks/UpgradeTasksInterface.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.456 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/upgradeTasks/UpgradeTasks.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.461 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeAssign.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.463 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportGroup.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.463 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeDefName.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.466 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeAssignActionSet.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.466 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportComposite.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.467 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportMembership.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.468 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportMain.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.468 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeDefNameSet.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.469 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeDef.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.470 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportStem.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.556 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/ws/GrouperWsConfigInApi.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.558 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/instrumentation/InstrumentationThread.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.558 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/instrumentation/TierInstrumentationDaemon.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.562 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/membership/MembershipSubjectContainer.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.576 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.576 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/ChangeLogConsumerToMessage.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.577 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/ChangeLogTempToEntity.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.587 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.588 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbConsumer.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.588 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbMessagingPublisher.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.589 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbEvent.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.614 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/ddl/GrouperDdlUtils.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.635 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.636 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/attr/assign] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.636 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/AttributeDefName.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.637 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/attr/value] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.638 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeDefNameFinder.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.638 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeAssignFinderResults.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.639 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeAssignFinder.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.639 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeAssignFinderResult.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.640 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeDefFinder.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.645 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/assign/AttributeAssignSave.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.656 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/audit/AuditFieldType.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.656 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/audit/AuditTypeBuiltin.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.660 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/messaging/MessagingListenerController.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.663 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/examples] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.663 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/logic] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.665 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/examples/MembershipCannotAddSelfToGroupHook.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.670 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/logic/GrouperHookType.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.676 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/status] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.676 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/GrouperRequestWrapper.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.677 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/GrouperUiRestServlet.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.683 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/status/DaemonJobStatus.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.684 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/status/DiagnosticLoaderJobTest.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.705 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouperMessagingRabbitmq/RabbitMQConnectionFactoryImpl.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.706 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouperMessagingRabbitmq/GrouperMessagingRabbitmqSystem.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.707 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouperMessagingRabbitmq/RabbitMQConnectionFactory.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.723 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp-resolver.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.723 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp-services.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.723 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/sources.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.724 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.724 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/ldap.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.724 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp-internal.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.725 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp-resolver.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.726 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp-services.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.726 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/sources.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.728 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp.xml] to the cache for
web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.728 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/ldap.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.729 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp-internal.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.730 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.text.en.us.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.730 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.text.fr.fr.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.730 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.text.en.us.properties] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.731 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.textNg.fr.fr.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.731 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.textNg.en.us.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.732 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp-resolver.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.732 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp-services.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.733 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/sources.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.733 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp.xml] to the cache for
web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.733 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/ldap.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.734 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp-internal.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.735 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp-resolver.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.735 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp-services.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.735 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/sources.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.736 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.736 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/ldap.properties]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.736 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp-internal.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.737 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/schema]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.738 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/schema/eduMember.schema]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.739 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/i2mi] to the cache for web application
[/grouper] because there was insufficient free space available after evicting
expired cache entries - consider increasing the maximum size of the cache
03-Dec-2019 15:13:43.743 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/init.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:13:43.743 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper] to the cache for web application
[/grouper] because there was insufficient free space available after evicting
expired cache entries - consider increasing the maximum size of the cache
03-Dec-2019 15:13:43.744 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/i2mi/init.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:13:43.745 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/membership-import.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.745 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/media.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:13:43.745 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/menu-items.xml] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:13:43.746 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/init.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:13:43.746 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/membership-export.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:13:43.747 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/README.txt] to
the cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.748 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-active-directory/psp-resolver.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.748 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-active-directory/psp-services.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.748 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/sources.xml] to
the cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.749 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/psp.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:13:43.749 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/ldap.properties]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:43.749 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-active-directory/psp-internal.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:13:49.540 INFO [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
Grouper starting up: version: 2.4.0, build date: null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ui patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
Grouper warning: jarfile mismatch, expecting name:
'commons-validator-1.6.jar' size: LinkedHashSet size: 1: [0]: 186077
manifest version: 1.6. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/commons-validator.jar,
name: commons-validator.jar size: 84260 manifest version: 1.1.3
Grouper warning: jarfile mismatch, expecting name: 'log4j-1.2.17.jar' size:
LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
03-Dec-2019 15:14:05.547 INFO [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
03-Dec-2019 15:14:09.613 INFO [main] org.apache.coyote.AbstractProtocol.start
Starting ProtocolHandler ["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:14:09.624 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in 28287 ms
Grouper starting up: version: 2.4.0, build date: null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ws patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
Grouper warning: jarfile mismatch, expecting name: 'log4j-1.2.17.jar' size:
LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
03-Dec-2019 15:22:05.313 INFO [ajp-nio-127.0.0.1-8009-exec-10]
org.apache.tomcat.util.http.Parameters.processParameters Invalid chunk
starting at byte [0] and ending at byte [13] with a value of [=Apply+filter]
ignored
Note: further occurrences of Parameter errors will be logged at DEBUG level.
03-Dec-2019 15:25:27.576 INFO [Thread-24]
org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler
["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:25:27.585 INFO [Thread-24]
org.apache.catalina.core.StandardService.stopInternal Stopping service
[grouperqat]
Exception in thread "pool-5-thread-1"
edu.internet2.middleware.grouper.internal.dao.GrouperDAOException: Problem in
HibernateSession: HibernateSession (43793ed6): new, readonly, READONLY_NEW,
notActiveTransaction, session (69e355ad),
Exception in uniqueResult: (class
edu.internet2.middleware.grouper.attr.AttributeDef), ByHqlStatic, query:
'from AttributeDef as theAttributeDef where theAttributeDef.id = :theId',
cacheable: true, cacheRegion:
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefDAO.FindById,
tx type: null, tx type: nullBind var[0]: 'Param (class java.lang.String):
'theId'->'cbddd8bf82bc40798c281e7268921148',
at
edu.internet2.middleware.grouper.hibernate.HibernateSession._internal_hibernateSessionCatch(HibernateSession.java:591)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:713)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic.uniqueResult(ByHqlStatic.java:356)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefDAO.findById(Hib3AttributeDefDAO.java:193)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefDAO.findByIdSecure(Hib3AttributeDefDAO.java:144)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefFinder.findById(AttributeDefFinder.java:56)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefFinder.findById(AttributeDefFinder.java:77)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.filterSecurity(Hib3AttributeDefNameDAO.java:240)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.findByNameSecure(Hib3AttributeDefNameDAO.java:266)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:392)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:405)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:563)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:184)
at
edu.internet2.middleware.grouper.attr.value.AttributeValueDelegate.assignValue(AttributeValueDelegate.java:77)
at
edu.internet2.middleware.grouper.instrumentation.InstrumentationThread$1.run(InstrumentationThread.java:165)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.hibernate.exception.GenericJDBCException: Unable to acquire
JDBC Connection
at
org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47)
at
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:109)
at
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:95)
at
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:90)
at
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.getPhysicalConnection(LogicalConnectionManagedImpl.java:112)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl.connection(StatementPreparerImpl.java:47)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl$5.doPrepare(StatementPreparerImpl.java:146)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl$StatementPreparationTemplate.prepareStatement(StatementPreparerImpl.java:172)
at
org.hibernate.engine.jdbc.internal.StatementPreparerImpl.prepareQueryStatement(StatementPreparerImpl.java:148)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1929)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1898)
at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1876)
at org.hibernate.loader.Loader.doQuery(Loader.java:919)
at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:336)
at org.hibernate.loader.Loader.doList(Loader.java:2617)
at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2459)
at org.hibernate.loader.Loader.list(Loader.java:2421)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:501)
at
org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:371)
at
org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:216)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1326)
at org.hibernate.internal.QueryImpl.list(QueryImpl.java:87)
at
org.hibernate.internal.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:966)
at
edu.internet2.middleware.grouper.hibernate.ByHql.uniqueResult(ByHql.java:282)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic$1.callback(ByHqlStatic.java:365)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:703)
... 16 more
Caused by: java.sql.SQLException: An SQLException was provoked by the
following failure: java.lang.InterruptedException
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:118)
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:77)
at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:74)
at
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:694)
at
com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:140)
at
org.hibernate.c3p0.internal.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:73)
at
org.hibernate.internal.AbstractSessionImpl$NonContextualJdbcConnectionAccess.obtainConnection(AbstractSessionImpl.java:386)
at
org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl.acquireConnectionIfNeeded(LogicalConnectionManagedImpl.java:87)
... 38 more
Caused by: java.lang.InterruptedException
at java.lang.Object.wait(Native Method)
at
com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1465)
at
com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:644)
at
com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:554)
at
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutAndMarkConnectionInUse(C3P0PooledConnectionPool.java:758)
at
com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:685)
... 42 more
03-Dec-2019 15:25:27.691 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|7f5f15d3]-AdminTaskTimer]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
03-Dec-2019 15:25:27.692 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|7f5f15d3]-HelperThread-#0]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.693 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|7f5f15d3]-HelperThread-#1]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.693 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|7f5f15d3]-HelperThread-#2]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.693 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|6b95b0d6]-HelperThread-#1]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.net.SocketInputStream.socketRead0(Native Method)
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
java.net.SocketInputStream.read(SocketInputStream.java:171)
java.net.SocketInputStream.read(SocketInputStream.java:141)
oracle.net.ns.Packet.receive(Packet.java:319)
oracle.net.ns.DataPacket.receive(DataPacket.java:103)
oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:321)
oracle.net.ns.NetInputStream.read(NetInputStream.java:265)
oracle.net.ns.NetInputStream.read(NetInputStream.java:187)
oracle.net.ano.AnoComm.b(Unknown Source)
oracle.net.ano.AnoComm.o(Unknown Source)
oracle.net.ano.Ano.a(Unknown Source)
oracle.net.ano.Ano.negotiation(Unknown Source)
oracle.net.ns.NSProtocol.connect(NSProtocol.java:523)
oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1663)
oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:385)
oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:564)
oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:251)

oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:29)
oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:563)

com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:175)

com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:220)

com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)

com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)

com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)

com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)

com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)

com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)
03-Dec-2019 15:25:27.694 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named [Thread-13]
but has failed to stop it. This is very likely to create a memory leak. Stack
trace of thread:
java.lang.Thread.sleep(Native Method)

edu.internet2.middleware.grouper.util.GrouperUtil.sleep(GrouperUtil.java:1109)

edu.internet2.middleware.grouper.subj.cache.SubjectSourceCache.subjectSourceCacheThread(SubjectSourceCache.java:286)

edu.internet2.middleware.grouper.subj.cache.SubjectSourceCache$1.run(SubjectSourceCache.java:219)
java.lang.Thread.run(Thread.java:748)
03-Dec-2019 15:25:27.694 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|de22a3e]-AdminTaskTimer]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
03-Dec-2019 15:25:27.695 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|de22a3e]-HelperThread-#0]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.695 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|de22a3e]-HelperThread-#1]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.697 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kznr1smwjv6|de22a3e]-HelperThread-#2]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
Exception in thread "pool-7-thread-1"
edu.internet2.middleware.grouper.internal.dao.GrouperDAOException: Problem in
HibernateSession: HibernateSession (21d4305c): new, readonly, READONLY_NEW,
notActiveTransaction, session (7030d0a1),
Exception in uniqueResult: (class
edu.internet2.middleware.grouper.attr.AttributeDefName), ByHqlStatic, query:
'select a from AttributeDefName as a where a.nameDb = :value', cacheable:
true, cacheRegion:
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.FindByName,
tx type: null, tx type: nullBind var[0]: 'Param (class java.lang.String):
'value'->'etc:attribute:instrumentationData:instrumentationDataInstanceLastUpdate',

at
edu.internet2.middleware.grouper.hibernate.HibernateSession._internal_hibernateSessionCatch(HibernateSession.java:591)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:713)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic.uniqueResult(ByHqlStatic.java:356)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.findByName(Hib3AttributeDefNameDAO.java:1481)
at
edu.internet2.middleware.grouper.internal.dao.hib3.Hib3AttributeDefNameDAO.findByNameSecure(Hib3AttributeDefNameDAO.java:261)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:392)
at
edu.internet2.middleware.grouper.attr.finder.AttributeDefNameFinder.findByName(AttributeDefNameFinder.java:405)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:563)
at
edu.internet2.middleware.grouper.attr.assign.AttributeAssignBaseDelegate.assignAttributeByName(AttributeAssignBaseDelegate.java:184)
at
edu.internet2.middleware.grouper.attr.value.AttributeValueDelegate.assignValue(AttributeValueDelegate.java:77)
at
edu.internet2.middleware.grouper.instrumentation.InstrumentationThread$1.run(InstrumentationThread.java:165)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.hibernate.SessionException: Session is closed!
at
org.hibernate.internal.AbstractSessionImpl.errorIfClosed(AbstractSessionImpl.java:132)
at
org.hibernate.internal.SessionImpl.getEntityUsingInterceptor(SessionImpl.java:595)
at org.hibernate.loader.Loader.getRow(Loader.java:1530)
at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:727)
at org.hibernate.loader.Loader.processResultSet(Loader.java:972)
at org.hibernate.loader.Loader.doQuery(Loader.java:930)
at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:336)
at org.hibernate.loader.Loader.doList(Loader.java:2617)
at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2459)
at org.hibernate.loader.Loader.list(Loader.java:2421)
at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:501)
at
org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:371)
at
org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:216)
at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1326)
at org.hibernate.internal.QueryImpl.list(QueryImpl.java:87)
at
org.hibernate.internal.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:966)
at
edu.internet2.middleware.grouper.hibernate.ByHql.uniqueResult(ByHql.java:282)
at
edu.internet2.middleware.grouper.hibernate.ByHqlStatic$1.callback(ByHqlStatic.java:365)
at
edu.internet2.middleware.grouper.hibernate.HibernateSession.callbackHibernateSession(HibernateSession.java:703)
... 12 more
03-Dec-2019 15:25:27.745 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named [Timer-1]
but has failed to stop it. This is very likely to create a memory leak. Stack
trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
03-Dec-2019 15:25:27.746 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named [Timer-2]
but has failed to stop it. This is very likely to create a memory leak. Stack
trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
03-Dec-2019 15:25:27.746 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|2dec514f]-AdminTaskTimer]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
03-Dec-2019 15:25:27.747 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|2dec514f]-HelperThread-#0]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.747 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|2dec514f]-HelperThread-#1]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.747 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|2dec514f]-HelperThread-#2]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.748 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[Thread-34] but has failed to stop it. This is very likely to create a memory
leak. Stack trace of thread:
java.lang.Thread.sleep(Native Method)

edu.internet2.middleware.grouper.util.GrouperUtil.sleep(GrouperUtil.java:1109)

edu.internet2.middleware.grouper.subj.cache.SubjectSourceCache.subjectSourceCacheThread(SubjectSourceCache.java:286)

edu.internet2.middleware.grouper.subj.cache.SubjectSourceCache$1.run(SubjectSourceCache.java:219)
java.lang.Thread.run(Thread.java:748)
03-Dec-2019 15:25:27.748 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|3f658f1b]-AdminTaskTimer]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)
java.util.TimerThread.mainLoop(Timer.java:552)
java.util.TimerThread.run(Timer.java:505)
03-Dec-2019 15:25:27.749 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|3f658f1b]-HelperThread-#0]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.749 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|3f658f1b]-HelperThread-#1]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.749 WARNING [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The
web application [grouper-ws] appears to have started a thread named
[C3P0PooledConnectionPoolManager[identityToken->zkvfaoa61kzompqtegrng|3f658f1b]-HelperThread-#2]
but has failed to stop it. This is very likely to create a memory leak.
Stack trace of thread:
java.lang.Object.wait(Native Method)

com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:683)
03-Dec-2019 15:25:27.750 SEVERE [grouper-qa.cc.columbia.edu-startStop-2]
org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks
The web application [grouper-ws] created a ThreadLocal with key of type
[java.lang.ThreadLocal] (value [java.lang.ThreadLocal@2603257a]) and a value
of type [edu.internet2.middleware.morphString.Crypto] (value
[edu.internet2.middleware.morphString.Crypto@37adb86f]) but failed to remove
it when the web application was stopped. Threads are going to be renewed over
time to try and avoid a probable memory leak.
03-Dec-2019 15:25:27.754 INFO [Thread-24]
org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler
["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:25:27.763 INFO [Thread-24]
org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler
["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:25:52.483 WARNING [main]
org.apache.tomcat.util.digester.SetPropertiesRule.begin
[SetPropertiesRule]{Server} Setting property 'debug' to '0' did not find a
matching property.
03-Dec-2019 15:25:52.868 INFO [main]
org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based
Apache Tomcat Native library which allows optimal performance in production
environments was not found on the java.library.path:
[/opt/IBMdb2/V7.1/java12:/opt/IBMdb2/V7.1/lib:/opt/local/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
03-Dec-2019 15:25:53.017 INFO [main] org.apache.coyote.AbstractProtocol.init
Initializing ProtocolHandler ["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:25:53.030 INFO [main]
org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared
selector for servlet write/read
03-Dec-2019 15:25:53.064 INFO [main]
org.apache.catalina.startup.Catalina.load Initialization processed in 644 ms
03-Dec-2019 15:25:53.113 INFO [main]
org.apache.catalina.core.StandardService.startInternal Starting service
[grouperqat]
03-Dec-2019 15:25:53.113 INFO [main]
org.apache.catalina.core.StandardEngine.startInternal Starting Servlet
Engine: Apache Tomcat/8.5.38
03-Dec-2019 15:25:53.916 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperLoaderType.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.917 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperDaemonDeleteMultipleCorruption.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.919 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperDaemonJob.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.920 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperLoader.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.920 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/LoaderJobBean.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.922 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/GrouperLoaderJob.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.923 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LoaderLdapUtils.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.923 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationOutput.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.924 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationInput.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.924 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationBase.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.925 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/ldap/LdapResultsTransformationDelimitedValueExample.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.928 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/loader/db/GrouperLoaderResultset.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.931 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/GrouperObjectProvisionerWrapper.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.932 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/RelationGraph.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.932 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/GraphEdge.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.932 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/graph/GraphNode.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.937 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/upgradeTasks/UpgradeTasksJob.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.938 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/upgradeTasks/UpgradeTasksInterface.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.939 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/app/upgradeTasks/UpgradeTasks.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.940 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeAssign.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.941 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportGroup.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.942 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeDefName.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.944 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeAssignActionSet.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.946 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportComposite.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.946 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportMembership.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.948 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportMain.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.949 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeDefNameSet.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.949 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportAttributeDef.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.950 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/xml/export/XmlExportStem.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.962 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/ws/GrouperWsConfigInApi.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.963 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/instrumentation/InstrumentationThread.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.963 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/instrumentation/TierInstrumentationDaemon.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.964 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/membership/MembershipSubjectContainer.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.965 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.967 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/ChangeLogConsumerToMessage.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.967 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/ChangeLogTempToEntity.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.968 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.969 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbConsumer.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.969 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbMessagingPublisher.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.970 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/changeLog/esb/consumer/EsbEvent.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.973 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/ddl/GrouperDdlUtils.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.976 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.976 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/attr/assign] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.977 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/AttributeDefName.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.979 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/attr/value] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.980 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeDefNameFinder.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.980 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeAssignFinderResults.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.981 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeAssignFinder.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.981 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeAssignFinderResult.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.981 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/finder/AttributeDefFinder.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.983 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/attr/assign/AttributeAssignSave.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.985 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/audit/AuditFieldType.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.985 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/audit/AuditTypeBuiltin.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.986 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/messaging/MessagingListenerController.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.988 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/examples] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.988 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/logic] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.989 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/examples/MembershipCannotAddSelfToGroupHook.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.991 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/hooks/logic/GrouperHookType.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.992 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/status] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:53.992 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/GrouperRequestWrapper.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.993 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/GrouperUiRestServlet.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.995 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/status/DaemonJobStatus.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:53.996 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouper/j2ee/status/DiagnosticLoaderJobTest.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.000 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouperMessagingRabbitmq/RabbitMQConnectionFactoryImpl.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.002 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouperMessagingRabbitmq/GrouperMessagingRabbitmqSystem.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.003 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/edu/internet2/middleware/grouperMessagingRabbitmq/RabbitMQConnectionFactory.java]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.005 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp-resolver.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.005 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp-services.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.005 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/sources.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.006 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.006 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/ldap.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.006 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap/psp-internal.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.007 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp-resolver.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.007 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp-services.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.008 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/sources.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.008 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp.xml] to the cache for
web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.008 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/ldap.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.009 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-ldap/psp-internal.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.010 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.text.en.us.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.011 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.text.fr.fr.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.011 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.text.en.us.properties] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.011 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.textNg.fr.fr.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.012 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/grouperText/grouper.textNg.en.us.base.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.012 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp-resolver.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.012 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp-services.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.013 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/sources.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.013 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp.xml] to the cache for
web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.013 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/ldap.properties] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.014 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-ldap-to-grouper/psp-internal.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.014 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp-resolver.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.014 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp-services.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.015 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/sources.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.016 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.017 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/ldap.properties]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.017 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/psp-internal.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.017 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/schema]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.018 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-openldap-memberof-overlay/schema/eduMember.schema]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.018 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/i2mi] to the cache for web application
[/grouper] because there was insufficient free space available after evicting
expired cache entries - consider increasing the maximum size of the cache
03-Dec-2019 15:25:54.022 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/init.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:25:54.023 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper] to the cache for web application
[/grouper] because there was insufficient free space available after evicting
expired cache entries - consider increasing the maximum size of the cache
03-Dec-2019 15:25:54.023 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/i2mi/init.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:25:54.023 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/membership-import.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.024 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/media.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:25:54.025 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/menu-items.xml] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:25:54.025 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/init.properties] to the cache for web
application [/grouper] because there was insufficient free space available
after evicting expired cache entries - consider increasing the maximum size
of the cache
03-Dec-2019 15:25:54.025 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/resources/grouper/membership-export.xml] to the cache
for web application [/grouper] because there was insufficient free space
available after evicting expired cache entries - consider increasing the
maximum size of the cache
03-Dec-2019 15:25:54.026 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/README.txt] to
the cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.026 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-active-directory/psp-resolver.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.026 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-active-directory/psp-services.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.026 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/sources.xml] to
the cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.027 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/psp.xml] to the
cache for web application [/grouper] because there was insufficient free
space available after evicting expired cache entries - consider increasing
the maximum size of the cache
03-Dec-2019 15:25:54.027 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at [/WEB-INF/classes/psp-example-grouper-to-active-directory/ldap.properties]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:54.028 WARNING [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.catalina.webresources.Cache.getResource Unable to add the resource
at
[/WEB-INF/classes/psp-example-grouper-to-active-directory/psp-internal.xml]
to the cache for web application [/grouper] because there was insufficient
free space available after evicting expired cache entries - consider
increasing the maximum size of the cache
03-Dec-2019 15:25:59.822 INFO [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
Grouper starting up: version: 2.4.0, build date: null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ui patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider
Grouper warning: jarfile mismatch, expecting name:
'commons-validator-1.6.jar' size: LinkedHashSet size: 1: [0]: 186077
manifest version: 1.6. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/commons-validator.jar,
name: commons-validator.jar size: 84260 manifest version: 1.1.3
Grouper warning: jarfile mismatch, expecting name: 'log4j-1.2.17.jar' size:
LinkedHashSet size: 1: [0]: 489884
manifest version: 1.2.17. However the jar detected is:
/var/tomcat/grouperqat/webapps/grouper/WEB-INF/lib/apache-log4j-extras-1.2.17.jar,
name: apache-log4j-extras-1.2.17.jar size: 448794 manifest version: null
03-Dec-2019 15:26:15.004 INFO [grouper-qa.cc.columbia.edu-startStop-1]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
03-Dec-2019 15:26:19.246 INFO [main] org.apache.coyote.AbstractProtocol.start
Starting ProtocolHandler ["ajp-nio-127.0.0.1-8009"]
03-Dec-2019 15:26:19.258 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in 26193 ms
Grouper starting up: version: 2.4.0, build date: null, env: test
grouperPatchStatus read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/grouperPatchStatus.properties
api patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32,
33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70,
71, 72, 73, 74, 75, 76, 77
ws patches installed: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
grouper.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.properties
Grouper current directory is: /opt/apache-tomcat
log4j.properties read from:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/log4j.properties
Grouper logs are not using log4j: class
org.apache.commons.logging.impl.SLF4JLocationAwareLog
grouper.hibernate.properties:
file:/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/grouper.hibernate.properties
grouper.hibernate.properties:
grouper@jdbc:oracle:thin:@grouperqatdb01.cc.columbia.edu:1527:grp1q
subject.properties read from:
/var/tomcat/grouperqat/webapps/grouper-ws/WEB-INF/classes/subject.properties
sources configured in: subject.properties
subject.properties jdbc source id: idm:
grouper@jdbc:oracle:thin:@//idmsysdevdb01.cc.columbia.edu:1527/idmdev1.cc.columbia.edu
subject.properties internalsource id:g:isa
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
subject.properties jdbc source id: externalUsers:
GrouperJdbcConnectionProvider



Archive powered by MHonArc 2.6.19.

Top of Page