#1 2019-02-22 02:50:56

pipchan
Member
Registered: 2014-11-25

Deploys to JBoss EAP 7.1.5GA Error Found

When we try to upgrade the JBoss from 7.0 to 7.1 we found the following error

The application profile for ReportServer

<profile name="rsProfile">
    <subsystem xmlns="urn:jboss:domain:logging:3.0">
        <console-handler name="CONSOLE">
            <level name="INFO"/>
            <formatter>
                <named-formatter name="COLOR-PATTERN"/>
            </formatter>
        </console-handler>
        <periodic-rotating-file-handler name="FILE" autoflush="true">
            <formatter>
                <named-formatter name="PATTERN"/>
            </formatter>
            <file relative-to="jboss.server.log.dir" path="server.log"/>
            <suffix value=".yyyy-MM-dd"/>
            <append value="true"/>
        </periodic-rotating-file-handler>
        <logger category="com.arjuna">
            <level name="WARN"/>
        </logger>
        <logger category="org.jboss.as.config">
            <level name="DEBUG"/>
        </logger>
        <logger category="sun.rmi">
            <level name="WARN"/>
        </logger>
        <root-logger>
            <level name="INFO"/>
            <handlers>
                <handler name="CONSOLE"/>
                <handler name="FILE"/>
            </handlers>
        </root-logger>
        <formatter name="PATTERN">
            <pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/>
        </formatter>
        <formatter name="COLOR-PATTERN">
            <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/>
        </formatter>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:batch-jberet:2.0">
        <default-job-repository name="in-memory"/>
        <default-thread-pool name="batch"/>
        <job-repository name="in-memory">
            <in-memory/>
        </job-repository>
        <thread-pool name="batch">
            <max-threads count="10"/>
            <keepalive-time time="30" unit="seconds"/>
        </thread-pool>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:bean-validation:1.0"/>
    <subsystem xmlns="urn:jboss:domain:core-management:1.0"/>
    <subsystem xmlns="urn:jboss:domain:datasources:5.0">
        <datasources>
            <datasource jta="true" jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-ccm="false">
                <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url>
                <driver>h2</driver>
                <validation>
                    <background-validation>false</background-validation>
                </validation>
            </datasource>
            <drivers>
                <driver name="h2" module="com.h2database.h2">
                    <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
                </driver>
            </drivers>
        </datasources>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:ee:4.0">
        <global-modules>
            <module name="com.microsoft.sqlserver.jdbc" slot="main"/>
        </global-modules>
        <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>
        <concurrent>
            <context-services>
                <context-service name="default" jndi-name="java:jboss/ee/concurrency/context/default" use-transaction-setup-provider="true"/>
            </context-services>
            <managed-thread-factories>
                <managed-thread-factory name="default" jndi-name="java:jboss/ee/concurrency/factory/default" context-service="default"/>
            </managed-thread-factories>
            <managed-executor-services>
                <managed-executor-service name="default" jndi-name="java:jboss/ee/concurrency/executor/default" context-service="default" hung-task-threshold="60000" keepalive-time="5000"/>
            </managed-executor-services>
            <managed-scheduled-executor-services>
                <managed-scheduled-executor-service name="default" jndi-name="java:jboss/ee/concurrency/scheduler/default" context-service="default" hung-task-threshold="60000" keepalive-time="3000"/>
            </managed-scheduled-executor-services>
        </concurrent>
        <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" jms-connection-factory="java:jboss/DefaultJMSConnectionFactory" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:ejb3:5.0">
        <session-bean>
            <stateless>
                <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
            </stateless>
            <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
            <singleton default-access-timeout="5000"/>
        </session-bean>
        <mdb>
            <resource-adapter-ref resource-adapter-name="${ejb.resource-adapter-name:activemq-ra.rar}"/>
            <bean-instance-pool-ref pool-name="mdb-strict-max-pool"/>
        </mdb>
        <pools>
            <bean-instance-pools>
                <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
            </bean-instance-pools>
        </pools>
        <caches>
            <cache name="simple"/>
            <cache name="distributable" passivation-store-ref="infinispan" aliases="passivating clustered"/>
        </caches>
        <passivation-stores>
            <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/>
        </passivation-stores>
        <async thread-pool-name="default"/>
        <timer-service thread-pool-name="default" default-data-store="default-file-store">
            <data-stores>
                <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
            </data-stores>
        </timer-service>
        <remote connector-ref="http-remoting-connector" thread-pool-name="default" />
        <thread-pools>
            <thread-pool name="default">
                <max-threads count="10"/>
                <keepalive-time time="100" unit="milliseconds"/>
            </thread-pool>
        </thread-pools>
        <iiop enable-by-default="false" use-qualified-name="false"/>
        <default-security-domain value="other"/>
        <default-missing-method-permissions-deny-access value="true"/>
        <log-system-exceptions value="true"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:io:2.0">
        <worker name="default" io-threads="64" task-max-threads="256"/>
        <buffer-pool name="default"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:infinispan:4.0">
        <cache-container name="server" default-cache="default" module="org.wildfly.clustering.server">
            <local-cache name="default">
                <transaction mode="BATCH"/>
            </local-cache>
        </cache-container>
        <cache-container name="web" default-cache="passivation" module="org.wildfly.clustering.web.infinispan">
            <local-cache name="passivation">
                <locking isolation="REPEATABLE_READ"/>
                <transaction mode="BATCH"/>
                <file-store passivation="true" purge="false"/>
            </local-cache>
            <local-cache name="persistent">
                <locking isolation="REPEATABLE_READ"/>
                <transaction mode="BATCH"/>
                <file-store passivation="false" purge="false"/>
            </local-cache>
        </cache-container>
        <cache-container name="ejb" aliases="sfsb" default-cache="passivation" module="org.wildfly.clustering.ejb.infinispan">
            <local-cache name="passivation">
                <locking isolation="REPEATABLE_READ"/>
                <transaction mode="BATCH"/>
                <file-store passivation="true" purge="false"/>
            </local-cache>
            <local-cache name="persistent">
                <locking isolation="REPEATABLE_READ"/>
                <transaction mode="BATCH"/>
                <file-store passivation="false" purge="false"/>
            </local-cache>
        </cache-container>
        <cache-container name="hibernate" default-cache="local-query" module="org.hibernate.infinispan">
            <local-cache name="entity">
                <transaction mode="NON_XA"/>
                <eviction strategy="LRU" max-entries="10000"/>
                <expiration max-idle="100000"/>
            </local-cache>
            <local-cache name="local-query">
                <eviction strategy="LRU" max-entries="10000"/>
                <expiration max-idle="100000"/>
            </local-cache>
            <local-cache name="timestamps"/>
        </cache-container>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:iiop-openjdk:2.0">
        <orb socket-binding="iiop"/>
        <initializers security="identity" transactions="spec"/>
        <security server-requires-ssl="false" client-requires-ssl="false"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
    <subsystem xmlns="urn:jboss:domain:jca:5.0">
        <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/>
        <bean-validation enabled="true"/>
        <default-workmanager>
            <short-running-threads>
                <core-threads count="50"/>
                <queue-length count="50"/>
                <max-threads count="50"/>
                <keepalive-time time="10" unit="seconds"/>
            </short-running-threads>
            <long-running-threads>
                <core-threads count="50"/>
                <queue-length count="50"/>
                <max-threads count="50"/>
                <keepalive-time time="10" unit="seconds"/>
            </long-running-threads>
        </default-workmanager>
        <cached-connection-manager/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
    <subsystem xmlns="urn:jboss:domain:jmx:1.3">
        <expose-resolved-model/>
        <expose-expression-model/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:jpa:1.1">
        <jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:jsf:1.0"/>
    <subsystem xmlns="urn:jboss:domain:jsr77:1.0"/>
    <subsystem xmlns="urn:jboss:domain:mail:3.0">
        <mail-session name="default" jndi-name="java:jboss/mail/Default">
            <smtp-server outbound-socket-binding-ref="mail-smtp"/>
        </mail-session>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:messaging-activemq:2.0">
        <server name="default">
            <security-setting name="#">
                <role name="guest" send="true" consume="true" create-non-durable-queue="true" delete-non-durable-queue="true"/>
            </security-setting>
            <address-setting name="#" dead-letter-address="jms.queue.DLQ" expiry-address="jms.queue.ExpiryQueue" max-size-bytes="10485760" page-size-bytes="2097152" message-counter-history-day-limit="10"/>
            <http-connector name="http-connector" socket-binding="http" endpoint="http-acceptor"/>
            <http-connector name="http-connector-throughput" socket-binding="http" endpoint="http-acceptor-throughput">
                <param name="batch-delay" value="50"/>
            </http-connector>
            <in-vm-connector name="in-vm" server-id="0">
                <param name="buffer-pooling" value="false"/>
            </in-vm-connector>
            <http-acceptor name="http-acceptor" http-listener="default"/>
            <http-acceptor name="http-acceptor-throughput" http-listener="default">
                <param name="batch-delay" value="50"/>
                <param name="direct-deliver" value="false"/>
            </http-acceptor>
            <in-vm-acceptor name="in-vm" server-id="0">
                <param name="buffer-pooling" value="false"/>
            </in-vm-acceptor>
            <jms-queue name="ExpiryQueue" entries="java:/jms/queue/ExpiryQueue"/>
            <jms-queue name="DLQ" entries="java:/jms/queue/DLQ"/>
            <connection-factory name="InVmConnectionFactory" entries="java:/ConnectionFactory" connectors="in-vm"/>
            <connection-factory name="RemoteConnectionFactory" entries="java:jboss/exported/jms/RemoteConnectionFactory" connectors="http-connector"/>
            <pooled-connection-factory name="activemq-ra" entries="java:/JmsXA java:jboss/DefaultJMSConnectionFactory" connectors="in-vm" transaction="xa"/>
        </server>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:naming:2.0">
        <remote-naming/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
    <subsystem xmlns="urn:jboss:domain:remoting:4.0">
        <endpoint/>
        <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:resource-adapters:5.0"/>
    <subsystem xmlns="urn:jboss:domain:request-controller:1.0"/>
    <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
    <subsystem xmlns="urn:jboss:domain:security:2.0">
        <security-domains>
            <security-domain name="other" cache-type="default">
                <authentication>
                    <login-module code="Remoting" flag="optional">
                        <module-option name="password-stacking" value="useFirstPass"/>
                    </login-module>
                    <login-module code="RealmDirect" flag="required">
                        <module-option name="password-stacking" value="useFirstPass"/>
                    </login-module>
                </authentication>
            </security-domain>
            <security-domain name="jboss-web-policy" cache-type="default">
                <authorization>
                    <policy-module code="Delegating" flag="required"/>
                </authorization>
            </security-domain>
            <security-domain name="jboss-ejb-policy" cache-type="default">
                <authorization>
                    <policy-module code="Delegating" flag="required"/>
                </authorization>
            </security-domain>
            <security-domain name="jaspitest" cache-type="default">
                <authentication-jaspi>
                    <login-module-stack name="dummy">
                        <login-module code="Dummy" flag="optional"/>
                    </login-module-stack>
                    <auth-module code="Dummy"/>
                </authentication-jaspi>
            </security-domain>
        </security-domains>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:security-manager:1.0">
        <deployment-permissions>
            <maximum-set>
                <permission class="java.security.AllPermission"/>
            </maximum-set>
        </deployment-permissions>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:transactions:4.0">
        <core-environment>
            <process-id>
                <uuid/>
            </process-id>
        </core-environment>
        <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:undertow:4.0">
        <buffer-cache name="default"/>
        <server name="default-server">
            <ajp-listener name="ajp-connector" tcp-keep-alive="true" socket-binding="ajp" buffer-pipelined-data="true"/>
            <http-listener name="default" socket-binding="http"/>
            <host name="default-host" alias="localhost">
                <location name="/" handler="welcome-content"/>
                <filter-ref name="server-header"/>
                <filter-ref name="x-powered-by-header"/>
                <filter-ref name="gzipFilter" predicate="regex[pattern='(?:application/json|application/javascript|text/javascript|text/json|text/css|text/html)(;.*)?', value=%{o,Content-Type}, full-match=true]"/>
            </host>
        </server>
        <servlet-container name="default">
            <jsp-config/>
            <websockets/>
        </servlet-container>
        <handlers>
            <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
        </handlers>
        <filters>
            <response-header name="server-header" header-name="Server" header-value="JBoss-EAP/7"/>
            <response-header name="x-powered-by-header" header-name="X-Powered-By" header-value="Undertow/1"/>
            <gzip name="gzipFilter"/>
        </filters>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:webservices:2.0">
        <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
        <endpoint-config name="Standard-Endpoint-Config"/>
        <endpoint-config name="Recording-Endpoint-Config">
            <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
                <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
            </pre-handler-chain>
        </endpoint-config>
        <client-config name="Standard-Client-Config"/>
    </subsystem>
    <subsystem xmlns="urn:jboss:domain:weld:4.0"/>
</profile>
[Server:host01] 10:42:12,464 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 70) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly cre
ated singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at
[url]http://code.google.com/p/google-guice/wiki/Servlets[/url] for more information.
[Server:host01] 10:42:12,465 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 70) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly cre
ated singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at
[url]http://code.google.com/p/google-guice/wiki/Servlets[/url] for more information.
[Server:host01] 10:42:12,465 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 70) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly cre
ated singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at
[url]http://code.google.com/p/google-guice/wiki/Servlets[/url] for more information.
[Server:host01] 10:42:12,465 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 70) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly cre
ated singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at
[url]http://code.google.com/p/google-guice/wiki/Servlets[/url] for more information.
[Server:host01] 10:42:12,466 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 70) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly cre
ated singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at
[url]http://code.google.com/p/google-guice/wiki/Servlets[/url] for more information.
[Server:host01] 10:42:12,477 WARN  [net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl] (ServerService Thread Pool -- 70) Configfile scheduler/scheduler.cf could not be loaded. Default values are in effect.
[Server:host01] 10:42:12,479 WARN  [net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl] (ServerService Thread Pool -- 70) Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
[Server:host01] 10:42:12,480 WARN  [net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl] (ServerService Thread Pool -- 70) Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
[Server:host01] 10:42:12,645 INFO  [net.datenwerke.rs.saiku.service.saiku.ThinQueryServiceImpl] (ServerService Thread Pool -- 70) loaded thinqueryservice
[Server:host01] 10:42:12,822 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 70) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly cre
ated singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at
[url]http://code.google.com/p/google-guice/wiki/Servlets[/url] for more information.
[Server:host01] 10:42:12,956 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 70) WFLYUT0021: Registered web context: '/reportserver305' for server 'default-server'
[Server:host01] 10:42:12,984 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "RS3.0.5-6005.war" (runtime-name : "reportserver305.war")
...
[Server:host01] 10:43:16,633 INFO  [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor] (default task-1) Intercepted NonFatalException: java.lang.RuntimeException: Unable to report failure
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doUnexpectedFailure(AbstractRemoteServiceServlet.java:107)
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:67)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
[Server:host01] 	at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] Caused by: java.io.IOException: An established connection was aborted by the software in your host machine
[Server:host01] 	at sun.nio.ch.SocketDispatcher.write0(Native Method)
[Server:host01] 	at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:51)
[Server:host01] 	at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93)
[Server:host01] 	at sun.nio.ch.IOUtil.write(IOUtil.java:65)
[Server:host01] 	at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471)
[Server:host01] 	at org.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:153)
[Server:host01] 	at org.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:160)
[Server:host01] 	at io.undertow.conduits.AbstractFramedStreamSinkConduit.doWrite(AbstractFramedStreamSinkConduit.java:137)
[Server:host01] 	at io.undertow.conduits.AbstractFramedStreamSinkConduit.flushQueuedData(AbstractFramedStreamSinkConduit.java:207)
[Server:host01] 	at io.undertow.server.protocol.ajp.AjpServerResponseConduit.flush(AjpServerResponseConduit.java:417)
[Server:host01] 	at org.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
[Server:host01] 	at io.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
[Server:host01] 	at org.xnio.channels.Channels.flushBlocking(Channels.java:63)
[Server:host01] 	at io.undertow.servlet.spec.ServletOutputStreamImpl.close(ServletOutputStreamImpl.java:612)
[Server:host01] 	at io.undertow.servlet.spec.ServletOutputStreamImpl.updateWritten(ServletOutputStreamImpl.java:367)
[Server:host01] 	at io.undertow.servlet.spec.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:149)
[Server:host01] 	at io.undertow.servlet.spec.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:125)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPCServletUtils.writeResponse(RPCServletUtils.java:377)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.writeResponse(RemoteServiceServlet.java:528)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:381)
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[Server:host01] 	... 58 more
...

Any deployment notes for JBoss 7.1, or is there anyone successfully deployed the ReportServer3 to Jboss EAP7.1 ?

Last edited by pipchan (2019-02-23 01:51:05)

Offline

#2 2019-02-22 08:31:37

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Deploys to JBoss EAP 7.1.5GA Error Found

Hi pipchan,

did you have reportserver already running in JBoss 7.0  ? Did you change anything else or only the JBoss version?

Regards,
Eduardo

Offline

#3 2019-02-23 00:33:23

pipchan
Member
Registered: 2014-11-25

Re: Deploys to JBoss EAP 7.1.5GA Error Found

we need to plan the upgrade for our client, so update both Jboss  to EAP 7.1.5 and ReportServer from 3.0.3 to 3.0.4/3.0.5.

Below is the testing result of Jboss 7.1.5 + Rs 3.0.4 CE (Planned target version is 3.0.5, but 3.0.5 have even wrost result)

I finally make the ReportServer running on the JBoss

<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
  <deployment>
    <exclusions>
      <module name="org.hibernate" />
      <module name="org.antlr" />
    </exclusions>
    <exclude-subsystems>
      <subsystem name="weld" />
      <subsystem name="org.hibernate" />
      <subsystem name="org.hibernate.validator" />
      <subsystem name="org.antlr" />
      <subsystem name="jpa" />
      <subsystem name="jaxrs" />
    </exclude-subsystems>
    <dependencies>
      <!--<module name="org.bouncycastle" />-->
      <!--<module name="org.bouncycastle" slot="main" export="true"/>-->
    </dependencies>
  </deployment>
</jboss-deployment-structure>

I add the jaxrs exclude and it able to run, I removed the org.bouncycastle and it make the reportserver to boot.

Since the Jboss 7.1 upgrade change a lot in the config, therefore unable to upgrade it and we re-create it from scratch.
JBoss domain.xml config modified base on the old working jboss7.0 config, it can be provided if need via private message or email.

Current problem is the report unable to browse the datasources. The datasources are able to connect to database in the test. I tried set default to the datasource via config, but the report will get the following error.

UhLCHWjITfvonMVxltLbDebG

Error: An error occurred during report execution.
Could not retrieve entry from session
To get help please contact an administrator.
Details
java.lang.IllegalStateException: Could not retrieve entry from session at net.datenwerke.rs.core.server.reportexport.ReportExportServlet.exportReportViaSession(ReportExportServlet.java:310) at net.datenwerke.rs.core.server.reportexport.ReportExportServlet.doGet(ReportExportServlet.java:168) at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.CGLIB$doGet$0() at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4$$FastClassByGuice$$913cb075.invoke() at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at com.google.inject.persist.jpa.JpaLocalTxnInterceptor.invoke(JpaLocalTxnInterceptor.java:66) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52) at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.doGet() at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.CGLIB$service$14() at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4$$FastClassByGuice$$913cb075.invoke() at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109) at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72) at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52) at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.service() at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263) at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178) at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62) at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58) at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118) at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113) at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65) at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50) at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68) at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501) at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501) at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330) at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)

Server Log

[Server:host01] 08:18:00,191 WARN  [net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4] (default task-228) Could not retrieve entry from session: java.lang.IllegalStateException: Could not retrieve entry from session
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet.exportReportViaSession(ReportExportServlet.java:310)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet.doGet(ReportExportServlet.java:168)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.CGLIB$doGet$0(<generated>)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4$$FastClassByGuice$$913cb075.invoke(<generated>)
[Server:host01] 	at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at com.google.inject.persist.jpa.JpaLocalTxnInterceptor.invoke(JpaLocalTxnInterceptor.java:66)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.doGet(<generated>)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.CGLIB$service$14(<generated>)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4$$FastClassByGuice$$913cb075.invoke(<generated>)
[Server:host01] 	at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52)
[Server:host01] 	at net.datenwerke.rs.core.server.reportexport.ReportExportServlet$$EnhancerByGuice$$50a4b7c4.service(<generated>)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
[Server:host01] 	at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] 

MCKRecpKGetGjMmeVEheTAeN

The datasources unable to list in the report datasource selection screen

Below is the Jboss EAP 7.1.5 + Rs 3.0.5

KdVMTjflADwknJWfbIqQSkxE

In Rs3.0.5, not even the report's datasource not able to see the datasource's tree, other area like FileServer cannot list the tree.

Server log does not show any error.

After modified the jboss-deployment-structure.xml as below can also boot the reportserver

<?xml version="1.0" encoding="UTF-8"?>
<jboss-deployment-structure>
  <deployment>
    <exclusions>
      <module name="org.hibernate" />
      <module name="org.antlr" />
    </exclusions>
    <exclude-subsystems>
      <subsystem name="weld" />
      <subsystem name="org.hibernate" />
      <subsystem name="org.hibernate.validator" />
      <subsystem name="org.antlr" />
      <subsystem name="jpa" />
      <!--<subsystem name="jaxrs" />-->
    </exclude-subsystems>
    <dependencies>
      <module name="org.bouncycastle" />
      <!--<module name="org.bouncycastle" slot="main" export="true"/>-->
    </dependencies>
  </deployment>
</jboss-deployment-structure>    
[Server:host01] 16:24:35,741 INFO  [net.datenwerke.rs.EnvironmentValidator] (ServerService Thread Pool -- 68) 
[Server:host01] 
[Server:host01] 
[Server:host01] 
[Server:host01] 
[Server:host01]   _____                       _    _____                          
[Server:host01]  |  __ \                     | |  / ____|                         
[Server:host01]  | |__) |___ _ __   ___  _ __| |_| (___   ___ _ ____   _____ _ __ 
[Server:host01]  |  _  // _ \ '_ \ / _ \| '__| __|\___ \ / _ \ '__\ \ / / _ \ '__|
[Server:host01]  | | \ \  __/ |_) | (_) | |  | |_ ____) |  __/ |   \ V /  __/ |   
[Server:host01]  |_|  \_\___| .__/ \___/|_|   \__|_____/ \___|_|    \_/ \___|_|   
[Server:host01]             | |                                                   
[Server:host01]             |_|                                                   
[Server:host01] 
[Server:host01] Version: RS3.0.5-6005 2018-10-30-10-32-54
[Server:host01] Code Version: 2018-10-30-10-27-45
[Server:host01] Java Version: Oracle Corporation OpenJDK 64-Bit Server VM 25.191-b12 (1.8)
[Server:host01] VM Args: -D[Server:host01] -Xms512m -Xmx6000m -XX:MetaspaceSize=96m -XX:MaxMetaspaceSize=256m -XX:MaxMetaspaceSize=1024m -Dspy.properties=C:\JBoss\EAPDomains\p6spy\conf\spy.properties -Djava.library.path=C:\JBoss\EAPDomains\jboss-eap-7.1\modules\com\microsoft\sqlserver\jdbc\main;C:\JBoss\EAPDomains\jboss-eap-7.1\modules\net\sourceforge\jtds\main;C:\JBoss\EAPDomains\jboss-eap-7.1\modules\com\mysql\main -Dfile.encoding=UTF8 -Dsun.jnu.encoding=UTF8 -Duser.timezone=Etc/GMT-8 -Djava.io.tmpdir=C:\JBoss\EAPDomains\jboss-tmp -Dhkpf.pen.server=localhost -Dorg.apache.catalina.connector.URI_ENCODING=UTF-8 -Dorg.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING=true -Duser.country=HK -Djava.io.tmpdir=C:\JBoss\java.io.tmpdir\default -Djava.net.preferIPv4Stack=true -Djboss.domain.base.dir=C:\JBoss\EAPDomains\hosts\host1 -Djboss.home.dir=C:\JBoss\EAPDomains\jboss-eap-7.1 -Djboss.instance.id=host01 -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.tx.node.id=host01 -Djboss.server.log.dir=C:\JBoss\EAPDomains\hosts\host1\servers\host01\log -Djboss.server.temp.dir=C:\JBoss\EAPDomains\hosts\host1\servers\host01\tmp -Djboss.server.data.dir=C:\JBoss\EAPDomains\hosts\host1\servers\host01\data -Dlogging.configuration=file:/C:/JBoss/EAPDomains/hosts/host1/servers/host01/data/logging.properties
[Server:host01] rs.configdir: Not Configured
[Server:host01] 
[Server:host01] ### DB Config ###
[Server:host01] hibernate.dialect: net.datenwerke.rs.utils.hibernate.SQLServer2008Dialect (OK)
[Server:host01] hibernate.connection.driver_class: com.microsoft.sqlserver.jdbc.SQLServerDriver (OK)
[Server:host01] hibernate.connection.url: jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false; (OK)
[Server:host01] hibernate.connection.username: sa
[Server:host01] hibernate.connection.password: ************
[Server:host01] hibernate.default_schema: 
[Server:host01] 
[Server:host01] Connection Test: OK
[Server:host01] Schema Version: RS3.0-11
[Server:host01] 
[Server:host01] 16:24:36,267 INFO  [net.datenwerke.rs.EnvironmentValidator] (ServerService Thread Pool -- 68) Validating database schema...
[Server:host01] 16:24:36,343 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 68) HHH000412: Hibernate Core {5.0.3.Final}
[Server:host01] 16:24:36,347 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 68) HHH000206: hibernate.properties not found
[Server:host01] 16:24:36,349 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 68) HHH000021: Bytecode provider name : javassist
[Server:host01] 16:24:36,562 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 68) HHH000204: Processing PersistenceUnitInfo [
[Server:host01] 	name: reportServerPU
[Server:host01] 	...]
[Server:host01] 16:24:36,605 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 68) HCANN000001: Hibernate Commons Annotations {5.0.0.Final}
[Server:host01] 16:24:36,617 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000006: Attempted to specify unsupported NamingStrategy via setting [hibernate.ejb.naming_strategy]; NamingStrategy has been removed in favor of the split ImplicitNamingStrategy and PhysicalNamingStrategy; use [hibernate.implicit_naming_strategy] or [hibernate.physical_naming_strategy], respectively, instead.
[Server:host01] 16:24:36,667 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 68) HHH010002: C3P0 using driver: com.microsoft.sqlserver.jdbc.SQLServerDriver at URL: jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;
[Server:host01] 16:24:36,668 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 68) HHH000046: Connection properties: {user=sa, password=****, autocommit=false}
[Server:host01] 16:24:36,668 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 68) HHH000006: Autocommit mode: false
[Server:host01] 16:24:36,688 INFO  [com.mchange.v2.log.MLog] (MLog-Init-Reporter) MLog clients using slf4j logging.
[Server:host01] 16:24:36,809 INFO  [com.mchange.v2.c3p0.C3P0Registry] (ServerService Thread Pool -- 68) Initializing c3p0-0.9.5 [built 02-January-2015 13:25:04 -0500; debug? true; trace: 10]
[Server:host01] 16:24:36,841 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 68) HHH000149: JDBC isolation level: <unknown>
[Server:host01] 16:24:36,863 INFO  [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] (ServerService Thread Pool -- 68) Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@551e42f4 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@6dad6e1e [ acquireIncrement -> 5, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1bqyj57a1729vaa1nu33zr|386b8dfc, idleConnectionTestPeriod -> 60, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 3600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@e60eb42e [ description -> null, driverClass -> null, factoryClassLocation -> null, forceUseNamedDriverClass -> false, identityToken -> 1bqyj57a1729vaa1nu33zr|d5db97e, jdbcUrl -> jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;, properties -> {user=******, password=******, autocommit=false} ], preferredTestQuery -> null, privilegeSpawnedThreads -> false, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, extensions -> {}, factoryClassLocation -> null, identityToken -> 1bqyj57a1729vaa1nu33zr|16ff3431, numHelperThreads -> 3 ]
[Server:host01] 16:24:36,936 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 68) HHH000400: Using dialect: net.datenwerke.rs.utils.hibernate.SQLServer2008Dialect
[Server:host01] 16:24:37,019 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 68) Envers integration enabled? : true
[Server:host01] 16:24:38,968 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,970 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,970 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,971 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,971 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,972 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,972 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,972 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,973 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,973 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,973 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,973 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,974 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,974 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,975 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,976 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,977 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,977 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,977 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,978 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,978 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,979 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,980 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,980 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,980 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,981 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,981 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,981 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,981 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,982 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,984 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,984 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,985 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,985 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,986 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,986 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,986 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,987 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,988 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,989 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,990
ARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,991 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,991 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,993 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,993 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,994 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,994 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,994 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,994 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,995 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,995 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,995 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,996 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,996 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,996 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,997 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,998 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,999 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:38,999 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,000 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,000 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,001 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,002 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,002 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,002 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,002 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,003 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,003 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,003 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,004 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,004 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,004 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,004 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,006 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,006 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,006 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,008 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,008 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 68) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:24:39,045 WARN  [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (ServerService Thread Pool -- 68) HHH000402: Using Hibernate built-in connection pool (not for production use!)
[Server:host01] 16:24:39,046 INFO  [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (ServerService Thread Pool -- 68) HHH000401: using driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] at URL [jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;]
[Server:host01] 16:24:39,047 INFO  [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (ServerService Thread Pool -- 68) HHH000046: Connection properties: {user=sa, password=****}
[Server:host01] 16:24:39,047 INFO  [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (ServerService Thread Pool -- 68) HHH000006: Autocommit mode: false
[Server:host01] 16:24:39,050 INFO  [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (ServerService Thread Pool -- 68) HHH000115: Hibernate connection pool size: 20 (min=1)
[Server:host01] 16:24:39,062 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 68) HHH000400: Using dialect: net.datenwerke.rs.utils.hibernate.SQLServer2008Dialect
[Server:host01] 16:24:39,086 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 68) HHH000229: Running schema validator
[Server:host01] 16:24:45,342 INFO  [org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl] (ServerService Thread Pool -- 68) HHH000030: Cleaning up connection pool [jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;]
[Server:host01] 16:24:45,811 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.AdminResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.AdminResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.ExporterResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.ExporterResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.FilterRepositoryResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.FilterRepositoryResource
[Server:host01] 16:24:45,812 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.InfoResource
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.InfoResource
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.License
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.License
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.Query2Resource
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.Query2Resource
[Server:host01] 16:24:45,813 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.SessionResource
[Server:host01] 16:24:45,814 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.SessionResource
[Server:host01] 16:24:45,814 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource
[Server:host01] 16:24:45,814 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource
[Server:host01] 16:24:45,814 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) try to bind: net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource
[Server:host01] 16:24:45,814 INFO  [net.datenwerke.rs.saiku.server.rest.SaikuRestModule] (ServerService Thread Pool -- 68) done binding: net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource
[Server:host01] 16:24:49,019 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 68) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
[Server:host01] 16:24:49,019 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 68) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
[Server:host01] 16:24:49,019 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 68) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
[Server:host01] 16:24:49,020 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 68) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
[Server:host01] 16:24:49,021 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 68) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
[Server:host01] 16:24:49,034 WARN  [net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl] (ServerService Thread Pool -- 68) Configfile scheduler/scheduler.cf could not be loaded. Default values are in effect.
[Server:host01] 16:24:49,036 WARN  [net.datenwerke.rs.configservice.service.configservice.ConfigServiceImpl] (ServerService Thread Pool -- 68) Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
[Server:host01] 16:24:49,037 WARN  [net.datenwerke.rs.configservice.ser
ce.configservice.ConfigServiceImpl] (ServerService Thread Pool -- 68) Configfile exportfilemd/pdfexport.cf could not be loaded. Default values are in effect.
[Server:host01] 16:24:49,258 INFO  [net.datenwerke.rs.saiku.service.saiku.ThinQueryServiceImpl] (ServerService Thread Pool -- 68) loaded thinqueryservice
[
rver:host01] 16:24:49,466 WARNING [com.google.inject.servlet.InternalServletModule] (ServerService Thread Pool -- 68) You are attempting to use a deprecated API (specifically, attempting to @Inject ServletContext inside an eagerly created singleton. While we allow this for backwards compatibility, be warned that this MAY have unexpected behavior if you have more than one injector (with ServletModule) running in the same JVM. Please consult the Guice documentation at http://code.google.com/p/google-guice/wiki/Servlets for more information.
[Server:host01] 16:24:49,764 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68) WFLYUT0021: Registered web context: '/reportserver3' for server 'default-server'
[
rver:host01] 16:24:49,803 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "RS3.0.5-6005.war" (runtime-name : "reportserver3.war")
[Server:host01] 16:24:50,018 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
[Server:host01] 16:24:50,023 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.1.5.GA (WildFly Core 3.0.19.Final-redhat-00001) started in 35959ms - Started 432 of 701 services (407 services are lazy, passive or on-demand)
[Server:host01] 16:26:50,395 INFO  [org.hibernate.jpa.internal.util.LogHelper] (default task-1) HHH000204: Processing PersistenceUnitInfo [
[Server:host01] 	name: reportServerPU
[Server:host01] 	...]
[Server:host01] 16:26:50,407 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000006: Attempted to specify unsupported NamingStrategy via setting [hibernate.ejb.naming_strategy]; NamingStrategy has been removed in favor of the split ImplicitNamingStrategy and PhysicalNamingStrategy; use [hibernate.implicit_naming_strategy] or [hibernate.physical_naming_strategy], respectively, instead.
[Server:host01] 16:26:50,413 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (default task-1) HHH010002: C3P0 using driver: com.microsoft.sqlserver.jdbc.SQLServerDriver at URL: jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;
[Server:host01] 16:26:50,414 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (default task-1) HHH000046: Connection properties: {user=sa, password=****, autocommit=false}
[Server:host01] 16:26:50,414 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (default task-1) HHH000006: Autocommit mode: false
[Server:host01] 16:26:50,443 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (default task-1) HHH000149: JDBC isolation level: <unknown>
[Server:host01] 16:26:50,450 INFO  [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] (default task-1) Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@65ef8449 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@f7a1e06a [ acquireIncrement -> 5, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1bqyj57a1729vaa1nu33zr|5b378bb5, idleConnectionTestPeriod -> 60, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 3600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@b0dbed59 [ description -> null, driverClass -> null, factoryClassLocation -> null, forceUseNamedDriverClass -> false, identityToken -> 1bqyj57a1729vaa1nu33zr|69ebdd10, jdbcUrl -> jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;, properties -> {user=******, password=******, autocommit=false} ], preferredTestQuery -> null, privilegeSpawnedThreads -> false, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, extensions -> {}, factoryClassLocation -> null, identityToken -> 1bqyj57a1729vaa1nu33zr|2a266a4e, numHelperThreads -> 3 ]
[Server:host01] 16:26:50,821 INFO  [org.hibernate.dialect.Dialect] (default task-1) HHH000400: Using dialect: net.datenwerke.rs.utils.hibernate.SQLServer2008Dialect
[Server:host01] 16:26:50,844 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (default task-1) Envers integration enabled? : true
[Server:host01] 16:26:51,457 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,458 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,462 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,462 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,463 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,463 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,463 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,464 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,464 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,464 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,464 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,465 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,465 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,465 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,466 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,474 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,475 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,475 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,475 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,475 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,476 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,476 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,477 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,477 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,477 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,477 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,478 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,478 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,478 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,478 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,479 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,479 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,479 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,479 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,480 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,480 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,480 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,480 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,481 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,481 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,482 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,483 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,483 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,485 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,485 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,485 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,486 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,486 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,486 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,486 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,487 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,487 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,487 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,488 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,488 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,488 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,489 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,489 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,490 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,490 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,490 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,490 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,491 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,491 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,492 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,492 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,492 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,492 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,492 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,493 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,493 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,493 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,493 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,495 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,495 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,495 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,497 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,497 WARN  [org.hibernate.orm.deprecation] (default task-1) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 16:26:51,730 INFO  [org.hibernate.validator.internal.util.Version] (default task-1) HV000001: Hibernate Validator 5.3.5.Final-redhat-2
[Server:host01] 16:26:55,434 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (Thread-96) HHH000397: Using ASTQueryTranslatorFactory
[Server:host01] 16:26:55,481 WARNING [com.google.inject.internal.ProxyFactory] (default task-1) Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(java.lang.String,net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor@1b1edf9b]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
[Server:host01] 16:26:55,483 WARNING [com.google.inject.internal.ProxyFactory] (default task-1) Method [public net.datenwerke.gxtdto.client.model.DwModel net.datenwerke.rs.core.server.reportexecutor.ReportExecutorRpcServiceImpl.storePNGInSession(java.lang.String,net.datenwerke.rs.core.client.reportmanager.dto.reports.ReportDto) throws net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException] is synthetic and is being intercepted by [net.datenwerke.security.service.security.aop.SecurityCheckInterceptor@4ca5db0d]. This could indicate a bug.  The method may be intercepted twice, or may not be intercepted at all.
[Server:host01] 16:26:55,669 INFO  [net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl] (default task-1) Loading messages... 
[Server:host01] 16:26:56,001 INFO  [net.datenwerke.rs.core.service.jarextension.hookers.ReportServerExtenderHooker] (Thread-96) Start loading ReportServer extensions.
[Server:host01] 16:26:56,005 INFO  [net.datenwerke.rs.core.service.EnvironmentAfterStartupInformation] (Thread-96) 
[Server:host01] 
[Server:host01] Application Server: JBoss EAP 7.1.5.GA (WildFly Core 3.0.19.Final-redhat-00001) - 1.4.18.SP9-redhat-00001
[Server:host01] 
[Server:host01] ### PAM Configuration ###
[Server:host01] Static PAM configuration: net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAM
[Server:host01] Finalized PAM configuration: class net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAM
[Server:host01] 
[Server:host01] 
[Server:host01] 16:26:56,281 INFO  [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] (Thread-96) Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 10, acquireRetryDelay -> 500, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 60000, connectionCustomizerClassName -> net.datenwerke.dbpool.hooks.C3p0ConnectionHook, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1bqyj57a1729vaa1nu33zr|492ec970, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.microsoft.sqlserver.jdbc.SQLServerDriver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceUseNamedDriverClass -> false, identityToken -> 1bqyj57a1729vaa1nu33zr|492ec970, idleConnectionTestPeriod -> 0, initialPoolSize -> 10, jdbcUrl -> jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 7200, maxIdleTime -> 3600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 40, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
[Server:host01] 16:26:56,806 INFO  [org.apache.sshd.common.util.SecurityUtils] (Thread-96) BouncyCastle already registered as a JCE provider
[Server:host01] 16:26:56,881 INFO  [net.datenwerke.rs.search.service.search.SearchServiceImpl] (Thread-96) Rebuilding search index...
[Server:host01] 16:27:03,601 WARN  [net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl] (default task-1) Could not load jar for parsing message files file:/c:/jboss/deployments/RS3.0.5-6005/WEB-INF/lib/commons-file-20050307052300.jar.: java.io.FileNotFoundException: c:\jboss\deployments\RS3.0.5-6005\WEB-INF\lib\commons-file-20050307052300.jar (The system cannot find the file specified)
[Server:host01] 	at java.io.FileInputStream.open0(Native Method)
[Server:host01] 	at java.io.FileInputStream.open(FileInputStream.java:195)
[Server:host01] 	at java.io.FileInputStream.<init>(FileInputStream.java:138)
[Server:host01] 	at java.io.FileInputStream.<init>(FileInputStream.java:93)
[Server:host01] 	at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
[Server:host01] 	at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
[Server:host01] 	at java.net.URL.openStream(URL.java:1045)
[Server:host01] 	at net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl.findInJar(RemoteMessageServiceImpl.java:176)
[Server:host01] 	at net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl.loadMessageFiles(RemoteMessageServiceImpl.java:109)
[Server:host01] 	at net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl.<init>(RemoteMessageServiceImpl.java:67)
[Server:host01] 	at net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl$$FastClassByGuice$$7c1e9d3f.newInstance(<generated>)
[Server:host01] 	at com.google.inject.internal.cglib.reflect.$FastConstructor.newInstance(FastConstructor.java:40)
[Server:host01] 	at com.google.inject.internal.DefaultConstructionProxyFactory$1.newInstance(DefaultConstructionProxyFactory.java:60)
[Server:host01] 	at com.google.inject.internal.ConstructorInjector.construct(ConstructorInjector.java:85)
[Server:host01] 	at com.google.inject.internal.ConstructorBindingImpl$Factory.get(ConstructorBindingImpl.java:254)
[Server:host01] 	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
[Server:host01] 	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1031)
[Server:host01] 	at com.google.inject.internal.ProviderToInternalFactoryAdapter.get(ProviderToInternalFactoryAdapter.java:40)
[Server:host01] 	at com.google.inject.Scopes$1$1.get(Scopes.java:65)
[Server:host01] 	at com.google.inject.internal.InternalFactoryToProviderAdapter.get(InternalFactoryToProviderAdapter.java:40)
[Server:host01] 	at com.google.inject.internal.InjectorImpl$4$1.call(InjectorImpl.java:978)
[Server:host01] 	at com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1024)
[Server:host01] 	at com.google.inject.internal.InjectorImpl$4.get(InjectorImpl.java:974)
[Server:host01] 	at com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1009)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.init(ServletDefinition.java:108)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.init(ManagedServletPipeline.java:82)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.initPipeline(ManagedFilterPipeline.java:102)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.init(GuiceFilter.java:172)
[Server:host01] 	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:111)
[Server:host01] 	at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:84)
[Server:host01] 	at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:97)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.createFilter(ManagedFilter.java:80)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.forceInit(ManagedFilter.java:125)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain.forceInit(ServletChain.java:113)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] 
[Server:host01] 16:27:03,964 INFO  [net.datenwerke.rs.core.service.i18ntools.RemoteMessageServiceImpl] (default task-1) Available locales: de, fi, ru, pt, bg, keys, lt, hr, lv, fr, hu, zh-CN, sk, sl, ga, sv, zh-TW, el, mt, en, it, es, et, cs, pl, da, ro, nl, tr
[Server:host01] 16:27:03,987 WARN  [org.hibernate.engine.internal.StatefulPersistenceContext] (Thread-96) HHH000179: Narrowing proxy to class net.datenwerke.rs.core.service.datasourcemanager.entities.DatasourceFolder - this operation breaks ==
[Server:host01] 16:27:04,134 WARN  [org.hibernate.engine.internal.StatefulPersistenceContext] (Thread-96) HHH000179: Narrowing proxy to class net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFolder - this operation breaks ==
[Server:host01] 16:27:04,134 WARN  [org.hibernate.engine.internal.StatefulPersistenceContext] (Thread-96) HHH000179: Narrowing proxy to class net.datenwerke.rs.fileserver.service.fileserver.entities.FileServerFolder - this operation breaks ==
[Server:host01] 16:27:04,286 WARN  [org.hibernate.engine.internal.StatefulPersistenceContext] (Thread-96) HHH000179: Narrowing proxy to class net.datenwerke.security.service.usermanager.entities.OrganisationalUnit - this operation breaks ==
[Server:host01] 16:27:04,425 INFO  [net.datenwerke.gf.service.lateinit.LateInitStartup] (Thread-96) Startup completed
[Server:host01] 16:27:04,489 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.AdminResource as a root resource class
[Server:host01] 16:27:04,489 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 as a root resource class
[Server:host01] 16:27:04,489 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource as a root resource class
[Server:host01] 16:27:04,489 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.ExporterResource as a root resource class
[Server:host01] 16:27:04,489 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.FilterRepositoryResource as a root resource class
[Server:host01] 16:27:04,489 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.InfoResource as a root resource class
[Server:host01] 16:27:04,490 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.License as a root resource class
[Server:host01] 16:27:04,490 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource as a root resource class
[Server:host01] 16:27:04,490 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.Query2Resource as a root resource class
[Server:host01] 16:27:04,490 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.SessionResource as a root resource class
[Server:host01] 16:27:04,490 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource as a root resource class
[Server:host01] 16:27:04,490 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Registering net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource as a root resource class
[Server:host01] 16:27:04,493 INFO  [com.sun.jersey.server.impl.application.WebApplicationImpl] (default task-1) Initiating Jersey application, version 'Jersey: 1.19 02/11/2015 03:25 AM'
[Server:host01] 16:27:04,924 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.AdminResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,932 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.BasicRepositoryResource2 to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,932 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.DataSourceResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,935 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saik
server.rest.resources.ExporterResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,936 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.FilterRepositoryResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,936 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.InfoResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,937 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.License to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,942 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.OlapDiscoverResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,953 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.Query2Resource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,954 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.SessionResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,954 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.SaikuI18nResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:04,955 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 16:27:18,355 WARN  [net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAM] (default task-36) Login somebody as a super user without checking credentials!
[Server:host01] 16:27:18,384 INFO  [net.datenwerke.rs.passwordpolicy.service.BsiPasswordPolicyServiceImpl] (default task-36) Password policy not active: Could not find config for security/passwordpolicy.cf
[Server:host01] 16:27:18,519 WARN  [net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAM] (default task-37) Login somebody as a super user without checking credentials!
[Server:host01] 16:27:18,559 WARN  [net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAM] (default task-38) Login somebody as a super user without checking credentials!

Last edited by pipchan (2019-02-23 08:43:23)

Offline

#4 2019-02-23 09:33:41

pipchan
Member
Registered: 2014-11-25

Re: Deploys to JBoss EAP 7.1.5GA Error Found

I further check the setting, I find that if access by passed the Apache reverse proxy, it can access the datasource

for Rs3.0.4
DhpQAdikoakPlqMmiImKWQcI

for Rs3.0.5 the following error will occur, so I will stick to Rs3.0.4 first

[Server:host01] 
[Server:host01]   _____                       _    _____                          
[Server:host01]  |  __ \                     | |  / ____|                         
[Server:host01]  | |__) |___ _ __   ___  _ __| |_| (___   ___ _ ____   _____ _ __ 
[Server:host01]  |  _  // _ \ '_ \ / _ \| '__| __|\___ \ / _ \ '__\ \ / / _ \ '__|
[Server:host01]  | | \ \  __/ |_) | (_) | |  | |_ ____) |  __/ |   \ V /  __/ |   
[Server:host01]  |_|  \_\___| .__/ \___/|_|   \__|_____/ \___|_|    \_/ \___|_|   
[Server:host01]             | |                                                   
[Server:host01]             |_|                                                   
[Server:host01] 
[Server:host01] Version: RS3.0.5-6005 2018-10-30-10-32-54
[Server:host01] Code Version: 2018-10-30-10-27-45
[Server:host01] Java Version: Oracle Corporation OpenJDK 64-Bit Server VM 25.191-b12 (1.8)
[Server:host01] VM Args: -D[Server:host01] -Xms512m -Xmx6000m -XX:MetaspaceSize=96m -XX:MaxMetaspaceSize=256m -XX:MaxMetaspaceSize=1024m -Dspy.properties=C:\JBoss\EAPDomains\p6spy\conf\spy.properties -Djava.library.path=C:\JBoss\EAPDomains\jboss-eap-7.1\modules\com\microsoft\sqlserver\jdbc\main;C:\JBoss\EAPDomains\jboss-eap-7.1\modules\net\sourceforge\jtds\main;C:\JBoss\EAPDomains\jboss-eap-7.1\modules\com\mysql\main -Dfile.encoding=UTF8 -Dsun.jnu.encoding=UTF8 -Duser.timezone=Etc/GMT-8 -Djava.io.tmpdir=C:\JBoss\EAPDomains\jboss-tmp -Dhkpf.pen.server=localhost -Dorg.apache.catalina.connector.URI_ENCODING=UTF-8 -Dorg.apache.catalina.connector.USE_BODY_ENCODING_FOR_QUERY_STRING=true -Duser.country=HK -Djava.io.tmpdir=C:\JBoss\java.io.tmpdir\default -Djava.net.preferIPv4Stack=true -Djboss.domain.base.dir=C:\JBoss\EAPDomains\hosts\host1 -Djboss.home.dir=C:\JBoss\EAPDomains\jboss-eap-7.1 -Djboss.instance.id=host01 -Djboss.modules.system.pkgs=org.jboss.byteman -Djboss.tx.node.id=host01 -Djboss.server.log.dir=C:\JBoss\EAPDomains\hosts\host1\servers\host01\log -Djboss.server.temp.dir=C:\JBoss\EAPDomains\hosts\host1\servers\host01\tmp -Djboss.server.data.dir=C:\JBoss\EAPDomains\hosts\host1\servers\host01\data -Dlogging.configuration=file:/C:/JBoss/EAPDomains/hosts/host1/servers/host01/data/logging.properties
[Server:host01] rs.configdir: Not Configured
[Server:host01] 
[Server:host01] ### DB Config ###
[Server:host01] hibernate.dialect: net.datenwerke.rs.utils.hibernate.SQLServer2008Dialect (OK)
[Server:host01] hibernate.connection.driver_class: com.microsoft.sqlserver.jdbc.SQLServerDriver (OK)
[Server:host01] hibernate.connection.url: jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false; (OK)
[Server:host01] hibernate.connection.username: sa
[Server:host01] hibernate.connection.password: ************
[Server:host01] hibernate.default_schema: 
[Server:host01] 
[Server:host01] Connection Test: OK
[Server:host01] Schema Version: RS3.0-11
[Server:host01] 
[Server:host01] 17:30:07,244 INFO  [net.datenwerke.rs.EnvironmentValidator] (ServerService Thread Pool -- 74) Validating database schema...
[Server:host01] 17:30:07,309 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 74) HHH000412: Hibernate Core {5.0.3.Final}
[Server:host01] 17:30:07,314 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 74) HHH000206: hibernate.properties not found
[Server:host01] 17:30:07,315 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 74) HHH000021: Bytecode provider name : javassist
[Server:host01] 17:30:07,523 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 74) HHH000204: Processing PersistenceUnitInfo [
[Server:host01] 	name: reportServerPU
[Server:host01] 	...]
[Server:host01] 17:30:07,563 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 74) HCANN000001: Hibernate Commons Annotations {5.0.0.Final}
[Server:host01] 17:30:07,572 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 74) HHH90000006: Attempted to specify unsupported NamingStrategy via setting [hibernate.ejb.naming_strategy]; NamingStrategy has been removed in favor of the split ImplicitNamingStrategy and PhysicalNamingStrategy; use [hibernate.implicit_naming_strategy] or [hibernate.physical_naming_strategy], respectively, instead.
[Server:host01] 17:30:07,617 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 74) HHH010002: C3P0 using driver: com.microsoft.sqlserver.jdbc.SQLServerDriver at URL: jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;
[Server:host01] 17:30:07,618 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 74) HHH000046: Connection properties: {user=sa, password=****, autocommit=false}
[Server:host01] 17:30:07,618 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 74) HHH000006: Autocommit mode: false
[Server:host01] 17:30:07,637 INFO  [com.mchange.v2.log.MLog] (MLog-Init-Reporter) MLog clients using slf4j logging.
[Server:host01] 17:30:07,748 INFO  [com.mchange.v2.c3p0.C3P0Registry] (ServerService Thread Pool -- 74) Initializing c3p0-0.9.5 [built 02-January-2015 13:25:04 -0500; debug? true; trace: 10]
[Server:host01] 17:30:07,778 INFO  [org.hibernate.c3p0.internal.C3P0ConnectionProvider] (ServerService Thread Pool -- 74) HHH000149: JDBC isolation level: <unknown>
[Server:host01] 17:30:07,795 INFO  [com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource] (ServerService Thread Pool -- 74) Initializing c3p0 pool... com.mchange.v2.c3p0.PoolBackedDataSource@24e90d60 [ connectionPoolDataSource -> com.mchange.v2.c3p0.WrapperConnectionPoolDataSource@f52c2d62 [ acquireIncrement -> 5, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, debugUnreturnedConnectionStackTraces -> false, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1bqyj57a174m4f31guryhj|f04e907, idleConnectionTestPeriod -> 60, initialPoolSize -> 5, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 3600, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 30, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, nestedDataSource -> com.mchange.v2.c3p0.DriverManagerDataSource@f118817e [ description -> null, driverClass -> null, factoryClassLocation -> null, forceUseNamedDriverClass -> false, identityToken -> 1bqyj57a174m4f31guryhj|58294b34, jdbcUrl -> jdbc:sqlserver://localhost;databaseName=ReportServer305;instanceName=SQL2014;integratedSecurity=false;, properties -> {user=******, password=******, autocommit=false} ], preferredTestQuery -> null, privilegeSpawnedThreads -> false, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false; userOverrides: {} ], dataSourceName -> null, extensions -> {}, factoryClassLocation -> null, identityToken -> 1bqyj57a174m4f31guryhj|6540f6d0, numHelperThreads -> 3 ]
[Server:host01] 17:30:07,874 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 74) HHH000400: Using dialect: net.datenwerke.rs.utils.hibernate.SQLServer2008Dialect
[Server:host01] 17:30:07,948 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 74) Envers integration enabled? : true
[Server:host01] 17:30:09,890 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 74) HHH90000003: Use of DOM4J entity-mode is considered deprecated
[Server:host01] 17:30:09,892 WARN  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 74) HHH90000003: Use of DOM4J entity-mode is considered deprecated
..
[Server:host01] 17:30:49,087 INFO  [com.sun.jersey.guice.spi.container.GuiceComponentProviderFactory] (default task-1) Binding net.datenwerke.rs.saiku.server.rest.resources.StatisticsResource to GuiceManagedComponentProvider with the scope "PerRequest"
[Server:host01] 17:30:49,675 INFO  [io.undertow.servlet] (default task-6) Key[type=net.datenwerke.rs.base.server.datasources.BaseDatasourceRpcServiceImpl, annotation=[none]]: ERROR: The serialization policy file '/reportserver/325BEB1029D1B5FB751E2C3331905505.gwt.rpc' was not found; did you forget to include it in this deployment?
[Server:host01] 17:30:49,675 INFO  [io.undertow.servlet] (default task-6) Key[type=net.datenwerke.rs.base.server.datasources.BaseDatasourceRpcServiceImpl, annotation=[none]]: WARNING: Failed to get the SerializationPolicy '325BEB1029D1B5FB751E2C3331905505' for module 'http://localhost:8180/reportserver3/reportserver/'; a legacy, 1.3.3 compatible, serialization policy will be used.  You may experience SerializationExceptions as a result.
[Server:host01] 17:30:49,708 INFO  [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor] (default task-6) Intercepted NonFatalException: com.google.gwt.user.client.rpc.SerializationException: Type 'net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance = net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto@4297e2ee
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:667)
[Server:host01] 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:130)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase.serialize(Collection_CustomFieldSerializerBase.java:44)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serialize(ArrayList_CustomFieldSerializer.java:39)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serializeInstance(ArrayList_CustomFieldSerializer.java:51)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serializeInstance(ArrayList_CustomFieldSerializer.java:28)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeImpl(ServerSerializationStreamWriter.java:789)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:669)
[Server:host01] 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:130)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:153)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:587)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.encodeResponse(RPC.java:631)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.encodeResponseForSuccess(RPC.java:497)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:589)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:333)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:303)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:373)
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
[Server:host01] 	at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] 
[Server:host01] 17:30:49,711 INFO  [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor] (default task-6) Intercepted NonFatalException: net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException: Type 'net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance = net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto@4297e2ee
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:62)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:303)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:373)
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
[Server:host01] 	at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance = net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto@4297e2ee
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:667)
[Server:host01] 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:130)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase.serialize(Collection_CustomFieldSerializerBase.java:44)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serialize(ArrayList_CustomFieldSerializer.java:39)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serializeInstance(ArrayList_CustomFieldSerializer.java:51)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serializeInstance(ArrayList_CustomFieldSerializer.java:28)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeImpl(ServerSerializationStreamWriter.java:789)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:669)
[Server:host01] 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:130)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:153)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:587)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.encodeResponse(RPC.java:631)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.encodeResponseForSuccess(RPC.java:497)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:589)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:333)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	... 63 more
[Server:host01] 
[Server:host01] 17:30:49,746 ERROR [io.undertow.servlet] (default task-6) Exception while dispatching incoming RPC call: net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException: Type 'net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance = net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto@4297e2ee
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:62)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:303)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:373)
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
[Server:host01] 	at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.For security purposes, this type will not be serialized.: instance = net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto@4297e2ee
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:667)
[Server:host01] 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:130)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.Collection_CustomFieldSerializerBase.serialize(Collection_CustomFieldSerializerBase.java:44)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serialize(ArrayList_CustomFieldSerializer.java:39)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serializeInstance(ArrayList_CustomFieldSerializer.java:51)
[Server:host01] 	at com.google.gwt.user.client.rpc.core.java.util.ArrayList_CustomFieldSerializer.serializeInstance(ArrayList_CustomFieldSerializer.java:28)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeImpl(ServerSerializationStreamWriter.java:789)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serialize(ServerSerializationStreamWriter.java:669)
[Server:host01] 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamWriter.writeObject(AbstractSerializationStreamWriter.java:130)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter$ValueWriter$8.write(ServerSerializationStreamWriter.java:153)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamWriter.serializeValue(ServerSerializationStreamWriter.java:587)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.encodeResponse(RPC.java:631)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.encodeResponseForSuccess(RPC.java:497)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:589)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:333)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	... 63 more
[Server:host01] 
[Server:host01] 17:30:50,005 WARN  [net.datenwerke.rs.authenticator.service.pam.EveryoneIsRootPAM] (default task-12) Login somebody as a super user without checking credentials!
[Server:host01] 17:30:50,046 INFO  [net.datenwerke.rs.passwordpolicy.service.BsiPasswordPolicyServiceImpl] (default task-12) Password policy not active: Could not find config for security/passwordpolicy.cf
[Server:host01] 17:30:50,102 INFO  [io.undertow.servlet] (default task-13) Key[type=net.datenwerke.rs.base.server.parameters.DatasourceParameterRPCServiceImpl, annotation=[none]]: ERROR: The serialization policy file '/reportserver/ADD55482869D04CD4701FCB8F42BCA67.gwt.rpc' was not found; did you forget to include it in this deployment?
[Server:host01] 17:30:50,102 INFO  [io.undertow.servlet] (default task-13) Key[type=net.datenwerke.rs.base.server.parameters.DatasourceParameterRPCServiceImpl, annotation=[none]]: WARNING: Failed to get the SerializationPolicy 'ADD55482869D04CD4701FCB8F42BCA67' for module 'http://localhost:8180/reportserver3/reportserver/'; a legacy, 1.3.3 compatible, serialization policy will be used.  You may experience SerializationExceptions as a result.
[Server:host01] 17:30:50,103 INFO  [io.undertow.servlet] (default task-14) Key[type=net.datenwerke.security.ext.server.SecurityRpcServiceImpl, annotation=[none]]: ERROR: The serialization policy file '/reportserver/63A131CAA772A9FEFB36B9C40E5FD52E.gwt.rpc' was not found; did you forget to include it in this deployment?
[Server:host01] 17:30:50,103 INFO  [io.undertow.servlet] (default task-14) Key[type=net.datenwerke.security.ext.server.SecurityRpcServiceImpl, annotation=[none]]: WARNING: Failed to get the SerializationPolicy '63A131CAA772A9FEFB36B9C40E5FD52E' for module 'http://localhost:8180/reportserver3/reportserver/'; a legacy, 1.3.3 compatible, serialization policy will be used.  You may experience SerializationExceptions as a result.
[Server:host01] 17:30:50,106 ERROR [io.undertow.servlet] (default task-14) Key[type=net.datenwerke.security.ext.server.SecurityRpcServiceImpl, annotation=[none]]: An IncompatibleRemoteServiceException was thrown while processing this call.: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: Type 'net.datenwerke.rs.remoteaccess.client.sftp.genrights.SftpGenericTargetIdentifier' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer. For security purposes, this type will not be deserialized.
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:323)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:296)
[Server:host01] 	at net.datenwerke.security.ext.server.SecurityRpcServiceImpl$$EnhancerByGuice$$a482a674.CGLIB$processCall$26(<generated>)
[Server:host01] 	at net.datenwerke.security.ext.server.SecurityRpcServiceImpl$$EnhancerByGuice$$a482a674$$FastClassByGuice$$f7de4f22.invoke(<generated>)
[Server:host01] 	at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52)
[Server:host01] 	at net.datenwerke.security.ext.server.SecurityRpcServiceImpl$$EnhancerByGuice$$a482a674.processCall(<generated>)
[Server:host01] 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:373)
[Server:host01] 	at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
[Server:host01] 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
[Server:host01] 	at net.datenwerke.security.ext.server.SecurityRpcServiceImpl$$EnhancerByGuice$$a482a674.CGLIB$service$32(<generated>)
[Server:host01] 	at net.datenwerke.security.ext.server.SecurityRpcServiceImpl$$EnhancerByGuice$$a482a674$$FastClassByGuice$$f7de4f22.invoke(<generated>)
[Server:host01] 	at com.google.inject.internal.cglib.proxy.$MethodProxy.invokeSuper(MethodProxy.java:228)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at net.datenwerke.security.service.security.aop.SecurityCheckInterceptor.invoke(SecurityCheckInterceptor.java:109)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor.invoke(CatchStacktraceInterceptor.java:38)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback$InterceptedMethodInvocation.proceed(InterceptorStackCallback.java:72)
[Server:host01] 	at com.google.inject.internal.InterceptorStackCallback.intercept(InterceptorStackCallback.java:52)
[Server:host01] 	at net.datenwerke.security.ext.server.SecurityRpcServiceImpl$$EnhancerByGuice$$a482a674.service(<generated>)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
[Server:host01] 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
[Server:host01] 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
[Server:host01] 	at com.google.inject.persist.PersistFilter.doFilter(PersistFilter.java:89)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:163)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:168)
[Server:host01] 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:58)
[Server:host01] 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
[Server:host01] 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
[Server:host01] 	at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
[Server:host01] 	at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:65)
[Server:host01] 	at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
[Server:host01] 	at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
[Server:host01] 	at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
[Server:host01] 	at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
[Server:host01] 	at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
[Server:host01] 	at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:68)
[Server:host01] 	at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
[Server:host01] 	at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
[Server:host01] 	at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
[Server:host01] 	at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1501)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[Server:host01] 	at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
[Server:host01] 	at io.undertow.server.Connectors.executeRootHandler(Connectors.java:330)
[Server:host01] 	at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[Server:host01] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[Server:host01] 	at java.lang.Thread.run(Thread.java:748)
[Server:host01] Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'net.datenwerke.rs.remoteaccess.client.sftp.genrights.SftpGenericTargetIdentifier' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer. For security purposes, this type will not be deserialized.
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.LegacySerializationPolicy.validateDeserialize(LegacySerializationPolicy.java:127)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java:676)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.readObject(ServerSerializationStreamReader.java:592)
[Server:host01] 	at com.google.gwt.user.server.rpc.core.java.util.Collection_ServerCustomFieldSerializerBase.deserialize(Collection_ServerCustomFieldSerializerBase.java:38)
[Server:host01] 	at com.google.gwt.user.server.rpc.core.java.util.HashSet_ServerCustomFieldSerializer.deserialize(HashSet_ServerCustomFieldSerializer.java:40)
[Server:host01] 	at com.google.gwt.user.server.rpc.core.java.util.HashSet_ServerCustomFieldSerializer.deserializeInstance(HashSet_ServerCustomFieldSerializer.java:54)
[Server:host01] 	at com.google.gwt.user.server.rpc.core.java.util.HashSet_ServerCustomFieldSerializer.deserializeInstance(HashSet_ServerCustomFieldSerializer.java:33)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserializeImpl(ServerSerializationStreamReader.java:887)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java:687)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.readObject(ServerSerializationStreamReader.java:592)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader$ValueReader$8.readValue(ServerSerializationStreamReader.java:149)
[Server:host01] 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserializeValue(ServerSerializationStreamReader.java:434)
[Server:host01] 	at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:312)
[Server:host01] 	... 79 more

