Skip to content

Instantly share code, notes, and snippets.

@hbons
Created June 20, 2014 15:52
Show Gist options
  • Save hbons/af10fc1e1991fc4946f3 to your computer and use it in GitHub Desktop.
Save hbons/af10fc1e1991fc4946f3 to your computer and use it in GitHub Desktop.
./bin/standalone.sh
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Users/hbons/AeroGear/jboss-as-7.1.1.Final
JAVA: java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml
=========================================================================
16:47:28,006 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
16:47:29,047 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
16:47:29,138 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
16:47:31,625 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
16:47:31,627 INFO [org.xnio] XNIO Version 3.0.3.GA
16:47:31,680 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
16:47:31,710 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
16:47:31,733 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
16:47:31,800 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
16:47:31,817 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
16:47:31,860 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
16:47:31,873 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
16:47:31,891 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
16:47:31,969 INFO [org.jboss.as.security] (MSC service thread 1-6) JBAS013100: Current PicketBox version=4.0.7.Final
16:47:31,980 INFO [org.jboss.as.connector] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
16:47:32,286 INFO [org.jboss.as.naming] (MSC service thread 1-3) JBAS011802: Starting Naming Service
16:47:32,313 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
16:47:32,549 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
16:47:33,090 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.2.GA
16:47:33,179 ERROR [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-8) Error initializing endpoint: java.net.BindException: Address already in use /127.0.0.1:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:983) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:190) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.Connector.init(Connector.java:983) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:267) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_55]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_55]
16:47:33,265 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed to start service jboss.web.connector.http: org.jboss.msc.service.StartException in service jboss.web.connector.http: JBAS018007: Error starting web connector
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:271)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_55]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_55]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.7.0_55]
Caused by: LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use /127.0.0.1:8080
at org.apache.catalina.connector.Connector.init(Connector.java:985)
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:267)
... 5 more
16:47:34,226 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on /127.0.0.1:4447
16:47:34,233 INFO [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on /127.0.0.1:9999
16:47:34,255 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory /Users/hbons/AeroGear/jboss-as-7.1.1.Final/standalone/deployments
16:47:34,767 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
16:47:34,823 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found ag-push.war in deployment directory. To trigger deployment create a file called ag-push.war.dodeploy
16:47:34,824 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015010: The deployment scanner found a directory named META-INF that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .war. This is likely the result of unzipping an archive directly inside the /Users/hbons/AeroGear/jboss-as-7.1.1.Final/standalone/deployments directory, which is a user error. The META-INF directory will not be scanned for deployments, but it is possible that the scanner mayfind other files from the unzipped archive and attempt to deploy them, leading to errors.
16:47:34,835 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015010: The deployment scanner found a directory named WEB-INF that was not inside a directory whose name ends with .ear, .jar, .rar, .sar or .war. This is likely the result of unzipping an archive directly inside the /Users/hbons/AeroGear/jboss-as-7.1.1.Final/standalone/deployments directory, which is a user error. The WEB-INF directory will not be scanned for deployments, but it is possible that the scanner mayfind other files from the unzipped archive and attempt to deploy them, leading to errors.
16:47:34,904 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014777: Services which failed to start: service jboss.web.connector.http: org.jboss.msc.service.StartException in service jboss.web.connector.http: JBAS018007: Error starting web connector
16:47:34,934 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015951: Admin console listening on http://127.0.0.1:9990
16:47:34,935 ERROR [org.jboss.as] (MSC service thread 1-6) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 7683ms - Started 133 of 209 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
16:47:34,959 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "auth-server.war"
16:47:34,961 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "ag-push.war"
16:47:34,964 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "unifiedpush-h2-ds.xml"
16:47:35,743 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [jboss/datasources/UnifiedPushDS]
16:47:35,748 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [jboss/datasources/KeycloakDS]
16:47:37,786 INFO [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for jpa-keycloak-identity-store
16:47:37,788 INFO [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for jpa-keycloak-audit-store
16:47:37,958 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.auth-server.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
16:47:37,960 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.auth-server.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
16:47:37,964 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
16:47:37,966 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.auth-server.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
16:47:37,973 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
16:47:37,975 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.auth-server.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
16:47:38,390 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011402: Starting Persistence Unit Service 'auth-server.war#jpa-keycloak-identity-store'
16:47:38,393 INFO [org.jboss.as.jpa] (MSC service thread 1-8) JBAS011402: Starting Persistence Unit Service 'auth-server.war#jpa-keycloak-audit-store'
16:47:38,821 INFO [org.hibernate.annotations.common.Version] (MSC service thread 1-7) HCANN000001: Hibernate Commons Annotations {4.0.1.Final}
16:47:38,847 INFO [org.hibernate.Version] (MSC service thread 1-7) HHH000412: Hibernate Core {4.0.1.Final}
16:47:38,852 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-7) HHH000206: hibernate.properties not found
16:47:38,863 INFO [org.hibernate.cfg.Environment] (MSC service thread 1-7) HHH000021: Bytecode provider name : javassist
16:47:39,330 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-7) HHH000204: Processing PersistenceUnitInfo [
name: jpa-keycloak-identity-store
...]
16:47:39,337 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-8) HHH000204: Processing PersistenceUnitInfo [
name: jpa-keycloak-audit-store
...]
16:47:39,432 INFO [org.jboss.as.jpa] (MSC service thread 1-5) JBAS011401: Read persistence.xml for unifiedpush-default
16:47:39,526 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.ag-push.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
16:47:39,528 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.ag-push.war" is using a private module ("org.apache.httpcomponents:main") which may be changed or removed in future versions without notice.
16:47:39,530 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.ag-push.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
16:47:39,532 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.ag-push.war" is using a private module ("org.codehaus.jackson.jackson-core-asl:main") which may be changed or removed in future versions without notice.
16:47:39,533 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.ag-push.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
16:47:39,535 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS018567: Deployment "deployment.ag-push.war" is using a private module ("org.codehaus.jackson.jackson-mapper-asl:main") which may be changed or removed in future versions without notice.
16:47:39,705 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016002: Processing weld deployment ag-push.war
16:47:39,739 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named AndroidVariantEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/AndroidVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.AndroidVariantEndpoint
java:app/ag-push/AndroidVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.AndroidVariantEndpoint
java:module/AndroidVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.AndroidVariantEndpoint
java:global/ag-push/AndroidVariantEndpoint
java:app/ag-push/AndroidVariantEndpoint
java:module/AndroidVariantEndpoint
16:47:39,755 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named SimplePushVariantEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/SimplePushVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.SimplePushVariantEndpoint
java:app/ag-push/SimplePushVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.SimplePushVariantEndpoint
java:module/SimplePushVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.SimplePushVariantEndpoint
java:global/ag-push/SimplePushVariantEndpoint
java:app/ag-push/SimplePushVariantEndpoint
java:module/SimplePushVariantEndpoint
16:47:39,759 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named ChromePackagedAppEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/ChromePackagedAppEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.ChromePackagedAppEndpoint
java:app/ag-push/ChromePackagedAppEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.ChromePackagedAppEndpoint
java:module/ChromePackagedAppEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.ChromePackagedAppEndpoint
java:global/ag-push/ChromePackagedAppEndpoint
java:app/ag-push/ChromePackagedAppEndpoint
java:module/ChromePackagedAppEndpoint
16:47:39,763 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named SenderServiceImpl in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/SenderServiceImpl!org.jboss.aerogear.unifiedpush.message.SenderService
java:app/ag-push/SenderServiceImpl!org.jboss.aerogear.unifiedpush.message.SenderService
java:module/SenderServiceImpl!org.jboss.aerogear.unifiedpush.message.SenderService
java:global/ag-push/SenderServiceImpl
java:app/ag-push/SenderServiceImpl
java:module/SenderServiceImpl
16:47:39,770 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named DashboardEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/DashboardEndpoint!org.jboss.aerogear.unifiedpush.rest.metrics.DashboardEndpoint
java:app/ag-push/DashboardEndpoint!org.jboss.aerogear.unifiedpush.rest.metrics.DashboardEndpoint
java:module/DashboardEndpoint!org.jboss.aerogear.unifiedpush.rest.metrics.DashboardEndpoint
java:global/ag-push/DashboardEndpoint
java:app/ag-push/DashboardEndpoint
java:module/DashboardEndpoint
16:47:39,774 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named PushMetricsEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/PushMetricsEndpoint!org.jboss.aerogear.unifiedpush.rest.metrics.PushMetricsEndpoint
java:app/ag-push/PushMetricsEndpoint!org.jboss.aerogear.unifiedpush.rest.metrics.PushMetricsEndpoint
java:module/PushMetricsEndpoint!org.jboss.aerogear.unifiedpush.rest.metrics.PushMetricsEndpoint
java:global/ag-push/PushMetricsEndpoint
java:app/ag-push/PushMetricsEndpoint
java:module/PushMetricsEndpoint
16:47:39,778 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named iOSVariantEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/iOSVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.iOSVariantEndpoint
java:app/ag-push/iOSVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.iOSVariantEndpoint
java:module/iOSVariantEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.iOSVariantEndpoint
java:global/ag-push/iOSVariantEndpoint
java:app/ag-push/iOSVariantEndpoint
java:module/iOSVariantEndpoint
16:47:39,782 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named InstallationRegistrationEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/InstallationRegistrationEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.installations.InstallationRegistrationEndpoint
java:app/ag-push/InstallationRegistrationEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.installations.InstallationRegistrationEndpoint
java:module/InstallationRegistrationEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.installations.InstallationRegistrationEndpoint
java:global/ag-push/InstallationRegistrationEndpoint
java:app/ag-push/InstallationRegistrationEndpoint
java:module/InstallationRegistrationEndpoint
16:47:39,786 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named ClientInstallationServiceImpl in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService
java:app/ag-push/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService
java:module/ClientInstallationServiceImpl!org.jboss.aerogear.unifiedpush.service.ClientInstallationService
java:global/ag-push/ClientInstallationServiceImpl
java:app/ag-push/ClientInstallationServiceImpl
java:module/ClientInstallationServiceImpl
16:47:39,790 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named PushApplicationEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/PushApplicationEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.PushApplicationEndpoint
java:module/PushApplicationEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.PushApplicationEndpoint
java:global/ag-push/PushApplicationEndpoint
java:app/ag-push/PushApplicationEndpoint
java:module/PushApplicationEndpoint
16:47:39,794 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named PushNotificationSenderEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/PushNotificationSenderEndpoint!org.jboss.aerogear.unifiedpush.rest.sender.PushNotificationSenderEndpoint
java:app/ag-push/PushNotificationSenderEndpoint!org.jboss.aerogear.unifiedpush.rest.sender.PushNotificationSenderEndpoint
java:module/PushNotificationSenderEndpoint!org.jboss.aerogear.unifiedpush.rest.sender.PushNotificationSenderEndpoint
java:global/ag-push/PushNotificationSenderEndpoint
java:app/ag-push/PushNotificationSenderEndpoint
java:module/PushNotificationSenderEndpoint
16:47:39,798 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named InstallationManagementEndpoint in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/InstallationManagementEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.InstallationManagementEndpoint
java:app/ag-push/InstallationManagementEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.InstallationManagementEndpoint
java:module/InstallationManagementEndpoint!org.jboss.aerogear.unifiedpush.rest.registry.applications.InstallationManagementEndpoint
java:global/ag-push/InstallationManagementEndpoint
java:app/ag-push/InstallationManagementEndpoint
java:module/InstallationManagementEndpoint
16:47:39,802 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named Ping in deployment unit deployment "ag-push.war" are as follows:
java:global/ag-push/Ping!org.jboss.aerogear.unifiedpush.rest.util.Ping
java:app/ag-push/Ping!org.jboss.aerogear.unifiedpush.rest.util.Ping
java:module/Ping!org.jboss.aerogear.unifiedpush.rest.util.Ping
java:global/ag-push/Ping
java:app/ag-push/Ping
java:module/Ping
16:47:39,890 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-8) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
16:47:40,175 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-7) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
16:47:40,498 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: ag-push.war
16:47:40,604 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900 1.1.5 (AS71)
16:47:40,698 INFO [org.jboss.as.jpa] (MSC service thread 1-3) JBAS011402: Starting Persistence Unit Service 'ag-push.war#unifiedpush-default'
16:47:40,699 INFO [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-3) HHH000204: Processing PersistenceUnitInfo [
name: unifiedpush-default
...]
16:47:41,044 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-7) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
16:47:41,049 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-8) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
16:47:41,068 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-7) HHH000431: Unable to determine H2 database version, certain features may not work
16:47:41,068 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-8) HHH000431: Unable to determine H2 database version, certain features may not work
16:47:41,098 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-7) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
16:47:41,107 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-8) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
16:47:41,117 WARN [org.hibernate.ejb.Ejb3Configuration] (MSC service thread 1-3) HHH000059: Defining hibernate.transaction.flush_before_completion=true ignored in HEM
16:47:41,145 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-8) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
16:47:41,145 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-7) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
16:47:41,160 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-7) HHH000397: Using ASTQueryTranslatorFactory
16:47:41,164 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-8) HHH000397: Using ASTQueryTranslatorFactory
16:47:41,181 WARN [org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader] (MSC service thread 1-3) HHH000207: Property org.jboss.aerogear.unifiedpush.api.PushApplication.iOSVariants not found in class but described in <mapping-file/> (possible typo error)
16:47:41,296 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-7) Hibernate Validator 4.2.0.Final
16:47:41,566 INFO [org.hibernate.service.jdbc.connections.internal.ConnectionProviderInitiator] (MSC service thread 1-3) HHH000130: Instantiating explicit connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
16:47:41,585 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-3) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
16:47:41,586 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-3) HHH000431: Unable to determine H2 database version, certain features may not work
16:47:41,588 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-3) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
16:47:41,605 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-3) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jta.CMTTransactionFactory
16:47:41,635 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-3) HHH000397: Using ASTQueryTranslatorFactory
16:47:42,060 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000228: Running hbm2ddl schema update
16:47:42,061 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000102: Fetching database metadata
16:47:42,090 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000396: Updating schema
16:47:42,153 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.EVENTENTITY
16:47:42,155 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000037: Columns: [clientid, id, time, error, realmid, event, userid, sessionid, ipaddress, detailsjson]
16:47:42,156 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000108: Foreign keys: []
16:47:42,157 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-8) HHH000126: Indexes: [primary_key_a]
16:47:42,160 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-8) HHH000232: Schema update complete
16:47:42,162 WARN [org.hibernate.internal.SessionFactoryImpl] (MSC service thread 1-8) HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()
16:47:42,234 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-3) HHH000228: Running hbm2ddl schema update
16:47:42,240 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-3) HHH000102: Fetching database metadata
16:47:42,241 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-3) HHH000396: Updating schema
16:47:42,264 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.ANDROIDVARIANT
16:47:42,266 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, androidvariants_id, projectnumber, googlekey]
16:47:42,268 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: [fke60df336b1c9eb40, fke60df336353cff6d]
16:47:42,270 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [fke60df336b1c9eb40_index_3, primary_key_3]
16:47:42,300 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CHROMEPACKAGEDAPPVARIANT
16:47:42,301 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, clientid, clientsecret, chromepackagedappvariants_id, refreshtoken]
16:47:42,302 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: [fk893db2dc353cff6d, fk893db2dc467a97a6]
16:47:42,303 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [primary_key_5, fk893db2dc467a97a6_index_5]
16:47:42,320 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.INSTALLATION
16:47:42,321 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, platform, enabled, alias, varianttype, operatingsystem, variantid, devicetype, simplepushendpoint, devicetoken, osversion]
16:47:42,323 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: []
16:47:42,328 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [primary_key_38]
16:47:42,341 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.INSTALLATION_CATEGORIES
16:47:42,342 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [installation_id, categories]
16:47:42,343 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: [fk915dcd21dc2d45cd]
16:47:42,344 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [fk915dcd21dc2d45cd_index_8]
16:47:42,353 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.PUSHAPPLICATION
16:47:42,354 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, pushapplicationid, developer, description, name, mastersecret]
16:47:42,356 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: []
16:47:42,357 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [primary_key_6]
16:47:42,368 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.PUSHMESSAGEINFORMATION
16:47:42,369 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, rawjsonmessage, clientidentifier, pushapplicationid, submitdate, ipaddress]
16:47:42,371 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: []
16:47:42,372 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [primary_key_d4]
16:47:42,380 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.SIMPLEPUSHVARIANT
16:47:42,382 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, simplepushvariants_id]
16:47:42,383 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: [fkd44ebad9353cff6d, fkd44ebad9b997ddc3]
16:47:42,384 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [fkd44ebad9b997ddc3_index_1, primary_key_1]
16:47:42,391 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000228: Running hbm2ddl schema update
16:47:42,392 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000102: Fetching database metadata
16:47:42,395 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.VARIANT
16:47:42,395 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000396: Updating schema
16:47:42,396 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, developer, description, name, secret, variantid]
16:47:42,398 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: []
16:47:42,407 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [constraint_index_3, primary_key_38e]
16:47:42,415 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.APPLICATIONDEFAULTROLES
16:47:42,416 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [defaultroles_id, cliententity_id]
16:47:42,417 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk3ad3424c5bf24ab6, fk3ad3424c94a65520]
16:47:42,418 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk3ad3424c5bf24ab6_index_8, constraint_index_8]
16:47:42,430 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.VARIANTMETRICINFORMATION
16:47:42,431 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, variantinformations_id, deliverystatus, variantid, receivers]
16:47:42,432 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: [fk41428777e758d260]
16:47:42,433 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [primary_key_8, fk41428777e758d260_index_8]
16:47:42,444 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHPROVIDERS
16:47:42,446 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [authenticationproviders_id, realmentity_id]
16:47:42,447 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk1fbb07ba21f757b1, fk1fbb07baa224b7e5]
16:47:42,455 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [constraint_index_32, fk1fbb07ba21f757b1_index_3]
16:47:42,455 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.IOSVARIANT
16:47:42,463 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000037: Columns: [id, certificate, passphrase, iosvariants_id, production]
16:47:42,464 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHENTICATIONLINKENTITY
16:47:42,466 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, authuserid, authprovider]
16:47:42,467 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:42,468 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_b]
16:47:42,464 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000108: Foreign keys: [fk1294dbb8353cff6d, fk1294dbb82c1dfae2]
16:47:42,480 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-3) HHH000126: Indexes: [fk1294dbb82c1dfae2_index_5, primary_key_50]
16:47:42,482 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-3) HHH000232: Schema update complete
16:47:42,486 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHENTICATIONPROVIDERENTITY
16:47:42,487 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, providername, priority, passwordupdatesupported]
16:47:42,489 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:42,489 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_64]
16:47:42,498 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHENTICATIONPROVIDERENTITY_CONFIG
16:47:42,499 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [name, value, authenticationproviderentity_id]
16:47:42,500 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk7a8f50f5e18cc043]
16:47:42,501 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_c]
16:47:42,510 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting weld service for deployment ag-push.war
16:47:42,510 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTENTITY
16:47:42,513 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [beareronly, id, enabled, publicclient, realm, managementurl, notbefore, name, dtype, secret, baseurl, allowedclaimsmask, surrogateauthrequired]
16:47:42,514 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9c2fd3aee80bbcf8]
16:47:42,516 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [constraint_index_5, primary_key_53]
16:47:42,531 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTENTITY_REDIRECTURIS
16:47:42,532 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [cliententity_id, redirecturis]
16:47:42,533 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkf56b8774c1f1c2e3]
16:47:42,534 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fkf56b8774c1f1c2e3_index_1]
16:47:42,556 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTENTITY_WEBORIGINS
16:47:42,557 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [weborigins, cliententity_id]
16:47:42,558 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk143e654ac1f1c2e3]
16:47:42,559 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk143e654ac1f1c2e3_index_b]
16:47:42,568 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTUSERSESSIONASSOCIATIONENTITY
16:47:42,570 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [clientid, id, session_id, realm_id, user_id]
16:47:42,571 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fke5b758442ef007a6, fke5b75844ae5c3b34, fke5b75844ce052149]
16:47:42,572 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fke5b75844ae5c3b34_index_b, fke5b758442ef007a6_index_b, fke5b75844ce052149_index_b, primary_key_bd]
16:47:42,580 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.COMPOSITEROLE
16:47:42,581 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [role, composite]
16:47:42,582 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk79bcfb7d3173c278, fk79bcfb7dddcfb489]
16:47:42,583 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk79bcfb7dddcfb489_index_3, fk79bcfb7d3173c278_index_3]
16:47:42,598 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CREDENTIALENTITY
16:47:42,599 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, value, device, user_id, type, salt]
16:47:42,600 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk2bb1f3a2ef007a6]
16:47:42,601 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_7, fk2bb1f3a2ef007a6_index_7]
16:47:42,611 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMDEFAULTROLES
16:47:42,612 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, defaultroles_id]
16:47:42,613 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9ac3990b94a65520, fk9ac3990b21f757b1]
16:47:42,614 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk9ac3990b21f757b1_index_a, constraint_index_a]
16:47:42,628 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY
16:47:42,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [rememberme, passwordcredentialgrantallowed, passwordpolicy, publickeypem, auditenabled, resetpasswordallowed, privatekeypem, failurefactor, accesscodelifespanuseraction, masteradminapp_id, id, logintheme, maxfailurewaitseconds, social, name, verifyemail, waitincrementseconds, auditexpiration, minimumquickloginwaitseconds, enabled, accounttheme, notbefore, registrationallowed, quicklogincheckmilliseconds, accesstokenlifespan, ssosessionmaxlifespan, updateprofileoninitsoclogin, accesscodelifespan, bruteforceprotected, sslnotrequired, emailtheme, ssosessionidletimeout, maxdeltatimeseconds, admintheme]
16:47:42,635 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk1531eb32fe69f390]
16:47:42,636 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk1531eb32fe69f390_index_6, constraint_index_6, primary_key_68]
16:47:42,656 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_CLIENTENTITY
16:47:42,657 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, applications_id]
16:47:42,658 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk76a4939b21f757b1, fk76a4939bac01e0e1]
16:47:42,659 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk76a4939b21f757b1_index_3, constraint_index_3e]
16:47:42,672 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_AUDITLISTENERS
16:47:42,673 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [auditlisteners, realmentity_id]
16:47:42,674 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9a76f55121f757b1]
16:47:42,674 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk9a76f55121f757b1_index_a]
16:47:42,690 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_LDAPSERVERCONFIG
16:47:42,691 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, name, value]
16:47:42,696 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fka2b88f1921f757b1]
16:47:42,697 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_d]
16:47:42,711 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_SMTPCONFIG
16:47:42,714 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, name, value]
16:47:42,716 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkd4159c6521f757b1]
16:47:42,716 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_e]
16:47:42,729 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_SOCIALCONFIG
16:47:42,730 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, name, value]
16:47:42,731 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk4cfb40fc21f757b1]
16:47:42,732 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_1e]
16:47:42,740 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REQUIREDCREDENTIALENTITY
16:47:42,742 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, input, secret, formlabel, type]
16:47:42,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:42,743 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_4]
16:47:42,751 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.ROLEENTITY
16:47:42,752 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, application, realm, description, name, dtype]
16:47:42,753 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkb7097c19e80bbcf8, fkb7097c1952ef507a]
16:47:42,754 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fkb7097c19e80bbcf8_index_9, primary_key_9, constraint_index_93, constraint_index_9, fkb7097c1952ef507a_index_9]
16:47:42,761 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.SCOPEMAPPINGENTITY
16:47:42,762 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, role_id, client_id]
16:47:42,763 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkb1b2c7d834fd786, fkb1b2c7deacca966]
16:47:42,764 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_d3, fkb1b2c7deacca966_index_d, fkb1b2c7d834fd786_index_d]
16:47:42,772 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.SOCIALLINKENTITY
16:47:42,773 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [socialuserid, id, socialusername, realm_id, socialprovider, user_id]
16:47:42,775 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9099afeaae5c3b34, fk9099afea2ef007a6]
16:47:42,776 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk9099afea2ef007a6_index_9, primary_key_92, fk9099afeaae5c3b34_index_9]
16:47:42,799 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY
16:47:42,800 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, loginname, enabled, realm, totp, email, notbefore, emailverified, lastname, firstname, authenticationlink_id]
16:47:42,801 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkbd8053aef971f166, fkbd8053aee80bbcf8]
16:47:42,802 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_9a, fkbd8053aef971f166_index_9, constraint_index_9a, constraint_index_9a3]
16:47:42,820 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY_CREDENTIALENTITY
16:47:42,822 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [credentials_id, userentity_id]
16:47:42,823 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkcbbc3fab92f2123, fkcbbc3fab9f23afa1]
16:47:42,824 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fkcbbc3fab92f2123_index_6, constraint_index_63]
16:47:42,833 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY_ATTRIBUTES
16:47:42,834 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [userentity_id, name, value]
16:47:42,835 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkfee8328892f2123]
16:47:42,837 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_70]
16:47:42,848 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY_REQUIREDACTIONS
16:47:42,849 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [userentity_id, requiredactions]
16:47:42,850 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk50bcc1cd92f2123]
16:47:42,854 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk50bcc1cd92f2123_index_f]
16:47:42,860 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERROLEMAPPINGENTITY
16:47:42,861 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, role_id, user_id]
16:47:42,862 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk76c588d0834fd786, fk76c588d02ef007a6]
16:47:42,863 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk76c588d02ef007a6_index_5, fk76c588d0834fd786_index_5, primary_key_52]
16:47:42,871 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERSESSIONENTITY
16:47:42,872 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, realm_id, lastsessionrefresh, user_id, started, ipaddress]
16:47:42,873 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk3431cfee2ef007a6, fk3431cfeeae5c3b34]
16:47:42,874 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk3431cfeeae5c3b34_index_4, fk3431cfee2ef007a6_index_4, primary_key_4b]
16:47:42,881 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USER_REQUIREDCREDS
16:47:42,882 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, requiredcredentials_id]
16:47:42,883 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkc1976b1249191bf, fkc1976b1221f757b1]
16:47:42,885 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [constraint_index_c, fkc1976b1221f757b1_index_c]
16:47:42,890 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERNAMELOGINFAILUREENTITY
16:47:42,891 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, username, lastfailure, realm_id, numfailures, lastipfailure, failedloginnotbefore]
16:47:42,893 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk6f5e1cbaae5c3b34]
16:47:42,894 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk6f5e1cbaae5c3b34_index_1, primary_key_17]
16:47:42,897 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000232: Schema update complete
16:47:42,898 WARN [org.hibernate.internal.SessionFactoryImpl] (MSC service thread 1-7) HHH000008: JTASessionContext being used with JDBCTransactionFactory; auto-flush will not operate correctly with getCurrentSession()
16:47:44,625 INFO [org.keycloak.adapters.as7.KeycloakAuthenticatorValve] (MSC service thread 1-8) **** using /WEB-INF/keycloak.json
16:47:44,629 WARN [org.keycloak.adapters.as7.KeycloakAuthenticatorValve] (MSC service thread 1-8) No adapter configuration. Keycloak is unconfigured and will deny all requests.
16:47:44,899 INFO [org.jboss.web] (MSC service thread 1-8) JBAS018210: Registering web context: /ag-push
16:47:45,152 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-7) Loaded config from vfs:/content/auth-server.war/WEB-INF/classes/META-INF/keycloak-server.json
16:47:45,161 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI account (provider = freemarker)
16:47:45,390 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-7) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
16:47:45,392 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-7) HHH000431: Unable to determine H2 database version, certain features may not work
16:47:45,397 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-7) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
16:47:45,401 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-7) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
16:47:45,406 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-7) HHH000397: Using ASTQueryTranslatorFactory
16:47:45,440 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000228: Running hbm2ddl schema update
16:47:45,442 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000102: Fetching database metadata
16:47:45,443 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000396: Updating schema
16:47:45,462 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.EVENTENTITY
16:47:45,464 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [clientid, id, time, error, realmid, event, userid, sessionid, ipaddress, detailsjson]
16:47:45,465 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:45,465 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_a]
16:47:45,466 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000232: Schema update complete
16:47:45,475 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI audit (provider = jpa)
16:47:45,482 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI audit-listener (provider = jboss-logging)
16:47:45,485 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI authentication (providers = [model, externalModel])
16:47:45,502 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI email (provider = freemarker)
16:47:45,555 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI theme (providers = [folder, default, aerogear])
16:47:45,558 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI login-forms (provider = freemarker)
16:47:45,778 INFO [org.hibernate.dialect.Dialect] (MSC service thread 1-7) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
16:47:45,780 WARN [org.hibernate.dialect.H2Dialect] (MSC service thread 1-7) HHH000431: Unable to determine H2 database version, certain features may not work
16:47:45,783 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (MSC service thread 1-7) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
16:47:45,785 INFO [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (MSC service thread 1-7) HHH000268: Transaction strategy: org.hibernate.engine.transaction.internal.jdbc.JdbcTransactionFactory
16:47:45,787 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-7) HHH000397: Using ASTQueryTranslatorFactory
16:47:46,157 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000228: Running hbm2ddl schema update
16:47:46,158 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000102: Fetching database metadata
16:47:46,159 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000396: Updating schema
16:47:46,172 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.APPLICATIONDEFAULTROLES
16:47:46,174 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [defaultroles_id, cliententity_id]
16:47:46,175 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk3ad3424c5bf24ab6, fk3ad3424c94a65520]
16:47:46,177 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk3ad3424c5bf24ab6_index_8, constraint_index_8]
16:47:46,182 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHPROVIDERS
16:47:46,183 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [authenticationproviders_id, realmentity_id]
16:47:46,185 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk1fbb07ba21f757b1, fk1fbb07baa224b7e5]
16:47:46,187 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [constraint_index_32, fk1fbb07ba21f757b1_index_3]
16:47:46,206 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHENTICATIONLINKENTITY
16:47:46,215 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, authuserid, authprovider]
16:47:46,216 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:46,224 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_b]
16:47:46,247 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHENTICATIONPROVIDERENTITY
16:47:46,252 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, providername, priority, passwordupdatesupported]
16:47:46,253 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:46,253 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_64]
16:47:46,277 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.AUTHENTICATIONPROVIDERENTITY_CONFIG
16:47:46,280 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [name, value, authenticationproviderentity_id]
16:47:46,281 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk7a8f50f5e18cc043]
16:47:46,282 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_c]
16:47:46,289 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTENTITY
16:47:46,290 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [beareronly, id, enabled, publicclient, realm, managementurl, notbefore, name, dtype, secret, baseurl, allowedclaimsmask, surrogateauthrequired]
16:47:46,292 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9c2fd3aee80bbcf8]
16:47:46,296 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [constraint_index_5, primary_key_53]
16:47:46,306 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTENTITY_REDIRECTURIS
16:47:46,314 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [cliententity_id, redirecturis]
16:47:46,315 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkf56b8774c1f1c2e3]
16:47:46,317 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fkf56b8774c1f1c2e3_index_1]
16:47:46,329 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTENTITY_WEBORIGINS
16:47:46,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [weborigins, cliententity_id]
16:47:46,330 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk143e654ac1f1c2e3]
16:47:46,331 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk143e654ac1f1c2e3_index_b]
16:47:46,337 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CLIENTUSERSESSIONASSOCIATIONENTITY
16:47:46,354 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [clientid, id, session_id, realm_id, user_id]
16:47:46,355 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fke5b758442ef007a6, fke5b75844ae5c3b34, fke5b75844ce052149]
16:47:46,356 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fke5b75844ae5c3b34_index_b, fke5b758442ef007a6_index_b, fke5b75844ce052149_index_b, primary_key_bd]
16:47:46,362 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.COMPOSITEROLE
16:47:46,363 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [role, composite]
16:47:46,370 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk79bcfb7d3173c278, fk79bcfb7dddcfb489]
16:47:46,370 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk79bcfb7dddcfb489_index_3, fk79bcfb7d3173c278_index_3]
16:47:46,376 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.CREDENTIALENTITY
16:47:46,377 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, value, device, user_id, type, salt]
16:47:46,378 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk2bb1f3a2ef007a6]
16:47:46,379 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_7, fk2bb1f3a2ef007a6_index_7]
16:47:46,389 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMDEFAULTROLES
16:47:46,390 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, defaultroles_id]
16:47:46,391 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9ac3990b94a65520, fk9ac3990b21f757b1]
16:47:46,392 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk9ac3990b21f757b1_index_a, constraint_index_a]
16:47:46,412 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY
16:47:46,416 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [rememberme, passwordcredentialgrantallowed, passwordpolicy, publickeypem, auditenabled, resetpasswordallowed, privatekeypem, failurefactor, accesscodelifespanuseraction, masteradminapp_id, id, logintheme, maxfailurewaitseconds, social, name, verifyemail, waitincrementseconds, auditexpiration, minimumquickloginwaitseconds, enabled, accounttheme, notbefore, registrationallowed, quicklogincheckmilliseconds, accesstokenlifespan, ssosessionmaxlifespan, updateprofileoninitsoclogin, accesscodelifespan, bruteforceprotected, sslnotrequired, emailtheme, ssosessionidletimeout, maxdeltatimeseconds, admintheme]
16:47:46,427 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk1531eb32fe69f390]
16:47:46,428 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk1531eb32fe69f390_index_6, constraint_index_6, primary_key_68]
16:47:46,439 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_CLIENTENTITY
16:47:46,440 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, applications_id]
16:47:46,441 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk76a4939b21f757b1, fk76a4939bac01e0e1]
16:47:46,442 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk76a4939b21f757b1_index_3, constraint_index_3e]
16:47:46,455 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_AUDITLISTENERS
16:47:46,456 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [auditlisteners, realmentity_id]
16:47:46,457 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9a76f55121f757b1]
16:47:46,458 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk9a76f55121f757b1_index_a]
16:47:46,468 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_LDAPSERVERCONFIG
16:47:46,469 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, name, value]
16:47:46,470 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fka2b88f1921f757b1]
16:47:46,471 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_d]
16:47:46,477 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_SMTPCONFIG
16:47:46,478 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, name, value]
16:47:46,480 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkd4159c6521f757b1]
16:47:46,480 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_e]
16:47:46,500 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REALMENTITY_SOCIALCONFIG
16:47:46,502 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, name, value]
16:47:46,505 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk4cfb40fc21f757b1]
16:47:46,519 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_1e]
16:47:46,524 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.REQUIREDCREDENTIALENTITY
16:47:46,525 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, input, secret, formlabel, type]
16:47:46,526 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: []
16:47:46,527 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_4]
16:47:46,531 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.ROLEENTITY
16:47:46,532 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, application, realm, description, name, dtype]
16:47:46,533 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkb7097c19e80bbcf8, fkb7097c1952ef507a]
16:47:46,534 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fkb7097c19e80bbcf8_index_9, primary_key_9, constraint_index_93, constraint_index_9, fkb7097c1952ef507a_index_9]
16:47:46,539 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.SCOPEMAPPINGENTITY
16:47:46,541 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, role_id, client_id]
16:47:46,541 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkb1b2c7d834fd786, fkb1b2c7deacca966]
16:47:46,542 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_d3, fkb1b2c7deacca966_index_d, fkb1b2c7d834fd786_index_d]
16:47:46,548 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.SOCIALLINKENTITY
16:47:46,551 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [socialuserid, id, socialusername, realm_id, socialprovider, user_id]
16:47:46,552 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk9099afeaae5c3b34, fk9099afea2ef007a6]
16:47:46,553 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk9099afea2ef007a6_index_9, primary_key_92, fk9099afeaae5c3b34_index_9]
16:47:46,558 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY
16:47:46,559 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, loginname, enabled, realm, totp, email, notbefore, emailverified, lastname, firstname, authenticationlink_id]
16:47:46,560 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkbd8053aef971f166, fkbd8053aee80bbcf8]
16:47:46,566 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_9a, fkbd8053aef971f166_index_9, constraint_index_9a, constraint_index_9a3]
16:47:46,571 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY_CREDENTIALENTITY
16:47:46,572 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [credentials_id, userentity_id]
16:47:46,573 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkcbbc3fab92f2123, fkcbbc3fab9f23afa1]
16:47:46,574 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fkcbbc3fab92f2123_index_6, constraint_index_63]
16:47:46,580 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY_ATTRIBUTES
16:47:46,582 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [userentity_id, name, value]
16:47:46,583 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkfee8328892f2123]
16:47:46,583 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [primary_key_70]
16:47:46,590 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERENTITY_REQUIREDACTIONS
16:47:46,591 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [userentity_id, requiredactions]
16:47:46,592 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk50bcc1cd92f2123]
16:47:46,593 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk50bcc1cd92f2123_index_f]
16:47:46,598 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERROLEMAPPINGENTITY
16:47:46,600 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, role_id, user_id]
16:47:46,602 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk76c588d0834fd786, fk76c588d02ef007a6]
16:47:46,603 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk76c588d02ef007a6_index_5, fk76c588d0834fd786_index_5, primary_key_52]
16:47:46,608 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERSESSIONENTITY
16:47:46,609 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, realm_id, lastsessionrefresh, user_id, started, ipaddress]
16:47:46,610 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk3431cfee2ef007a6, fk3431cfeeae5c3b34]
16:47:46,611 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk3431cfeeae5c3b34_index_4, fk3431cfee2ef007a6_index_4, primary_key_4b]
16:47:46,626 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USER_REQUIREDCREDS
16:47:46,627 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [realmentity_id, requiredcredentials_id]
16:47:46,628 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fkc1976b1249191bf, fkc1976b1221f757b1]
16:47:46,629 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [constraint_index_c, fkc1976b1221f757b1_index_c]
16:47:46,642 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000261: Table found: UNIFIEDPUSH.PUBLIC.USERNAMELOGINFAILUREENTITY
16:47:46,643 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000037: Columns: [id, username, lastfailure, realm_id, numfailures, lastipfailure, failedloginnotbefore]
16:47:46,645 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000108: Foreign keys: [fk6f5e1cbaae5c3b34]
16:47:46,646 INFO [org.hibernate.tool.hbm2ddl.TableMetadata] (MSC service thread 1-7) HHH000126: Indexes: [fk6f5e1cbaae5c3b34_index_1, primary_key_17]
16:47:46,648 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (MSC service thread 1-7) HHH000232: Schema update complete
16:47:46,875 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI model (provider = jpa)
16:47:46,880 INFO [org.keycloak.services.DefaultProviderSessionFactory] (MSC service thread 1-7) Loaded SPI timer (provider = basic)
16:47:47,682 INFO [org.keycloak.services.resources.KeycloakApplication] (MSC service thread 1-7) Not importing realm aerogear from resource /WEB-INF/ups-realm.json. It already exists.
16:47:47,690 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Deploying javax.ws.rs.core.Application: class org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication
16:47:47,693 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.keycloak.services.resources.admin.AdminRoot from Application javax.ws.rs.core.Application
16:47:47,695 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.keycloak.services.resources.SocialResource from Application javax.ws.rs.core.Application
16:47:47,699 INFO [org.jboss.resteasy.spi.ResteasyDeployment] (MSC service thread 1-7) Adding singleton resource org.keycloak.services.resources.RealmsResource from Application javax.ws.rs.core.Application
16:47:47,851 INFO [org.jboss.web] (MSC service thread 1-7) JBAS018210: Registering web context: /auth
16:47:48,014 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "unifiedpush-h2-ds.xml"
16:47:48,015 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "auth-server.war"
16:47:48,015 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ag-push.war"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment