You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get this error:
grouper-api;grouper_error.log;training;gte-full-demo;2019-04-26 19:09:00,116: [DefaultQuartzScheduler_Worker-7] ERROR GrouperLoaderJob.execute(348) - - Error running up job
java.lang.RuntimeException: Problem with query: select distinct id as SUBJECT_IDENTIFIER, 'ldap' as SUBJECT_SOURCE_ID, CONCAT('ref:course:', courseID) as GROUP_NAME from SIS_Courses order by group_name, on db: DB: user: root, url: jdbc:mysql://localhost:3306/grouper?CharSet=utf8&useUnicode=true&characterEncoding=utf8, driver: com.mysql.jdbc.Driver
at edu.internet2.middleware.grouper.app.loader.db.GrouperLoaderResultset.(GrouperLoaderResultset.java:453)
The text was updated successfully, but these errors were encountered:
docker run -d -p 389:389 -p 8443:443 -p 3306:3306
--name gte-demo tier/gte:full_demo
docker logs -f gte-demo
get this error:
grouper-api;grouper_error.log;training;gte-full-demo;2019-04-26 19:09:00,116: [DefaultQuartzScheduler_Worker-7] ERROR GrouperLoaderJob.execute(348) - - Error running up job
java.lang.RuntimeException: Problem with query: select distinct id as SUBJECT_IDENTIFIER, 'ldap' as SUBJECT_SOURCE_ID, CONCAT('ref:course:', courseID) as GROUP_NAME from SIS_Courses order by group_name, on db: DB: user: root, url: jdbc:mysql://localhost:3306/grouper?CharSet=utf8&useUnicode=true&characterEncoding=utf8, driver: com.mysql.jdbc.Driver
at edu.internet2.middleware.grouper.app.loader.db.GrouperLoaderResultset.(GrouperLoaderResultset.java:453)
The text was updated successfully, but these errors were encountered: