[JBoss JIRA] (WFLY-5456) Failback of standalone JMS client fails with http connector
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-5456?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil commented on WFLY-5456:
-----------------------------------
[~clebert] do you see what could make failback fail when using http-connector instead of betty-connector?
> Failback of standalone JMS client fails with http connector
> -----------------------------------------------------------
>
> Key: WFLY-5456
> URL: https://issues.jboss.org/browse/WFLY-5456
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR2
> Reporter: Miroslav Novak
> Assignee: Clebert Suconic
> Priority: Critical
> Attachments: log.txt, servers.zip
>
>
> Failback of standalone JMS client fails if http connector is used. There are 2 EAP 7.0.0.DR11 (Artemis 1.1.0) servers configured in dedicated topology with shared store.
> If live server is killed (clients failover) and then restarted (so failback occurs) then sometimes client does not failback to live server.
> From the thread dump of one client it seems that it's stuck on:
> {code}
> Stack trace of thread: Thread[Thread-16,5,main]
> Stack trace of thread: Thread[Thread-2 (ActiveMQ-client-global-threads-1995983824),5,ActiveMQ-client-global-threads-1995983824]
> ---sun.misc.Unsafe.park(Native Method)
> ---java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> ---java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> ---java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> ---java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> ---org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManager.waitOnLatch(ActiveMQClientProtocolManager.java:130)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.getConnectionWithRetry(ClientSessionFactoryImpl.java:770)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.reconnectSessions(ClientSessionFactoryImpl.java:694)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.failoverOrReconnect(ClientSessionFactoryImpl.java:558)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.handleConnectionFailure(ClientSessionFactoryImpl.java:461)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.access$400(ClientSessionFactoryImpl.java:68)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$DelegatingFailureListener.connectionFailed(ClientSessionFactoryImpl.java:1120)
> ---org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.callFailureListeners(AbstractRemotingConnection.java:57)
> ---org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.fail(RemotingConnectionImpl.java:204)
> ---org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.fail(AbstractRemotingConnection.java:179)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$CloseRunnable.run(ClientSessionFactoryImpl.java:946)
> ---org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:94)
> ---java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> ---java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> ---java.lang.Thread.run(Thread.java:745)
> {code}
> See attached log.txt for more details.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5456) Failback of standalone JMS client fails with http connector
by Jeff Mesnil (JIRA)
[ https://issues.jboss.org/browse/WFLY-5456?page=com.atlassian.jira.plugin.... ]
Jeff Mesnil reassigned WFLY-5456:
---------------------------------
Assignee: Clebert Suconic (was: Jeff Mesnil)
> Failback of standalone JMS client fails with http connector
> -----------------------------------------------------------
>
> Key: WFLY-5456
> URL: https://issues.jboss.org/browse/WFLY-5456
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 10.0.0.CR2
> Reporter: Miroslav Novak
> Assignee: Clebert Suconic
> Priority: Critical
> Attachments: log.txt, servers.zip
>
>
> Failback of standalone JMS client fails if http connector is used. There are 2 EAP 7.0.0.DR11 (Artemis 1.1.0) servers configured in dedicated topology with shared store.
> If live server is killed (clients failover) and then restarted (so failback occurs) then sometimes client does not failback to live server.
> From the thread dump of one client it seems that it's stuck on:
> {code}
> Stack trace of thread: Thread[Thread-16,5,main]
> Stack trace of thread: Thread[Thread-2 (ActiveMQ-client-global-threads-1995983824),5,ActiveMQ-client-global-threads-1995983824]
> ---sun.misc.Unsafe.park(Native Method)
> ---java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
> ---java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1037)
> ---java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1328)
> ---java.util.concurrent.CountDownLatch.await(CountDownLatch.java:277)
> ---org.apache.activemq.artemis.core.protocol.core.impl.ActiveMQClientProtocolManager.waitOnLatch(ActiveMQClientProtocolManager.java:130)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.getConnectionWithRetry(ClientSessionFactoryImpl.java:770)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.reconnectSessions(ClientSessionFactoryImpl.java:694)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.failoverOrReconnect(ClientSessionFactoryImpl.java:558)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.handleConnectionFailure(ClientSessionFactoryImpl.java:461)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl.access$400(ClientSessionFactoryImpl.java:68)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$DelegatingFailureListener.connectionFailed(ClientSessionFactoryImpl.java:1120)
> ---org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.callFailureListeners(AbstractRemotingConnection.java:57)
> ---org.apache.activemq.artemis.core.protocol.core.impl.RemotingConnectionImpl.fail(RemotingConnectionImpl.java:204)
> ---org.apache.activemq.artemis.spi.core.protocol.AbstractRemotingConnection.fail(AbstractRemotingConnection.java:179)
> ---org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl$CloseRunnable.run(ClientSessionFactoryImpl.java:946)
> ---org.apache.activemq.artemis.utils.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:94)
> ---java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> ---java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> ---java.lang.Thread.run(Thread.java:745)
> {code}
> See attached log.txt for more details.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5462) IllegalStateException: UT010055: Listener is not started during application undeployment
by Michal Vinkler (JIRA)
Michal Vinkler created WFLY-5462:
------------------------------------
Summary: IllegalStateException: UT010055: Listener is not started during application undeployment
Key: WFLY-5462
URL: https://issues.jboss.org/browse/WFLY-5462
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Michal Vinkler
Assignee: Stuart Douglas
Priority: Minor
Setup: 4-node cluster, one node at time undeploys application (clusterbench-ee7.ear), while standalone clients keep calling the application.
This error was seen during clustering failover testing in the following scenario:
http-session-undeploy-dist-async
http-session-undeploy-dist-sync
During application undeployment, this error message was logged approx. 15 times - stacktrace:
{code}
2015/09/30 04:32:17:342 EDT [DEBUG][RMI TCP Connection(12)-10.16.90.52] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Requesting: {
"operation" : "undeploy",
"address" : [{
"deployment" : "clusterbench-ee7.ear"
}]
}
:
[JBossINF] [0m[0m04:32:18,797 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 85) ISPN000029: Passivating all entries to disk
[JBossINF] [0m[0m04:32:18,799 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 85) ISPN000030: Passivated 1 entries in 1 milliseconds
[JBossINF] [0m[0m04:32:18,806 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 85) ISPN000310: Starting cluster-wide rebalance for cache dist, topology CacheTopology{id=13, rebalanceId=6, currentCH=DefaultConsistentHash{ns=80, owners = (3)[perf21: 31+9, perf20: 25+15, perf18: 24+16]}, pendingCH=DefaultConsistentHash{ns=80, owners = (3)[perf21: 27+26, perf20: 26+28, perf18: 27+26]}, unionCH=null, actualMembers=[perf21, perf20, perf18]}
[JBossINF] [0m[0m04:32:18,806 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 85) WFLYCLINF0003: Stopped dist cache from ejb container
[JBossINF] [0m[0m04:32:18,832 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
[JBossINF] [0m[0m04:32:18,833 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000082: Stopping the RpcDispatcher for channel ejb
[JBossINF] [0m[0m04:32:18,958 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000030: Passivated 3027 entries in 324 milliseconds
[JBossINF] [0m[31m04:32:18,968 ERROR [io.undertow.request] (default task-30) UT005023: Exception handling request to /clusterbench/session: java.lang.IllegalStateException: UT010055: Listener is not started
[JBossINF] at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:74)
[JBossINF] at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:356)
[JBossINF] at io.undertow.servlet.core.ApplicationListeners.requestInitialized(ApplicationListeners.java:245)
[JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:283)
[JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
[JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
[JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
[JBossINF] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198)
[JBossINF] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:784)
[JBossINF] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[JBossINF] at java.lang.Thread.run(Thread.java:745)
{code}
Server log:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-failover-http...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5462) IllegalStateException: UT010055: Listener is not started during application undeployment
by Michal Vinkler (JIRA)
[ https://issues.jboss.org/browse/WFLY-5462?page=com.atlassian.jira.plugin.... ]
Michal Vinkler updated WFLY-5462:
---------------------------------
Affects Version/s: 10.0.0.CR2
> IllegalStateException: UT010055: Listener is not started during application undeployment
> ----------------------------------------------------------------------------------------
>
> Key: WFLY-5462
> URL: https://issues.jboss.org/browse/WFLY-5462
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 10.0.0.CR2
> Reporter: Michal Vinkler
> Assignee: Stuart Douglas
> Priority: Minor
>
> Setup: 4-node cluster, one node at time undeploys application (clusterbench-ee7.ear), while standalone clients keep calling the application.
> This error was seen during clustering failover testing in the following scenario:
> http-session-undeploy-dist-async
> http-session-undeploy-dist-sync
> During application undeployment, this error message was logged approx. 15 times - stacktrace:
> {code}
> 2015/09/30 04:32:17:342 EDT [DEBUG][RMI TCP Connection(12)-10.16.90.52] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Requesting: {
> "operation" : "undeploy",
> "address" : [{
> "deployment" : "clusterbench-ee7.ear"
> }]
> }
> :
> [JBossINF] [0m[0m04:32:18,797 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 85) ISPN000029: Passivating all entries to disk
> [JBossINF] [0m[0m04:32:18,799 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 85) ISPN000030: Passivated 1 entries in 1 milliseconds
> [JBossINF] [0m[0m04:32:18,806 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 85) ISPN000310: Starting cluster-wide rebalance for cache dist, topology CacheTopology{id=13, rebalanceId=6, currentCH=DefaultConsistentHash{ns=80, owners = (3)[perf21: 31+9, perf20: 25+15, perf18: 24+16]}, pendingCH=DefaultConsistentHash{ns=80, owners = (3)[perf21: 27+26, perf20: 26+28, perf18: 27+26]}, unionCH=null, actualMembers=[perf21, perf20, perf18]}
> [JBossINF] [0m[0m04:32:18,806 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 85) WFLYCLINF0003: Stopped dist cache from ejb container
> [JBossINF] [0m[0m04:32:18,832 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb
> [JBossINF] [0m[0m04:32:18,833 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000082: Stopping the RpcDispatcher for channel ejb
> [JBossINF] [0m[0m04:32:18,958 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000030: Passivated 3027 entries in 324 milliseconds
> [JBossINF] [0m[31m04:32:18,968 ERROR [io.undertow.request] (default task-30) UT005023: Exception handling request to /clusterbench/session: java.lang.IllegalStateException: UT010055: Listener is not started
> [JBossINF] at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:74)
> [JBossINF] at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:356)
> [JBossINF] at io.undertow.servlet.core.ApplicationListeners.requestInitialized(ApplicationListeners.java:245)
> [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:283)
> [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
> [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
> [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
> [JBossINF] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198)
> [JBossINF] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:784)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> [JBossINF] at java.lang.Thread.run(Thread.java:745)
> {code}
> Server log:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-failover-http...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5461) Getting "Attribute 'enabled' in the resource at address ... is deprecated" when creating a datasource
by Tomas Hofman (JIRA)
Tomas Hofman created WFLY-5461:
----------------------------------
Summary: Getting "Attribute 'enabled' in the resource at address ... is deprecated" when creating a datasource
Key: WFLY-5461
URL: https://issues.jboss.org/browse/WFLY-5461
Project: WildFly
Issue Type: Bug
Components: Web Console
Affects Versions: 10.0.0.CR2
Reporter: Tomas Hofman
Assignee: Tomas Hofman
Following message's are seen while adding datasource via Management console:
~~~
INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 25) JBAS014627: Attribute 'enabled' in the resource at address '/subsystem=datasources/xa-data-source=xyz' is deprecated
, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
~~~
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5444) Lost data on session
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-5444?page=com.atlassian.jira.plugin.... ]
Paul Ferraro closed WFLY-5444.
------------------------------
Resolution: Rejected
Your application appears to lose session data because your cache configuration allows for this. When using ASYNC replication, a subsequent request for the same session isn't guaranteed to see the result of the previous transaction unless your cache configuration uses PESSIMISTIC locking with REPEATABLE_READ isolation (which is the default configuration). For what reason did you change this?
> Lost data on session
> --------------------
>
> Key: WFLY-5444
> URL: https://issues.jboss.org/browse/WFLY-5444
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 9.0.1.Final
> Reporter: Petr Sígl
> Assignee: Paul Ferraro
> Priority: Critical
>
> Configuration - standalone-ha.xml:
> {noformat}
> <cache-container name="web" default-cache="repl" module="org.wildfly.clustering.web.infinispan">
> <transport lock-timeout="60000"/>
> <replicated-cache name="repl" mode="ASYNC">
> <locking isolation="READ_COMMITTED"/>
> <transaction locking="OPTIMISTIC"/>
> <file-store/>
> </replicated-cache>
> </cache-container>
> {noformat}
> Sometimes server "loose" data stored in session - after redirect. It happens when 2 (or more?) node are running. With 1 node we are not able to reproduce the error.
> Steps:
> First request
> - in login action we create new session
> - store security key in it
> - redirect to home-page
> Second request
> - check security key
> - process home-page
> -...
> From logs below (we are doing the same) you can see, that in "error" state there is no session activation and than there are no attributes on session.
> Working
> {noformat}
> 2015-10-01 14:44:47,611 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-4) Login action -> create new session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:47,614 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : SecurityContext : cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,615 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : MujTestovaciAttribut : JakozeMusiBytNaTeSessionPorad!!! session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,620 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : DebugSessionBindingListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,621 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener] (default task-4) Value bound : DebugSessionBindingListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,621 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : DebugSessionActivationListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,622 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-4) PUT: Session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:47,625 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-4) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:47,627 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-4) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:47,630 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-4) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:47,631 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-4) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:47,645 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : SESSION_AFTER_LOGIN_ACTION : /home-page session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,663 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute removed : SESSION_AFTER_LOGIN_ACTION : /home-page session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,669 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-4) Passivate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@53c97140
> 2015-10-01 14:44:47,670 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-4) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:47,673 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-4) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:47,673 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-4) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:47,674 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-4) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:47,681 TRACE [org.wildfly.clustering.web.infinispan] (default task-4) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will expire in 120000 ms
> 2015-10-01 14:44:47,685 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : __MessageStoreInterceptor_ActionErrors_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,686 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : __MessageStoreInterceptor_ActionMessages_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,686 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-4) Attribute added : __MessageStoreInterceptor_FieldErrors_SessionKey : {} session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@482909ad
> 2015-10-01 14:44:47,813 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Activate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@584a0879
> 2015-10-01 14:44:47,821 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: __MessageStoreInterceptor_ActionErrors_SessionKey []
> 2015-10-01 14:44:47,827 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: __MessageStoreInterceptor_FieldErrors_SessionKey {}
> 2015-10-01 14:44:47,835 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:47,839 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:47,852 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:47,855 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: __MessageStoreInterceptor_ActionMessages_SessionKey []
> 2015-10-01 14:44:47,856 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:47,858 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Process URI /home-page(isUriSecure=false)
> 2015-10-01 14:44:47,858 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) GET: Session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:47,862 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: __MessageStoreInterceptor_ActionErrors_SessionKey - []
> 2015-10-01 14:44:47,866 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: __MessageStoreInterceptor_FieldErrors_SessionKey - {}
> 2015-10-01 14:44:47,869 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: DebugSessionBindingListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:47,872 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: DebugSessionActivationListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:47,876 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: SecurityContext - cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:47,879 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: __MessageStoreInterceptor_ActionMessages_SessionKey - []
> 2015-10-01 14:44:47,880 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) Attr: MujTestovaciAttribut - JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:47,889 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) securityContext is NOT null, session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:47,890 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-5) isURIOk = true
> 2015-10-01 14:44:47,890 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #BEGIN https://portaltst.hypotecnibanka.cz/informatorium/home-page
> 2015-10-01 14:44:47,939 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights : org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:47,942 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : scopedTarget.rights : cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:47,958 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumAuthorizationSe...], with size 595
> 2015-10-01 14:44:47,963 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,104 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute removed : __MessageStoreInterceptor_ActionErrors_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:48,122 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute removed : __MessageStoreInterceptor_ActionMessages_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:48,126 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute removed : __MessageStoreInterceptor_FieldErrors_SessionKey : {} session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:48,127 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 310
> 2015-10-01 14:44:48,128 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,187 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 449
> 2015-10-01 14:44:48,190 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,287 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel : org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:48,292 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : scopedTarget.idPreviewModel : cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:48,320 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 502
> 2015-10-01 14:44:48,327 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,640 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 497
> 2015-10-01 14:44:48,642 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,718 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 453
> 2015-10-01 14:44:48,720 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,770 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 501
> 2015-10-01 14:44:48,771 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:48,994 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumSelectBrandService], with size 315
> 2015-10-01 14:44:48,996 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:49,073 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel : org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:49,087 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : scopedTarget.homePageModel : cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@4f4e5791
> 2015-10-01 14:44:49,141 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumProfilService], with size 305
> 2015-10-01 14:44:49,151 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:49,291 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumProfilService], with size 302
> 2015-10-01 14:44:49,292 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:49,338 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumProfilService], with size 316
> 2015-10-01 14:44:49,339 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:49,534 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumProfilService], with size 310
> 2015-10-01 14:44:49,535 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:49,954 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #END:2096 https://portaltst.hypotecnibanka.cz/informatorium/home-page
> 2015-10-01 14:44:49,989 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Passivate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@652bc07e
> 2015-10-01 14:44:49,991 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:49,994 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:49,997 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,002 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,004 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,008 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,010 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,010 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,014 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,016 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-5) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,017 TRACE [org.wildfly.clustering.web.infinispan] (default task-5) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will expire in 120000 ms
> 2015-10-01 14:44:50,720 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Activate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@19bf94c0
> 2015-10-01 14:44:50,731 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:50,742 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:50,754 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,768 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,772 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,775 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,793 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,794 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,798 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,826 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,828 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Process URI /banner(isUriSecure=false)
> 2015-10-01 14:44:50,829 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) GET: Session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,832 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: scopedTarget.idPreviewModel - cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:50,835 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: DebugSessionBindingListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:50,842 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights - org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,856 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: scopedTarget.homePageModel - cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,850 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Activate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@736c4cfd
> 2015-10-01 14:44:50,871 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Activate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@3bb68e8f
> 2015-10-01 14:44:50,874 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: DebugSessionActivationListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,876 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: SecurityContext - cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,880 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel - org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,881 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: MujTestovaciAttribut - JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,890 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:50,891 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:50,892 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,893 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,896 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,896 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: scopedTarget.rights - cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,897 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel - org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,898 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) securityContext is NOT null, session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,898 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:50,898 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-6) isURIOk = true
> 2015-10-01 14:44:50,899 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #BEGIN https://portaltst.hypotecnibanka.cz/informatorium/banner
> 2015-10-01 14:44:50,899 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:50,900 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,901 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,902 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,919 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,920 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,920 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,921 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,922 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,922 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Process URI /aktuality(isUriSecure=false)
> 2015-10-01 14:44:50,922 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) GET: Session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,936 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,938 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,938 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,939 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,940 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,940 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Process URI /ping.html(isUriSecure=false)
> 2015-10-01 14:44:50,940 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) GET: Session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,941 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: scopedTarget.idPreviewModel - cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:50,942 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: scopedTarget.idPreviewModel - cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:50,943 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: DebugSessionBindingListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:50,944 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights - org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,946 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: scopedTarget.homePageModel - cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,947 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: DebugSessionActivationListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,949 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: SecurityContext - cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,953 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 490
> 2015-10-01 14:44:50,954 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,956 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: DebugSessionBindingListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:50,957 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights - org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:50,958 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: scopedTarget.homePageModel - cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:50,959 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: DebugSessionActivationListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:50,960 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: SecurityContext - cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:50,961 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel - org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,962 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: MujTestovaciAttribut - JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,963 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: scopedTarget.rights - cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,964 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel - org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,966 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) securityContext is NOT null, session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,966 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-7) isURIOk = true
> 2015-10-01 14:44:50,966 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #BEGIN https://portaltst.hypotecnibanka.cz/informatorium/aktuality
> 2015-10-01 14:44:50,969 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel - org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:50,969 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: MujTestovaciAttribut - JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:50,970 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: scopedTarget.rights - cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:50,971 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel - org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:50,972 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) securityContext is NOT null, session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:50,973 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-8) isURIOk = true
> 2015-10-01 14:44:50,973 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #BEGIN https://portaltst.hypotecnibanka.cz/informatorium/ping.html
> 2015-10-01 14:44:50,996 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #END:56 https://portaltst.hypotecnibanka.cz/informatorium/ping.html
> 2015-10-01 14:44:51,013 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Passivate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@6f270cb6
> 2015-10-01 14:44:51,014 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:51,015 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:51,017 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:51,018 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:51,027 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:51,029 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:51,030 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:51,030 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:51,031 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:51,032 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-8) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:51,042 TRACE [org.wildfly.clustering.web.infinispan] (default task-8) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will expire in 120000 ms
> 2015-10-01 14:44:51,056 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumDocumentService], with size 490
> 2015-10-01 14:44:51,057 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:51,215 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #END:387 https://portaltst.hypotecnibanka.cz/informatorium/banner
> 2015-10-01 14:44:51,244 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Passivate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@66a855cc
> 2015-10-01 14:44:51,245 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:51,246 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:51,247 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:51,248 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:51,249 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:51,250 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:51,259 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:51,259 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:51,260 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:51,278 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-6) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:51,279 TRACE [org.wildfly.clustering.web.infinispan] (default task-6) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will expire in 120000 ms
> 2015-10-01 14:44:51,405 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #END:483 https://portaltst.hypotecnibanka.cz/informatorium/aktuality
> 2015-10-01 14:44:51,438 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Passivate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@47a970b2
> 2015-10-01 14:44:51,440 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:51,441 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:51,442 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:51,443 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:51,444 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:51,445 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:51,454 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:51,455 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:51,456 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:51,457 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-7) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:51,458 TRACE [org.wildfly.clustering.web.infinispan] (default task-7) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will expire in 120000 ms
> 2015-10-01 14:44:52,429 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Activate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@4cbaac8c
> 2015-10-01 14:44:52,440 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:52,444 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:52,450 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:52,453 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:52,459 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:52,467 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:52,478 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:52,479 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:52,482 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:52,485 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-9) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:52,497 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Process URI /doLogout(isUriSecure=true)
> 2015-10-01 14:44:52,497 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) GET: Session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:52,505 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: scopedTarget.idPreviewModel - cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:52,508 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: DebugSessionBindingListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:52,511 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights - org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:52,514 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: scopedTarget.homePageModel - cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:52,518 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: DebugSessionActivationListener - cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:52,521 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: SecurityContext - cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75
> 2015-10-01 14:44:52,524 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel - org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:52,525 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: MujTestovaciAttribut - JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:52,529 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: scopedTarget.rights - cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:52,541 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel - org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:52,544 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) securityContext is NOT null, session id = 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:52,544 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-9) isURIOk = true
> 2015-10-01 14:44:52,545 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #BEGIN https://portaltst.hypotecnibanka.cz/informatorium/doLogout
> 2015-10-01 14:44:52,629 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute removed : SecurityContext : cz.cmhb.portal.service.security.to.AuthenticationDetail@7d5aee75 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,630 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending HTTP invoker request for service at [http://phspa1tst/informatorium-remote/remote/informatoriumAuthenticationS...], with size 300
> 2015-10-01 14:44:52,640 DEBUG [cz.cmhb.portal.service.security.remoting.AuthenticationSimpleHttpInvokerRequestExecutor] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Sending securityContext of externalContractId=1410 for session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3
> 2015-10-01 14:44:52,715 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Passivate session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@2ccc6a4c
> 2015-10-01 14:44:52,717 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: scopedTarget.idPreviewModel cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4
> 2015-10-01 14:44:52,718 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a
> 2015-10-01 14:44:52,720 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64
> 2015-10-01 14:44:52,721 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: scopedTarget.homePageModel cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822
> 2015-10-01 14:44:52,722 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4
> 2015-10-01 14:44:52,723 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83
> 2015-10-01 14:44:52,723 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:52,726 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: scopedTarget.rights cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79
> 2015-10-01 14:44:52,732 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attr: org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322
> 2015-10-01 14:44:52,732 TRACE [org.wildfly.clustering.web.infinispan] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will expire in 120000 ms
> 2015-10-01 14:44:52,734 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : __MessageStoreInterceptor_ActionErrors_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,735 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : __MessageStoreInterceptor_ActionMessages_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,736 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) Attribute added : __MessageStoreInterceptor_FieldErrors_SessionKey : {} session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,742 INFO [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (pospisilikovahana:0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3) #REQUEST #END:245 https://portaltst.hypotecnibanka.cz/informatorium/doLogout
> 2015-10-01 14:44:52,743 DEBUG [cz.cmhb.portal.app.informatorium.filter.InformatoriumDoLogoutFilter] (default task-9) Logout action and valid session -> invalidate session.
> 2015-10-01 14:44:52,744 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : __MessageStoreInterceptor_ActionErrors_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,745 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.rights : org.springframework.web.context.request.DestructionCallbackBindingListener@132f2f64 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,745 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : __MessageStoreInterceptor_ActionMessages_SessionKey : [] session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,746 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : scopedTarget.idPreviewModel : cz.cmhb.portal.app.informatorium.web.preview.IdPreviewModel@a2201d4 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,747 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : __MessageStoreInterceptor_FieldErrors_SessionKey : {} session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,748 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : DebugSessionBindingListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,751 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener] (default task-9) Value unbound : DebugSessionBindingListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@2662064a session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,752 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : scopedTarget.homePageModel : cz.cmhb.portal.app.informatorium.web.homepage.HomePageModel@78932822 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,753 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : DebugSessionActivationListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@629b89a4 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,754 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.homePageModel : org.springframework.web.context.request.DestructionCallbackBindingListener@1250ad83 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,757 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : MujTestovaciAttribut : JakozeMusiBytNaTeSessionPorad!!! session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,759 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : scopedTarget.rights : cz.cmhb.portal.app.informatorium.web.Rights@5ad5ce79 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,759 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-9) Attribute removed : org.springframework.web.context.request.ServletRequestAttributes.DESTRUCTION_CALLBACK.scopedTarget.idPreviewModel : org.springframework.web.context.request.DestructionCallbackBindingListener@6b04e322 session: 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 source: io.undertow.servlet.spec.HttpSessionImpl@2bd40b1f
> 2015-10-01 14:44:52,760 TRACE [org.wildfly.clustering.web.infinispan] (default task-9) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 will be removed
> 2015-10-01 14:44:52,811 TRACE [org.wildfly.clustering.web.infinispan] (default task-10) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 not found
> 2015-10-01 14:44:52,812 TRACE [org.wildfly.clustering.web.infinispan] (default task-10) Session 0LbLrPIhBPXlzqXn1aqVS_-38E33YeFW-Nf-wnD3 not found
> {noformat}
> NOT Working
> {noformat}
> 2015-10-01 14:44:57,506 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-11) Login action -> create new session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_
> 2015-10-01 14:44:57,508 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : SecurityContext : cz.cmhb.portal.service.security.to.AuthenticationDetail@42854171 session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,509 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : MujTestovaciAttribut : JakozeMusiBytNaTeSessionPorad!!! session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,510 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : DebugSessionBindingListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@30106cdc session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,511 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener] (default task-11) Value bound : DebugSessionBindingListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@30106cdc session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,511 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : DebugSessionActivationListener : cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@55c05af0 session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,511 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-11) PUT: Session id = UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_
> 2015-10-01 14:44:57,512 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-11) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@30106cdc
> 2015-10-01 14:44:57,512 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-11) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@55c05af0
> 2015-10-01 14:44:57,512 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-11) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@42854171
> 2015-10-01 14:44:57,513 DEBUG [cz.cmhb.portal.app.informatorium.web.login.actions.DoLoginAction] (default task-11) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:57,517 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-11) Passivate session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: org.wildfly.clustering.web.session.ImmutableHttpSessionAdapter@3da617f0
> 2015-10-01 14:44:57,517 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-11) Attr: DebugSessionBindingListener cz.cmhb.portal.app.informatorium.listener.DebugSessionBindingListener@30106cdc
> 2015-10-01 14:44:57,518 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-11) Attr: DebugSessionActivationListener cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener@55c05af0
> 2015-10-01 14:44:57,518 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-11) Attr: SecurityContext cz.cmhb.portal.service.security.to.AuthenticationDetail@42854171
> 2015-10-01 14:44:57,518 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionActivationListener] (default task-11) Attr: MujTestovaciAttribut JakozeMusiBytNaTeSessionPorad!!!
> 2015-10-01 14:44:57,519 TRACE [org.wildfly.clustering.web.infinispan] (default task-11) Session UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ will expire in 120000 ms
> 2015-10-01 14:44:57,527 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : __MessageStoreInterceptor_ActionErrors_SessionKey : [] session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,527 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : __MessageStoreInterceptor_ActionMessages_SessionKey : [] session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,528 DEBUG [cz.cmhb.portal.app.informatorium.listener.DebugSessionAttributteListener] (default task-11) Attribute added : __MessageStoreInterceptor_FieldErrors_SessionKey : {} session: UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ source: io.undertow.servlet.spec.HttpSessionImpl@348126fd
> 2015-10-01 14:44:57,736 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-12) Process URI /home-page(isUriSecure=false)
> 2015-10-01 14:44:57,737 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-12) GET: Session id = UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_
> 2015-10-01 14:44:57,737 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-12) securityContext is NULL, session id = UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_
> 2015-10-01 14:44:57,738 ERROR [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-12) Unauthorized access, you must login before
> 2015-10-01 14:44:57,739 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-12) Sending redirect = /informatorium/login?backUrl=/informatorium/home-page
> 2015-10-01 14:44:57,743 TRACE [org.wildfly.clustering.web.infinispan] (default task-12) Session UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ will expire in 120000 ms
> 2015-10-01 14:44:57,867 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-13) Process URI /login(isUriSecure=true)
> 2015-10-01 14:44:57,868 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-13) GET: Session id = UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_
> 2015-10-01 14:44:57,868 DEBUG [cz.cmhb.portal.service.security.remoting.SessionSecurityContextHolderSetterFilter] (default task-13) securityContext is NULL, session id = UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_
> 2015-10-01 14:44:58,128 TRACE [org.wildfly.clustering.web.infinispan] (default task-13) Session UcZtmad7hG2alDsqlrb2OykXULT4AJBv7UAzmWz_ will expire in 120000 ms
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5449) Custom socket factory for JGroups subsystem not set correctly
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-5449?page=com.atlassian.jira.plugin.... ]
Paul Ferraro updated WFLY-5449:
-------------------------------
Fix Version/s: 11.0.0.Alpha1
> Custom socket factory for JGroups subsystem not set correctly
> -------------------------------------------------------------
>
> Key: WFLY-5449
> URL: https://issues.jboss.org/browse/WFLY-5449
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR2
> Reporter: Dennis Reed
> Assignee: Paul Ferraro
>
> Wildfly's JChannelFactory tries to set a custom socket factory on the JGroups transport.
> This is not the correct API to use, and it gets overwritten when the JGroups channel starts.
> A custom socket factory should be set on the JChannel.
> The only time the custom socket factory is currently used is if there's a race condition where two channels are started at the same time, and the custom factory is set just before the other channel uses it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months
[JBoss JIRA] (WFLY-5449) Custom socket factory for JGroups subsystem not set correctly
by Paul Ferraro (JIRA)
[ https://issues.jboss.org/browse/WFLY-5449?page=com.atlassian.jira.plugin.... ]
Paul Ferraro updated WFLY-5449:
-------------------------------
Fix Version/s: (was: 11.0.0.Alpha1)
> Custom socket factory for JGroups subsystem not set correctly
> -------------------------------------------------------------
>
> Key: WFLY-5449
> URL: https://issues.jboss.org/browse/WFLY-5449
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR2
> Reporter: Dennis Reed
> Assignee: Paul Ferraro
>
> Wildfly's JChannelFactory tries to set a custom socket factory on the JGroups transport.
> This is not the correct API to use, and it gets overwritten when the JGroups channel starts.
> A custom socket factory should be set on the JChannel.
> The only time the custom socket factory is currently used is if there's a race condition where two channels are started at the same time, and the custom factory is set just before the other channel uses it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 10 months