[spathare@dhcp201-105 docker]$ ./rundev.sh -p 100 -e smtp.redhat.com + SOURCE=./rundev.sh + '[' -h ./rundev.sh ']' +++ dirname ./rundev.sh ++ cd -P . ++ pwd + DIR=/home/spathare/Zanata/zanata-platform/server/docker + source /home/spathare/Zanata/zanata-platform/server/docker/common ++ DB_USERNAME=zanata ++ DB_PASSWORD=zanatapw ++ DB_SCHEMA=zanata ++ DB_ROOT_PASSWORD=rootpw ++ DOCKER_NETWORK=docker-network + cd /home/spathare/Zanata/zanata-platform/server/docker/../ ++ echo /home/spathare/Zanata/zanata-platform/server/zanata-war/target/zanata-4.1.0-SNAPSHOT.war + ZANATA_WAR=/home/spathare/Zanata/zanata-platform/server/zanata-war/target/zanata-4.1.0-SNAPSHOT.war + ZANATA_DEPLOYMENTS_DIR=/home/spathare/docker-volumes/zanata-deployments + mkdir -p /home/spathare/docker-volumes/zanata-deployments + chcon -Rt svirt_sandbox_file_t /home/spathare/docker-volumes/zanata-deployments + '[' -f /home/spathare/Zanata/zanata-platform/server/zanata-war/target/zanata-4.1.0-SNAPSHOT.war ']' + rm -f /home/spathare/docker-volumes/zanata-deployments/ROOT.war + ln /home/spathare/Zanata/zanata-platform/server/zanata-war/target/zanata-4.1.0-SNAPSHOT.war /home/spathare/docker-volumes/zanata-deployments/ROOT.war + HTTP_PORT=8080 + DEBUG_PORT=8787 + MGMT_PORT=9090 + MAIL_HOST=localhost + MAIL_CREDENTIAL_ENV= + getopts :e:p:n:hl: opt + case ${opt} in + echo '===== set JBoss port offset to 100 =====' ===== set JBoss port offset to 100 ===== + '[' 100 -eq 100 ']' + HTTP_PORT=8180 + DEBUG_PORT=8887 + MGMT_PORT=9190 + echo '===== http port : 8180' ===== http port : 8180 + echo '===== debug port : 8887' ===== debug port : 8887 + echo '===== management port : 9190' ===== management port : 9190 + getopts :e:p:n:hl: opt + case ${opt} in + echo '==== use smtp.redhat.com as mail host ====' ==== use smtp.redhat.com as mail host ==== + MAIL_HOST=smtp.redhat.com + getopts :e:p:n:hl: opt + ensure_docker_network + docker network ls + grep -w docker-network bf317c7960f1 docker-network bridge local + echo 'will use docker network docker-network' will use docker network docker-network + ZANATA_DIR=/home/spathare/docker-volumes/zanata + mkdir -p /home/spathare/docker-volumes/zanata + chcon -Rt svirt_sandbox_file_t /home/spathare/docker-volumes/zanata + docker build -t zanata/server-dev docker/ Sending build context to Docker daemon 32.77 kB Step 1/10 : FROM jboss/wildfly:10.1.0.Final ---> 73229ce49827 Step 2/10 : ENV DB_HOSTNAME zanatadb MAIL_HOST localhost MAIL_USERNAME ' ' MAIL_PASSWORD ' ' ---> Using cache ---> 45db21a5f64a Step 3/10 : USER root ---> Using cache ---> 081c586212e1 Step 4/10 : COPY conf/mysql-module/ /opt/jboss/wildfly/modules/ ---> Using cache ---> af5ea28a73cc Step 5/10 : RUN yum -y install mysql-connector-java && yum clean all && ln -sf /usr/share/java/mysql-connector-java.jar /opt/jboss/wildfly/modules/com/mysql/main/mysql-connector-java.jar ---> Using cache ---> dade7d30d1b6 Step 6/10 : COPY conf/zanata-config.cli /tmp/ ---> Using cache ---> 1b00a4ba80f8 Step 7/10 : USER jboss ---> Using cache ---> 85d9a6e5c033 Step 8/10 : RUN /opt/jboss/wildfly/bin/jboss-cli.sh --file=/tmp/zanata-config.cli ---> Using cache ---> c1ad94c0d138 Step 9/10 : RUN sed -i '/<\/paths>/ i ' /opt/jboss/wildfly/modules/system/layers/base/sun/jdk/main/module.xml ---> Using cache ---> e8b8d5b89251 Step 10/10 : CMD /opt/jboss/wildfly/bin/standalone.sh --debug -b 0.0.0.0 -c standalone-full.xml ---> Using cache ---> fb96ad52ea93 Successfully built fb96ad52ea93 + JBOSS_DEPLOYMENT_VOLUME=/opt/jboss/wildfly/standalone/deployments/ + docker run -e 'JAVA_OPTS=-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/jboss/zanata' -e DB_USERNAME=zanata -e DB_PASSWORD=zanatapw -e DB_SCHEMA=zanata -e DB_HOSTNAME=zanatadb -e MAIL_HOST=smtp.redhat.com --rm --name zanata --net=docker-network -p 8180:8080 -p 8887:8787 -p 9190:9990 -it -v /home/spathare/docker-volumes/zanata-deployments:/opt/jboss/wildfly/standalone/deployments/ -v /home/spathare/docker-volumes/zanata:/opt/jboss/zanata zanata/server-dev JAVA_OPTS already set in environment; overriding default settings with values: -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/jboss/zanata ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss/wildfly JAVA: /usr/lib/jvm/java/bin/java JAVA_OPTS: -server -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/jboss/zanata -agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n ========================================================================= Listening for transport dt_socket at address: 8787 03:49:52,886 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final 03:49:53,120 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final 03:49:53,201 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting 03:49:55,884 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 16) WFLYDR0001: Content added at location /opt/jboss/wildfly/standalone/data/content/7c/a2c560d8412efca831a7d27c8d9a0686dbef0f/content 03:49:55,925 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 03:49:55,984 INFO [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final 03:49:56,008 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final 03:49:56,137 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem. 03:49:56,376 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors 03:49:56,388 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 52) WFLYNAM0001: Activating Naming Subsystem 03:49:56,393 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique. 03:49:56,404 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main] 03:49:56,449 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension 03:49:56,453 INFO [org.jboss.as.security] (ServerService Thread Pool -- 59) WFLYSEC0002: Activating Security Subsystem 03:49:56,458 INFO [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 42) WFLYIIOP0001: Activating IIOP Subsystem 03:49:56,500 INFO [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=4.9.6.Final 03:49:56,609 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final 03:49:56,726 INFO [org.jboss.as.connector] (MSC service thread 1-6) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final) 03:49:56,745 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3) 03:49:56,758 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting 03:49:56,791 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default] 03:49:56,806 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2 03:49:56,808 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service 03:49:56,838 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1) 03:49:56,890 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = mysql 03:49:57,063 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0014: Creating file handler for path '/opt/jboss/wildfly/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]'] 03:49:57,079 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing. 03:49:57,086 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host. 03:49:57,125 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server. 03:49:57,126 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0018: Host default-host starting 03:49:57,252 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on [0:0:0:0:0:0:0:0]:8080 03:49:57,523 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS] 03:49:57,523 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/zanataDatasource] 03:49:57,612 INFO [org.wildfly.iiop.openjdk] (MSC service thread 1-7) WFLYIIOP0009: CORBA ORB Service started 03:49:57,655 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-6) WFLYMSGAMQ0075: AIO wasn't located on this platform, it will fall back to using pure Java NIO. Your platform is Linux, install LibAIO to enable the AIO journal and achieve optimal performance. 03:49:57,765 WARN [org.jboss.as.domain.management.security] (MSC service thread 1-7) WFLYDM0111: Keystore /opt/jboss/wildfly/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost 03:49:57,969 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/jboss/wildfly/standalone/deployments 03:49:57,990 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "ROOT.war" (runtime-name: "ROOT.war") 03:49:58,334 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTPS listener https listening on [0:0:0:0:0:0:0:0]:8443 03:49:58,363 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/opt/jboss/wildfly/standalone/data/activemq/journal,bindingsDirectory=/opt/jboss/wildfly/standalone/data/activemq/bindings,largeMessagesDirectory=/opt/jboss/wildfly/standalone/data/activemq/largemessages,pagingDirectory=/opt/jboss/wildfly/standalone/data/activemq/paging) 03:49:58,381 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-8) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final 03:49:58,442 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 72) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 03:49:58,441 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 70) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 03:49:58,455 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 70) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 03:49:58,455 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 72) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 03:49:58,464 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 73) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 03:49:58,475 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 73) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated. 03:49:58,493 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221013: Using NIO Journal 03:49:58,624 INFO [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6) 03:49:58,751 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE 03:49:58,760 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-amqp-protocol]. Adding protocol support for: AMQP 03:49:58,773 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-hornetq-protocol]. Adding protocol support for: HORNETQ 03:49:58,775 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221043: Protocol module found: [artemis-stomp-protocol]. Adding protocol support for: STOMP 03:49:59,067 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor 03:49:59,070 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-2) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor-throughput acceptor 03:49:59,067 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-7) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor 03:49:59,070 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0016: Registered HTTP upgrade for activemq-remoting protocol handled by http-acceptor acceptor 03:49:59,170 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221007: Server is now live 03:49:59,170 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 64) AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0.wildfly-017 [nodeID=d505f2ff-e9c3-11e6-bdd2-411dd7752144] 03:49:59,175 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 73) AMQ221003: trying to deploy queue jms.queue.MailsQueue 03:49:59,360 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 69) AMQ221003: trying to deploy queue jms.queue.DLQ 03:49:59,474 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 70) WFLYMSGAMQ0002: Bound messaging object to jndi name java:/ConnectionFactory 03:49:59,474 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 72) AMQ221003: trying to deploy queue jms.queue.ExpiryQueue 03:49:59,479 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 66) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory 03:49:59,514 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0007: Registered connection factory java:/JmsXA 03:49:59,657 INFO [org.apache.activemq.artemis.ra] (MSC service thread 1-2) Resource adaptor started 03:49:59,657 INFO [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatoractivemq-ra 03:49:59,661 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-3) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA] 03:49:59,661 INFO [org.wildfly.extension.messaging-activemq] (MSC service thread 1-3) WFLYMSGAMQ0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory 03:50:06,886 WARN [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry lib/snakeyaml-1.13.jar in /content/ROOT.war/WEB-INF/lib/liquibase-core-3.4.2.jar does not point to a valid jar for a Class-Path reference. 03:50:07,910 INFO [org.jboss.as.jpa] (MSC service thread 1-6) WFLYJPA0002: Read persistence.xml for zanataDatasourcePU 03:50:08,415 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.ROOT.war" is using a private module ("org.infinispan:main") which may be changed or removed in future versions without notice. 03:50:08,416 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.ROOT.war" is using a private module ("org.antlr:main") which may be changed or removed in future versions without notice. 03:50:08,416 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.ROOT.war" is using a private module ("org.jboss.security.negotiation:main") which may be changed or removed in future versions without notice. 03:50:08,417 WARN [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.ROOT.war" is using a private module ("org.infinispan.commons:main") which may be changed or removed in future versions without notice. 03:50:08,483 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ROOT.war#zanataDatasourcePU' 03:50:08,533 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 66) HHH000204: Processing PersistenceUnitInfo [ name: zanataDatasourcePU ...] 03:50:08,677 INFO [org.hibernate.Version] (ServerService Thread Pool -- 66) HHH000412: Hibernate Core {5.0.10.Final} 03:50:08,679 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 66) HHH000206: hibernate.properties not found 03:50:08,682 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 66) HHH000021: Bytecode provider name : javassist 03:50:08,792 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 66) HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 03:50:08,866 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment ROOT.war 03:50:08,998 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.4.Final 03:50:09,196 INFO [org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider] (MSC service thread 1-2) Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: 'vfs:/content/ROOT.war/WEB-INF/classes/META-INF/apache-deltaspike.properties' 03:50:09,200 INFO [org.apache.deltaspike.core.impl.config.EnvironmentPropertyConfigSourceProvider] (MSC service thread 1-2) Custom config found by DeltaSpike. Name: 'META-INF/apache-deltaspike.properties', URL: 'vfs:/content/ROOT.war/WEB-INF/lib/deltaspike-jpa-module-impl-1.7.0.jar/META-INF/apache-deltaspike.properties' 03:50:09,220 INFO [org.apache.deltaspike.core.util.ProjectStageProducer] (MSC service thread 1-2) Computed the following DeltaSpike ProjectStage: Production 03:50:09,668 INFO [org.zanata.notification.EmailQueueMessageReceiver] (MSC service thread 1-5) email queue payload handlers: {org.zanata.events.LanguageTeamPermissionChangedEvent=class org.zanata.notification.LanguageTeamPermissionChangeJmsMessagePayloadHandler} 03:50:10,072 INFO [org.jboss.weld.Version] (MSC service thread 1-5) WELD-000900: 2.3.5 (Final) 03:50:10,248 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0042: Started message driven bean 'EmailQueueMessageReceiver' with 'activemq-ra.rar' resource adapter 03:50:10,251 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0042: Started message driven bean 'ExpiryQueueReceiver' with 'activemq-ra.rar' resource adapter 03:50:10,254 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0042: Started message driven bean 'DeadLetterQueueReceiver' with 'activemq-ra.rar' resource adapter 03:50:10,463 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ROOT.war#zanataDatasourcePU' 03:50:10,730 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 66) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect 03:50:10,774 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 66) Envers integration enabled? : true 03:50:11,382 WARN [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 66) HHH000038: Composite-id class does not override equals(): org.zanata.model.HProjectGlossary$HProjectGlossaryPk 03:50:11,382 WARN [org.hibernate.mapping.RootClass] (ServerService Thread Pool -- 66) HHH000039: Composite-id class does not override hashCode(): org.zanata.model.HProjectGlossary$HProjectGlossaryPk 03:50:11,429 INFO [org.hibernate.cache.spi.UpdateTimestampsCache] (ServerService Thread Pool -- 66) HHH000250: Starting update timestamps cache at region: ROOT.war#zanataDatasourcePU.org.hibernate.cache.spi.UpdateTimestampsCache 03:50:12,180 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.hibernate.cache.spi.UpdateTimestampsCache cache from hibernate container 03:50:12,185 INFO [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 66) HHH000248: Starting query cache at region: ROOT.war#zanataDatasourcePU.org.hibernate.cache.internal.StandardQueryCache 03:50:12,192 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.hibernate.cache.internal.StandardQueryCache cache from hibernate container 03:50:12,539 INFO [org.zanata.webtrans.server.HibernateIntegrator] (ServerService Thread Pool -- 66) register event listener: org.zanata.webtrans.server.TranslationUpdateListenerLazyLoader@76f6d48f 03:50:12,541 WARN [org.hibernate.event.service.internal.PostCommitEventListenerGroupImpl] (ServerService Thread Pool -- 66) Encountered event listener [org.zanata.service.impl.SlugEntityUpdatedListener] for post-commit event [post-commit-update] which did not implement the corresponding extended listener contract [org.hibernate.event.spi.PostCommitUpdateEventListener] 03:50:12,550 INFO [org.hibernate.search.engine.Version] (ServerService Thread Pool -- 66) HSEARCH000034: Hibernate Search 5.5.1.Final 03:50:12,588 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.po.HPoHeader cache from hibernate container 03:50:12,605 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.po.HPoHeader-pending-puts cache from hibernate container 03:50:12,656 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProjectIteration cache from hibernate container 03:50:12,662 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProjectIteration-pending-puts cache from hibernate container 03:50:12,697 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.po.HPotEntryData cache from hibernate container 03:50:12,702 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.po.HPotEntryData-pending-puts cache from hibernate container 03:50:12,713 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HPerson cache from hibernate container 03:50:12,719 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HPerson-pending-puts cache from hibernate container 03:50:12,739 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlow cache from hibernate container 03:50:12,747 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlow-pending-puts cache from hibernate container 03:50:12,766 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HSimpleComment cache from hibernate container 03:50:12,777 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HSimpleComment-pending-puts cache from hibernate container 03:50:12,787 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HGlossaryTerm cache from hibernate container 03:50:12,813 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HGlossaryTerm-pending-puts cache from hibernate container 03:50:12,824 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HAccountResetPasswordKey cache from hibernate container 03:50:12,834 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HAccountResetPasswordKey-pending-puts cache from hibernate container 03:50:12,842 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject cache from hibernate container 03:50:12,848 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject-pending-puts cache from hibernate container 03:50:12,873 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlowTargetReviewComment cache from hibernate container 03:50:12,877 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlowTargetReviewComment-pending-puts cache from hibernate container 03:50:12,911 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HDocument cache from hibernate container 03:50:12,915 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HDocument-pending-puts cache from hibernate container 03:50:12,959 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HAccount cache from hibernate container 03:50:12,964 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HAccount-pending-puts cache from hibernate container 03:50:12,976 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.po.HPoTargetHeader cache from hibernate container 03:50:12,981 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.po.HPoTargetHeader-pending-puts cache from hibernate container 03:50:13,016 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HCopyTransOptions cache from hibernate container 03:50:13,023 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HCopyTransOptions-pending-puts cache from hibernate container 03:50:13,042 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HLocale cache from hibernate container 03:50:13,046 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HLocale-pending-puts cache from hibernate container 03:50:13,061 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HGlossaryEntry cache from hibernate container 03:50:13,067 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HGlossaryEntry-pending-puts cache from hibernate container 03:50:13,078 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HRoleAssignmentRule cache from hibernate container 03:50:13,083 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HRoleAssignmentRule-pending-puts cache from hibernate container 03:50:13,096 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlowTarget cache from hibernate container 03:50:13,101 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlowTarget-pending-puts cache from hibernate container 03:50:13,140 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HAccount.roles cache from hibernate container 03:50:13,145 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HAccount.roles-pending-puts cache from hibernate container 03:50:13,152 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject.members cache from hibernate container 03:50:13,157 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject.members-pending-puts cache from hibernate container 03:50:13,167 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlow.targets cache from hibernate container 03:50:13,170 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HTextFlow.targets-pending-puts cache from hibernate container 03:50:13,174 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject.localeMembers cache from hibernate container 03:50:13,177 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject.localeMembers-pending-puts cache from hibernate container 03:50:13,207 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject.projectIterations cache from hibernate container 03:50:13,210 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HProject.projectIterations-pending-puts cache from hibernate container 03:50:13,215 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HLocale.members cache from hibernate container 03:50:13,219 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.org.zanata.model.HLocale.members-pending-puts cache from hibernate container 03:50:13,498 INFO [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 66) HHH000397: Using ASTQueryTranslatorFactory 03:50:13,579 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.size]; use collection function syntax instead [size(null)]. 03:50:13,586 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.size]; use collection function syntax instead [size(null)]. 03:50:13,596 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.size]; use collection function syntax instead [size(null)]. 03:50:13,600 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.size]; use collection function syntax instead [size(null)]. 03:50:13,607 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.size]; use collection function syntax instead [size(null)]. 03:50:13,614 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.size]; use collection function syntax instead [size(null)]. 03:50:14,042 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.message.MessageBundleExtension.detectInterfaces(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,056 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.scheduler.impl.SchedulerExtension.findScheduledJobs(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,071 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.jsf.impl.scope.mapped.MappedJsf2ScopeExtension.convertJsf2Scopes(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,073 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.interceptor.GlobalInterceptorExtension.promoteInterceptors(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,094 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension.vetoBeans(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,101 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.security.impl.extension.SecurityExtension.processAnnotatedType(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,108 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] public org.apache.deltaspike.jsf.impl.injection.proxy.ConverterAndValidatorProxyExtension.findConverterAndValidatorsWhichNeedProxiesForDependencyInjectionSupport(@Observes ProcessAnnotatedType, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:14,114 INFO [org.jboss.weld.Event] (MSC service thread 1-1) WELD-000411: Observer method [BackedAnnotatedMethod] protected org.apache.deltaspike.jsf.impl.config.view.ViewConfigExtension.buildViewConfigMetaDataTree(@Observes ProcessAnnotatedType) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds. 03:50:16,135 INFO [org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension] (MSC service thread 1-1) org.zanata.jpa.NoNestingTransactionStrategy is configured as global-alternative 03:50:18,228 INFO [org.apache.deltaspike.scheduler.impl.AbstractQuartzScheduler] (MSC service thread 1-1) no custom quartz-config file found. falling back to the default config provided by quartz. 03:50:18,276 INFO [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-1) Using default implementation for ThreadExecutor 03:50:18,279 INFO [org.quartz.simpl.SimpleThreadPool] (MSC service thread 1-1) Job execution threads will use class loader of thread: MSC service thread 1-1 03:50:18,310 INFO [org.quartz.core.SchedulerSignalerImpl] (MSC service thread 1-1) Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl 03:50:18,312 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Quartz Scheduler v.2.2.1 created. 03:50:18,313 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) JobFactory set to: org.apache.deltaspike.scheduler.impl.CdiAwareJobFactory@10a6400c 03:50:18,314 INFO [org.quartz.simpl.RAMJobStore] (MSC service thread 1-1) RAMJobStore initialized. 03:50:18,315 INFO [org.quartz.core.QuartzScheduler] (MSC service thread 1-1) Scheduler meta-data: Quartz Scheduler (v2.2.1) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally. NOT STARTED. Currently in standby mode. Number of jobs executed: 0 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered. 03:50:18,315 INFO [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-1) Quartz scheduler 'DefaultQuartzScheduler' initialized from an externally provided properties instance. 03:50:18,315 INFO [org.quartz.impl.StdSchedulerFactory] (MSC service thread 1-1) Quartz scheduler version: 2.2.1 03:50:19,326 INFO [org.quartz.core.QuartzScheduler] (Thread-102) Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started. 03:50:20,181 INFO [org.zanata.servlet.ZanataServletExtension] (ServerService Thread Pool -- 77) Cookie path is "/" 03:50:20,263 INFO [org.richfaces.log.Webapp] (ServerService Thread Pool -- 77) Auto-registered servlet ResourceServlet with mapping '/org.richfaces.resources/*' 03:50:20,281 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) Settings for org.zanata.servlet.LeakListener (CL: 0x62125093): 03:50:20,281 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) stopThreads = true 03:50:20,281 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) stopTimerThreads = true 03:50:20,281 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) executeShutdownHooks = true 03:50:20,281 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) threadWaitMs = 5000 ms 03:50:20,281 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) shutdownHookWaitMs = 10000 ms 03:50:20,282 INFO [se.jiderhamn.classloader.leak.prevention.ClassLoaderLeakPreventor] (ServerService Thread Pool -- 77) Initializing context by loading some known offenders with system classloader 03:50:20,487 INFO [org.zanata.database.DatabaseMetadataListener] (ServerService Thread Pool -- 77) =================================== 03:50:20,487 INFO [org.zanata.database.DatabaseMetadataListener] (ServerService Thread Pool -- 77) Database: name MySQL, version 5.5.5-10.1.18-MariaDB-1~jessie (major: 5, minor: 5) 03:50:20,487 INFO [org.zanata.database.DatabaseMetadataListener] (ServerService Thread Pool -- 77) JDBC Driver: name MySQL Connector Java, version mysql-connector-java-5.1.25-SNAPSHOT ( Revision: ${bzr.revision-id} ) 03:50:20,487 INFO [org.zanata.database.DatabaseMetadataListener] (ServerService Thread Pool -- 77) =================================== 03:50:20,858 INFO [liquibase] (ServerService Thread Pool -- 77) Successfully acquired change log lock 03:50:22,327 INFO [liquibase] (ServerService Thread Pool -- 77) Reading from zanata.DATABASECHANGELOG 03:50:22,566 INFO [liquibase] (ServerService Thread Pool -- 77) db/db.changelog.xml: db/changelogs/db.changelog-validations.xml::check-innodb::sflaniga@redhat.com: ChangeSet db/changelogs/db.changelog-validations.xml::check-innodb::sflaniga@redhat.com ran successfully in 3ms 03:50:22,574 INFO [liquibase] (ServerService Thread Pool -- 77) Successfully released change log lock 03:50:22,661 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) App server release codename: Kenny 03:50:22,661 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) App server release version: 2.2.0.Final 03:50:22,661 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) WildFly Full version: 10.1.0.Final 03:50:22,775 INFO [org.zanata.ApplicationConfiguration] (ServerService Thread Pool -- 77) Reloading configuration 03:50:22,777 WARN [org.zanata.config.SystemPropertyConfigStore] (ServerService Thread Pool -- 77) Invalid system property value [null] is given to authenticatedSessionTimeoutMinutes. Fall back to default 180 03:50:22,778 WARN [org.zanata.config.SystemPropertyConfigStore] (ServerService Thread Pool -- 77) Invalid system property value [null] is given to accessTokenExpiresInSeconds. Fall back to default 3600 03:50:22,895 INFO [org.zanata.ApplicationConfiguration] (ServerService Thread Pool -- 77) Email log appender is disabled. 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ============================================ 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) &( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) (((((& ((((((((((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) (((((((((((((((((((((((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) #(((((((((((((( ((((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((((((((((((((((((( #(((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((((((((((((((((((((((# (((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) (((((((((((((((((((((((# ((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) (((& #((((((((((((((((((( &((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((( (((((((((((((( ((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((# ((((((((((( ((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((# (((((((((((( ((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((( (((((((((((( ((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((( (((((((((((& ((( 03:50:22,895 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((( (((((((((((( ((( 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((( (((((((((( ((( 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) (((( #(((((((( (((( 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ((((( ((((((((( 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) &(((((((% %(((((((((( 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) #(((((((((((# ((# 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Zanata version: 4.1.0-SNAPSHOT 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) SCM: git-platform-4.0.0-alpha-2-660-g97c79e6 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Red Hat Inc 2008-2017 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) ============================================ 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Internal authentication: enabled 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) OpenID authentication: enabled 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Enable copyTrans: true 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) JavaMelody stats directory: /opt/jboss/zanata/stats: 03:50:22,896 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Lucene index directory: /opt/jboss/zanata/indexes: 03:50:22,910 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Mail Session (JNDI): mail/Default 03:50:22,987 INFO [de.novanic.eventservice.service.registry.DefaultEventRegistry] (ServerService Thread Pool -- 77) Server: Configuration changed - EventServiceConfiguration (Properties "eventservice.properties") Min.: 0ms; Max.: 20000ms; Timeout: 90000ms 03:50:22,987 INFO [org.zanata.webtrans.server.TranslationWorkspaceManagerImpl] (ServerService Thread Pool -- 77) starting... 03:50:22,987 INFO [org.zanata.ZanataInit] (ServerService Thread Pool -- 77) Started Zanata... 03:50:23,134 INFO [org.zanata.util.EssentialDataCreator] (ServerService Thread Pool -- 77) Updating 'user' to include '[project-creator]' 03:50:23,161 WARN [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 77) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)]. 03:50:23,885 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 77) Initializing Mojarra 2.2.13.SP1 20160303-1204 for context '' 03:50:27,899 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 77) Selected fallback cache factory 03:50:27,900 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 77) Creating LRUMap cache instance using parameters: {liquibase.changelog=db/db.changelog.xml, org.richfaces.push.jms.enabled=false, org.richfaces.enableControlSkinningClasses=false, javax.faces.DEFAULT_SUFFIX=.xhtml, org.richfaces.resourceOptimization.enabled=true, javamelody.monitoring-path=/admin/monitoring, facelets.DEVELOPMENT=true, org.richfaces.enableControlSkinning=false, org.richfaces.skin=classic, javax.faces.FACELETS_VIEW_MAPPINGS=*.xhtml, resteasy.injector.factory=org.jboss.resteasy.cdi.CdiInjectorFactory, org.jboss.weld.context.ignore.forward=false, org.richfaces.fileUpload.maxRequestSize=10000000, org.richfaces.builtin.filter.enabled=false, liquibase.datasource=java:jboss/datasources/zanataDatasource, javamelody.datasources=java:jboss/datasources/zanataDatasource, liquibase.onerror.fail=true, org.jboss.weld.context.ignore.include=false, javax.faces.FACELETS_LIBRARIES=/WEB-INF/zanata.taglib.xml, org.jboss.jbossfaces.IS_CDI=true} 03:50:27,901 INFO [org.richfaces.log.Cache] (ServerService Thread Pool -- 77) Creating LRUMap cache instance of 512 items capacity 03:50:27,910 INFO [org.richfaces.log.Application] (ServerService Thread Pool -- 77) RichFaces Core by JBoss by Red Hat, version 4.5.17.Final 03:50:28,041 INFO [org.zanata.rest.JaxRSApplication] (ServerService Thread Pool -- 77) Found 55 JAX-RS classes in total 03:50:28,044 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,045 INFO [org.zanata.rest.JaxRSApplication] (ServerService Thread Pool -- 77) Found 55 JAX-RS classes in total 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.oauth.TokenService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.AsynchronousProcessResourceService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ProjectIterationService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ZanataRestSecurityInterceptor$ZanataRestSecurityBinder from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.AccountService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.HibernateValidationInterceptor from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.VersionService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ZanataServiceExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.IllegalArgumentExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ZanataRestResponseInterceptor from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.NotLoggedInExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ProjectsService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.TranslationMemoryResourceService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.SuggestionsService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,046 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.service.SearchService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.SuggestionsResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.UserService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.AuthorizationExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.StatisticResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.StatisticsServiceImpl from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.ProjectService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ReadOnlyEntityExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.TransUnitService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.ProjectResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.service.impl.SearchServiceImpl from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ZanataRestVersionInterceptor from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.FileService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.HibernateExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ZanataJacksonJsonProvider from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ProjectService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.TranslationService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ServerConfigurationService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.SourceDocResourceService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.TMXParseExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.TextFlowResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ProjectLocalesService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.CopyTransResourceService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.NoSuchEntityExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.search.service.SearchService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.StatisticsService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ProjectIterationLocalesService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.LocalesResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.IntrospectableObjectMonitorService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.SessionDestroyFilter from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.JsonPWriterInterceptor from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.TranslationResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.AccessDeniedExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.ProjectVersionService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.TranslatedDocResourceService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,047 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.TextFlowService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,048 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.service.GlossaryService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,048 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002200: Adding class resource org.zanata.rest.editor.service.LocalesService from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,048 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.ConstraintViolationExceptionMapper from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,048 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.TransUnitResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,048 INFO [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 77) RESTEASY002205: Adding provider class org.zanata.rest.editor.service.resource.UserResource from Application class org.zanata.rest.JaxRSApplication$Proxy$_$$_WeldClientProxy 03:50:28,732 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 77) WFLYUT0021: Registered web context: / 03:50:28,860 INFO [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war") 03:50:29,029 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 03:50:29,029 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990 03:50:29,029 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 36497ms - Started 717 of 999 services (475 services are lazy, passive or on-demand) 03:51:10,381 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) RewriteFilter starting up... 03:51:10,396 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [2] org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener [org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener<2147483647>, org.ocpsoft.rewrite.servlet.impl.DefaultRewriteLifecycleListener<2147483647>] 03:51:10,396 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.servlet.spi.RequestCycleWrapper [org.ocpsoft.rewrite.servlet.impl.HttpRewriteRequestCycleWrapper<0>] 03:51:10,396 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.spi.RewriteProvider [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider<0>] 03:51:10,397 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.servlet.spi.RewriteResultHandler [org.ocpsoft.rewrite.servlet.impl.HttpRewriteResultHandler<0>] 03:51:10,397 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.servlet.spi.InboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpInboundRewriteProducer<0>] 03:51:10,397 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.servlet.spi.OutboundRewriteProducer [org.ocpsoft.rewrite.servlet.impl.HttpOutboundRewriteProducer<0>] 03:51:10,397 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [0] org.ocpsoft.rewrite.servlet.spi.ContextListener [] 03:51:10,397 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestListener [] 03:51:10,398 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [0] org.ocpsoft.rewrite.servlet.spi.RequestParameterProvider [] 03:51:10,398 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [0] org.ocpsoft.rewrite.el.spi.ExpressionLanguageProvider [] 03:51:10,398 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [0] org.ocpsoft.rewrite.spi.InvocationResultHandler [] 03:51:10,399 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [0] org.ocpsoft.common.spi.ServiceEnricher [] 03:51:10,400 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.spi.ConfigurationCacheProvider [org.ocpsoft.rewrite.servlet.impl.ServletContextConfigurationCacheProvider<0>] 03:51:10,401 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Loaded [1] org.ocpsoft.rewrite.config.ConfigurationProvider [org.ocpsoft.rewrite.annotation.config.AnnotationConfigProvider<100>] 03:51:10,403 INFO [org.ocpsoft.rewrite.servlet.impl.DefaultHttpRewriteProvider] (default task-7) Loaded [0] org.ocpsoft.rewrite.spi.RuleCacheProvider [] 03:51:10,430 INFO [org.ocpsoft.rewrite.param.DefaultParameterStore] (default task-7) Loaded [1] org.ocpsoft.rewrite.spi.GlobalParameterProvider [org.ocpsoft.rewrite.instance.WildcardParameterProvider<0>] 03:51:10,621 INFO [org.ocpsoft.rewrite.servlet.RewriteFilter] (default task-7) Rewrite 3.0.0.Alpha10 initialized. 03:51:10,645 INFO [org.ocpsoft.rewrite.param.DefaultParameterValueStore] (default task-7) Loaded [1] org.ocpsoft.rewrite.spi.GlobalParameterProvider [org.ocpsoft.rewrite.instance.WildcardParameterProvider<0>] 03:51:12,621 INFO [org.zanata.util.CommonMarkRenderer] (default task-8) Using commonmark.js version 0.20.0 03:51:12,622 INFO [org.zanata.util.CommonMarkRenderer] (default task-8) Using Google Caja version 5669.0.0 03:51:47,751 INFO [org.hibernate.cache.internal.StandardQueryCache] (default task-51) HHH000248: Starting query cache at region: ROOT.war#zanataDatasourcePU.Account 03:51:47,793 INFO [org.jboss.as.clustering.infinispan] (default task-51) WFLYCLINF0002: Started ROOT.war#zanataDatasourcePU.Account cache from hibernate container 03:51:47,796 INFO [org.zanata.ui.faces.FacesMessages] (default task-51) message to user (wid: 5564): Welcome, Administrator!) 03:51:49,757 WARN [org.hibernate.orm.deprecation] (default task-52) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)]. 03:51:49,783 WARN [org.hibernate.orm.deprecation] (default task-52) HHH90000016: Found use of deprecated 'collection property' syntax in HQL/JPQL query [null.elements]; use collection function syntax instead [elements(null)]. 03:51:49,929 INFO [javax.enterprise.resource.webcontainer.jsf.renderkit] (default task-52) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. sourceId=null[severity=(INFO 0), summary=(Welcome, Administrator!), detail=(Welcome, Administrator!)] 03:54:21,362 INFO [org.zanata.ui.faces.FacesMessages] (default task-37) message to user (wid: 5564): Welcome, test roleassignment!) 03:54:22,217 INFO [javax.enterprise.resource.webcontainer.jsf.renderkit] (default task-38) WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. sourceId=null[severity=(INFO 0), summary=(Welcome, test roleassignment!), detail=(Welcome, test roleassignment!)] 03:54:30,441 ERROR [org.jboss.weld.Bean] (default task-49) WELD-000019: Error destroying an instance org.zanata.security.ZanataIdentity$Proxy$_$$_WeldSubclass@449ea09f of Managed Bean [class org.zanata.security.ZanataIdentity] with qualifiers [@Default @Named @Any]