mvKGfUtoBdNQvjLuRmvvpaQk

Front-end error shows in rs3.0.5

Last edited by pipchan (2019-02-23 09:34:39)

Offline

#5 2019-02-23 10:11:55

pipchan
Member
Registered: 2014-11-25

Re: Deploys to JBoss EAP 7.1.5GA Error Found

I further tested the rs3.0.4, I found the datasource request from client will have different result before and after the Apache reverse proxy

datasources_tree result at frontend browser:-
Direct browse to localhost at server

//OK[-69,1,16,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,0,0,14,0,-91,0,550000000,'WkVq8Fe',12,0,0,0,-30,0,'A','8Z',13,0,693000000,'WkVp_VF',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,5,5,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,17,1,16,-81,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,2,0,14,0,-16,0,633000000,'WkVp92Z',12,0,0,0,-10,0,'A','77',13,0,325000000,'WkVp70l',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,5,5,0,0,0,0,0,25,0,0,3,-32,-3,3,16,0,0,0,0,0,0,0,0,-17,0,0,0,24,0,0,0,0,0,0,0,135000000,'WkVptXv',12,0,0,0,-10,0,'A',-16,0,13000000,'WkVpqKt',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,5,5,0,0,0,0,0,23,0,0,3,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,14,0,-42,0,425000000,'WkVptcR',12,0,0,0,-30,0,'A','O2',13,0,416000000,'WkVptcI',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,5,5,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,0,0,14,0,-42,0,411000000,'WkVptcD',12,0,0,0,-30,0,'A','Ou',13,0,403000000,'WkVptb7',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,5,5,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,17,2,16,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,14,0,-16,0,396000000,'WkVptb0',12,0,0,0,-10,0,'A','Oo',13,0,391000000,'WkVptbv',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,5,5,0,0,0,0,0,19,0,0,3,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,0,0,14,0,-14,0,336000000,'WkVpqPw',12,0,0,0,0,11,0,'A','1',13,0,301000000,'WkVpqPN',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,-10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,5,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,17,1,16,0,0,0,0,0,0,0,0,2,15,0,0,0,0,0,0,0,14,0,'K',13,0,289000000,'WkVpqPB',12,0,0,0,-10,0,'A','0',13,0,161000000,'WkVpqNB',12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,1,5,0,0,1,11,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,'A',0,0,6,5,5,0,0,0,0,0,4,0,0,3,4,2,1,["net.datenwerke.treedb.client.treedb.dto.EntireTreeDTO/3665477580","java.util.HashMap/1797211028","net.datenwerke.rs.core.client.datasourcemanager.dto.DatasourceFolderDto/3852407580","internal datasources","java.util.HashSet/3273092938","net.datenwerke.security.client.security.dto.ExecuteDto/4253534106","net.datenwerke.security.client.security.dto.ReadDto/2108820965","net.datenwerke.security.client.security.dto.DeleteDto/2055717243","net.datenwerke.security.client.security.dto.WriteDto/2529690232","net.datenwerke.security.client.security.dto.GrantAccessDto/3267849092","java.lang.Boolean/476441737","java.sql.Timestamp/3040052672","java.lang.Long/4227064769","net.datenwerke.rs.core.client.datasourcemanager.dto.DatasourceFolderDto","net.datenwerke.gxtdto.client.dtomanager.DtoView/2494148245","java.util.ArrayList/4159755760","net.datenwerke.rs.base.client.datasources.dto.DatabaseDatasourceDto/1439994221","ReportServer Data Source","sample data","Demo Data","net.datenwerke.rs.saiku.client.datasource.dto.MondrianDatasourceDto/413022379","Foodmart","Datasource Root","datasources","application datasources","lrms"],0,7]

After Apache Proxy

//OK[0,3,0,2,1,["net.datenwerke.treedb.client.treedb.dto.EntireTreeDTO/3665477580","java.util.HashMap/1797211028","java.util.ArrayList/4159755760"],0,7]

so the frontend can't display the datasources tree
dtskCwjqJQHsvdZogsdwvKrH

When compare to the server bypass the Apache browse to the reportserver, it will have the following result
KQKhNJNaDuTjhywwFbhTpewT

Apache reverse proxy tested the mod_jk and reverse proxy pass method are having the same result, above result is from the following Apache config using ProxyPass method

ProxyPass         "/reportserver3/"  "http://localhost:8180/reportserver3/"
ProxyPassReverse  "/reportserver3/"  "http://localhost:8180/reportserver3/"

We used to use mod_jk for JBoss reverse proxy, I enabled the debug mode and get the following log when I try to browse the datasource in a report, and nothing listed in the datasource tree.

[Mon Feb 25 11:44:40 2019]host01 172.23.11.107 0.002003
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1179): Attempting to map URI '/reportserver3/reportserver/datasources_tree' from 10 maps
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] find_match::jk_uri_worker_map.c (978): Attempting to map context URI '/reportserver3/*=host01' source 'uriworkermap'
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] find_match::jk_uri_worker_map.c (991): Found a wildchar match '/reportserver3/*=host01'
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] jk_handler::mod_jk.c (2823): Into handler jakarta-servlet worker=host01 r->proxyreq=0
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] wc_get_worker_for_name::jk_worker.c (120): found a worker host01
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] wc_get_name_for_type::jk_worker.c (304): Found worker type 'lb'
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] init_ws_service::mod_jk.c (1196): Service protocol=HTTP/1.1 method=POST ssl=false host=(null) addr=172.23.11.47 name=172.23.11.107 port=80 auth=(null) user=(null) laddr=172.23.11.107 raddr=172.23.11.47 uaddr=172.23.11.47 uri=/reportserver3/reportserver/datasources_tree
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] service::jk_lb_worker.c (1270): service sticky_session=1 id='empty'
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] service::jk_lb_worker.c (1315): service worker=node11 route=node11 failover=false
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_get_endpoint::jk_ajp_common.c (3351): (node11) acquired connection pool slot=0 after 0 retries
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_marshal_into_msgb::jk_ajp_common.c (684): (node11) ajp marshaling done
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_service::jk_ajp_common.c (2586): processing node11 with 2 retries
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): sending to ajp13 pos=4 len=5 max=16
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0000    12 34 00 01 0A 00 00 00 00 00 00 00 00 00 00 00  - .4..............
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): received from ajp13 pos=0 len=1 max=16
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0000    09 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): sending to ajp13 pos=4 len=611 max=8192
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0000    12 34 02 5F 02 04 00 08 48 54 54 50 2F 31 2E 31  - .4._....HTTP/1.1
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0010    00 00 2C 2F 72 65 70 6F 72 74 73 65 72 76 65 72  - ..,/reportserver
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0020    33 2F 72 65 70 6F 72 74 73 65 72 76 65 72 2F 64  - 3/reportserver/d
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0030    61 74 61 73 6F 75 72 63 65 73 5F 74 72 65 65 00  - atasources_tree.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0040    00 0C 31 37 32 2E 32 33 2E 31 31 2E 34 37 00 FF  - ..172.23.11.47..
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0050    FF 00 0D 31 37 32 2E 32 33 2E 31 31 2E 31 30 37  - ...172.23.11.107
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0060    00 00 50 00 00 0C A0 0B 00 0D 31 37 32 2E 32 33  - ..P.......172.23
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0070    2E 31 31 2E 31 30 37 00 A0 0E 00 4E 4D 6F 7A 69  - .11.107....NMozi
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0080    6C 6C 61 2F 35 2E 30 20 28 57 69 6E 64 6F 77 73  - lla/5.0.(Windows
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0090    20 4E 54 20 31 30 2E 30 3B 20 57 69 6E 36 34 3B  - .NT.10.0;.Win64;
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00a0    20 78 36 34 3B 20 72 76 3A 36 36 2E 30 29 20 47  - .x64;.rv:66.0).G
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00b0    65 63 6B 6F 2F 32 30 31 30 30 31 30 31 20 46 69  - ecko/20100101.Fi
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00c0    72 65 66 6F 78 2F 36 36 2E 30 00 A0 01 00 03 2A  - refox/66.0.....*
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00d0    2F 2A 00 00 0F 41 63 63 65 70 74 2D 4C 61 6E 67  - /*...Accept-Lang
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00e0    75 61 67 65 00 00 0E 65 6E 2D 55 53 2C 65 6E 3B  - uage...en-US,en;
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00f0    71 3D 30 2E 35 00 00 0F 41 63 63 65 70 74 2D 45  - q=0.5...Accept-E
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0100    6E 63 6F 64 69 6E 67 00 00 0D 67 7A 69 70 2C 20  - ncoding...gzip,.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0110    64 65 66 6C 61 74 65 00 A0 0D 00 23 68 74 74 70  - deflate....#http
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0120    3A 2F 2F 31 37 32 2E 32 33 2E 31 31 2E 31 30 37  - ://172.23.11.107
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0130    2F 72 65 70 6F 72 74 73 65 72 76 65 72 33 2F 00  - /reportserver3/.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0140    A0 07 00 1D 74 65 78 74 2F 78 2D 67 77 74 2D 72  - ....text/x-gwt-r
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0150    70 63 3B 20 63 68 61 72 73 65 74 3D 75 74 66 2D  - pc;.charset=utf-
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0160    38 00 00 11 58 2D 47 57 54 2D 50 65 72 6D 75 74  - 8...X-GWT-Permut
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0170    61 74 69 6F 6E 00 00 20 37 43 37 30 33 39 39 43  - ation...7C70399C
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0180    38 36 33 32 37 44 46 38 46 30 41 37 42 38 36 44  - 86327DF8F0A7B86D
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0190    38 33 38 38 46 38 30 39 00 00 11 58 2D 47 57 54  - 8388F809...X-GWT
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 01a0    2D 4D 6F 64 75 6C 65 2D 42 61 73 65 00 00 30 68  - -Module-Base..0h
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 01b0    74 74 70 3A 2F 2F 31 37 32 2E 32 33 2E 31 31 2E  - ttp://172.23.11.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 01c0    31 30 37 2F 72 65 70 6F 72 74 73 65 72 76 65 72  - 107/reportserver
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 01d0    33 2F 72 65 70 6F 72 74 73 65 72 76 65 72 2F 00  - 3/reportserver/.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 01e0    A0 08 00 03 32 33 38 00 00 03 44 4E 54 00 00 01  - ....238...DNT...
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 01f0    31 00 A0 06 00 0A 6B 65 65 70 2D 61 6C 69 76 65  - 1.....keep-alive
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0200    00 06 00 06 6E 6F 64 65 31 31 00 0A 00 0F 41 4A  - ....node11....AJ
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0210    50 5F 52 45 4D 4F 54 45 5F 50 4F 52 54 00 00 05  - P_REMOTE_PORT...
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0220    35 34 30 37 34 00 0A 00 0E 41 4A 50 5F 4C 4F 43  - 54074....AJP_LOC
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0230    41 4C 5F 41 44 44 52 00 00 0D 31 37 32 2E 32 33  - AL_ADDR...172.23
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0240    2E 31 31 2E 31 30 37 00 0A 00 10 4A 4B 5F 4C 42  - .11.107....JK_LB
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0250    5F 41 43 54 49 56 41 54 49 4F 4E 00 00 03 41 43  - _ACTIVATION...AC
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0260    54 00 FF 00 00 00 00 00 00 00 00 00 00 00 00 00  - T...............
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_send_request::jk_ajp_common.c (1771): (node11) Statistics about invalid connections: connect check (0), cping (0), send (0)
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_send_request::jk_ajp_common.c (1782): (node11) request body to send 238 - request body to resend 0
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_send_request::jk_ajp_common.c (1886): (node11) sending 238 bytes of request body
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): sending to ajp13 pos=4 len=244 max=8192
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0000    12 34 00 F0 00 EE 37 7C 30 7C 35 7C 68 74 74 70  - .4....7|0|5|http
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0010    3A 2F 2F 31 37 32 2E 32 33 2E 31 31 2E 31 30 37  - ://172.23.11.107
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0020    2F 72 65 70 6F 72 74 73 65 72 76 65 72 33 2F 72  - /reportserver3/r
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0030    65 70 6F 72 74 73 65 72 76 65 72 2F 7C 37 41 32  - eportserver/|7A2
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0040    36 30 31 43 43 45 45 41 32 35 35 36 31 42 34 45  - 601CCEEA25561B4E
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0050    36 35 31 34 41 32 41 45 38 41 33 30 37 7C 6E 65  - 6514A2AE8A307|ne
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0060    74 2E 64 61 74 65 6E 77 65 72 6B 65 2E 72 73 2E  - t.datenwerke.rs.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0070    63 6F 72 65 2E 63 6C 69 65 6E 74 2E 64 61 74 61  - core.client.data
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0080    73 6F 75 72 63 65 6D 61 6E 61 67 65 72 2E 72 70  - sourcemanager.rp
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 0090    63 2E 44 61 74 61 73 6F 75 72 63 65 54 72 65 65  - c.DatasourceTree
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00a0    4C 6F 61 64 65 72 7C 6C 6F 61 64 41 6C 6C 7C 6E  - Loader|loadAll|n
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00b0    65 74 2E 64 61 74 65 6E 77 65 72 6B 65 2E 67 78  - et.datenwerke.gx
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00c0    74 64 74 6F 2E 63 6C 69 65 6E 74 2E 64 74 6F 6D  - tdto.client.dtom
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00d0    61 6E 61 67 65 72 2E 44 74 6F 2F 31 39 34 30 30  - anager.Dto/19400
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00e0    37 33 32 33 30 7C 31 7C 32 7C 33 7C 34 7C 31 7C  - 73230|1|2|3|4|1|
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1267): 00f0    35 7C 30 7C 00 00 00 00 00 00 00 00 00 00 00 00  - 5|0|............
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): received from ajp13 pos=0 len=302 max=8192
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0000    04 00 C8 00 02 4F 4B 00 00 08 00 10 43 6F 6E 74  - .....OK.....Cont
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0010    65 6E 74 2D 45 6E 63 6F 64 69 6E 67 00 00 04 67  - ent-Encoding...g
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0020    7A 69 70 00 00 0C 58 2D 50 6F 77 65 72 65 64 2D  - zip...X-Powered-
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0030    42 79 00 00 0A 55 6E 64 65 72 74 6F 77 2F 31 00  - By...Undertow/1.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0040    A0 07 00 62 4A 53 45 53 53 49 4F 4E 49 44 3D 22  - ...bJSESSIONID="
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0050    33 7A 62 51 7A 38 4F 7A 4E 43 58 65 6D 4A 61 74  - 3zbQz8OzNCXemJat
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0060    4C 33 6E 44 74 74 78 70 56 69 66 38 6A 54 32 50  - L3nDttxpVif8jT2P
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0070    46 66 42 70 6F 6B 6E 59 2E 68 6F 73 74 31 3A 68  - FfBpoknY.host1:h
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0080    6F 73 74 30 31 22 3B 20 56 65 72 73 69 6F 6E 3D  - ost01";.Version=
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0090    31 3B 20 50 61 74 68 3D 2F 72 65 70 6F 72 74 73  - 1;.Path=/reports
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 00a0    65 72 76 65 72 33 00 00 06 53 65 72 76 65 72 00  - erver3...Server.
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 00b0    00 0B 4A 42 6F 73 73 2D 45 41 50 2F 37 00 A0 03  - ..JBoss-EAP/7...
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 00c0    00 03 31 34 37 00 A0 01 00 1E 61 70 70 6C 69 63  - ..147.....applic
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 00d0    61 74 69 6F 6E 2F 6A 73 6F 6E 3B 63 68 61 72 73  - ation/json;chars
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 00e0    65 74 3D 75 74 66 2D 38 00 00 13 43 6F 6E 74 65  - et=utf-8...Conte
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 00f0    6E 74 2D 44 69 73 70 6F 73 69 74 69 6F 6E 00 00  - nt-Disposition..
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0100    0A 61 74 74 61 63 68 6D 65 6E 74 00 A0 04 00 1D  - .attachment.....
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0110    4D 6F 6E 2C 20 32 35 20 46 65 62 20 32 30 31 39  - Mon,.25.Feb.2019
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0120    20 30 33 3A 34 34 3A 34 38 20 47 4D 54 00 00 00  - .03:44:48.GMT...
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (739): (node11) status = 200
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (746): Number of headers is = 8
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[0] [Content-Encoding] = [gzip]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[1] [X-Powered-By] = [Undertow/1]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[2] [Set-Cookie] = [JSESSIONID="3zbQz8OzNCXemJatL3nDttxpVif8jT2PFfBpoknY.host1:host01"; Version=1; Path=/reportserver3]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[3] [Server] = [JBoss-EAP/7]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[4] [Content-Length] = [147]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[5] [Content-Type] = [application/json;charset=utf-8]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[6] [Content-Disposition] = [attachment]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_unmarshal_response::jk_ajp_common.c (802): (node11) Header[7] [Date] = [Mon, 25 Feb 2019 03:44:48 GMT]
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): received from ajp13 pos=0 len=151 max=8192
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0000    03 00 93 1F 8B 08 00 00 00 00 00 00 00 55 8E 3D  - .............U.=
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0010    0B C2 30 14 00 FF 4B E6 F0 F2 D1 26 AF 1D 05 05  - ..0...K....&....
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0020    41 A5 4B B7 D2 21 9A 07 A6 96 28 E9 53 F1 DF DB  - A.K..!....(.S...
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0030    C5 C1 F1 EE 96 53 AA 3B 0C 5A 56 52 4B 2B 8D 1C  - .....S.;.ZVRK+..
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0040    44 26 86 18 98 F2 9B CA 8D 80 0B 51 3C C3 65 4E  - D&.........Q<.eN
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0050    94 F9 47 91 EF B0 CB 9C 0A F5 AB D8 F6 9D AA BC  - ..G.............
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0060    77 35 A2 6B B4 90 62 0A AF 00 4F 4E 33 EC C3 72  - w5.k..b...ON3..r
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0070    3D 85 87 32 D8 A2 35 46 DB E6 2F 6F 4A 09 9F 63  - =..2..5F../oJ..c
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0080    5A 58 D5 C6 B5 E8 1C 7A 2D C6 75 05 C7 2F 1E 94  - ZX.....z-.u../..
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0090    2B FC 98 00 00 00 00 00 00 00 00 00 00 00 00 00  - +...............
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ws_write::mod_jk.c (552): written 147 out of 147
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): received from ajp13 pos=0 len=2 max=8192
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1462): 0000    05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_process_callback::jk_ajp_common.c (2135): (node11) AJP13 protocol: Reuse is OK
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_reset_endpoint::jk_ajp_common.c (851): (node11) resetting endpoint with socket 8852
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] ajp_done::jk_ajp_common.c (3282): recycling connection pool for worker node11 and socket 8852
[Mon Feb 25 11:44:48 2019][10384:15688] [debug] jk_handler::mod_jk.c (2975): Service finished with status=200 for worker=host01
[Mon Feb 25 11:44:48 2019]host01 172.23.11.107 0.005999

Last edited by pipchan (2019-02-25 03:47:42)

Offline

#6 2019-02-26 08:39:31

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Deploys to JBoss EAP 7.1.5GA Error Found

Hi pipchan,

a quick note:
the error [Server:host01] 17:30:49,708 INFO  [net.datenwerke.gf.service.gwtstacktrace.CatchStacktraceInterceptor] (default task-6) Intercepted NonFatalException: com.google.gwt.user.client.rpc.SerializationException: Type 'net.datenwerke.rs.base.client.dbhelper.dto.DatabaseHelperDto' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable'

should go if you completely clear your browser's cache. So 3.0.5 should work. For 3.0.4 clearing the cache is also important, even if you don't see this error.

Regards,
Eduardo

Offline

#7 2019-03-04 02:48:00

pipchan
Member
Registered: 2014-11-25

Re: Deploys to JBoss EAP 7.1.5GA Error Found

I tried to deploy the ReportServer v3.0.5 again. This time I reset all browser cache and visit http://localhost:<port>/reportserver3/ is able to access reportserver again. Thx

But it still have reverse proxy issue, I will create another thread to report that issue. see https://forum.reportserver.net/viewtopi … 5455#p5455

Last edited by pipchan (2019-03-04 06:34:05)

Offline

Board footer

Powered by FluxBB