Skip to content

Instantly share code, notes, and snippets.

@khazelton
Created November 26, 2019 13:48
Show Gist options
  • Save khazelton/d95fac0750bf2ca9dd379d3b2415213a to your computer and use it in GitHub Desktop.
Save khazelton/d95fac0750bf2ca9dd379d3b2415213a to your computer and use it in GitHub Desktop.
[student@ip-172-31-16-80 grouper]$ pwd
/home/student/midPoint_container/demo/grouper
[student@ip-172-31-16-80 grouper]$ ./create-ref-loaders.sh
Detected Grouper directory structure 'api' (valid is api or webapp)
Using GROUPER_HOME: /opt/grouper/grouper.apiBinary
Using GROUPER_CONF: /opt/grouper/grouper.apiBinary/conf
Using JAVA: /usr/lib/jvm/zulu-8//bin/java
Using CLASSPATH: /opt/grouper/grouper.apiBinary/conf:/opt/grouper/grouper.apiBinary/dist/lib/grouper.jar:/opt/grouper/grouper.apiBinary/lib/grouper/*:/opt/grouper/grouper.apiBinary/lib/custom/*:/opt/grouper/grouper.apiBinary/lib/jdbcSamples/*:/opt/grouper/grouper.apiBinary/lib/ant/*:/opt/grouper/grouper.apiBinary/lib/test/*:/opt/grouper/grouper.apiBinary/dist/lib/test/*:/opt/grouper/grouper.apiBinary/src/resources
using MEMORY: 64m-750m
Grouper starting up: version: 2.4.0, build date: null, env: <no label configured>
grouperPatchStatus read from: /opt/grouper/grouper.apiBinary/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
pspng patches installed: 0, 1, 2, 3, 4, 5, 6
grouper.properties read from: /opt/grouper/grouper.apiBinary/conf/grouper.properties
Grouper current directory is: /opt/grouper/grouper.apiBinary
log4j.properties read from: /opt/grouper/grouper.apiBinary/conf/log4j.properties
Grouper is logging to file: /tmp/logpipe, at min level WARN for package: edu.internet2.middleware.grouper, based on log4j.properties
grouper.hibernate.properties: /run/secrets/grouper_grouper.hibernate.properties
grouper.hibernate.properties: root@jdbc:mysql://grouper_data:3306/grouper?CharSet=utf8&useUnicode=true&characterEncoding=utf8
subject.properties read from: /run/secrets/grouper_subject.properties
sources configured in: subject.properties
subject.properties ldap source id: ldap: demo
subject.properties groupersource id: g:gsa
subject.properties groupersource id: grouperEntities
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/grouper/grouper.apiBinary/lib/grouper/slf4j-log4j12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/grouper/grouper.apiBinary/lib/custom/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
Grouper error: Error connecting to the database with credentials from grouper.hibernate.properties, url: jdbc:mysql://grouper_data:3306/grouper?CharSet=utf8&useUnicode=true&characterEncoding=utf8, driver: com.mysql.jdbc.Driver, user: root, java.sql.SQLException: null, message from server: "Host 'grouper_grouper_daemon_1.grouper_net' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment