Dev-Environment: Setting up OpenOlat in Eclipse and PostgreSQL

19 views
Skip to first unread message

lpu-bot

unread,
Aug 8, 2025, 4:59:43 AMAug 8
to OpenOlat
All, would appreciate some help setting up openolat in the prescribed dev-environment (as described here: https://github.com/OpenOlat/OpenOlat?tab=readme-ov-file#developers).
I have used tomcat v10.1 (iso mentioned v9 in the description because eclipse states: 'v9 does not support version 6.0 of the J2EE Web module specification')

I had some startup issues at first which I resolved, but now there seems to be no indication of a problem in the logs besides not being able to visit the platform (cf below).

One thing is that I have left on the XML Schema Validation (I've disabled client-side javascript, html syntax, javascript and xsl validation), this does give 10 erros with oai-oo.xsd (all of type: src-resolve: Cannot resolve the name oai:identifierType to a simpleType definition component). Might this be the problem (I'm not sure if I should leave the validation on) and if so, how to resolve it? 

When I visit the website I get: 
An unexpected error occured... Sorry!

Error code: 403

Accesslog show: 0:0:0:0:0:0:0:1 - - [08/Aug/2025:10:28:11 +0200] "GET /openolat-lms HTTP/1.1" 403 153

Openolat log shows:

2025-08-08 10:26:21.322 [main] INFO   ContextLoader ^%^ I-J1 ^%^ org.springframework.web.context.ContextLoader ^%^  ^%^  ^%^  ^%^  ^%^ Root WebApplicationContext: initialization started
2025-08-08 10:26:21.407 [main] INFO   CoreSpringInitializer ^%^ I-J2 ^%^ org.olat.core.CoreSpringInitializer ^%^  ^%^  ^%^  ^%^  ^%^ Bootstrapping spring startup
2025-08-08 10:26:25.052 [main] INFO   WebappHelper ^%^ I-J3 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ Setting userdata root to: /opt/openolat/olatdata
2025-08-08 10:26:25.055 [main] INFO   WebappHelper ^%^ I-J4 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ Sucessfully extracted context root path as: C:\Users\lanse\eclipse-workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\OpenOLAT\
2025-08-08 10:26:25.056 [main] INFO   WebappHelper ^%^ I-J5 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ Path to source doesn't exist (only needed for debugging purpose):
2025-08-08 10:26:25.057 [main] INFO   WebappHelper ^%^ I-J6 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ UTF-8 capable filesystem detected
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J7 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J8 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ *********************************************
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J9 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ *                STARTUP                    
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J10 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ *********************************************
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J11 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ * Application:    OpenOlat
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J12 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ * Version:        20.2a
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J13 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ * StartTimeStamp: Fri Aug 08 10:26:25 CEST 2025
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J14 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^ *********************************************
2025-08-08 10:26:25.058 [main] INFO   WebappHelper ^%^ I-J15 ^%^ org.olat.core.util.WebappHelper ^%^  ^%^  ^%^  ^%^  ^%^
2025-08-08 10:26:25.500 [main] INFO  AUDIT DatabaseUpgradeManager ^%^ I-J16 ^%^ org.olat.upgrade.DatabaseUpgradeManager ^%^  ^%^  ^%^  ^%^  ^%^ +--------------------------------------------------------------+
2025-08-08 10:26:25.500 [main] INFO  AUDIT DatabaseUpgradeManager ^%^ I-J17 ^%^ org.olat.upgrade.DatabaseUpgradeManager ^%^  ^%^  ^%^  ^%^  ^%^ + ... Pure database upgrade: starting alter DB statements ...  +
2025-08-08 10:26:25.500 [main] INFO  AUDIT DatabaseUpgradeManager ^%^ I-J18 ^%^ org.olat.upgrade.DatabaseUpgradeManager ^%^  ^%^  ^%^  ^%^  ^%^ + If it fails, do it manually by applying the content of the alter_X_to_Y.sql files.+
2025-08-08 10:26:25.500 [main] INFO  AUDIT DatabaseUpgradeManager ^%^ I-J19 ^%^ org.olat.upgrade.DatabaseUpgradeManager ^%^  ^%^  ^%^  ^%^  ^%^ + For each file you upgraded to add an entry like this to the [pathToOlat]/olatdata/system/installed_database_upgrades.xml: +
2025-08-08 10:26:25.500 [main] INFO  AUDIT DatabaseUpgradeManager ^%^ I-J20 ^%^ org.olat.upgrade.DatabaseUpgradeManager ^%^  ^%^  ^%^  ^%^  ^%^ + <entry><string>Database update</string><boolean>true</boolean></entry>+
2025-08-08 10:26:25.500 [main] INFO  AUDIT DatabaseUpgradeManager ^%^ I-J21 ^%^ org.olat.upgrade.DatabaseUpgradeManager ^%^  ^%^  ^%^  ^%^  ^%^ +--------------------------------------------------------------+
2025-08-08 10:26:25.630 [main] INFO   LogHelper ^%^ I-J22 ^%^ org.hibernate.jpa.internal.util.LogHelper ^%^  ^%^  ^%^  ^%^  ^%^ HHH000204: Processing PersistenceUnitInfo [name: default]
2025-08-08 10:26:25.690 [main] INFO   Version ^%^ I-J23 ^%^ org.hibernate.Version ^%^  ^%^  ^%^  ^%^  ^%^ HHH000412: Hibernate ORM core version 6.5.3.Final
2025-08-08 10:26:25.718 [main] INFO   RegionFactoryInitiator ^%^ I-J24 ^%^ org.hibernate.cache.internal.RegionFactoryInitiator ^%^  ^%^  ^%^  ^%^  ^%^ HHH000025: Second-level cache region factory [org.infinispan.hibernate.cache.v62.InfinispanRegionFactory]
2025-08-08 10:26:29.057 [main] WARN   ToOneBinder ^%^ I-J25 ^%^ org.hibernate.boot.model.internal.ToOneBinder ^%^  ^%^  ^%^  ^%^  ^%^ HHH000491: 'org.olat.resource.accesscontrol.model.OfferImpl.resource' uses both @NotFound and FetchType.LAZY. @ManyToOne and @OneToOne associations mapped with @NotFound are forced to EAGER fetching.
2025-08-08 10:26:30.177 [main] INFO   CONTAINER ^%^ I-J26 ^%^ org.infinispan.CONTAINER ^%^  ^%^  ^%^  ^%^  ^%^ ISPN000556: Starting user marshaller 'org.infinispan.jboss.marshalling.core.JBossUserMarshaller'
2025-08-08 10:26:30.546 [main] INFO   CONTAINER ^%^ I-J27 ^%^ org.infinispan.CONTAINER ^%^  ^%^  ^%^  ^%^  ^%^ ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
2025-08-08 10:26:30.573 [main] INFO   Version ^%^ I-J28 ^%^ org.hibernate.validator.internal.util.Version ^%^  ^%^  ^%^  ^%^  ^%^ HV000001: Hibernate Validator 8.0.2.Final
2025-08-08 10:26:33.632 [main] INFO   JtaPlatformInitiator ^%^ I-J29 ^%^ org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator ^%^  ^%^  ^%^  ^%^  ^%^ HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-08-08 10:26:34.432 [main] INFO   OpenOlatEmbeddedActiveMQ ^%^ I-J30 ^%^ org.olat.commons.coordinate.cluster.jms.OpenOlatEmbeddedActiveMQ ^%^  ^%^  ^%^  ^%^  ^%^ Artemis journal path: /opt/openolat/olatdata/data/journal
2025-08-08 10:26:34.480 [main] INFO   server ^%^ I-J31 ^%^ org.apache.activemq.artemis.core.server ^%^  ^%^  ^%^  ^%^  ^%^ AMQ221000: Primary message broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=/opt/openolat/olatdata/data/journal,bindingsDirectory=/opt/openolat/olatdata/data/bindings,largeMessagesDirectory=/opt/openolat/olatdata/data/largemessages,pagingDirectory=/opt/openolat/olatdata/data/paging)
2025-08-08 10:26:34.494 [main] INFO   server ^%^ I-J32 ^%^ org.apache.activemq.artemis.core.server ^%^  ^%^  ^%^  ^%^  ^%^ AMQ221057: Global Max Size is being adjusted to 1/2 of the JVM max size (-Xmx). being defined as 8552185856
2025-08-08 10:26:34.512 [main] INFO   server ^%^ I-J33 ^%^ org.apache.activemq.artemis.core.server ^%^  ^%^  ^%^  ^%^  ^%^ AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE
2025-08-08 10:26:34.529 [main] INFO   base ^%^ I-J34 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601138: User anonymous@unknown is getting notification info on target resource: null
2025-08-08 10:26:34.529 [main] INFO   base ^%^ I-J35 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl@59fb3686
2025-08-08 10:26:34.530 [main] INFO   base ^%^ I-J36 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601138: User anonymous@unknown is getting notification info on target resource: ActiveMQServerImpl::name=localhost
2025-08-08 10:26:34.536 [main] INFO   server ^%^ I-J37 ^%^ org.apache.activemq.artemis.core.server ^%^  ^%^  ^%^  ^%^  ^%^ AMQ224092: Despite disabled persistence, page files will be persisted.
2025-08-08 10:26:34.548 [main] INFO   base ^%^ I-J38 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@67fd29e1
2025-08-08 10:26:34.584 [main] INFO   base ^%^ I-J39 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@unknown is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AcceptorControlImpl@6a2f909
2025-08-08 10:26:34.591 [main] INFO   server ^%^ I-J40 ^%^ org.apache.activemq.artemis.core.server ^%^  ^%^  ^%^  ^%^  ^%^ AMQ221007: Server is now active
2025-08-08 10:26:34.591 [main] INFO   server ^%^ I-J41 ^%^ org.apache.activemq.artemis.core.server ^%^  ^%^  ^%^  ^%^  ^%^ AMQ221001: Apache ActiveMQ Artemis Message Broker version 2.42.0 [localhost, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a]
2025-08-08 10:26:34.651 [main] INFO   resource ^%^ I-J42 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 651241e6-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:34.702 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J43 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [651b69a9-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=651241e6-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=651241e6-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@5d008881, true, {}]
2025-08-08 10:26:34.716 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J44 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [651ddaaa-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=651241e6-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=651241e6-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4dd9fd89, true, {}]
2025-08-08 10:26:34.726 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J45 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601262: User anonymous@invm:0 is creating address on target resource: 651ddaaa-7431-11f0-b5a3-cc96e51ca83a with parameters: [Address [name=olat/myopenolat/sysbus, id=0, routingTypes={MULTICAST}, autoCreated=false, paused=false, bindingRemovedTimestamp=-1, swept=false, createdTimestamp=1754641594725, temporary=false], true]
2025-08-08 10:26:34.727 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J46 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@2240eacb
2025-08-08 10:26:34.738 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J47 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=4065fc7b-1d9c-4264-ae5e-59ae120dae62, address=olat/myopenolat/sysbus, routingType=MULTICAST, filterString=NOT(command='clusterinfo') AND NOT(command LIKE 'assessment-mode-%'), durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:34.775 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J48 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@4924e650
2025-08-08 10:26:34.778 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J49 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 4065fc7b-1d9c-4264-ae5e-59ae120dae62, NOT(command='clusterinfo') AND NOT(command LIKE 'assessment-mode-%'), 0, false, true, null]
2025-08-08 10:26:34.786 [main] INFO   resource ^%^ I-J50 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 6528890c-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:34.787 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J51 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6528b01f-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6528890c-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6528890c-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@30ea45fa, true, {}]
2025-08-08 10:26:34.787 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J52 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6528b020-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6528890c-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6528890c-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@ac858a4, true, {}]
2025-08-08 10:26:34.788 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J53 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=a3b9636d-55d7-499c-aca1-fd9d5a3ceab3, address=olat/myopenolat/sysbus, routingType=MULTICAST, filterString=command='clusterinfo', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:34.790 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J54 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@464d836f
2025-08-08 10:26:34.790 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J55 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, a3b9636d-55d7-499c-aca1-fd9d5a3ceab3, command='clusterinfo', 0, false, true, null]
2025-08-08 10:26:34.790 [main] INFO   resource ^%^ I-J56 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 65292552-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:34.791 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J57 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [65292555-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=65292552-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=65292552-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@36401b8, true, {}]
2025-08-08 10:26:34.791 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J58 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [65294c66-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=65292552-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=65292552-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3b82e95a, true, {}]
2025-08-08 10:26:34.792 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J59 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e318d0b5-172b-43ef-afa9-89a34040981e, address=olat/myopenolat/sysbus, routingType=MULTICAST, filterString=command LIKE 'assessment-mode-%', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:34.792 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J60 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@758018c3
2025-08-08 10:26:34.793 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J61 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e318d0b5-172b-43ef-afa9-89a34040981e, command LIKE 'assessment-mode-%', 0, false, true, null]
2025-08-08 10:26:34.794 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J62 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6529c198-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=651241e6-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=651241e6-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@3377fa3a, true, {}]
2025-08-08 10:26:34.799 [main] INFO   ClusterEventBus ^%^ I-J63 ^%^ org.olat.commons.coordinate.cluster.jms.ClusterEventBus ^%^  ^%^  ^%^  ^%^  ^%^ ClusterEventBus JMS started
2025-08-08 10:26:34.835 [main] INFO   CONTAINER ^%^ I-J64 ^%^ org.infinispan.CONTAINER ^%^  ^%^  ^%^  ^%^  ^%^ ISPN000556: Starting user marshaller 'org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller'
2025-08-08 10:26:34.845 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J65 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=28, durable=false, userID=652bbd6a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:34 CEST 2025, expiration=Fri Aug 08 10:26:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=1410, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@513571134, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:26:34.851 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J66 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[28]:NON-RELIABLE:CoreMessage[messageID=28, durable=false, userID=652bbd6a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:34 CEST 2025, expiration=Fri Aug 08 10:26:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=1410, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@513571134
2025-08-08 10:26:34.874 [main] INFO   CONTAINER ^%^ I-J67 ^%^ org.infinispan.CONTAINER ^%^  ^%^  ^%^  ^%^  ^%^ ISPN000025: wakeUpInterval is <= 0, not starting expired purge thread
2025-08-08 10:26:34.886 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J68 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=28, durable=false, userID=652bbd6a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:34 CEST 2025, expiration=Fri Aug 08 10:26:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=1410, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@513571134 to transaction: TransactionImpl [xid=null, txID=29, xid=null, state=ACTIVE, createTime=1754641594875(Fri Aug 08 10:26:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@75499cc5
2025-08-08 10:26:34.888 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J69 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=28, durable=false, userID=652bbd6a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:34 CEST 2025, expiration=Fri Aug 08 10:26:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=1410, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@513571134, transaction: TransactionImpl [xid=null, txID=29, xid=null, state=COMMITTED, createTime=1754641594875(Fri Aug 08 10:26:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@75499cc5
2025-08-08 10:26:35.158 [main] INFO   UsrPropCfgManager ^%^ I-J70 ^%^ org.olat.user.propertyhandlers.ui.UsrPropCfgManager ^%^  ^%^  ^%^  ^%^  ^%^ loading modified UserPropertiesConfig
2025-08-08 10:26:35.159 [main] INFO   RegistrationModule ^%^ I-J71 ^%^ org.olat.registration.RegistrationModule ^%^  ^%^  ^%^  ^%^  ^%^ Selfregistration is turned ON
2025-08-08 10:26:35.170 [main] INFO   RegistrationModule ^%^ I-J72 ^%^ org.olat.registration.RegistrationModule ^%^  ^%^  ^%^  ^%^  ^%^ Registration notification email is turned OFF by configuration or because given email::webm...@your.domain  is not valid.
2025-08-08 10:26:35.170 [main] INFO   RegistrationModule ^%^ I-J73 ^%^ org.olat.registration.RegistrationModule ^%^  ^%^  ^%^  ^%^  ^%^ Disclaimer is turned ON
2025-08-08 10:26:35.177 [main] INFO   UserModule ^%^ I-J74 ^%^ org.olat.user.UserModule ^%^  ^%^  ^%^  ^%^  ^%^ Successfully added 12 entries to login blacklist.
2025-08-08 10:26:35.183 [main] INFO   LoginModule ^%^ I-J75 ^%^ org.olat.login.LoginModule ^%^  ^%^  ^%^  ^%^  ^%^ Attack prevention enabled. Max number of attempts: 5, timeout: 5 minutes.
2025-08-08 10:26:35.183 [main] INFO   LoginModule ^%^ I-J76 ^%^ org.olat.login.LoginModule ^%^  ^%^  ^%^  ^%^  ^%^ Guest login on login page enabled
2025-08-08 10:26:35.183 [main] INFO   LoginModule ^%^ I-J77 ^%^ org.olat.login.LoginModule ^%^  ^%^  ^%^  ^%^  ^%^ Invitation login enabled
2025-08-08 10:26:35.183 [main] INFO   LoginModule ^%^ I-J78 ^%^ org.olat.login.LoginModule ^%^  ^%^  ^%^  ^%^  ^%^ Using default authentication provider 'OLAT'.
2025-08-08 10:26:35.197 [main] INFO   FolderModule ^%^ I-J79 ^%^ org.olat.core.commons.modules.bc.FolderModule ^%^  ^%^  ^%^  ^%^  ^%^ Folder root set to '/opt/openolat/olatdata/bcroot'.
2025-08-08 10:26:35.197 [main] INFO   FolderModule ^%^ I-J80 ^%^ org.olat.core.commons.modules.bc.FolderModule ^%^  ^%^  ^%^  ^%^  ^%^ Maximum file upload size set to 102400 KB.
2025-08-08 10:26:35.197 [main] INFO   FolderModule ^%^ I-J81 ^%^ org.olat.core.commons.modules.bc.FolderModule ^%^  ^%^  ^%^  ^%^  ^%^ Default user quota set to 204800 KB.
2025-08-08 10:26:35.355 [main] INFO   BaseSecurityModule ^%^ I-J82 ^%^ org.olat.basesecurity.BaseSecurityModule ^%^  ^%^  ^%^  ^%^  ^%^ Identity.name generator: auto
2025-08-08 10:26:35.450 [main] INFO   I18nModule ^%^ I-J83 ^%^ org.olat.core.util.i18n.I18nModule ^%^  ^%^  ^%^  ^%^  ^%^ Localization caching set to: true
2025-08-08 10:26:35.450 [main] INFO   I18nModule ^%^ I-J84 ^%^ org.olat.core.util.i18n.I18nModule ^%^  ^%^  ^%^  ^%^  ^%^ Configuring 'dropDownListEnabled = true'
2025-08-08 10:26:36.439 [main] INFO   I18nModule ^%^ I-J85 ^%^ org.olat.core.util.i18n.I18nModule ^%^  ^%^  ^%^  ^%^  ^%^ Languages discovered in org/olat: [de, ru, bg, jp, el, lt, en, it, pt_BR, fr, es, cs, ar, en_GB, zh_TW, sk, fa, zh_CN, pl, da, sq, tr, nl_NL, pt_PT]
2025-08-08 10:26:36.440 [main] INFO   I18nModule ^%^ I-J86 ^%^ org.olat.core.util.i18n.I18nModule ^%^  ^%^  ^%^  ^%^  ^%^ Setting default locale::en
2025-08-08 10:26:36.440 [main] INFO   I18nModule ^%^ I-J87 ^%^ org.olat.core.util.i18n.I18nModule ^%^  ^%^  ^%^  ^%^  ^%^ Enabling languages::en,de,fr,it,es
2025-08-08 10:26:36.440 [main] INFO   I18nModule ^%^ I-J88 ^%^ org.olat.core.util.i18n.I18nModule ^%^  ^%^  ^%^  ^%^  ^%^ Configured i18nModule with default language::en and the reference languages 'en,de' and the following enabled languages: [de, en, it, fr, es]
2025-08-08 10:26:36.648 [main] INFO   resource ^%^ I-J89 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 6644a77c-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:36.649 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J90 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6644a77f-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6644a77c-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6644a77c-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@6eee1981, true, {}]
2025-08-08 10:26:36.649 [main] INFO   JmsIndexer ^%^ I-J91 ^%^ org.olat.search.service.indexer.JmsIndexer ^%^  ^%^  ^%^  ^%^  ^%^ springInit: JMS connection started with connectionFactory=ActiveMQConnectionFactory [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=null, factory=org-apache-activemq-artemis-core-remoting-impl-invm-InVMConnectorFactory)?serverId=0], discoveryGroupConfiguration=null], clientID=null, consumerWindowSize=1048576, dupsOKBatchSize=1048576, transactionBatchSize=1048576, readOnly=true, EnableSharedClientID=false]
2025-08-08 10:26:36.651 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J92 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [66451bb0-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6644a77c-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6644a77c-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@586d66e7, true, {}]
2025-08-08 10:26:36.652 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J93 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=olat/indexQueue, address=olat/indexQueue, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]]
2025-08-08 10:26:36.652 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J94 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7e94959d
2025-08-08 10:26:36.652 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J95 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@7a796124
2025-08-08 10:26:36.652 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J96 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, olat/indexQueue, null, 0, false, true, null]
2025-08-08 10:26:36.675 [main] INFO   AccessControlModule ^%^ I-J97 ^%^ org.olat.resource.accesscontrol.AccessControlModule ^%^  ^%^  ^%^  ^%^  ^%^ Access control module is enabled: true
2025-08-08 10:26:36.796 [main] INFO   resource ^%^ I-J98 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 665b3bc3-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:36.797 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J99 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [665b62d6-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=665b3bc3-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=665b3bc3-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@1652f94a, true, {}]
2025-08-08 10:26:36.797 [main] INFO   CertificatesManagerImpl ^%^ I-J100 ^%^ org.olat.course.certificate.manager.CertificatesManagerImpl ^%^  ^%^  ^%^  ^%^  ^%^ springInit: JMS connection started with connectionFactory=ActiveMQConnectionFactory [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=null, factory=org-apache-activemq-artemis-core-remoting-impl-invm-InVMConnectorFactory)?serverId=0], discoveryGroupConfiguration=null], clientID=null, consumerWindowSize=1048576, dupsOKBatchSize=1048576, transactionBatchSize=1048576, readOnly=true, EnableSharedClientID=false]
2025-08-08 10:26:36.797 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J101 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [665b62d7-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=665b3bc3-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=665b3bc3-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4c0afd2d, true, {}]
2025-08-08 10:26:36.798 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J102 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=olat/certificateQueue, address=olat/certificateQueue, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]]
2025-08-08 10:26:36.798 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J103 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@49107ad2
2025-08-08 10:26:36.798 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J104 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@184dec36
2025-08-08 10:26:36.799 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J105 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, olat/certificateQueue, null, 0, false, true, null]
2025-08-08 10:26:36.857 [main] INFO   StdSchedulerFactory ^%^ I-J106 ^%^ org.quartz.impl.StdSchedulerFactory ^%^  ^%^  ^%^  ^%^  ^%^ Using default implementation for ThreadExecutor
2025-08-08 10:26:36.867 [main] INFO   SchedulerSignalerImpl ^%^ I-J107 ^%^ org.quartz.core.SchedulerSignalerImpl ^%^  ^%^  ^%^  ^%^  ^%^ Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2025-08-08 10:26:36.867 [main] INFO   QuartzScheduler ^%^ I-J108 ^%^ org.quartz.core.QuartzScheduler ^%^  ^%^  ^%^  ^%^  ^%^ Quartz Scheduler v2.5.0 created.
2025-08-08 10:26:36.868 [main] INFO   RAMJobStore ^%^ I-J109 ^%^ org.quartz.simpl.RAMJobStore ^%^  ^%^  ^%^  ^%^  ^%^ RAMJobStore initialized.
2025-08-08 10:26:36.868 [main] INFO   QuartzScheduler ^%^ I-J110 ^%^ org.quartz.core.QuartzScheduler ^%^  ^%^  ^%^  ^%^  ^%^ Scheduler meta-data: Quartz Scheduler (v2.5.0) 'schedulerFactoryBean' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

2025-08-08 10:26:36.868 [main] INFO   StdSchedulerFactory ^%^ I-J111 ^%^ org.quartz.impl.StdSchedulerFactory ^%^  ^%^  ^%^  ^%^  ^%^ Quartz scheduler 'schedulerFactoryBean' initialized from an externally provided properties instance.
2025-08-08 10:26:36.868 [main] INFO   StdSchedulerFactory ^%^ I-J112 ^%^ org.quartz.impl.StdSchedulerFactory ^%^  ^%^  ^%^  ^%^  ^%^ Quartz scheduler version: 2.5.0
2025-08-08 10:26:36.869 [main] INFO   QuartzScheduler ^%^ I-J113 ^%^ org.quartz.core.QuartzScheduler ^%^  ^%^  ^%^  ^%^  ^%^ JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@b48cc5f
2025-08-08 10:26:36.877 [main] INFO   LogModule ^%^ I-J114 ^%^ org.olat.core.logging.activity.LogModule ^%^  ^%^  ^%^  ^%^  ^%^ Log Module set logAnonymous to: false
2025-08-08 10:26:36.936 [main] INFO   CalendarModule ^%^ I-J115 ^%^ org.olat.commons.calendar.CalendarModule ^%^  ^%^  ^%^  ^%^  ^%^ Calendar time zone: Europe/Brussels - Europe/Brussels
2025-08-08 10:26:36.938 [main] INFO   Configurator ^%^ I-J116 ^%^ net.fortuna.ical4j.util.Configurator ^%^  ^%^  ^%^  ^%^  ^%^ ical4j.properties not found.
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J117 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ av.video.recording.enabled=true
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J118 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ av.audio.recording.enabled=false
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J119 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ av.local.transcoding.enabled=false
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J120 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ av.local.audio.conversion.enabled=false
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J121 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ av.handbrakecli.path=
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J122 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ av.ffmpeg.path=
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J123 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ folder.root=/opt/openolat/olatdata/bcroot
2025-08-08 10:26:37.161 [main] INFO   AVModule ^%^ I-J124 ^%^ org.olat.modules.audiovideorecording.AVModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.dir=/opt/openolat/olatdata/bcroot/transcodedVideos
2025-08-08 10:26:37.258 [main] INFO   EvaluationFormStorage ^%^ I-J125 ^%^ org.olat.modules.forms.manager.EvaluationFormStorage ^%^  ^%^  ^%^  ^%^  ^%^ Evaluation form tmp dir cleaned: C:\Users\lanse\AppData\Local\Temp\evaluation_form_tmp
2025-08-08 10:26:37.290 [main] INFO   Settings ^%^ I-J126 ^%^ org.olat.core.helpers.Settings ^%^  ^%^  ^%^  ^%^  ^%^ No custom theme directory configured, path::/opt/openolat/olatdata/customizing/themes invalid. Configure property layout.custom.themes.dir if you want to use a custom themes directory.
2025-08-08 10:26:37.346 [main] INFO   ShibbolethModule ^%^ I-J127 ^%^ org.olat.shibboleth.ShibbolethModule ^%^  ^%^  ^%^  ^%^  ^%^ Shibboleth logins disabled.
2025-08-08 10:26:37.377 [main] INFO   QuotaManagerImpl ^%^ I-J128 ^%^ org.olat.admin.quota.QuotaManagerImpl ^%^  ^%^  ^%^  ^%^  ^%^ Successfully initialized Quota Manager
2025-08-08 10:26:37.413 [main] INFO   LDAPLoginModule ^%^ I-J129 ^%^ org.olat.ldap.LDAPLoginModule ^%^  ^%^  ^%^  ^%^  ^%^ LDAP login is disabled
2025-08-08 10:26:37.675 [main] INFO   LanguageIdentifier ^%^ I-J130 ^%^ org.olat.core.commons.services.text.impl.nutch.LanguageIdentifier ^%^  ^%^  ^%^  ^%^  ^%^ Language identifier plugin supports: pt(1000) hu(1000) is(1000) it(1000) zh(1000) ja(1000) ru(1000) sv(1000) th(1000) da(1000) de(1000) ee(1000) el(1000) en(1000) es(1000) nl(1000) no(1000) fi(1000) fr(1000) pl(1000)
2025-08-08 10:26:37.855 [main] INFO   JqtiExtensionManager ^%^ I-J131 ^%^ uk.ac.ed.ph.jqtiplus.JqtiExtensionManager ^%^  ^%^  ^%^  ^%^  ^%^ Initialising all registered JqtiExtensionPackages
2025-08-08 10:26:37.899 [main] INFO   resource ^%^ I-J132 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 670389ba-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:37.900 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J133 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [670389bd-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=670389ba-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=670389ba-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@112a3159, true, {}]
2025-08-08 10:26:37.900 [main] INFO   NotificationsPushServiceImpl ^%^ I-J134 ^%^ org.olat.core.commons.services.notifications.manager.NotificationsPushServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^ springInit: JMS connection started with connectionFactory=ActiveMQConnectionFactory [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=null, factory=org-apache-activemq-artemis-core-remoting-impl-invm-InVMConnectorFactory)?serverId=0], discoveryGroupConfiguration=null], clientID=null, consumerWindowSize=1048576, dupsOKBatchSize=1048576, transactionBatchSize=1048576, readOnly=true, EnableSharedClientID=false]
2025-08-08 10:26:37.900 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J135 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6703b0ce-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=670389ba-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=670389ba-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@59b9c055, true, {}]
2025-08-08 10:26:37.902 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J136 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601262: User anonymous@invm:0 is creating address on target resource: 6703b0ce-7431-11f0-b5a3-cc96e51ca83a with parameters: [Address [name=olat/myopenolat/notifications, id=0, routingTypes={MULTICAST}, autoCreated=false, paused=false, bindingRemovedTimestamp=-1, swept=false, createdTimestamp=1754641597901, temporary=false], true]
2025-08-08 10:26:37.902 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J137 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@7156ac59
2025-08-08 10:26:37.902 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J138 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=aec27f60-0474-4835-9216-c8d5c058ef1a, address=olat/myopenolat/notifications, routingType=MULTICAST, filterString=null, durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:37.903 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J139 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@42afaadf
2025-08-08 10:26:37.903 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J140 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, aec27f60-0474-4835-9216-c8d5c058ef1a, null, 0, false, true, null]
2025-08-08 10:26:37.904 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J141 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [67042600-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=670389ba-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=670389ba-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@641672f1, true, {}]
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J142 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.enabled=true
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J143 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.coursenode.enabled=true
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J144 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.enabled=false
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J145 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.resolutions=[1080, 720, 480]
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J146 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.resolution.preferred=720
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J147 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.taskset.cpuconfig=0,1
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J148 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.local=false
2025-08-08 10:26:38.013 [main] INFO   VideoModule ^%^ I-J149 ^%^ org.olat.modules.video.VideoModule ^%^  ^%^  ^%^  ^%^  ^%^ video.transcoding.profile=Very Fast
2025-08-08 10:26:38.216 [main] INFO   resource ^%^ I-J150 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 6733e892-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:38.217 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J151 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6733e895-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6733e892-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6733e892-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@73ee83ef, true, {}]
2025-08-08 10:26:38.217 [main] INFO   FeedNotificationsPushHandler ^%^ I-J152 ^%^ org.olat.modules.webFeed.manager.FeedNotificationsPushHandler ^%^  ^%^  ^%^  ^%^  ^%^ springInit: JMS connection started with connectionFactory=ActiveMQConnectionFactory [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=null, factory=org-apache-activemq-artemis-core-remoting-impl-invm-InVMConnectorFactory)?serverId=0], discoveryGroupConfiguration=null], clientID=null, consumerWindowSize=1048576, dupsOKBatchSize=1048576, transactionBatchSize=1048576, readOnly=true, EnableSharedClientID=false]
2025-08-08 10:26:38.217 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J153 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [67340fa6-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6733e892-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6733e892-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4e39d6ec, true, {}]
2025-08-08 10:26:38.218 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J154 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=69569d2c-2106-4612-955d-bc1154b8bc83, address=olat/myopenolat/notifications, routingType=MULTICAST, filterString=publishertype='Comment.BLOG' AND operation LIKE 'comment-%', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:38.218 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J155 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3e2d90d0
2025-08-08 10:26:38.219 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J156 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 69569d2c-2106-4612-955d-bc1154b8bc83, publishertype='Comment.BLOG' AND operation LIKE 'comment-%', 0, false, true, null]
2025-08-08 10:26:38.220 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J157 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [673484d8-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6733e892-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6733e892-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@7609609d, true, {}]
2025-08-08 10:26:38.221 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J158 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=e4e09b35-fb0f-4173-a451-db9fe55d7cd8, address=olat/myopenolat/notifications, routingType=MULTICAST, filterString=publishertype='Comment.PODCAST' AND operation LIKE 'comment-%', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:38.221 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J159 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@5ac44304
2025-08-08 10:26:38.221 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J160 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, e4e09b35-fb0f-4173-a451-db9fe55d7cd8, publishertype='Comment.PODCAST' AND operation LIKE 'comment-%', 0, false, true, null]
2025-08-08 10:26:38.222 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J161 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [6734d2fa-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6733e892-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6733e892-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@29815428, true, {}]
2025-08-08 10:26:38.223 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J162 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=87e08bc6-626d-4ce5-a0d3-4494f177de35, address=olat/myopenolat/notifications, routingType=MULTICAST, filterString=publishertype='Comment.FeedItem' AND operation LIKE 'comment-%', durable=false, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=true, autoCreateAddress=null, internal=null, transient=null, autoCreated=false, fqqn=null]]
2025-08-08 10:26:38.223 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J163 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@3fa8c7a5
2025-08-08 10:26:38.223 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J164 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, 87e08bc6-626d-4ce5-a0d3-4494f177de35, publishertype='Comment.FeedItem' AND operation LIKE 'comment-%', 0, false, true, null]
2025-08-08 10:26:38.259 [main] INFO   SystemRegistrationManager ^%^ I-J165 ^%^ org.olat.admin.registration.SystemRegistrationManager ^%^  ^%^  ^%^  ^%^  ^%^ Registration background job successfully started: 0 48 3 ? * 3
2025-08-08 10:26:38.273 [main] INFO  AUDIT GlobalStickyMessage ^%^ I-J166 ^%^ org.olat.core.commons.fullWebApp.util.GlobalStickyMessage ^%^  ^%^  ^%^  ^%^  ^%^ Setting new maintenance message::null
2025-08-08 10:26:38.274 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J167 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: Reference[81]:RELIABLE:CoreMessage[messageID=81, durable=true, userID=673c9b2c-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1809823492
2025-08-08 10:26:38.274 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J168 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=81, durable=true, userID=673c9b2c-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1809823492, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:26:38.275 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J169 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=81, durable=true, userID=673c9b2c-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1809823492 to transaction: TransactionImpl [xid=null, txID=82, xid=null, state=ACTIVE, createTime=1754641598275(Fri Aug 08 10:26:38 CEST 2025), timeoutSeconds=-1, nr operations = 1]@501446ae
2025-08-08 10:26:38.275 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J170 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=81, durable=true, userID=673c9b2c-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1809823492, transaction: TransactionImpl [xid=null, txID=82, xid=null, state=COMMITTED, createTime=1754641598275(Fri Aug 08 10:26:38 CEST 2025), timeoutSeconds=-1, nr operations = 0]@501446ae
2025-08-08 10:26:38.276 [main] INFO  AUDIT GlobalStickyMessage ^%^ I-J171 ^%^ org.olat.core.commons.fullWebApp.util.GlobalStickyMessage ^%^  ^%^  ^%^  ^%^  ^%^ Setting new maintenance message::null
2025-08-08 10:26:38.277 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J172 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=83, durable=true, userID=673d376d-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@276804326, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:26:38.277 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J173 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: Reference[83]:RELIABLE:CoreMessage[messageID=83, durable=true, userID=673d376d-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@276804326
2025-08-08 10:26:38.278 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J174 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=83, durable=true, userID=673d376d-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@276804326 to transaction: TransactionImpl [xid=null, txID=84, xid=null, state=ACTIVE, createTime=1754641598278(Fri Aug 08 10:26:38 CEST 2025), timeoutSeconds=-1, nr operations = 1]@6da4d9b9
2025-08-08 10:26:38.278 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J175 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=83, durable=true, userID=673d376d-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=917, properties=TypedProperties[command=CLR, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@276804326, transaction: TransactionImpl [xid=null, txID=84, xid=null, state=COMMITTED, createTime=1754641598278(Fri Aug 08 10:26:38 CEST 2025), timeoutSeconds=-1, nr operations = 0]@6da4d9b9
2025-08-08 10:26:38.391 [main] INFO   CourseStyleServiceImpl ^%^ I-J176 ^%^ org.olat.course.style.manager.CourseStyleServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^ System images: [oo_16_0_1]
2025-08-08 10:26:38.414 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J178 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: Reference[85]:RELIABLE:CoreMessage[messageID=85, durable=true, userID=67521efe-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=866, properties=TypedProperties[command=startupEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1193925602
2025-08-08 10:26:38.414 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J177 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=85, durable=true, userID=67521efe-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=866, properties=TypedProperties[command=startupEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1193925602, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:26:38.415 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J179 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=85, durable=true, userID=67521efe-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=866, properties=TypedProperties[command=startupEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1193925602 to transaction: TransactionImpl [xid=null, txID=86, xid=null, state=ACTIVE, createTime=1754641598415(Fri Aug 08 10:26:38 CEST 2025), timeoutSeconds=-1, nr operations = 1]@6467d6d2
2025-08-08 10:26:38.416 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J180 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=85, durable=true, userID=67521efe-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:38 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=866, properties=TypedProperties[command=startupEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1193925602, transaction: TransactionImpl [xid=null, txID=86, xid=null, state=COMMITTED, createTime=1754641598415(Fri Aug 08 10:26:38 CEST 2025), timeoutSeconds=-1, nr operations = 0]@6467d6d2
2025-08-08 10:26:38.439 [main] INFO   resource ^%^ I-J181 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 6755ef90-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:38.440 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J182 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [675616a3-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6755ef90-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6755ef90-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@39a601bf, true, {}]
2025-08-08 10:26:38.441 [main] INFO   LTI13EventProcessor ^%^ I-J183 ^%^ org.olat.ims.lti13.manager.LTI13EventProcessor ^%^  ^%^  ^%^  ^%^  ^%^ springInit: JMS connection started with connectionFactory=ActiveMQConnectionFactory [serverLocator=ServerLocatorImpl [initialConnectors=[TransportConfiguration(name=null, factory=org-apache-activemq-artemis-core-remoting-impl-invm-InVMConnectorFactory)?serverId=0], discoveryGroupConfiguration=null], clientID=null, consumerWindowSize=1048576, dupsOKBatchSize=1048576, transactionBatchSize=1048576, readOnly=true, EnableSharedClientID=false]
2025-08-08 10:26:38.441 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J184 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [67563db4-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=6755ef90-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=6755ef90-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@4acc1abd, true, {}]
2025-08-08 10:26:38.441 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J185 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=olat/ltiQueue, address=olat/ltiQueue, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]]
2025-08-08 10:26:38.442 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J186 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@1cc36539
2025-08-08 10:26:38.442 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J187 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@6e907139
2025-08-08 10:26:38.442 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J188 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, olat/ltiQueue, null, 0, false, true, null]
2025-08-08 10:26:39.640 [main] INFO   ServerImpl ^%^ I-J189 ^%^ org.apache.cxf.endpoint.ServerImpl ^%^  ^%^  ^%^  ^%^  ^%^ Setting the server's publish address to be /
2025-08-08 10:26:39.831 [main] INFO   resource ^%^ I-J190 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601767: CORE connection 682a5697-7431-11f0-b5a3-cc96e51ca83a for user unknown@invm:0 created
2025-08-08 10:26:39.832 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J191 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [682a7daa-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=682a5697-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=682a5697-7431-11f0-b5a3-cc96e51ca83a]], false, false, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@25b20443, true, {}]
2025-08-08 10:26:39.833 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J192 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601267: User anonymous@invm:0 is creating a core session on target resource ActiveMQServerImpl::name=localhost with parameters: [682aa4bb-7431-11f0-b5a3-cc96e51ca83a, null, ****, 102400, RemotingConnectionImpl [ID=682a5697-7431-11f0-b5a3-cc96e51ca83a, clientID=null, nodeID=64f93ba4-7431-11f0-b5a3-cc96e51ca83a, transportConnection=InVMConnection [serverID=0, id=682a5697-7431-11f0-b5a3-cc96e51ca83a]], true, true, false, false, null, org.apache.activemq.artemis.core.protocol.core.impl.CoreSessionCallback@551faab6, true, {}]
2025-08-08 10:26:39.834 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   resource ^%^ I-J193 ^%^ org.apache.activemq.audit.resource ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601065: User anonymous@invm:0 is creating a queue on target resource: ServerSessionImpl() with parameters: [QueueConfiguration [id=null, name=olat/searchQueue, address=olat/searchQueue, routingType=ANYCAST, filterString=null, durable=true, user=null, maxConsumers=-1, exclusive=null, groupRebalance=null, groupRebalancePauseDispatch=null, groupBuckets=null, groupFirstKey=null, lastValue=null, lastValueKey=null, nonDestructive=null, purgeOnNoConsumers=false, enabled=null, consumersBeforeDispatch=null, delayBeforeDispatch=null, consumerPriority=null, autoDelete=null, autoDeleteDelay=null, autoDeleteMessageCount=null, ringSize=null, configurationManaged=null, temporary=false, autoCreateAddress=null, internal=null, transient=null, autoCreated=true, fqqn=null]]
2025-08-08 10:26:39.834 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J194 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.AddressControlImpl@38576d35
2025-08-08 10:26:39.834 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J195 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601019: User anonymous@invm:0 is getting mbean info on target resource: org.apache.activemq.artemis.core.management.impl.QueueControlImpl@55d2005b
2025-08-08 10:26:39.835 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   base ^%^ I-J196 ^%^ org.apache.activemq.audit.base ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601265: User anonymous@invm:0 is creating a core consumer on target resource ServerSessionImpl() with parameters: [0, olat/searchQueue, null, 0, false, true, null]
2025-08-08 10:26:39.835 [main] INFO   JmsSearchProvider ^%^ I-J197 ^%^ org.olat.search.service.searcher.JmsSearchProvider ^%^  ^%^  ^%^  ^%^  ^%^ ClusteredSearchProvider JMS started
2025-08-08 10:26:39.836 [main] INFO   SearchServiceImpl ^%^ I-J198 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^ Start SearchServiceImpl constructor...
2025-08-08 10:26:39.844 [main] INFO   SearchServiceImpl ^%^ I-J199 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^ init searchModuleConfig=org.olat.search.SearchModule@17f00686
2025-08-08 10:26:39.844 [main] INFO   SearchServiceImpl ^%^ I-J200 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^ Running with indexPath=/opt/openolat/olatdata/bcroot/tmp\search_index
2025-08-08 10:26:39.844 [main] INFO   SearchServiceImpl ^%^ I-J201 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^         tempIndexPath=/opt/openolat/olatdata/bcroot/tmp\temp_search_index
2025-08-08 10:26:39.844 [main] INFO   SearchServiceImpl ^%^ I-J202 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^         generateAtStartup=false
2025-08-08 10:26:39.844 [main] INFO   SearchServiceImpl ^%^ I-J203 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^         indexInterval=0
2025-08-08 10:26:39.846 [main] INFO   SearchServiceImpl ^%^ I-J204 ^%^ org.olat.search.service.SearchServiceImpl ^%^  ^%^  ^%^  ^%^  ^%^ init DONE
2025-08-08 10:26:40.036 [main] INFO   SchedulerFactoryBean ^%^ I-J205 ^%^ org.springframework.scheduling.quartz.SchedulerFactoryBean ^%^  ^%^  ^%^  ^%^  ^%^ Starting Quartz Scheduler now
2025-08-08 10:26:40.036 [main] INFO   QuartzScheduler ^%^ I-J206 ^%^ org.quartz.core.QuartzScheduler ^%^  ^%^  ^%^  ^%^  ^%^ Scheduler schedulerFactoryBean_$_NON_CLUSTERED started.
2025-08-08 10:26:40.051 [main] INFO   ContextLoader ^%^ I-J207 ^%^ org.springframework.web.context.ContextLoader ^%^  ^%^  ^%^  ^%^  ^%^ Root WebApplicationContext initialized in 18724 ms
2025-08-08 10:26:40.075 [main] INFO   OpenOLATServlet ^%^ I-J208 ^%^ org.olat.core.servlets.OpenOLATServlet ^%^  ^%^  ^%^  ^%^  ^%^ Framework has started, sending event to listeners of FrameworkStartupEventChannel
2025-08-08 10:26:40.076 [main] INFO   OpenOLATServlet ^%^ I-J209 ^%^ org.olat.core.servlets.OpenOLATServlet ^%^  ^%^  ^%^  ^%^  ^%^ FrameworkStartupEvent processed by alle listeners. Webapp has started.
2025-08-08 10:26:40.076 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J210 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=107, durable=true, userID=684f91dd-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:40 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=946, properties=TypedProperties[command=frameworkStartedEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@2027216658, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:26:40.076 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J211 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: Reference[107]:RELIABLE:CoreMessage[messageID=107, durable=true, userID=684f91dd-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:40 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=946, properties=TypedProperties[command=frameworkStartedEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@2027216658
2025-08-08 10:26:40.080 [main] INFO   ExtManager ^%^ I-J212 ^%^ org.olat.core.extensions.ExtManager ^%^  ^%^  ^%^  ^%^  ^%^ ****** start loading extensions *********
2025-08-08 10:26:40.106 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J213 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=107, durable=true, userID=684f91dd-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:40 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=946, properties=TypedProperties[command=frameworkStartedEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@2027216658 to transaction: TransactionImpl [xid=null, txID=108, xid=null, state=ACTIVE, createTime=1754641600105(Fri Aug 08 10:26:40 CEST 2025), timeoutSeconds=-1, nr operations = 1]@4c2fedb4
2025-08-08 10:26:40.106 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J214 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from 4065fc7b-1d9c-4264-ae5e-59ae120dae62: CoreMessage[messageID=107, durable=true, userID=684f91dd-7431-11f0-b5a3-cc96e51ca83a, priority=4, timestamp=Fri Aug 08 10:26:40 CEST 2025, expiration=0, durable=true, address=olat/myopenolat/sysbus, size=946, properties=TypedProperties[command=frameworkStartedEvent, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@2027216658, transaction: TransactionImpl [xid=null, txID=108, xid=null, state=COMMITTED, createTime=1754641600105(Fri Aug 08 10:26:40 CEST 2025), timeoutSeconds=-1, nr operations = 0]@4c2fedb4
2025-08-08 10:26:40.553 [main] INFO   ExtManager ^%^ I-J215 ^%^ org.olat.core.extensions.ExtManager ^%^  ^%^  ^%^  ^%^  ^%^ Devel-Info :: duplicate navigation-key for extension :: privacy
2025-08-08 10:26:41.298 [main] INFO   ExtManager ^%^ I-J216 ^%^ org.olat.core.extensions.ExtManager ^%^  ^%^  ^%^  ^%^  ^%^ Devel-Info :: initExtensions done. :: 6 disabled Extensions, 0 extensions with duplicate ids, 1 extensions with duplicate navigationKeys
2025-08-08 10:26:41.300 [mpTaskSpringExecutor-1] INFO   VelocityTemplatesPreWarm ^%^ I-J217 ^%^ org.olat.core.gui.render.velocity.VelocityTemplatesPreWarm ^%^  ^%^  ^%^  ^%^  ^%^ Start filling the velocity template cache
2025-08-08 10:26:41.312 [mpTaskSpringExecutor-2] INFO   AssessmentTestPreWarm ^%^ I-J218 ^%^ org.olat.ims.qti21.manager.AssessmentTestPreWarm ^%^  ^%^  ^%^  ^%^  ^%^ 0 AssessmentTest preloaded in (ms): 10
2025-08-08 10:26:41.315 [mpTaskSpringExecutor-2] INFO   LastCoursesPreWarm ^%^ I-J219 ^%^ org.olat.course.assessment.manager.LastCoursesPreWarm ^%^  ^%^  ^%^  ^%^  ^%^ 0 Courses preloaded in (ms): 1
2025-08-08 10:26:41.319 [mpTaskSpringExecutor-2] INFO   UserDisplayNamePreWarm ^%^ I-J220 ^%^ org.olat.user.UserDisplayNamePreWarm ^%^  ^%^  ^%^  ^%^  ^%^ Start filling the user displayname cache
2025-08-08 10:26:41.387 [mpTaskSpringExecutor-2] INFO   UserDisplayNamePreWarm ^%^ I-J221 ^%^ org.olat.user.UserDisplayNamePreWarm ^%^  ^%^  ^%^  ^%^  ^%^ Display name cache filled with 1 names in (ms): 67
2025-08-08 10:26:41.462 [mpTaskSpringExecutor-1] INFO   VelocityTemplatesPreWarm ^%^ I-J222 ^%^ org.olat.core.gui.render.velocity.VelocityTemplatesPreWarm ^%^  ^%^  ^%^  ^%^  ^%^ Velocity cache filled with 0 templates in (ms): 162
2025-08-08 10:26:49.835 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J223 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=109, durable=false, userID=6e2085be-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:49 CEST 2025, expiration=Fri Aug 08 10:26:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@626387461, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:26:49.836 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J224 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[109]:NON-RELIABLE:CoreMessage[messageID=109, durable=false, userID=6e2085be-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:49 CEST 2025, expiration=Fri Aug 08 10:26:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@626387461
2025-08-08 10:26:49.839 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J225 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=109, durable=false, userID=6e2085be-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:49 CEST 2025, expiration=Fri Aug 08 10:26:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@626387461 to transaction: TransactionImpl [xid=null, txID=110, xid=null, state=ACTIVE, createTime=1754641609839(Fri Aug 08 10:26:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@4575b2da
2025-08-08 10:26:49.840 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J226 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=109, durable=false, userID=6e2085be-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:26:49 CEST 2025, expiration=Fri Aug 08 10:26:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@626387461, transaction: TransactionImpl [xid=null, txID=110, xid=null, state=COMMITTED, createTime=1754641609839(Fri Aug 08 10:26:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@4575b2da
2025-08-08 10:27:04.836 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J227 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[111]:NON-RELIABLE:CoreMessage[messageID=111, durable=false, userID=7711a55f-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:04 CEST 2025, expiration=Fri Aug 08 10:27:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@955963397
2025-08-08 10:27:04.836 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J228 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=111, durable=false, userID=7711a55f-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:04 CEST 2025, expiration=Fri Aug 08 10:27:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@955963397, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:27:04.838 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J229 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=111, durable=false, userID=7711a55f-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:04 CEST 2025, expiration=Fri Aug 08 10:27:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@955963397 to transaction: TransactionImpl [xid=null, txID=112, xid=null, state=ACTIVE, createTime=1754641624837(Fri Aug 08 10:27:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@1924ec1b
2025-08-08 10:27:04.838 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J230 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=111, durable=false, userID=7711a55f-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:04 CEST 2025, expiration=Fri Aug 08 10:27:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@955963397, transaction: TransactionImpl [xid=null, txID=112, xid=null, state=COMMITTED, createTime=1754641624837(Fri Aug 08 10:27:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@1924ec1b
2025-08-08 10:27:19.838 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J232 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[113]:NON-RELIABLE:CoreMessage[messageID=113, durable=false, userID=8002c500-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:19 CEST 2025, expiration=Fri Aug 08 10:27:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@107721051
2025-08-08 10:27:19.838 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J231 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=113, durable=false, userID=8002c500-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:19 CEST 2025, expiration=Fri Aug 08 10:27:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@107721051, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:27:19.847 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J233 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=113, durable=false, userID=8002c500-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:19 CEST 2025, expiration=Fri Aug 08 10:27:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@107721051 to transaction: TransactionImpl [xid=null, txID=114, xid=null, state=ACTIVE, createTime=1754641639847(Fri Aug 08 10:27:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@1cd67b1
2025-08-08 10:27:19.848 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J234 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=113, durable=false, userID=8002c500-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:19 CEST 2025, expiration=Fri Aug 08 10:27:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@107721051, transaction: TransactionImpl [xid=null, txID=114, xid=null, state=COMMITTED, createTime=1754641639847(Fri Aug 08 10:27:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@1cd67b1
2025-08-08 10:27:34.840 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J235 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=115, durable=false, userID=88f3e4a1-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:34 CEST 2025, expiration=Fri Aug 08 10:27:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@343025905, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:27:34.841 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J236 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[115]:NON-RELIABLE:CoreMessage[messageID=115, durable=false, userID=88f3e4a1-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:34 CEST 2025, expiration=Fri Aug 08 10:27:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@343025905
2025-08-08 10:27:34.844 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J237 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=115, durable=false, userID=88f3e4a1-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:34 CEST 2025, expiration=Fri Aug 08 10:27:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@343025905 to transaction: TransactionImpl [xid=null, txID=116, xid=null, state=ACTIVE, createTime=1754641654843(Fri Aug 08 10:27:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@8ac5fe6
2025-08-08 10:27:34.844 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J238 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=115, durable=false, userID=88f3e4a1-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:34 CEST 2025, expiration=Fri Aug 08 10:27:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@343025905, transaction: TransactionImpl [xid=null, txID=116, xid=null, state=COMMITTED, createTime=1754641654843(Fri Aug 08 10:27:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@8ac5fe6
2025-08-08 10:27:49.842 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J239 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=117, durable=false, userID=91e50442-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:49 CEST 2025, expiration=Fri Aug 08 10:27:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@730988767, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:27:49.842 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J240 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[117]:NON-RELIABLE:CoreMessage[messageID=117, durable=false, userID=91e50442-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:49 CEST 2025, expiration=Fri Aug 08 10:27:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@730988767
2025-08-08 10:27:49.844 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J241 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=117, durable=false, userID=91e50442-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:49 CEST 2025, expiration=Fri Aug 08 10:27:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@730988767 to transaction: TransactionImpl [xid=null, txID=118, xid=null, state=ACTIVE, createTime=1754641669844(Fri Aug 08 10:27:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@17e3114f
2025-08-08 10:27:49.845 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J242 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=117, durable=false, userID=91e50442-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:27:49 CEST 2025, expiration=Fri Aug 08 10:27:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@730988767, transaction: TransactionImpl [xid=null, txID=118, xid=null, state=COMMITTED, createTime=1754641669844(Fri Aug 08 10:27:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@17e3114f
2025-08-08 10:28:04.844 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J243 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[119]:NON-RELIABLE:CoreMessage[messageID=119, durable=false, userID=9ad623e3-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:04 CEST 2025, expiration=Fri Aug 08 10:28:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@211016235
2025-08-08 10:28:04.844 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J244 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=119, durable=false, userID=9ad623e3-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:04 CEST 2025, expiration=Fri Aug 08 10:28:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@211016235, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:28:04.847 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J245 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=119, durable=false, userID=9ad623e3-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:04 CEST 2025, expiration=Fri Aug 08 10:28:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@211016235 to transaction: TransactionImpl [xid=null, txID=120, xid=null, state=ACTIVE, createTime=1754641684847(Fri Aug 08 10:28:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@f0a99f8
2025-08-08 10:28:04.847 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J246 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=119, durable=false, userID=9ad623e3-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:04 CEST 2025, expiration=Fri Aug 08 10:28:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@211016235, transaction: TransactionImpl [xid=null, txID=120, xid=null, state=COMMITTED, createTime=1754641684847(Fri Aug 08 10:28:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@f0a99f8
2025-08-08 10:28:19.846 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J247 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=121, durable=false, userID=a3c74384-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:19 CEST 2025, expiration=Fri Aug 08 10:28:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@909975914, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:28:19.847 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J248 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[121]:NON-RELIABLE:CoreMessage[messageID=121, durable=false, userID=a3c74384-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:19 CEST 2025, expiration=Fri Aug 08 10:28:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@909975914
2025-08-08 10:28:19.849 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J249 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=121, durable=false, userID=a3c74384-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:19 CEST 2025, expiration=Fri Aug 08 10:28:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@909975914 to transaction: TransactionImpl [xid=null, txID=122, xid=null, state=ACTIVE, createTime=1754641699849(Fri Aug 08 10:28:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@3dd51de
2025-08-08 10:28:19.850 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J250 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=121, durable=false, userID=a3c74384-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:19 CEST 2025, expiration=Fri Aug 08 10:28:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@909975914, transaction: TransactionImpl [xid=null, txID=122, xid=null, state=COMMITTED, createTime=1754641699849(Fri Aug 08 10:28:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@3dd51de
2025-08-08 10:28:20.638 [expiration-thread--p5-t1] INFO   threads ^%^ I-J251 ^%^ org.jboss.threads ^%^  ^%^  ^%^  ^%^  ^%^ JBoss Threads version 3.6.1.Final
2025-08-08 10:28:34.848 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J252 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=123, durable=false, userID=acb86325-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:34 CEST 2025, expiration=Fri Aug 08 10:28:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@799900021, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:28:34.848 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J253 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[123]:NON-RELIABLE:CoreMessage[messageID=123, durable=false, userID=acb86325-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:34 CEST 2025, expiration=Fri Aug 08 10:28:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@799900021
2025-08-08 10:28:34.849 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J254 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=123, durable=false, userID=acb86325-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:34 CEST 2025, expiration=Fri Aug 08 10:28:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@799900021 to transaction: TransactionImpl [xid=null, txID=124, xid=null, state=ACTIVE, createTime=1754641714849(Fri Aug 08 10:28:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@499155dd
2025-08-08 10:28:34.850 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J255 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=123, durable=false, userID=acb86325-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:34 CEST 2025, expiration=Fri Aug 08 10:28:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@799900021, transaction: TransactionImpl [xid=null, txID=124, xid=null, state=COMMITTED, createTime=1754641714849(Fri Aug 08 10:28:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@499155dd
2025-08-08 10:28:49.851 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J257 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[125]:NON-RELIABLE:CoreMessage[messageID=125, durable=false, userID=b5a982c6-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:49 CEST 2025, expiration=Fri Aug 08 10:28:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@333219691
2025-08-08 10:28:49.851 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J256 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=125, durable=false, userID=b5a982c6-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:49 CEST 2025, expiration=Fri Aug 08 10:28:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@333219691, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:28:49.853 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J258 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=125, durable=false, userID=b5a982c6-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:49 CEST 2025, expiration=Fri Aug 08 10:28:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@333219691 to transaction: TransactionImpl [xid=null, txID=126, xid=null, state=ACTIVE, createTime=1754641729853(Fri Aug 08 10:28:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@367bb51a
2025-08-08 10:28:49.853 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J259 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=125, durable=false, userID=b5a982c6-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:28:49 CEST 2025, expiration=Fri Aug 08 10:28:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@333219691, transaction: TransactionImpl [xid=null, txID=126, xid=null, state=COMMITTED, createTime=1754641729853(Fri Aug 08 10:28:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@367bb51a
2025-08-08 10:29:04.854 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J261 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[127]:NON-RELIABLE:CoreMessage[messageID=127, durable=false, userID=be9af087-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:04 CEST 2025, expiration=Fri Aug 08 10:29:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1457396596
2025-08-08 10:29:04.854 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J260 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=127, durable=false, userID=be9af087-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:04 CEST 2025, expiration=Fri Aug 08 10:29:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1457396596, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:29:04.856 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J262 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=127, durable=false, userID=be9af087-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:04 CEST 2025, expiration=Fri Aug 08 10:29:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1457396596 to transaction: TransactionImpl [xid=null, txID=128, xid=null, state=ACTIVE, createTime=1754641744855(Fri Aug 08 10:29:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@3202b375
2025-08-08 10:29:04.856 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J263 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=127, durable=false, userID=be9af087-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:04 CEST 2025, expiration=Fri Aug 08 10:29:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1457396596, transaction: TransactionImpl [xid=null, txID=128, xid=null, state=COMMITTED, createTime=1754641744855(Fri Aug 08 10:29:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@3202b375
2025-08-08 10:29:19.854 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J264 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=129, durable=false, userID=c78bc208-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:19 CEST 2025, expiration=Fri Aug 08 10:29:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1789856484, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:29:19.854 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J265 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[129]:NON-RELIABLE:CoreMessage[messageID=129, durable=false, userID=c78bc208-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:19 CEST 2025, expiration=Fri Aug 08 10:29:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1789856484
2025-08-08 10:29:19.855 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J266 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=129, durable=false, userID=c78bc208-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:19 CEST 2025, expiration=Fri Aug 08 10:29:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1789856484 to transaction: TransactionImpl [xid=null, txID=130, xid=null, state=ACTIVE, createTime=1754641759855(Fri Aug 08 10:29:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@7f3a991d
2025-08-08 10:29:19.855 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J267 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=129, durable=false, userID=c78bc208-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:19 CEST 2025, expiration=Fri Aug 08 10:29:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1789856484, transaction: TransactionImpl [xid=null, txID=130, xid=null, state=COMMITTED, createTime=1754641759855(Fri Aug 08 10:29:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@7f3a991d
2025-08-08 10:29:34.856 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J268 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=131, durable=false, userID=d07cba99-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:34 CEST 2025, expiration=Fri Aug 08 10:29:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1755607424, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:29:34.856 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J269 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[131]:NON-RELIABLE:CoreMessage[messageID=131, durable=false, userID=d07cba99-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:34 CEST 2025, expiration=Fri Aug 08 10:29:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1755607424
2025-08-08 10:29:34.859 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J270 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=131, durable=false, userID=d07cba99-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:34 CEST 2025, expiration=Fri Aug 08 10:29:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1755607424 to transaction: TransactionImpl [xid=null, txID=132, xid=null, state=ACTIVE, createTime=1754641774859(Fri Aug 08 10:29:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@77002b51
2025-08-08 10:29:34.859 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J271 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=131, durable=false, userID=d07cba99-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:34 CEST 2025, expiration=Fri Aug 08 10:29:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1755607424, transaction: TransactionImpl [xid=null, txID=132, xid=null, state=COMMITTED, createTime=1754641774859(Fri Aug 08 10:29:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@77002b51
2025-08-08 10:29:49.859 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J272 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=133, durable=false, userID=d96e014a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:49 CEST 2025, expiration=Fri Aug 08 10:29:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1473824342, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:29:49.859 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J273 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[133]:NON-RELIABLE:CoreMessage[messageID=133, durable=false, userID=d96e014a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:49 CEST 2025, expiration=Fri Aug 08 10:29:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1473824342
2025-08-08 10:29:49.861 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J274 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=133, durable=false, userID=d96e014a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:49 CEST 2025, expiration=Fri Aug 08 10:29:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1473824342 to transaction: TransactionImpl [xid=null, txID=134, xid=null, state=ACTIVE, createTime=1754641789861(Fri Aug 08 10:29:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@2005ee73
2025-08-08 10:29:49.861 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J275 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=133, durable=false, userID=d96e014a-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:29:49 CEST 2025, expiration=Fri Aug 08 10:29:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1473824342, transaction: TransactionImpl [xid=null, txID=134, xid=null, state=COMMITTED, createTime=1754641789861(Fri Aug 08 10:29:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@2005ee73
2025-08-08 10:30:04.860 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J277 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[135]:NON-RELIABLE:CoreMessage[messageID=135, durable=false, userID=e25f20eb-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:04 CEST 2025, expiration=Fri Aug 08 10:30:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@433389380
2025-08-08 10:30:04.859 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J276 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=135, durable=false, userID=e25f20eb-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:04 CEST 2025, expiration=Fri Aug 08 10:30:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@433389380, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:30:04.860 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J278 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=135, durable=false, userID=e25f20eb-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:04 CEST 2025, expiration=Fri Aug 08 10:30:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@433389380 to transaction: TransactionImpl [xid=null, txID=136, xid=null, state=ACTIVE, createTime=1754641804860(Fri Aug 08 10:30:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@60a0c076
2025-08-08 10:30:04.861 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J279 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=135, durable=false, userID=e25f20eb-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:04 CEST 2025, expiration=Fri Aug 08 10:30:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@433389380, transaction: TransactionImpl [xid=null, txID=136, xid=null, state=COMMITTED, createTime=1754641804860(Fri Aug 08 10:30:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@60a0c076
2025-08-08 10:30:19.862 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J280 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=137, durable=false, userID=eb50197c-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:19 CEST 2025, expiration=Fri Aug 08 10:30:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@322238349, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:30:19.862 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J281 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[137]:NON-RELIABLE:CoreMessage[messageID=137, durable=false, userID=eb50197c-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:19 CEST 2025, expiration=Fri Aug 08 10:30:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@322238349
2025-08-08 10:30:19.864 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J282 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=137, durable=false, userID=eb50197c-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:19 CEST 2025, expiration=Fri Aug 08 10:30:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@322238349 to transaction: TransactionImpl [xid=null, txID=138, xid=null, state=ACTIVE, createTime=1754641819864(Fri Aug 08 10:30:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@67426cb2
2025-08-08 10:30:19.865 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J283 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=137, durable=false, userID=eb50197c-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:19 CEST 2025, expiration=Fri Aug 08 10:30:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@322238349, transaction: TransactionImpl [xid=null, txID=138, xid=null, state=COMMITTED, createTime=1754641819864(Fri Aug 08 10:30:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@67426cb2
2025-08-08 10:30:34.861 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J284 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=139, durable=false, userID=f441120d-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:34 CEST 2025, expiration=Fri Aug 08 10:30:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1360223071, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:30:34.861 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J285 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[139]:NON-RELIABLE:CoreMessage[messageID=139, durable=false, userID=f441120d-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:34 CEST 2025, expiration=Fri Aug 08 10:30:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1360223071
2025-08-08 10:30:34.862 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J286 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=139, durable=false, userID=f441120d-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:34 CEST 2025, expiration=Fri Aug 08 10:30:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1360223071 to transaction: TransactionImpl [xid=null, txID=140, xid=null, state=ACTIVE, createTime=1754641834862(Fri Aug 08 10:30:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@46bdbb65
2025-08-08 10:30:34.862 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J287 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=139, durable=false, userID=f441120d-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:34 CEST 2025, expiration=Fri Aug 08 10:30:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1360223071, transaction: TransactionImpl [xid=null, txID=140, xid=null, state=COMMITTED, createTime=1754641834862(Fri Aug 08 10:30:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@46bdbb65
2025-08-08 10:30:49.864 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J288 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=141, durable=false, userID=fd320a9e-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:49 CEST 2025, expiration=Fri Aug 08 10:30:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1304856246, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:30:49.864 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J289 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[141]:NON-RELIABLE:CoreMessage[messageID=141, durable=false, userID=fd320a9e-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:49 CEST 2025, expiration=Fri Aug 08 10:30:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1304856246
2025-08-08 10:30:49.867 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J290 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=141, durable=false, userID=fd320a9e-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:49 CEST 2025, expiration=Fri Aug 08 10:30:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1304856246 to transaction: TransactionImpl [xid=null, txID=142, xid=null, state=ACTIVE, createTime=1754641849866(Fri Aug 08 10:30:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@5b8fa045
2025-08-08 10:30:49.867 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J291 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=141, durable=false, userID=fd320a9e-7431-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:30:49 CEST 2025, expiration=Fri Aug 08 10:30:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1304856246, transaction: TransactionImpl [xid=null, txID=142, xid=null, state=COMMITTED, createTime=1754641849866(Fri Aug 08 10:30:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@5b8fa045
2025-08-08 10:31:04.865 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J292 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=143, durable=false, userID=06232a3f-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:04 CEST 2025, expiration=Fri Aug 08 10:31:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1635987932, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:31:04.865 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J293 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[143]:NON-RELIABLE:CoreMessage[messageID=143, durable=false, userID=06232a3f-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:04 CEST 2025, expiration=Fri Aug 08 10:31:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1635987932
2025-08-08 10:31:04.866 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J294 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=143, durable=false, userID=06232a3f-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:04 CEST 2025, expiration=Fri Aug 08 10:31:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1635987932 to transaction: TransactionImpl [xid=null, txID=144, xid=null, state=ACTIVE, createTime=1754641864866(Fri Aug 08 10:31:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@5b88de34
2025-08-08 10:31:04.866 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J295 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=143, durable=false, userID=06232a3f-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:04 CEST 2025, expiration=Fri Aug 08 10:31:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1635987932, transaction: TransactionImpl [xid=null, txID=144, xid=null, state=COMMITTED, createTime=1754641864866(Fri Aug 08 10:31:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@5b88de34
2025-08-08 10:31:19.869 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J296 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=145, durable=false, userID=0f1449e0-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:19 CEST 2025, expiration=Fri Aug 08 10:31:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1542724534, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:31:19.870 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J297 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[145]:NON-RELIABLE:CoreMessage[messageID=145, durable=false, userID=0f1449e0-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:19 CEST 2025, expiration=Fri Aug 08 10:31:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1542724534
2025-08-08 10:31:19.872 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J298 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=145, durable=false, userID=0f1449e0-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:19 CEST 2025, expiration=Fri Aug 08 10:31:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1542724534 to transaction: TransactionImpl [xid=null, txID=146, xid=null, state=ACTIVE, createTime=1754641879872(Fri Aug 08 10:31:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@10d258ee
2025-08-08 10:31:19.873 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J299 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=145, durable=false, userID=0f1449e0-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:19 CEST 2025, expiration=Fri Aug 08 10:31:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1542724534, transaction: TransactionImpl [xid=null, txID=146, xid=null, state=COMMITTED, createTime=1754641879872(Fri Aug 08 10:31:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@10d258ee
2025-08-08 10:31:34.869 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J300 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=147, durable=false, userID=18056981-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:34 CEST 2025, expiration=Fri Aug 08 10:31:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@313251037, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:31:34.869 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J301 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[147]:NON-RELIABLE:CoreMessage[messageID=147, durable=false, userID=18056981-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:34 CEST 2025, expiration=Fri Aug 08 10:31:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@313251037
2025-08-08 10:31:34.871 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J302 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=147, durable=false, userID=18056981-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:34 CEST 2025, expiration=Fri Aug 08 10:31:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@313251037 to transaction: TransactionImpl [xid=null, txID=148, xid=null, state=ACTIVE, createTime=1754641894871(Fri Aug 08 10:31:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@5e385014
2025-08-08 10:31:34.871 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J303 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=147, durable=false, userID=18056981-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:34 CEST 2025, expiration=Fri Aug 08 10:31:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@313251037, transaction: TransactionImpl [xid=null, txID=148, xid=null, state=COMMITTED, createTime=1754641894871(Fri Aug 08 10:31:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@5e385014
2025-08-08 10:31:49.871 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J304 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=149, durable=false, userID=20f68922-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:49 CEST 2025, expiration=Fri Aug 08 10:31:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@188026049, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:31:49.871 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J305 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[149]:NON-RELIABLE:CoreMessage[messageID=149, durable=false, userID=20f68922-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:49 CEST 2025, expiration=Fri Aug 08 10:31:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@188026049
2025-08-08 10:31:49.871 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J306 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=149, durable=false, userID=20f68922-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:49 CEST 2025, expiration=Fri Aug 08 10:31:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@188026049 to transaction: TransactionImpl [xid=null, txID=150, xid=null, state=ACTIVE, createTime=1754641909871(Fri Aug 08 10:31:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@36f1e43b
2025-08-08 10:31:49.872 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J307 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=149, durable=false, userID=20f68922-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:31:49 CEST 2025, expiration=Fri Aug 08 10:31:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@188026049, transaction: TransactionImpl [xid=null, txID=150, xid=null, state=COMMITTED, createTime=1754641909871(Fri Aug 08 10:31:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@36f1e43b
2025-08-08 10:32:04.871 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J309 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[151]:NON-RELIABLE:CoreMessage[messageID=151, durable=false, userID=29e781b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:04 CEST 2025, expiration=Fri Aug 08 10:32:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1650613892
2025-08-08 10:32:04.871 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J308 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=151, durable=false, userID=29e781b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:04 CEST 2025, expiration=Fri Aug 08 10:32:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1650613892, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:32:04.872 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J310 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=151, durable=false, userID=29e781b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:04 CEST 2025, expiration=Fri Aug 08 10:32:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1650613892 to transaction: TransactionImpl [xid=null, txID=152, xid=null, state=ACTIVE, createTime=1754641924872(Fri Aug 08 10:32:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@186a3468
2025-08-08 10:32:04.872 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J311 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=151, durable=false, userID=29e781b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:04 CEST 2025, expiration=Fri Aug 08 10:32:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1650613892, transaction: TransactionImpl [xid=null, txID=152, xid=null, state=COMMITTED, createTime=1754641924872(Fri Aug 08 10:32:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@186a3468
2025-08-08 10:32:19.873 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J312 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=153, durable=false, userID=32d87a44-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:19 CEST 2025, expiration=Fri Aug 08 10:32:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1418526925, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:32:19.873 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J313 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[153]:NON-RELIABLE:CoreMessage[messageID=153, durable=false, userID=32d87a44-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:19 CEST 2025, expiration=Fri Aug 08 10:32:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1418526925
2025-08-08 10:32:19.873 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J314 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=153, durable=false, userID=32d87a44-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:19 CEST 2025, expiration=Fri Aug 08 10:32:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1418526925 to transaction: TransactionImpl [xid=null, txID=154, xid=null, state=ACTIVE, createTime=1754641939873(Fri Aug 08 10:32:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@5e70326d
2025-08-08 10:32:19.874 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J315 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=153, durable=false, userID=32d87a44-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:19 CEST 2025, expiration=Fri Aug 08 10:32:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1418526925, transaction: TransactionImpl [xid=null, txID=154, xid=null, state=COMMITTED, createTime=1754641939873(Fri Aug 08 10:32:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@5e70326d
2025-08-08 10:32:34.888 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J316 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=155, durable=false, userID=3bcb95b5-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:34 CEST 2025, expiration=Fri Aug 08 10:32:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1228657060, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:32:34.888 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J317 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[155]:NON-RELIABLE:CoreMessage[messageID=155, durable=false, userID=3bcb95b5-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:34 CEST 2025, expiration=Fri Aug 08 10:32:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1228657060
2025-08-08 10:32:34.889 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J318 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=155, durable=false, userID=3bcb95b5-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:34 CEST 2025, expiration=Fri Aug 08 10:32:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1228657060 to transaction: TransactionImpl [xid=null, txID=156, xid=null, state=ACTIVE, createTime=1754641954889(Fri Aug 08 10:32:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@172fd41e
2025-08-08 10:32:34.889 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J319 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=155, durable=false, userID=3bcb95b5-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:34 CEST 2025, expiration=Fri Aug 08 10:32:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1228657060, transaction: TransactionImpl [xid=null, txID=156, xid=null, state=COMMITTED, createTime=1754641954889(Fri Aug 08 10:32:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@172fd41e
2025-08-08 10:32:49.891 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J320 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=157, durable=false, userID=44bcb556-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:49 CEST 2025, expiration=Fri Aug 08 10:32:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1780081264, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:32:49.891 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J321 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[157]:NON-RELIABLE:CoreMessage[messageID=157, durable=false, userID=44bcb556-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:49 CEST 2025, expiration=Fri Aug 08 10:32:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1780081264
2025-08-08 10:32:49.894 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J322 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=157, durable=false, userID=44bcb556-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:49 CEST 2025, expiration=Fri Aug 08 10:32:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1780081264 to transaction: TransactionImpl [xid=null, txID=158, xid=null, state=ACTIVE, createTime=1754641969894(Fri Aug 08 10:32:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@7d12bb14
2025-08-08 10:32:49.895 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J323 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=157, durable=false, userID=44bcb556-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:32:49 CEST 2025, expiration=Fri Aug 08 10:32:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1780081264, transaction: TransactionImpl [xid=null, txID=158, xid=null, state=COMMITTED, createTime=1754641969894(Fri Aug 08 10:32:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@7d12bb14
2025-08-08 10:33:04.893 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J325 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[159]:NON-RELIABLE:CoreMessage[messageID=159, durable=false, userID=4dadd4f7-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:04 CEST 2025, expiration=Fri Aug 08 10:33:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1312265155
2025-08-08 10:33:04.893 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J324 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=159, durable=false, userID=4dadd4f7-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:04 CEST 2025, expiration=Fri Aug 08 10:33:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1312265155, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:33:04.896 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J326 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=159, durable=false, userID=4dadd4f7-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:04 CEST 2025, expiration=Fri Aug 08 10:33:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1312265155 to transaction: TransactionImpl [xid=null, txID=160, xid=null, state=ACTIVE, createTime=1754641984896(Fri Aug 08 10:33:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@7892fa01
2025-08-08 10:33:04.896 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J327 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=159, durable=false, userID=4dadd4f7-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:04 CEST 2025, expiration=Fri Aug 08 10:33:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1312265155, transaction: TransactionImpl [xid=null, txID=160, xid=null, state=COMMITTED, createTime=1754641984896(Fri Aug 08 10:33:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@7892fa01
2025-08-08 10:33:19.895 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J328 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=161, durable=false, userID=569ef498-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:19 CEST 2025, expiration=Fri Aug 08 10:33:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@700393312, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:33:19.895 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J329 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[161]:NON-RELIABLE:CoreMessage[messageID=161, durable=false, userID=569ef498-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:19 CEST 2025, expiration=Fri Aug 08 10:33:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@700393312
2025-08-08 10:33:19.897 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J330 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=161, durable=false, userID=569ef498-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:19 CEST 2025, expiration=Fri Aug 08 10:33:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@700393312 to transaction: TransactionImpl [xid=null, txID=162, xid=null, state=ACTIVE, createTime=1754641999897(Fri Aug 08 10:33:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@a80f5ab
2025-08-08 10:33:19.897 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J331 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=161, durable=false, userID=569ef498-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:19 CEST 2025, expiration=Fri Aug 08 10:33:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@700393312, transaction: TransactionImpl [xid=null, txID=162, xid=null, state=COMMITTED, createTime=1754641999897(Fri Aug 08 10:33:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@a80f5ab
2025-08-08 10:33:34.896 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J332 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=163, durable=false, userID=5f8fed29-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:34 CEST 2025, expiration=Fri Aug 08 10:33:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1613827406, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:33:34.896 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J333 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[163]:NON-RELIABLE:CoreMessage[messageID=163, durable=false, userID=5f8fed29-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:34 CEST 2025, expiration=Fri Aug 08 10:33:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1613827406
2025-08-08 10:33:34.898 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J334 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=163, durable=false, userID=5f8fed29-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:34 CEST 2025, expiration=Fri Aug 08 10:33:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1613827406 to transaction: TransactionImpl [xid=null, txID=164, xid=null, state=ACTIVE, createTime=1754642014898(Fri Aug 08 10:33:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@24ad955b
2025-08-08 10:33:34.898 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J335 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=163, durable=false, userID=5f8fed29-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:34 CEST 2025, expiration=Fri Aug 08 10:33:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1613827406, transaction: TransactionImpl [xid=null, txID=164, xid=null, state=COMMITTED, createTime=1754642014898(Fri Aug 08 10:33:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@24ad955b
2025-08-08 10:33:49.898 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J336 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=165, durable=false, userID=68810cca-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:49 CEST 2025, expiration=Fri Aug 08 10:33:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@641938169, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:33:49.898 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J337 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[165]:NON-RELIABLE:CoreMessage[messageID=165, durable=false, userID=68810cca-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:49 CEST 2025, expiration=Fri Aug 08 10:33:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@641938169
2025-08-08 10:33:49.900 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J338 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=165, durable=false, userID=68810cca-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:49 CEST 2025, expiration=Fri Aug 08 10:33:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@641938169 to transaction: TransactionImpl [xid=null, txID=166, xid=null, state=ACTIVE, createTime=1754642029899(Fri Aug 08 10:33:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@58c054a3
2025-08-08 10:33:49.900 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J339 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=165, durable=false, userID=68810cca-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:33:49 CEST 2025, expiration=Fri Aug 08 10:33:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@641938169, transaction: TransactionImpl [xid=null, txID=166, xid=null, state=COMMITTED, createTime=1754642029899(Fri Aug 08 10:33:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@58c054a3
2025-08-08 10:34:04.897 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J340 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[167]:NON-RELIABLE:CoreMessage[messageID=167, durable=false, userID=7172055b-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:04 CEST 2025, expiration=Fri Aug 08 10:34:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1816475645
2025-08-08 10:34:04.897 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J341 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=167, durable=false, userID=7172055b-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:04 CEST 2025, expiration=Fri Aug 08 10:34:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1816475645, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:34:04.899 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J342 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=167, durable=false, userID=7172055b-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:04 CEST 2025, expiration=Fri Aug 08 10:34:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1816475645 to transaction: TransactionImpl [xid=null, txID=168, xid=null, state=ACTIVE, createTime=1754642044899(Fri Aug 08 10:34:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@5a308c46
2025-08-08 10:34:04.899 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J343 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=167, durable=false, userID=7172055b-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:04 CEST 2025, expiration=Fri Aug 08 10:34:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1816475645, transaction: TransactionImpl [xid=null, txID=168, xid=null, state=COMMITTED, createTime=1754642044899(Fri Aug 08 10:34:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@5a308c46
2025-08-08 10:34:19.900 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J344 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=169, durable=false, userID=7a62fdec-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:19 CEST 2025, expiration=Fri Aug 08 10:34:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1248735160, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:34:19.900 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J345 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[169]:NON-RELIABLE:CoreMessage[messageID=169, durable=false, userID=7a62fdec-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:19 CEST 2025, expiration=Fri Aug 08 10:34:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1248735160
2025-08-08 10:34:19.903 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J346 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=169, durable=false, userID=7a62fdec-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:19 CEST 2025, expiration=Fri Aug 08 10:34:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1248735160 to transaction: TransactionImpl [xid=null, txID=170, xid=null, state=ACTIVE, createTime=1754642059903(Fri Aug 08 10:34:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@338a757f
2025-08-08 10:34:19.903 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J347 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=169, durable=false, userID=7a62fdec-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:19 CEST 2025, expiration=Fri Aug 08 10:34:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1248735160, transaction: TransactionImpl [xid=null, txID=170, xid=null, state=COMMITTED, createTime=1754642059903(Fri Aug 08 10:34:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@338a757f
2025-08-08 10:34:34.900 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J349 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[171]:NON-RELIABLE:CoreMessage[messageID=171, durable=false, userID=83541d8d-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:34 CEST 2025, expiration=Fri Aug 08 10:34:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1000808827
2025-08-08 10:34:34.900 [Thread-7 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J348 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=171, durable=false, userID=83541d8d-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:34 CEST 2025, expiration=Fri Aug 08 10:34:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1000808827, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:34:34.901 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J350 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=171, durable=false, userID=83541d8d-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:34 CEST 2025, expiration=Fri Aug 08 10:34:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1000808827 to transaction: TransactionImpl [xid=null, txID=172, xid=null, state=ACTIVE, createTime=1754642074901(Fri Aug 08 10:34:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@9417ff8
2025-08-08 10:34:34.901 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J351 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=171, durable=false, userID=83541d8d-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:34 CEST 2025, expiration=Fri Aug 08 10:34:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1000808827, transaction: TransactionImpl [xid=null, txID=172, xid=null, state=COMMITTED, createTime=1754642074901(Fri Aug 08 10:34:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@9417ff8
2025-08-08 10:34:49.902 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J353 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[173]:NON-RELIABLE:CoreMessage[messageID=173, durable=false, userID=8c45161e-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:49 CEST 2025, expiration=Fri Aug 08 10:34:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@57580521
2025-08-08 10:34:49.902 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J352 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=173, durable=false, userID=8c45161e-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:49 CEST 2025, expiration=Fri Aug 08 10:34:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@57580521, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:34:49.902 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J354 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=173, durable=false, userID=8c45161e-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:49 CEST 2025, expiration=Fri Aug 08 10:34:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@57580521 to transaction: TransactionImpl [xid=null, txID=174, xid=null, state=ACTIVE, createTime=1754642089902(Fri Aug 08 10:34:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@58b2d571
2025-08-08 10:34:49.903 [Thread-2 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J355 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=173, durable=false, userID=8c45161e-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:34:49 CEST 2025, expiration=Fri Aug 08 10:34:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@57580521, transaction: TransactionImpl [xid=null, txID=174, xid=null, state=COMMITTED, createTime=1754642089902(Fri Aug 08 10:34:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@58b2d571
2025-08-08 10:35:04.903 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J356 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=175, durable=false, userID=95360eaf-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:04 CEST 2025, expiration=Fri Aug 08 10:35:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@431740104, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:35:04.903 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J357 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[175]:NON-RELIABLE:CoreMessage[messageID=175, durable=false, userID=95360eaf-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:04 CEST 2025, expiration=Fri Aug 08 10:35:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@431740104
2025-08-08 10:35:04.905 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J358 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=175, durable=false, userID=95360eaf-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:04 CEST 2025, expiration=Fri Aug 08 10:35:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@431740104 to transaction: TransactionImpl [xid=null, txID=176, xid=null, state=ACTIVE, createTime=1754642104905(Fri Aug 08 10:35:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@7fb31d6f
2025-08-08 10:35:04.905 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J359 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=175, durable=false, userID=95360eaf-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:04 CEST 2025, expiration=Fri Aug 08 10:35:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@431740104, transaction: TransactionImpl [xid=null, txID=176, xid=null, state=COMMITTED, createTime=1754642104905(Fri Aug 08 10:35:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@7fb31d6f
2025-08-08 10:35:19.905 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J360 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=177, durable=false, userID=9e272e50-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:19 CEST 2025, expiration=Fri Aug 08 10:35:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@198595350, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:35:19.905 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J361 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[177]:NON-RELIABLE:CoreMessage[messageID=177, durable=false, userID=9e272e50-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:19 CEST 2025, expiration=Fri Aug 08 10:35:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@198595350
2025-08-08 10:35:19.906 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J362 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=177, durable=false, userID=9e272e50-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:19 CEST 2025, expiration=Fri Aug 08 10:35:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@198595350 to transaction: TransactionImpl [xid=null, txID=178, xid=null, state=ACTIVE, createTime=1754642119906(Fri Aug 08 10:35:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@ece0b82
2025-08-08 10:35:19.907 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J363 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=177, durable=false, userID=9e272e50-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:19 CEST 2025, expiration=Fri Aug 08 10:35:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@198595350, transaction: TransactionImpl [xid=null, txID=178, xid=null, state=COMMITTED, createTime=1754642119906(Fri Aug 08 10:35:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@ece0b82
2025-08-08 10:35:34.917 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J364 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=179, durable=false, userID=a719d491-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:34 CEST 2025, expiration=Fri Aug 08 10:35:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1782719930, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:35:34.918 [Thread-4 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J365 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[179]:NON-RELIABLE:CoreMessage[messageID=179, durable=false, userID=a719d491-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:34 CEST 2025, expiration=Fri Aug 08 10:35:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1782719930
2025-08-08 10:35:34.920 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J366 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=179, durable=false, userID=a719d491-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:34 CEST 2025, expiration=Fri Aug 08 10:35:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1782719930 to transaction: TransactionImpl [xid=null, txID=180, xid=null, state=ACTIVE, createTime=1754642134920(Fri Aug 08 10:35:34 CEST 2025), timeoutSeconds=-1, nr operations = 2]@13c22547
2025-08-08 10:35:34.920 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J367 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=179, durable=false, userID=a719d491-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:34 CEST 2025, expiration=Fri Aug 08 10:35:39 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1782719930, transaction: TransactionImpl [xid=null, txID=180, xid=null, state=COMMITTED, createTime=1754642134920(Fri Aug 08 10:35:34 CEST 2025), timeoutSeconds=-1, nr operations = 0]@13c22547
2025-08-08 10:35:49.917 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J368 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=181, durable=false, userID=b00aa612-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:49 CEST 2025, expiration=Fri Aug 08 10:35:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1274097529, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:35:49.917 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J369 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[181]:NON-RELIABLE:CoreMessage[messageID=181, durable=false, userID=b00aa612-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:49 CEST 2025, expiration=Fri Aug 08 10:35:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1274097529
2025-08-08 10:35:49.918 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J370 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=181, durable=false, userID=b00aa612-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:49 CEST 2025, expiration=Fri Aug 08 10:35:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1274097529 to transaction: TransactionImpl [xid=null, txID=182, xid=null, state=ACTIVE, createTime=1754642149918(Fri Aug 08 10:35:49 CEST 2025), timeoutSeconds=-1, nr operations = 2]@62e945e2
2025-08-08 10:35:49.918 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J371 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=181, durable=false, userID=b00aa612-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:35:49 CEST 2025, expiration=Fri Aug 08 10:35:54 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1274097529, transaction: TransactionImpl [xid=null, txID=182, xid=null, state=COMMITTED, createTime=1754642149918(Fri Aug 08 10:35:49 CEST 2025), timeoutSeconds=-1, nr operations = 0]@62e945e2
2025-08-08 10:36:04.918 [Thread-3 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J372 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=183, durable=false, userID=b8fbc5b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:04 CEST 2025, expiration=Fri Aug 08 10:36:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1893321296, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:36:04.919 [Thread-0 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J373 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[183]:NON-RELIABLE:CoreMessage[messageID=183, durable=false, userID=b8fbc5b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:04 CEST 2025, expiration=Fri Aug 08 10:36:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1893321296
2025-08-08 10:36:04.920 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J374 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=183, durable=false, userID=b8fbc5b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:04 CEST 2025, expiration=Fri Aug 08 10:36:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1893321296 to transaction: TransactionImpl [xid=null, txID=184, xid=null, state=ACTIVE, createTime=1754642164920(Fri Aug 08 10:36:04 CEST 2025), timeoutSeconds=-1, nr operations = 2]@5cc3455c
2025-08-08 10:36:04.920 [Thread-5 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J375 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=183, durable=false, userID=b8fbc5b3-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:04 CEST 2025, expiration=Fri Aug 08 10:36:09 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@1893321296, transaction: TransactionImpl [xid=null, txID=184, xid=null, state=COMMITTED, createTime=1754642164920(Fri Aug 08 10:36:04 CEST 2025), timeoutSeconds=-1, nr operations = 0]@5cc3455c
2025-08-08 10:36:19.918 [Thread-1 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J376 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601501: User anonymous@invm:0 is consuming a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: Reference[185]:NON-RELIABLE:CoreMessage[messageID=185, durable=false, userID=c1ec9734-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:19 CEST 2025, expiration=Fri Aug 08 10:36:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@173158936
2025-08-08 10:36:19.918 [Thread-6 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J377 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601500: User anonymous@invm:0 sent a message CoreMessage[messageID=185, durable=false, userID=c1ec9734-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:19 CEST 2025, expiration=Fri Aug 08 10:36:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@173158936, context: RoutingContextImpl(Address=olat/myopenolat/sysbus, routingType=MULTICAST, PreviousAddress=olat/myopenolat/sysbus previousRoute:MULTICAST, reusable=null, version=0)
..................................................
, transaction: null
2025-08-08 10:36:19.919 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J378 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601759: User anonymous@invm:0 added acknowledgement of a message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=185, durable=false, userID=c1ec9734-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:19 CEST 2025, expiration=Fri Aug 08 10:36:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@173158936 to transaction: TransactionImpl [xid=null, txID=186, xid=null, state=ACTIVE, createTime=1754642179919(Fri Aug 08 10:36:19 CEST 2025), timeoutSeconds=-1, nr operations = 2]@272c7a1
2025-08-08 10:36:19.919 [Thread-8 (ActiveMQ-server-ActiveMQServerImpl::name=localhost)] INFO   message ^%^ I-J379 ^%^ org.apache.activemq.audit.message ^%^  ^%^  ^%^  ^%^  ^%^ AMQ601502: User anonymous@invm:0 acknowledged message from a3b9636d-55d7-499c-aca1-fd9d5a3ceab3: CoreMessage[messageID=185, durable=false, userID=c1ec9734-7432-11f0-b5a3-cc96e51ca83a, priority=3, timestamp=Fri Aug 08 10:36:19 CEST 2025, expiration=Fri Aug 08 10:36:24 CEST 2025, durable=false, address=olat/myopenolat/sysbus, size=8156, properties=TypedProperties[command=clusterinfo, __AMQ_CID=651b69a8-7431-11f0-b5a3-cc96e51ca83a, _AMQ_ROUTING_TYPE=0]]@173158936, transaction: TransactionImpl [xid=null, txID=186, xid=null, state=COMMITTED, createTime=1754642179919(Fri Aug 08 10:36:19 CEST 2025), timeoutSeconds=-1, nr operations = 0]@272c7a1

Urs Hensler

unread,
Aug 8, 2025, 5:22:42 AMAug 8
to open...@googlegroups.com
Hi

No issues in the log as far as I can tell.

It looks like part of the path (/dmz) might be missing in the URL. Try this one: http://localhost:8080/olat/dmz

Cheers,
Urs

--
--
Sie erhalten diese Nachricht, weil Sie Mitglied sind von Google
Groups-Gruppe "OpenOlat".
Für das Erstellen von Beiträgen in dieser Gruppe senden Sie eine E-Mail
an open...@googlegroups.com
Um sich von dieser Gruppe abzumelden, senden Sie eine E-Mail an
openolat+u...@googlegroups.com
Weitere Optionen finden Sie in dieser Gruppe unter
http://groups.google.com/group/openolat?hl=de
-------------------------------------------------------------------------------------------------------------------
OpenOlat - infinite learning - http://www.openolat.org
---
You received this message because you are subscribed to the Google Groups "OpenOlat" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openolat+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/openolat/3c2ee3aa-da43-4bc6-8822-f365a3c07c09n%40googlegroups.com.

lpu-bot

unread,
Aug 8, 2025, 7:31:00 AMAug 8
to OpenOlat
Thanks, but results in the same 403 response.

Op vrijdag 8 augustus 2025 om 11:22:42 UTC+2 schreef Urs Hensler:

lpu-bot

unread,
Aug 8, 2025, 8:33:55 AMAug 8
to OpenOlat
Further analysis reveals that the HttpServletRequest in method executeUserRequest of OpenOLATServlet has as requestURI: /openolat-lms/errors/error.html

Digging deeper why that is. Any hints welcomed.


Op vrijdag 8 augustus 2025 om 13:31:00 UTC+2 schreef lpu-bot:

Urs Hensler

unread,
Aug 8, 2025, 9:48:27 AMAug 8
to open...@googlegroups.com

lpu-bot

unread,
Aug 8, 2025, 10:51:48 AMAug 8
to OpenOlat
Thanks, but that is the one I am using.
It seems to be something at Tomcat level already which is then pushed through OpenOLATServlet.
I think in CoyoteAdapter following line is called:
connector.getService().getContainer().getPipeline().getFirst().invoke(request, response);
which then eventually gets via StandardEngineValve.invoke
and AccessLogVale.invoke
to ErrorReportValve.invoke

But can't put my finger on it yet

Op vrijdag 8 augustus 2025 om 15:48:27 UTC+2 schreef Urs Hensler:
Screenshot 2025-08-08 164215.png
Reply all
Reply to author
Forward
0 new messages