Skip to content

Console Output

Skipping 6 503 KB.. Full Log
(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.694Z] 
08:49:23 [2025-06-26T06:49:23.694Z] 08:49:23,467 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-11) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.694Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.694Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.694Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.694Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.694Z] Caused by: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.694Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.694Z] 	... 11 more
08:49:23 [2025-06-26T06:49:23.694Z] 
08:49:23 [2025-06-26T06:49:23.694Z] 08:49:23,468 SEVERE [silverpeas.core.index.indexing] (EE-ManagedThreadFactory-default-Thread-11) Unknown index file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index: org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index/write.lock
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.apache.lucene-7//org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:139)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.apache.lucene-7//org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.apache.lucene-7//org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
08:49:23 [2025-06-26T06:49:23.694Z] 	at org.apache.lucene-7//org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.lambda$getIndexWriter$8(IndexManager.java:357)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.getIndexWriter(IndexManager.java:344)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:159)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.695Z] 
08:49:23 [2025-06-26T06:49:23.695Z] 08:49:23,469 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-11) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.695Z] Caused by: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.695Z] 	... 11 more
08:49:23 [2025-06-26T06:49:23.695Z] 
08:49:23 [2025-06-26T06:49:23.695Z] 08:49:23,470 SEVERE [silverpeas.core.index.indexing] (EE-ManagedThreadFactory-default-Thread-11) Unknown index file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index: org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index/write.lock
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.apache.lucene-7//org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:139)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.apache.lucene-7//org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.apache.lucene-7//org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
08:49:23 [2025-06-26T06:49:23.695Z] 	at org.apache.lucene-7//org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.lambda$getIndexWriter$8(IndexManager.java:357)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.getIndexWriter(IndexManager.java:344)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:159)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.695Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.695Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.696Z] 
08:49:23 [2025-06-26T06:49:23.696Z] 08:49:23,470 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-11) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.696Z] Caused by: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.696Z] 	... 11 more
08:49:23 [2025-06-26T06:49:23.696Z] 
08:49:23 [2025-06-26T06:49:23.696Z] 08:49:23,470 SEVERE [silverpeas.core.index.indexing] (EE-ManagedThreadFactory-default-Thread-11) Unknown index file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index: org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index/write.lock
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.apache.lucene-7//org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:139)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.apache.lucene-7//org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.apache.lucene-7//org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.apache.lucene-7//org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.lambda$getIndexWriter$8(IndexManager.java:357)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.getIndexWriter(IndexManager.java:344)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:159)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.696Z] 
08:49:23 [2025-06-26T06:49:23.696Z] 08:49:23,471 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-11) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.696Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.696Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.696Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.697Z] Caused by: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.697Z] 	... 11 more
08:49:23 [2025-06-26T06:49:23.697Z] 
08:49:23 [2025-06-26T06:49:23.697Z] 08:49:23,471 SEVERE [silverpeas.core.index.indexing] (EE-ManagedThreadFactory-default-Thread-11) Unknown index file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index: org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Spaces/index/write.lock
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:139)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.lambda$getIndexWriter$8(IndexManager.java:357)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.getIndexWriter(IndexManager.java:344)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:159)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.697Z] 
08:49:23 [2025-06-26T06:49:23.697Z] 08:49:23,472 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-11) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.697Z] Caused by: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.697Z] 	... 11 more
08:49:23 [2025-06-26T06:49:23.697Z] 
08:49:23 [2025-06-26T06:49:23.697Z] 08:49:23,472 SEVERE [silverpeas.core.index.indexing] (EE-ManagedThreadFactory-default-Thread-11) Unknown index file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Components/index: org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Components/index/write.lock
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:139)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
08:49:23 [2025-06-26T06:49:23.697Z] 	at org.apache.lucene-7//org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.lambda$getIndexWriter$8(IndexManager.java:357)
08:49:23 [2025-06-26T06:49:23.697Z] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.getIndexWriter(IndexManager.java:344)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:159)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.697Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.698Z] 
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,472 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-11) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.698Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.698Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.698Z] Caused by: java.lang.NullPointerException
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:49:23 [2025-06-26T06:49:23.698Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:49:23 [2025-06-26T06:49:23.698Z] 	... 11 more
08:49:23 [2025-06-26T06:49:23.698Z] 
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,505 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure loaded successfully with DbSetup framework.
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,511 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,512 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,519 INFO  [stdout] (default task-2) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,519 INFO  [stdout] (default task-2) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,520 INFO  [stdout] (default task-2) Hibernate: select communitym0_.id as id1_23_0_, communitym0_.createDate as createDa2_23_0_, communitym0_.createdBy as createdB3_23_0_, communitym0_.lastUpdateDate as lastUpda4_23_0_, communitym0_.lastUpdatedBy as lastUpda5_23_0_, communitym0_.version as version6_23_0_, communitym0_.community as communi10_23_0_, communitym0_.joiningDate as joiningD7_23_0_, communitym0_.status as status8_23_0_, communitym0_.userId as userId9_23_0_, communityo1_.id as id1_22_1_, communityo1_.charterURL as charterU2_22_1_, communityo1_.instanceId as instance3_22_1_, communityo1_.groupId as groupId4_22_1_, communityo1_.homePage as homePage5_22_1_, communityo1_.homePageType as homePage6_22_1_, communityo1_.spaceId as spaceId7_22_1_ from SC_Community_Membership communitym0_ inner join SC_Community communityo1_ on communitym0_.community=communityo1_.id where communitym0_.id=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,532 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,535 INFO  [stdout] (default task-1) Hibernate: select userprefer0_.id as id1_5_0_, userprefer0_.personalwspace as personal2_5_0_, userprefer0_.draganddropstatus as dragandd3_5_0_, userprefer0_.languages as language4_5_0_, userprefer0_.look as look5_5_0_, userprefer0_.menuDisplay as menuDisp6_5_0_, userprefer0_.thesaurusstatus as thesauru7_5_0_, userprefer0_.webdaveditingstatus as webdaved8_5_0_, userprefer0_.zoneId as zoneId9_5_0_ from personalization userprefer0_ where userprefer0_.id=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,573 INFO  [stdout] (default task-1) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,574 INFO  [stdout] (default task-1) Hibernate: select communitym0_.id as id1_23_0_, communitym0_.createDate as createDa2_23_0_, communitym0_.createdBy as createdB3_23_0_, communitym0_.lastUpdateDate as lastUpda4_23_0_, communitym0_.lastUpdatedBy as lastUpda5_23_0_, communitym0_.version as version6_23_0_, communitym0_.community as communi10_23_0_, communitym0_.joiningDate as joiningD7_23_0_, communitym0_.status as status8_23_0_, communitym0_.userId as userId9_23_0_, communityo1_.id as id1_22_1_, communityo1_.charterURL as charterU2_22_1_, communityo1_.instanceId as instance3_22_1_, communityo1_.groupId as groupId4_22_1_, communityo1_.homePage as homePage5_22_1_, communityo1_.homePageType as homePage6_22_1_, communityo1_.spaceId as spaceId7_22_1_ from SC_Community_Membership communitym0_ inner join SC_Community communityo1_ on communitym0_.community=communityo1_.id where communitym0_.id=?
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,576 INFO  [edu.psu.swe.commons.jaxrs.exceptions.mappers.WebApplicationExceptionMapper] (default task-1) No such membership 100 in the community community1
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,589 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Get a new connection successfully.
08:49:23 [2025-06-26T06:49:23.698Z] 08:49:23,594 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure dropped successfully.
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,595 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) # Quiet database connection close report #
08:49:23 [2025-06-26T06:49:23.699Z] On 1 opened safe connection:
08:49:23 [2025-06-26T06:49:23.699Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:49:23 [2025-06-26T06:49:23.699Z]  - 1 already closed,
08:49:23 [2025-06-26T06:49:23.699Z]  - 0 closed in error
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,648 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure loaded successfully with DbSetup framework.
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,654 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,655 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,661 INFO  [stdout] (default task-2) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,662 INFO  [stdout] (default task-2) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,663 INFO  [stdout] (default task-2) Hibernate: select communitym0_.id as id1_23_0_, communitym0_.createDate as createDa2_23_0_, communitym0_.createdBy as createdB3_23_0_, communitym0_.lastUpdateDate as lastUpda4_23_0_, communitym0_.lastUpdatedBy as lastUpda5_23_0_, communitym0_.version as version6_23_0_, communitym0_.community as communi10_23_0_, communitym0_.joiningDate as joiningD7_23_0_, communitym0_.status as status8_23_0_, communitym0_.userId as userId9_23_0_, communityo1_.id as id1_22_1_, communityo1_.charterURL as charterU2_22_1_, communityo1_.instanceId as instance3_22_1_, communityo1_.groupId as groupId4_22_1_, communityo1_.homePage as homePage5_22_1_, communityo1_.homePageType as homePage6_22_1_, communityo1_.spaceId as spaceId7_22_1_ from SC_Community_Membership communitym0_ inner join SC_Community communityo1_ on communitym0_.community=communityo1_.id where communitym0_.id=?
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,674 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,676 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Get a new connection successfully.
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,681 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure dropped successfully.
08:49:23 [2025-06-26T06:49:23.699Z] 08:49:23,682 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) # Quiet database connection close report #
08:49:23 [2025-06-26T06:49:23.699Z] On 1 opened safe connection:
08:49:23 [2025-06-26T06:49:23.699Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:49:23 [2025-06-26T06:49:23.699Z]  - 1 already closed,
08:49:23 [2025-06-26T06:49:23.699Z]  - 0 closed in error
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,695 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0019: Stopped Driver service with driver-name = test-CommunityMembershipResourceGettingIT.war_oracle.jdbc.OracleDriver_19_3
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,695 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = test-CommunityMembershipResourceGettingIT.war_org.h2.Driver_2_1
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,695 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = test-CommunityMembershipResourceGettingIT.war
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,695 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 465) WFLYUT0022: Unregistered web context: '/test-CommunityMembershipResourceGettingIT' from server 'default-server'
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,704 INFO  [silverpeas] (ServerService Thread Pool -- 465) Silverpeas Services Release...
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,707 INFO  [silverpeas] (ServerService Thread Pool -- 465) Silverpeas Services Release...
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,707 INFO  [silverpeas] (ServerService Thread Pool -- 465)  -> SseLogger release...
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,708 INFO  [silverpeas] (ServerService Thread Pool -- 465)     SseLogger release done.
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,708 INFO  [silverpeas] (ServerService Thread Pool -- 465)  -> IndexingLogger release...
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,708 INFO  [silverpeas] (ServerService Thread Pool -- 465)     IndexingLogger release done.
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,760 ERROR [org.jboss.weld.Bean] (MSC service thread 1-8) WELD-000019: Error destroying an instance org.silverpeas.core.scheduler.quartz.PersistentQuartzScheduler@4f3b0663 of Managed Bean [class org.silverpeas.core.scheduler.quartz.PersistentQuartzScheduler] with qualifiers [@PersistentScheduling @Any]
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,762 ERROR [org.jboss.weld.Bean] (MSC service thread 1-8) WELD-000019: Error destroying an instance org.silverpeas.core.scheduler.quartz.VolatileQuartScheduler@99b8740 of Managed Bean [class org.silverpeas.core.scheduler.quartz.VolatileQuartScheduler] with qualifiers [@Default @Any]
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,764 SEVERE [silverpeas.core.thread] (EE-ManagedThreadFactory-default-Thread-12) IndexerTask - an error occurred: java.util.concurrent.CancellationException
08:49:23 [2025-06-26T06:49:23.950Z] 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:121)
08:49:23 [2025-06-26T06:49:23.950Z] 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
08:49:23 [2025-06-26T06:49:23.950Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.RequestTaskManager$TaskWatcher.call(RequestTaskManager.java:242)
08:49:23 [2025-06-26T06:49:23.950Z] 	at deployment.test-CommunityMembershipResourceGettingIT.war//org.silverpeas.core.thread.task.RequestTaskManager$TaskWatcher.call(RequestTaskManager.java:222)
08:49:23 [2025-06-26T06:49:23.950Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:49:23 [2025-06-26T06:49:23.950Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:49:23 [2025-06-26T06:49:23.950Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:49:23 [2025-06-26T06:49:23.950Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:49:23 [2025-06-26T06:49:23.950Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:49:23 [2025-06-26T06:49:23.950Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:49:23 [2025-06-26T06:49:23.950Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:49:23 [2025-06-26T06:49:23.950Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:49:23 [2025-06-26T06:49:23.950Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:49:23 [2025-06-26T06:49:23.950Z] 
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,802 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 471) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test-CommunityMembershipResourceGettingIT.war#silverpeas'
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,803 INFO  [org.hibernate.orm.beans] (ServerService Thread Pool -- 471) HHH10005004: Stopping BeanContainer : org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl@50a48918
08:49:23 [2025-06-26T06:49:23.950Z] 08:49:23,803 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 471) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test-CommunityMembershipResourceGettingIT.war#silverpeas'
08:49:24 [2025-06-26T06:49:24.201Z] 08:49:24,056 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test-CommunityMembershipResourceGettingIT.war (runtime-name: test-CommunityMembershipResourceGettingIT.war) in 367ms
08:49:24 [2025-06-26T06:49:24.201Z] 08:49:24,153 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/content/ed/c33df59c056ded48644e41c23ef852d30f683a/content
08:49:24 [2025-06-26T06:49:24.201Z] 08:49:24,153 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "test-CommunityMembershipResourceGettingIT.war" (runtime-name: "test-CommunityMembershipResourceGettingIT.war")
08:49:24 [2025-06-26T06:49:24.201Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.216 s - in org.silverpeas.components.community.web.CommunityMembershipResourceGettingIT
08:49:24 [2025-06-26T06:49:24.201Z] [INFO] Running org.silverpeas.components.community.web.CommunityOfUsersResourceUpdateIT
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Building archive for CommunityOfUsersResourceUpdateIT
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Adding resources from path: org/silverpeas/components/community/web
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Adding initialization listener
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.integration.rule.MavenTargetDirectoryRule loadPropertiesForTestClass
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Reading maven properties from class org.silverpeas.core.test.WarBuilder
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.integration.rule.MavenTargetDirectoryRule loadPropertiesForTestClass
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Content is:
08:49:24 [2025-06-26T06:49:24.451Z] {project.build.directory=/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target, silverpeas.version=6.4.4-build250626, silverpeas-community.version=6.4.4-build250626, test.resources.directory=/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/test-classes}
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Adding persistence reference for: lib/silverpeas-core-api-6.4.4-build250626.jar
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Adding persistence reference for: lib/silverpeas-core-6.4.4-build250626.jar
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Adding persistence reference for: lib/silverpeas-community-6.4.4-build250626.jar
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Setting persistence xml descriptor: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/test-classes/META-INF/dynamic-test-persistence.xml
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Filling '/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/test-classes/META-INF/dynamic-test-persistence.xml'
08:49:24 [2025-06-26T06:49:24.451Z] with content:
08:49:24 [2025-06-26T06:49:24.451Z] <?xml version="1.0" encoding="UTF-8"?>
08:49:24 [2025-06-26T06:49:24.451Z] <!--
08:49:24 [2025-06-26T06:49:24.451Z] 
08:49:24 [2025-06-26T06:49:24.451Z]     Copyright (C) 2000 - 2024 Silverpeas
08:49:24 [2025-06-26T06:49:24.451Z] 
08:49:24 [2025-06-26T06:49:24.451Z]     This program is free software: you can redistribute it and/or modify
08:49:24 [2025-06-26T06:49:24.451Z]     it under the terms of the GNU Affero General Public License as
08:49:24 [2025-06-26T06:49:24.451Z]     published by the Free Software Foundation, either version 3 of the
08:49:24 [2025-06-26T06:49:24.451Z]     License, or (at your option) any later version.
08:49:24 [2025-06-26T06:49:24.451Z] 
08:49:24 [2025-06-26T06:49:24.451Z]     As a special exception to the terms and conditions of version 3.0 of
08:49:24 [2025-06-26T06:49:24.451Z]     the GPL, you may redistribute this Program in connection with Free/Libre
08:49:24 [2025-06-26T06:49:24.451Z]     Open Source Software ("FLOSS") applications as described in Silverpeas's
08:49:24 [2025-06-26T06:49:24.451Z]     FLOSS exception.  You should have received a copy of the text describing
08:49:24 [2025-06-26T06:49:24.451Z]     the FLOSS exception, and it is also available here:
08:49:24 [2025-06-26T06:49:24.451Z]     "https://www.silverpeas.org/legal/floss_exception.html"
08:49:24 [2025-06-26T06:49:24.451Z] 
08:49:24 [2025-06-26T06:49:24.451Z]     This program is distributed in the hope that it will be useful,
08:49:24 [2025-06-26T06:49:24.451Z]     but WITHOUT ANY WARRANTY; without even the implied warranty of
08:49:24 [2025-06-26T06:49:24.451Z]     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
08:49:24 [2025-06-26T06:49:24.451Z]     GNU Affero General Public License for more details.
08:49:24 [2025-06-26T06:49:24.451Z] 
08:49:24 [2025-06-26T06:49:24.451Z]     You should have received a copy of the GNU Affero General Public License
08:49:24 [2025-06-26T06:49:24.451Z]     along with this program.  If not, see <https://www.gnu.org/licenses/>.
08:49:24 [2025-06-26T06:49:24.451Z] 
08:49:24 [2025-06-26T06:49:24.451Z] -->
08:49:24 [2025-06-26T06:49:24.451Z] <persistence xmlns="http://xmlns.jcp.org/xml/ns/persistence"
08:49:24 [2025-06-26T06:49:24.451Z]              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
08:49:24 [2025-06-26T06:49:24.451Z]              xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence
08:49:24 [2025-06-26T06:49:24.451Z]              http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd"
08:49:24 [2025-06-26T06:49:24.451Z]              version="2.2">
08:49:24 [2025-06-26T06:49:24.451Z]   <persistence-unit name="silverpeas" transaction-type="JTA">
08:49:24 [2025-06-26T06:49:24.451Z]     <jta-data-source>java:/datasources/silverpeas</jta-data-source>
08:49:24 [2025-06-26T06:49:24.451Z]     <shared-cache-mode>NONE</shared-cache-mode>
08:49:24 [2025-06-26T06:49:24.451Z]     <jar-file>lib/silverpeas-community-6.4.4-build250626.jar</jar-file>
08:49:24 [2025-06-26T06:49:24.451Z] <jar-file>lib/silverpeas-core-api-6.4.4-build250626.jar</jar-file>
08:49:24 [2025-06-26T06:49:24.451Z] <jar-file>lib/silverpeas-core-6.4.4-build250626.jar</jar-file>
08:49:24 [2025-06-26T06:49:24.451Z]     <properties>
08:49:24 [2025-06-26T06:49:24.451Z]       <!-- JPA 2.2 properties for database schema generation -->
08:49:24 [2025-06-26T06:49:24.451Z]       <!--
08:49:24 [2025-06-26T06:49:24.451Z]       <property name="javax.persistence.schema-generation.scripts.action" value="create"/>
08:49:24 [2025-06-26T06:49:24.451Z]       <property name="javax.persistence.schema-generation.scripts.create-target"
08:49:24 [2025-06-26T06:49:24.451Z]                 value="silverpeas-schema.ddl"/>
08:49:24 [2025-06-26T06:49:24.451Z]       -->
08:49:24 [2025-06-26T06:49:24.451Z]       <!-- Properties for Hibernate (default provider for JBoss AS, must be installed on GlassFish) -->
08:49:24 [2025-06-26T06:49:24.451Z]       <property name="hibernate.show_sql" value="true"/>
08:49:24 [2025-06-26T06:49:24.451Z]       <property name="hibernate.format_sql" value="false"/>
08:49:24 [2025-06-26T06:49:24.451Z]       <property name="hibernate.cache.use_second_level_cache" value="false"/>
08:49:24 [2025-06-26T06:49:24.451Z]       <property name="hibernate.cache.region.factory_class"
08:49:24 [2025-06-26T06:49:24.451Z]                 value="org.hibernate.cache.internal.NoCachingRegionFactory"/>
08:49:24 [2025-06-26T06:49:24.451Z]     </properties>
08:49:24 [2025-06-26T06:49:24.451Z]   </persistence-unit>
08:49:24 [2025-06-26T06:49:24.451Z] </persistence>
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Adding completed META-INF/persistence.xml
08:49:24 [2025-06-26T06:49:24.451Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.451Z] INFOS: Setting web xml descriptor: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/test-classes/META-INF/dynamic-test-web.xml
08:49:24 [2025-06-26T06:49:24.452Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.452Z] INFOS: Filling '/var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/test-classes/META-INF/dynamic-test-web.xml'
08:49:24 [2025-06-26T06:49:24.452Z] with content:
08:49:24 [2025-06-26T06:49:24.452Z] <?xml version="1.0" encoding="UTF-8"?>
08:49:24 [2025-06-26T06:49:24.452Z] <!--
08:49:24 [2025-06-26T06:49:24.452Z] 
08:49:24 [2025-06-26T06:49:24.452Z]     Copyright (C) 2000 - 2024 Silverpeas
08:49:24 [2025-06-26T06:49:24.452Z] 
08:49:24 [2025-06-26T06:49:24.452Z]     This program is free software: you can redistribute it and/or modify
08:49:24 [2025-06-26T06:49:24.452Z]     it under the terms of the GNU Affero General Public License as
08:49:24 [2025-06-26T06:49:24.452Z]     published by the Free Software Foundation, either version 3 of the
08:49:24 [2025-06-26T06:49:24.452Z]     License, or (at your option) any later version.
08:49:24 [2025-06-26T06:49:24.452Z] 
08:49:24 [2025-06-26T06:49:24.452Z]     As a special exception to the terms and conditions of version 3.0 of
08:49:24 [2025-06-26T06:49:24.452Z]     the GPL, you may redistribute this Program in connection with Free/Libre
08:49:24 [2025-06-26T06:49:24.452Z]     Open Source Software ("FLOSS") applications as described in Silverpeas's
08:49:24 [2025-06-26T06:49:24.452Z]     FLOSS exception.  You should have received a copy of the text describing
08:49:24 [2025-06-26T06:49:24.452Z]     the FLOSS exception, and it is also available here:
08:49:24 [2025-06-26T06:49:24.452Z]     "https://www.silverpeas.org/legal/floss_exception.html"
08:49:24 [2025-06-26T06:49:24.452Z] 
08:49:24 [2025-06-26T06:49:24.452Z]     This program is distributed in the hope that it will be useful,
08:49:24 [2025-06-26T06:49:24.452Z]     but WITHOUT ANY WARRANTY; without even the implied warranty of
08:49:24 [2025-06-26T06:49:24.452Z]     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
08:49:24 [2025-06-26T06:49:24.452Z]     GNU Affero General Public License for more details.
08:49:24 [2025-06-26T06:49:24.452Z] 
08:49:24 [2025-06-26T06:49:24.452Z]     You should have received a copy of the GNU Affero General Public License
08:49:24 [2025-06-26T06:49:24.452Z]     along with this program.  If not, see <https://www.gnu.org/licenses/>.
08:49:24 [2025-06-26T06:49:24.452Z] 
08:49:24 [2025-06-26T06:49:24.452Z] -->
08:49:24 [2025-06-26T06:49:24.452Z] <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
08:49:24 [2025-06-26T06:49:24.452Z]          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
08:49:24 [2025-06-26T06:49:24.452Z]          xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
08:49:24 [2025-06-26T06:49:24.452Z]          version="4.0">
08:49:24 [2025-06-26T06:49:24.452Z]     <listener><listener-class>org.silverpeas.core.test.integration.SilverpeasLoggerInitializationListener</listener-class></listener>
08:49:24 [2025-06-26T06:49:24.452Z] <listener><listener-class>org.silverpeas.web.test.SilverpeasJcrInitialization</listener-class></listener>
08:49:24 [2025-06-26T06:49:24.452Z] </web-app>
08:49:24 [2025-06-26T06:49:24.452Z] juin 26, 2025 8:49:24 AM org.silverpeas.core.test.WarBuilder logInfo
08:49:24 [2025-06-26T06:49:24.452Z] INFOS: Adding completed web.xml
08:49:36 [2025-06-26T06:49:36.549Z] 08:49:35,812 WARN  [org.jboss.resteasy.client.jaxrs.i18n] (Finalizer) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine instance for you. Please close clients yourself.
08:49:36 [2025-06-26T06:49:36.549Z] 08:49:35,813 WARN  [org.jboss.resteasy.client.jaxrs.i18n] (Finalizer) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine instance for you. Please close clients yourself.
08:49:37 [2025-06-26T06:49:37.100Z] 08:49:36,942 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/content/b9/c5fb99d4d93aa39de7f45b320916ee0e98f496/content
08:49:37 [2025-06-26T06:49:37.100Z] 08:49:36,946 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test-CommunityOfUsersResourceUpdateIT.war" (runtime-name: "test-CommunityOfUsersResourceUpdateIT.war")
08:49:49 [2025-06-26T06:49:49.198Z] 08:49:48,757 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ridl.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/juh-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.198Z] 08:49:48,757 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry jurt.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/juh-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.198Z] 08:49:48,757 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ../../lib/ in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/juh-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.198Z] 08:49:48,757 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ../bin/ in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/juh-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.198Z] 08:49:48,762 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry osdt_core.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/oraclepki-19.3.0.0.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.198Z] 08:49:48,762 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry osdt_cert.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/oraclepki-19.3.0.0.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:48,762 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ../oracle.osdt/osdt_core.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/oraclepki-19.3.0.0.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:48,762 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ../oracle.osdt/osdt_cert.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/oraclepki-19.3.0.0.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:49,103 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ridl.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/jurt-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:49,103 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry unoloader.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/jurt-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:49,103 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ../../lib/ in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/jurt-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:49,103 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry ../bin/ in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/jurt-4.1.2.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.199Z] 08:49:49,150 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0059: Class Path entry oraclepki.jar in /content/test-CommunityOfUsersResourceUpdateIT.war/WEB-INF/lib/ojdbc8-19.3.0.0.jar  does not point to a valid jar for a Class-Path reference.
08:49:49 [2025-06-26T06:49:49.449Z] 08:49:49,259 WARN  [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0010: [Managed Bean spec, section MB.2.1.1] Managed bean implementation class MUST NOT be abstract or final - org.silverpeas.kernel.annotation.Managed won't be considered as a managed bean, since it doesn't meet that requirement.
08:49:49 [2025-06-26T06:49:49.449Z] 08:49:49,289 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for silverpeas
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,064 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.test-CommunityOfUsersResourceUpdateIT.war" is using a private module ("org.jboss.as.naming") which may be changed or removed in future versions without notice.
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,064 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.test-CommunityOfUsersResourceUpdateIT.war" is using a private module ("org.antlr") which may be changed or removed in future versions without notice.
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,072 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 471) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'test-CommunityOfUsersResourceUpdateIT.war#silverpeas'
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,072 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 471) HHH000204: Processing PersistenceUnitInfo [
08:49:50 [2025-06-26T06:49:50.361Z] 	name: silverpeas
08:49:50 [2025-06-26T06:49:50.361Z] 	...]
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,210 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment test-CommunityOfUsersResourceUpdateIT.war
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ContributionEventProcessor' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ContributionEventProcessor!org.silverpeas.core.contribution.ContributionEventProcessor
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ContributionEventProcessor!org.silverpeas.core.contribution.ContributionEventProcessor
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ContributionEventProcessor!org.silverpeas.core.contribution.ContributionEventProcessor
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ContributionEventProcessor
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ContributionEventProcessor
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ContributionEventProcessor
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ProviderRegistry' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ProviderRegistry!edu.psu.swe.scim.server.provider.ProviderRegistry
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ProviderRegistry!edu.psu.swe.scim.server.provider.ProviderRegistry
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ProviderRegistry!edu.psu.swe.scim.server.provider.ProviderRegistry
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ProviderRegistry
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ProviderRegistry
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ProviderRegistry
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ServiceProviderConfigResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ServiceProviderConfigResourceImpl!edu.psu.swe.scim.spec.protocol.ServiceProviderConfigResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ServiceProviderConfigResourceImpl!edu.psu.swe.scim.spec.protocol.ServiceProviderConfigResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ServiceProviderConfigResourceImpl!edu.psu.swe.scim.spec.protocol.ServiceProviderConfigResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ServiceProviderConfigResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ServiceProviderConfigResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ServiceProviderConfigResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'SchemaResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/SchemaResourceImpl!edu.psu.swe.scim.spec.protocol.SchemaResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/SchemaResourceImpl!edu.psu.swe.scim.spec.protocol.SchemaResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/SchemaResourceImpl!edu.psu.swe.scim.spec.protocol.SchemaResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/SchemaResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/SchemaResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/SchemaResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'UserResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/UserResourceImpl!edu.psu.swe.scim.spec.protocol.UserResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/UserResourceImpl!edu.psu.swe.scim.spec.protocol.UserResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/UserResourceImpl!edu.psu.swe.scim.spec.protocol.UserResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/UserResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/UserResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/UserResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'ResourceTypesResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ResourceTypesResourceImpl!edu.psu.swe.scim.spec.protocol.ResourceTypesResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ResourceTypesResourceImpl!edu.psu.swe.scim.spec.protocol.ResourceTypesResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ResourceTypesResourceImpl!edu.psu.swe.scim.spec.protocol.ResourceTypesResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/ResourceTypesResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/ResourceTypesResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/ResourceTypesResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'GroupResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/GroupResourceImpl!edu.psu.swe.scim.spec.protocol.GroupResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/GroupResourceImpl!edu.psu.swe.scim.spec.protocol.GroupResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/GroupResourceImpl!edu.psu.swe.scim.spec.protocol.GroupResource
08:49:50 [2025-06-26T06:49:50.361Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/GroupResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/GroupResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 	java:module/GroupResourceImpl
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.361Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'EtagGenerator' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.361Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/EtagGenerator!edu.psu.swe.scim.server.utility.EtagGenerator
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/EtagGenerator!edu.psu.swe.scim.server.utility.EtagGenerator
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/EtagGenerator!edu.psu.swe.scim.server.utility.EtagGenerator
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/EtagGenerator
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/EtagGenerator
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/EtagGenerator
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'SelfResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/SelfResourceImpl!edu.psu.swe.scim.spec.protocol.SelfResource
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/SelfResourceImpl!edu.psu.swe.scim.spec.protocol.SelfResource
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/SelfResourceImpl!edu.psu.swe.scim.spec.protocol.SelfResource
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/SelfResourceImpl
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/SelfResourceImpl
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/SelfResourceImpl
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'BulkResourceImpl' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/BulkResourceImpl!edu.psu.swe.scim.spec.protocol.BulkResource
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/BulkResourceImpl!edu.psu.swe.scim.spec.protocol.BulkResource
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/BulkResourceImpl!edu.psu.swe.scim.spec.protocol.BulkResource
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/BulkResourceImpl
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/BulkResourceImpl
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/BulkResourceImpl
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'AttributeUtil' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/AttributeUtil!edu.psu.swe.scim.server.utility.AttributeUtil
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/AttributeUtil!edu.psu.swe.scim.server.utility.AttributeUtil
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/AttributeUtil!edu.psu.swe.scim.server.utility.AttributeUtil
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/AttributeUtil
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/AttributeUtil
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/AttributeUtil
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 08:49:50,291 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'Registry' in deployment unit 'deployment "test-CommunityOfUsersResourceUpdateIT.war"' are as follows:
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/Registry!edu.psu.swe.scim.server.schema.Registry
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/Registry!edu.psu.swe.scim.server.schema.Registry
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/Registry!edu.psu.swe.scim.server.schema.Registry
08:49:50 [2025-06-26T06:49:50.362Z] 	java:global/test-CommunityOfUsersResourceUpdateIT/Registry
08:49:50 [2025-06-26T06:49:50.362Z] 	java:app/test-CommunityOfUsersResourceUpdateIT/Registry
08:49:50 [2025-06-26T06:49:50.362Z] 	java:module/Registry
08:49:50 [2025-06-26T06:49:50.362Z] 
08:49:50 [2025-06-26T06:49:50.612Z] 08:49:50,500 INFO  [io.jaegertracing.internal.JaegerTracer] (MSC service thread 1-2) No shutdown hook registered: Please call close() manually on application shutdown.
08:49:50 [2025-06-26T06:49:50.612Z] 08:49:50,501 INFO  [org.wildfly.microprofile.opentracing.smallrye] (MSC service thread 1-2) WFLYTRAC0001: Tracer initialized: JaegerTracer(version=Java-1.6.0, serviceName=test-CommunityOfUsersResourceUpdateIT.war, reporter=RemoteReporter(sender=org.wildfly.extension.microprofile.opentracing.spi.sender.WildFlySender@1ccbdadf, closeEnqueueTimeout=1000), sampler=ConstSampler(decision=true, tags={sampler.type=const, sampler.param=true}), tags={hostname=8ccef782be17, jaeger.version=Java-1.6.0, ip=172.17.0.2}, zipkinSharedRpcSpan=false, expandExceptionLogs=false, useTraceId128Bit=false)
08:49:50 [2025-06-26T06:49:50.612Z] 08:49:50,515 WARN  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0131: Jakarta Enterprise Beans edu.psu.swe.scim.server.provider.ProviderRegistry should not have a final or static method (generateSchema)
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,639 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 2.1)
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,680 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0004: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver (version 19.3)
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,700 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = test-CommunityOfUsersResourceUpdateIT.war
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,700 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = test-CommunityOfUsersResourceUpdateIT.war_org.h2.Driver_2_1
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,701 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = test-CommunityOfUsersResourceUpdateIT.war_oracle.jdbc.OracleDriver_19_3
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,707 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0042: Started message driven bean 'SMTPListener' with 'activemq-ra.rar' resource adapter
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,707 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0042: Started message driven bean 'REMOVEListener' with 'activemq-ra.rar' resource adapter
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,707 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0042: Started message driven bean 'SILVERMAILListener' with 'activemq-ra.rar' resource adapter
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,708 INFO  [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0042: Started message driven bean 'POPUPListener' with 'activemq-ra.rar' resource adapter
08:49:50 [2025-06-26T06:49:50.863Z] 08:49:50,709 INFO  [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0042: Started message driven bean 'SERVERListener' with 'activemq-ra.rar' resource adapter
08:49:51 [2025-06-26T06:49:51.113Z] 08:49:51,007 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 471) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'test-CommunityOfUsersResourceUpdateIT.war#silverpeas'
08:49:51 [2025-06-26T06:49:51.113Z] 08:49:51,008 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 471) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
08:49:51 [2025-06-26T06:49:51.113Z] 08:49:51,011 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 471) Envers integration enabled? : true
08:49:51 [2025-06-26T06:49:51.363Z] 08:49:51,324 INFO  [org.hibernate.hql.internal.QueryTranslatorFactoryInitiator] (ServerService Thread Pool -- 471) HHH000397: Using ASTQueryTranslatorFactory
08:49:51 [2025-06-26T06:49:51.614Z] 08:49:51,479 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 11) WELD-000119: Not generating any bean definitions from org.silverpeas.core.web.session.SessionManager because of underlying class loading error: Type org.silverpeas.core.silverstatistics.volume.service.SilverStatisticsManager from [Module "deployment.test-CommunityOfUsersResourceUpdateIT.war" from Service Module Loader] not found.  If this is unexpected, enable DEBUG logging to see the full error.
08:49:52 [2025-06-26T06:49:52.164Z] 08:49:52,039 INFO  [org.jboss.weld.Bootstrap] (MSC service thread 1-4) WELD-001125: Illegal bean type org.silverpeas.core.notification.system.CDIResourceEventListener<org.silverpeas.core.notification.system.AbstractResourceEvent<? extends org.silverpeas.core.contribution.model.Contribution>> ignored on [EnhancedAnnotatedTypeImpl] public @Singleton @Technical @Bean class org.silverpeas.core.contribution.ContributionEventProcessor
08:49:52 [2025-06-26T06:49:52.164Z] 08:49:52,046 INFO  [org.jboss.weld.Bootstrap] (Weld Thread Pool -- 5) WELD-001125: Illegal bean type javax.validation.ConstraintValidator<org.silverpeas.core.persistence.datasource.constraint.OnlyByCreator, org.silverpeas.core.persistence.datasource.model.Entity<?, ?>> ignored on [EnhancedAnnotatedTypeImpl] public  class org.silverpeas.core.persistence.datasource.constraint.OnlyByCreatorValidator
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,800 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 493) UT026003: Adding annotated server endpoint class org.silverpeas.core.webapi.notification.sse.CommonServerEventWebSocket for path /ws/{token}/sse/common
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,815 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 493) No Spring WebApplicationInitializer types detected on classpath
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,824 INFO  [silverpeas.core.logging] (ServerService Thread Pool -- 493) Silverpeas Logging Engine initialization...
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,828 INFO  [silverpeas] (ServerService Thread Pool -- 493) Silverpeas Services Initialization...
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,910 INFO  [silverpeas] (ServerService Thread Pool -- 493)  -> IndexingLogger initialization...
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,910 INFO  [silverpeas] (ServerService Thread Pool -- 493)     IndexingLogger initialization done.
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,910 INFO  [silverpeas] (ServerService Thread Pool -- 493)  -> SseLogger initialization...
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,910 INFO  [silverpeas] (ServerService Thread Pool -- 493)     SseLogger initialization done.
08:49:54 [2025-06-26T06:49:54.026Z] 08:49:53,912 WARNING [silverpeas.core.jcr.util] (ServerService Thread Pool -- 493) NOTHING TO DO
08:49:54 [2025-06-26T06:49:54.277Z] 08:49:54,208 INFO  [org.apache.jackrabbit.oak.plugins.index.IndexUpdate] (ServerService Thread Pool -- 493) Found a new index node [reference]. Reindexing is requested
08:49:54 [2025-06-26T06:49:54.277Z] 08:49:54,212 INFO  [org.apache.jackrabbit.oak.plugins.index.IndexUpdate] (ServerService Thread Pool -- 493) Reindexing will be performed for following indexes: [/oak:index/uuid, /oak:index/reference, /oak:index/nodetype]
08:49:54 [2025-06-26T06:49:54.527Z] 08:49:54,296 INFO  [org.apache.jackrabbit.oak.plugins.index.IndexUpdate] (ServerService Thread Pool -- 493) Indexing report
08:49:54 [2025-06-26T06:49:54.527Z]     - /oak:index/uuid*(0)
08:49:54 [2025-06-26T06:49:54.527Z]     - /oak:index/reference*(0)
08:49:54 [2025-06-26T06:49:54.527Z]     - /oak:index/nodetype*(1225)
08:49:54 [2025-06-26T06:49:54.527Z] 
08:49:54 [2025-06-26T06:49:54.527Z] 08:49:54,296 INFO  [org.apache.jackrabbit.oak.plugins.index.IndexUpdate] (ServerService Thread Pool -- 493) Reindexing completed
08:49:54 [2025-06-26T06:49:54.527Z] 08:49:54,353 INFO  [silverpeas.core.jcr] (ServerService Thread Pool -- 493) Open connection to the JCR
08:49:54 [2025-06-26T06:49:54.527Z] 08:49:54,480 INFO  [silverpeas.core.jcr.util] (ServerService Thread Pool -- 493) Silverpeas specific JCR schema registering...
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,590 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Initialize indexation in JCR...
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByOldSilverpeasId on property slv:oldSilverpeasId
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByForeignKey on property slv:foreignKey
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByAlertDate on property slv:alertDate
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByPrimaryType on property jcr:primaryType
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByOrder on property slv:order
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByExpiryDate on property slv:expiryDate
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByVersioned on property slv:versioned
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,592 INFO  [silverpeas.core.jcr.impl.oak] (ServerService Thread Pool -- 493) Create index indexByOwner on property slv:owner
08:49:54 [2025-06-26T06:49:54.778Z] 08:49:54,595 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 493) Initialisation de Mojarra 2.3.17.SP01 pour le contexte «/test-CommunityOfUsersResourceUpdateIT»
08:49:56 [2025-06-26T06:49:56.121Z] 08:49:55,956 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 493) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.silverpeas.core.web.WebResourceProvider
08:49:56 [2025-06-26T06:49:56.121Z] 08:49:55,959 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 493) RESTEASY002155: Provider class org.jboss.resteasy.plugins.providers.html.HtmlRenderableWriter is already registered.  2nd registration is being ignored.
08:49:56 [2025-06-26T06:49:56.372Z] 08:49:56,126 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 493) RESTEASY002195: The following sub-resource methods and sub-resource locators have the same path, [Users/{id}].  The paths should be unique.  [edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.update, edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.delete, edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.getById, edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.patch]
08:49:56 [2025-06-26T06:49:56.372Z] 08:49:56,126 WARN  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 493) RESTEASY002195: The following sub-resource methods and sub-resource locators have the same path, [Groups/{id}].  The paths should be unique.  [edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.update, edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.delete, edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.getById, edu.psu.swe.scim.spec.protocol.BaseResourceTypeResource.patch]
08:49:56 [2025-06-26T06:49:56.372Z] 08:49:56,126 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 493) WFLYUT0021: Registered web context: '/test-CommunityOfUsersResourceUpdateIT' for server 'default-server'
08:49:56 [2025-06-26T06:49:56.372Z] 08:49:56,157 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "test-CommunityOfUsersResourceUpdateIT.war" (runtime-name : "test-CommunityOfUsersResourceUpdateIT.war")
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,377 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure loaded successfully with DbSetup framework.
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,430 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,431 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,445 INFO  [stdout] (default task-2) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,446 INFO  [stdout] (default task-2) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,576 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:49:56 [2025-06-26T06:49:56.622Z] 08:49:56,580 INFO  [stdout] (default task-1) Hibernate: select userprefer0_.id as id1_5_0_, userprefer0_.personalwspace as personal2_5_0_, userprefer0_.draganddropstatus as dragandd3_5_0_, userprefer0_.languages as language4_5_0_, userprefer0_.look as look5_5_0_, userprefer0_.menuDisplay as menuDisp6_5_0_, userprefer0_.thesaurusstatus as thesauru7_5_0_, userprefer0_.webdaveditingstatus as webdaved8_5_0_, userprefer0_.zoneId as zoneId9_5_0_ from personalization userprefer0_ where userprefer0_.id=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,637 INFO  [stdout] (default task-1) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,646 INFO  [stdout] (default task-1) Hibernate: update SC_Community set charterURL=?, instanceId=?, groupId=?, homePage=?, homePageType=?, spaceId=? where id=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,661 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Get a new connection successfully.
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,665 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure dropped successfully.
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,665 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) # Quiet database connection close report #
08:49:56 [2025-06-26T06:49:56.873Z] On 1 opened safe connection:
08:49:56 [2025-06-26T06:49:56.873Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:49:56 [2025-06-26T06:49:56.873Z]  - 1 already closed,
08:49:56 [2025-06-26T06:49:56.873Z]  - 0 closed in error
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,765 WARN  [org.jboss.resteasy.client.jaxrs.i18n] (Finalizer) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine instance for you. Please close clients yourself.
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,776 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure loaded successfully with DbSetup framework.
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,783 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,784 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,790 INFO  [stdout] (default task-2) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,791 INFO  [stdout] (default task-2) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,810 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,811 INFO  [stdout] (default task-1) Hibernate: select userprefer0_.id as id1_5_0_, userprefer0_.personalwspace as personal2_5_0_, userprefer0_.draganddropstatus as dragandd3_5_0_, userprefer0_.languages as language4_5_0_, userprefer0_.look as look5_5_0_, userprefer0_.menuDisplay as menuDisp6_5_0_, userprefer0_.thesaurusstatus as thesauru7_5_0_, userprefer0_.webdaveditingstatus as webdaved8_5_0_, userprefer0_.zoneId as zoneId9_5_0_ from personalization userprefer0_ where userprefer0_.id=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,837 INFO  [stdout] (default task-1) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,840 INFO  [edu.psu.swe.commons.jaxrs.exceptions.mappers.WebApplicationExceptionMapper] (default task-1) The community entity doesn't match the community to update
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,852 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Get a new connection successfully.
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,857 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure dropped successfully.
08:49:56 [2025-06-26T06:49:56.873Z] 08:49:56,857 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) # Quiet database connection close report #
08:49:56 [2025-06-26T06:49:56.873Z] On 1 opened safe connection:
08:49:56 [2025-06-26T06:49:56.873Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:49:56 [2025-06-26T06:49:56.873Z]  - 1 already closed,
08:49:56 [2025-06-26T06:49:56.873Z]  - 0 closed in error
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,894 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure loaded successfully with DbSetup framework.
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,900 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,901 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,907 INFO  [stdout] (default task-2) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,907 INFO  [stdout] (default task-2) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,923 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,928 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Get a new connection successfully.
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,933 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) Database structure dropped successfully.
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:56,933 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-2) # Quiet database connection close report #
08:49:57 [2025-06-26T06:49:57.124Z] On 1 opened safe connection:
08:49:57 [2025-06-26T06:49:57.124Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:49:57 [2025-06-26T06:49:57.124Z]  - 1 already closed,
08:49:57 [2025-06-26T06:49:57.124Z]  - 0 closed in error
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:57,000 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Database structure loaded successfully with DbSetup framework.
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:57,008 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:57,009 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:57,017 INFO  [stdout] (default task-1) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:49:57 [2025-06-26T06:49:57.124Z] 08:49:57,017 INFO  [stdout] (default task-1) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:49:57 [2025-06-26T06:49:57.375Z] 08:49:57,199 WARN  [org.jboss.resteasy.client.jaxrs.i18n] (Finalizer) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine instance for you. Please close clients yourself.
08:49:57 [2025-06-26T06:49:57.375Z] 08:49:57,200 WARN  [org.jboss.resteasy.client.jaxrs.i18n] (Finalizer) RESTEASY004687: Closing a class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient43Engine instance for you. Please close clients yourself.
08:50:00 [2025-06-26T06:50:00.603Z] 08:50:00,283 SEVERE [silverpeas.core.index.indexing] (EE-ManagedThreadFactory-default-Thread-13) Unknown index file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Components/index: org.apache.lucene.store.LockObtainFailedException: Lock held by this virtual machine: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/temp/index/Components/index/write.lock
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.apache.lucene-7//org.apache.lucene.store.NativeFSLockFactory.obtainFSLock(NativeFSLockFactory.java:139)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.apache.lucene-7//org.apache.lucene.store.FSLockFactory.obtainLock(FSLockFactory.java:41)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.apache.lucene-7//org.apache.lucene.store.BaseDirectory.obtainLock(BaseDirectory.java:45)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.apache.lucene-7//org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:947)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexManager.lambda$getIndexWriter$8(IndexManager.java:357)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1134)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexManager.getIndexWriter(IndexManager.java:344)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:159)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:50:00 [2025-06-26T06:50:00.603Z] 
08:50:00 [2025-06-26T06:50:00.603Z] 08:50:00,284 SEVERE [silverpeas.core.index.indexing.model] (EE-ManagedThreadFactory-default-Thread-13) java.lang.NullPointerException: org.silverpeas.kernel.SilverpeasException: java.lang.NullPointerException
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:135)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:89)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.call(AbstractRequestTask.java:42)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:50:00 [2025-06-26T06:50:00.603Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:50:00 [2025-06-26T06:50:00.603Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:50:00 [2025-06-26T06:50:00.603Z] Caused by: java.lang.NullPointerException
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexManager.removeIndexEntry(IndexManager.java:202)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexManager.addIndexEntry(IndexManager.java:160)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:126)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.index.indexing.model.IndexerTask$AddIndexEntryRequest.process(IndexerTask.java:111)
08:50:00 [2025-06-26T06:50:00.603Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.AbstractRequestTask.processRequest(AbstractRequestTask.java:129)
08:50:00 [2025-06-26T06:50:00.603Z] 	... 11 more
08:50:00 [2025-06-26T06:50:00.603Z] 
08:50:00 [2025-06-26T06:50:00.603Z] 08:50:00,385 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:50:00 [2025-06-26T06:50:00.603Z] 08:50:00,388 INFO  [stdout] (default task-2) Hibernate: select userprefer0_.id as id1_5_0_, userprefer0_.personalwspace as personal2_5_0_, userprefer0_.draganddropstatus as dragandd3_5_0_, userprefer0_.languages as language4_5_0_, userprefer0_.look as look5_5_0_, userprefer0_.menuDisplay as menuDisp6_5_0_, userprefer0_.thesaurusstatus as thesauru7_5_0_, userprefer0_.webdaveditingstatus as webdaved8_5_0_, userprefer0_.zoneId as zoneId9_5_0_ from personalization userprefer0_ where userprefer0_.id=?
08:50:00 [2025-06-26T06:50:00.603Z] 08:50:00,401 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Get a new connection successfully.
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,405 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Database structure dropped successfully.
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,405 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) # Quiet database connection close report #
08:50:00 [2025-06-26T06:50:00.604Z] On 1 opened safe connection:
08:50:00 [2025-06-26T06:50:00.604Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:50:00 [2025-06-26T06:50:00.604Z]  - 1 already closed,
08:50:00 [2025-06-26T06:50:00.604Z]  - 0 closed in error
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,441 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Database structure loaded successfully with DbSetup framework.
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,446 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,446 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,452 INFO  [stdout] (default task-1) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,452 INFO  [stdout] (default task-1) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,469 INFO  [stdout] (default task-2) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,471 INFO  [stdout] (default task-2) Hibernate: select userprefer0_.id as id1_5_0_, userprefer0_.personalwspace as personal2_5_0_, userprefer0_.draganddropstatus as dragandd3_5_0_, userprefer0_.languages as language4_5_0_, userprefer0_.look as look5_5_0_, userprefer0_.menuDisplay as menuDisp6_5_0_, userprefer0_.thesaurusstatus as thesauru7_5_0_, userprefer0_.webdaveditingstatus as webdaved8_5_0_, userprefer0_.zoneId as zoneId9_5_0_ from personalization userprefer0_ where userprefer0_.id=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,510 INFO  [stdout] (default task-2) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,514 INFO  [edu.psu.swe.commons.jaxrs.exceptions.mappers.WebApplicationExceptionMapper] (default task-2) The community entity doesn't match the community to update
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,520 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Get a new connection successfully.
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,523 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Database structure dropped successfully.
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,524 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) # Quiet database connection close report #
08:50:00 [2025-06-26T06:50:00.604Z] On 1 opened safe connection:
08:50:00 [2025-06-26T06:50:00.604Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:50:00 [2025-06-26T06:50:00.604Z]  - 1 already closed,
08:50:00 [2025-06-26T06:50:00.604Z]  - 0 closed in error
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,564 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-3) Database structure loaded successfully with DbSetup framework.
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,571 INFO  [stdout] (default task-3) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,572 INFO  [stdout] (default task-3) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,579 INFO  [stdout] (default task-3) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,580 INFO  [stdout] (default task-3) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,594 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where token=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,596 INFO  [stdout] (default task-1) Hibernate: select userprefer0_.id as id1_5_0_, userprefer0_.personalwspace as personal2_5_0_, userprefer0_.draganddropstatus as dragandd3_5_0_, userprefer0_.languages as language4_5_0_, userprefer0_.look as look5_5_0_, userprefer0_.menuDisplay as menuDisp6_5_0_, userprefer0_.thesaurusstatus as thesauru7_5_0_, userprefer0_.webdaveditingstatus as webdaved8_5_0_, userprefer0_.zoneId as zoneId9_5_0_ from personalization userprefer0_ where userprefer0_.id=?
08:50:00 [2025-06-26T06:50:00.604Z] 08:50:00,596 SEVERE [silverpeas.core.admin.service] (default task-1) Component instance 100 not found!
08:50:00 [2025-06-26T06:50:00.854Z] 08:50:00,605 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-3) Get a new connection successfully.
08:50:00 [2025-06-26T06:50:00.854Z] 08:50:00,610 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-3) Database structure dropped successfully.
08:50:00 [2025-06-26T06:50:00.854Z] 08:50:00,610 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-3) # Quiet database connection close report #
08:50:00 [2025-06-26T06:50:00.854Z] On 1 opened safe connection:
08:50:00 [2025-06-26T06:50:00.854Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:50:00 [2025-06-26T06:50:00.855Z]  - 1 already closed,
08:50:00 [2025-06-26T06:50:00.855Z]  - 0 closed in error
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,649 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Database structure loaded successfully with DbSetup framework.
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,655 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,656 INFO  [stdout] (default task-1) Hibernate: select persistent0_.id as id1_32_, persistent0_.resourceId as resource2_32_, persistent0_.tokenType as tokenTyp3_32_, persistent0_.saveCount as saveCoun4_32_, persistent0_.saveDate as saveDate5_32_, persistent0_.token as token6_32_ from st_token persistent0_ where persistent0_.tokenType=? and persistent0_.resourceId=?
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,662 INFO  [stdout] (default task-1) Hibernate: insert into st_token (resourceId, tokenType, saveCount, saveDate, token, id) values (?, ?, ?, ?, ?, ?)
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,663 INFO  [stdout] (default task-1) Hibernate: select communityo0_.id as id1_22_, communityo0_.charterURL as charterU2_22_, communityo0_.instanceId as instance3_22_, communityo0_.groupId as groupId4_22_, communityo0_.homePage as homePage5_22_, communityo0_.homePageType as homePage6_22_, communityo0_.spaceId as spaceId7_22_ from SC_Community communityo0_ where communityo0_.instanceId=?
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,682 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Get a new connection successfully.
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,687 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) Database structure dropped successfully.
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,687 INFO  [org.silverpeas.core.test.integration.rule.DbSetupRule] (default task-1) # Quiet database connection close report #
08:50:00 [2025-06-26T06:50:00.855Z] On 1 opened safe connection:
08:50:00 [2025-06-26T06:50:00.855Z]  - 0 closed successfully (could be the user of getActualDataSet or something wrong),
08:50:00 [2025-06-26T06:50:00.855Z]  - 1 already closed,
08:50:00 [2025-06-26T06:50:00.855Z]  - 0 closed in error
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,699 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0019: Stopped Driver service with driver-name = test-CommunityOfUsersResourceUpdateIT.war
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,699 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0019: Stopped Driver service with driver-name = test-CommunityOfUsersResourceUpdateIT.war_org.h2.Driver_2_1
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,700 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = test-CommunityOfUsersResourceUpdateIT.war_oracle.jdbc.OracleDriver_19_3
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,700 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 493) WFLYUT0022: Unregistered web context: '/test-CommunityOfUsersResourceUpdateIT' from server 'default-server'
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,706 INFO  [silverpeas] (ServerService Thread Pool -- 493) Silverpeas Services Release...
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,708 INFO  [silverpeas] (ServerService Thread Pool -- 493) Silverpeas Services Release...
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,709 INFO  [silverpeas] (ServerService Thread Pool -- 493)  -> IndexingLogger release...
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,709 INFO  [silverpeas] (ServerService Thread Pool -- 493)     IndexingLogger release done.
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,709 INFO  [silverpeas] (ServerService Thread Pool -- 493)  -> SseLogger release...
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,709 INFO  [silverpeas] (ServerService Thread Pool -- 493)     SseLogger release done.
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,762 SEVERE [silverpeas.core.thread] (EE-ManagedThreadFactory-default-Thread-14) IndexerTask - an error occurred: java.util.concurrent.CancellationException
08:50:00 [2025-06-26T06:50:00.855Z] 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:121)
08:50:00 [2025-06-26T06:50:00.855Z] 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
08:50:00 [2025-06-26T06:50:00.855Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.RequestTaskManager$TaskWatcher.call(RequestTaskManager.java:242)
08:50:00 [2025-06-26T06:50:00.855Z] 	at deployment.test-CommunityOfUsersResourceUpdateIT.war//org.silverpeas.core.thread.task.RequestTaskManager$TaskWatcher.call(RequestTaskManager.java:222)
08:50:00 [2025-06-26T06:50:00.855Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
08:50:00 [2025-06-26T06:50:00.855Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
08:50:00 [2025-06-26T06:50:00.855Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
08:50:00 [2025-06-26T06:50:00.855Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.SecurityIdentity.runAsConsumer(SecurityIdentity.java:376)
08:50:00 [2025-06-26T06:50:00.855Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAsConsumer(Scoped.java:112)
08:50:00 [2025-06-26T06:50:00.855Z] 	at org.wildfly.security.elytron-base@1.19.1.Final//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:60)
08:50:00 [2025-06-26T06:50:00.855Z] 	at org.jboss.as.ee@26.1.3.Final//org.jboss.as.ee.concurrent.SecurityIdentityUtils.lambda$doIdentityWrap$1(SecurityIdentityUtils.java:63)
08:50:00 [2025-06-26T06:50:00.855Z] 	at java.base/java.lang.Thread.run(Thread.java:829)
08:50:00 [2025-06-26T06:50:00.855Z] 	at org.glassfish.javax.enterprise.concurrent//org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:227)
08:50:00 [2025-06-26T06:50:00.855Z] 
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,765 ERROR [org.jboss.weld.Bean] (MSC service thread 1-5) WELD-000019: Error destroying an instance org.silverpeas.core.scheduler.quartz.VolatileQuartScheduler@9e56f62 of Managed Bean [class org.silverpeas.core.scheduler.quartz.VolatileQuartScheduler] with qualifiers [@Default @Any]
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,766 WARNING [silverpeas.core.thread] (EE-ManagedThreadFactory-default-Thread-14) IndexerTask - the task is not running but there are yet some requests to process!!! (12 requests queued) restarting it again
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,767 ERROR [org.jboss.weld.Bean] (MSC service thread 1-5) WELD-000019: Error destroying an instance org.silverpeas.core.scheduler.quartz.PersistentQuartzScheduler@6aee5098 of Managed Bean [class org.silverpeas.core.scheduler.quartz.PersistentQuartzScheduler] with qualifiers [@PersistentScheduling @Any]
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,799 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 490) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'test-CommunityOfUsersResourceUpdateIT.war#silverpeas'
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,802 INFO  [org.hibernate.orm.beans] (ServerService Thread Pool -- 490) HHH10005004: Stopping BeanContainer : org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl@2757f675
08:50:00 [2025-06-26T06:50:00.855Z] 08:50:00,804 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 490) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'test-CommunityOfUsersResourceUpdateIT.war#silverpeas'
08:50:01 [2025-06-26T06:50:01.106Z] 08:50:01,055 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test-CommunityOfUsersResourceUpdateIT.war (runtime-name: test-CommunityOfUsersResourceUpdateIT.war) in 358ms
08:50:01 [2025-06-26T06:50:01.106Z] 08:50:01,097 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/wildfly-for-tests/wildfly-26.1.3.Final/standalone/data/content/b9/c5fb99d4d93aa39de7f45b320916ee0e98f496/content
08:50:01 [2025-06-26T06:50:01.106Z] 08:50:01,098 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "test-CommunityOfUsersResourceUpdateIT.war" (runtime-name: "test-CommunityOfUsersResourceUpdateIT.war")
08:50:01 [2025-06-26T06:50:01.356Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.93 s - in org.silverpeas.components.community.web.CommunityOfUsersResourceUpdateIT
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] 
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] Results:
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] 
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] 
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] 
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ silverpeas-community-war ---
08:50:01 [2025-06-26T06:50:01.907Z] [INFO] No previous run data found, generating javadoc.
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Building jar: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/silverpeas-community-war-6.4.4-build250626-javadoc.jar
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] 
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ silverpeas-community-war ---
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Building jar: /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/silverpeas-community-war-6.4.4-build250626-sources.jar
08:50:05 [2025-06-26T06:50:05.135Z] [WARNING] artifact org.silverpeas.components.community:silverpeas-community-war:java-source:sources:6.4.4-build250626 already attached, replace previous instance
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] 
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] --- jacoco-maven-plugin:0.8.8:report (tests-coverage) @ silverpeas-community-war ---
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Loading execution data file /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/jacoco.exec
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Analyzed bundle 'community Webapp' with 19 classes
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] 
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default) @ silverpeas-community-war ---
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] 
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] --- maven-install-plugin:3.0.1:install (default-install) @ silverpeas-community-war ---
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/pom.xml to /home/silverbuild/.m2/repository/org/silverpeas/components/community/silverpeas-community-war/6.4.4-build250626/silverpeas-community-war-6.4.4-build250626.pom
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/silverpeas-community-war-6.4.4-build250626.war to /home/silverbuild/.m2/repository/org/silverpeas/components/community/silverpeas-community-war/6.4.4-build250626/silverpeas-community-war-6.4.4-build250626.war
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/silverpeas-community-war-6.4.4-build250626-sources.jar to /home/silverbuild/.m2/repository/org/silverpeas/components/community/silverpeas-community-war/6.4.4-build250626/silverpeas-community-war-6.4.4-build250626-sources.jar
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Installing /var/lib/jenkins/workspace/Silverpeas_Stable_AutoDeploy/Silverpeas-Components/community/community-war/target/silverpeas-community-war-6.4.4-build250626-javadoc.jar to /home/silverbuild/.m2/repository/org/silverpeas/components/community/silverpeas-community-war/6.4.4-build250626/silverpeas-community-war-6.4.4-build250626-javadoc.jar
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] ------------------------------------------------------------------------
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Reactor Summary for Silverpeas Components 6.4.4-build250626:
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] 
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas Components .............................. SUCCESS [  4.362 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas Hyperlink Component ..................... SUCCESS [  0.110 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Hyperlink Configuration ............................ SUCCESS [  3.127 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Hyperlink Library .................................. SUCCESS [  5.027 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Hyperlink Web Application .......................... SUCCESS [  5.427 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas DataWarning Component ................... SUCCESS [  0.106 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] DataWarning Configuration .......................... SUCCESS [  1.351 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] DataWarning Library ................................ SUCCESS [  5.175 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] DataWarning Web Application ........................ SUCCESS [  5.021 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas Quickinfo Component ..................... SUCCESS [  0.096 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Quickinfo Configuration ............................ SUCCESS [  1.407 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas DelegatedNews Component ................. SUCCESS [  0.077 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] DelegatedNews Library .............................. SUCCESS [01:20 min]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Quickinfo Library .................................. SUCCESS [ 43.956 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Quickinfo Web Application .......................... SUCCESS [  5.674 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas Quizz Component ......................... SUCCESS [  0.088 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Quizz Configuration ................................ SUCCESS [  1.288 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Quizz Library ...................................... SUCCESS [  4.096 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Quizz Web Application .............................. SUCCESS [  5.303 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas JdbcConnector Component ................. SUCCESS [  0.073 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] JdbcConnector Configuration ........................ SUCCESS [  1.291 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] JdbcConnector Library .............................. SUCCESS [  4.590 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] JdbcConnector Web Application ...................... SUCCESS [  4.826 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas RssAggregator Component ................. SUCCESS [  0.082 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] RssAggregator Configuration ........................ SUCCESS [  1.355 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] RssAggregator Library .............................. SUCCESS [  4.480 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] RssAggregator Web Application ...................... SUCCESS [  4.974 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas MyDB Component .......................... SUCCESS [  0.074 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] MyDB Configuration ................................. SUCCESS [  1.360 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] MyDB Library ....................................... SUCCESS [ 11.749 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] MyDB Web Application ............................... SUCCESS [  5.052 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] Silverpeas ProjectManager Component ................ SUCCESS [  0.079 s]
08:50:05 [2025-06-26T06:50:05.135Z] [INFO] ProjectManager Configuration ....................... SUCCESS [  1.307 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ProjectManager Library ............................. SUCCESS [  4.858 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ProjectManager Web Application ..................... SUCCESS [  5.363 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas WebSites Component ...................... SUCCESS [  0.072 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WebSites Configuration ............................. SUCCESS [  1.410 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WebSites Library ................................... SUCCESS [  4.765 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WebSites Web Application ........................... SUCCESS [  5.441 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas WhitePages Component .................... SUCCESS [  0.080 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WhitePages Configuration ........................... SUCCESS [  1.298 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WhitePages Library ................................. SUCCESS [01:40 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WhitePages Web Application ......................... SUCCESS [  5.012 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas QuestionReply Component ................. SUCCESS [  0.060 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] QuestionReply Configuration ........................ SUCCESS [  1.316 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] QuestionReply Library .............................. SUCCESS [ 11.342 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] QuestionReply Web Application ...................... SUCCESS [ 10.470 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas WebPages Component ...................... SUCCESS [  0.065 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WebPages Configuration ............................. SUCCESS [  1.277 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WebPages Library ................................... SUCCESS [  4.365 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] WebPages Web Application ........................... SUCCESS [  4.737 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Mailinglist Component ................... SUCCESS [  0.070 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Mailinglist Configuration .......................... SUCCESS [  1.222 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Mailinglist Library ................................ SUCCESS [02:19 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Mailinglist Web Application ........................ SUCCESS [  5.223 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas InfoLetter Component .................... SUCCESS [  0.073 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] InfoLetter Configuration ........................... SUCCESS [  1.248 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] InfoLetter Library ................................. SUCCESS [ 41.918 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] InfoLetter Web Application ......................... SUCCESS [  5.286 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Almanach Component ...................... SUCCESS [  0.071 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Almanach Configuration ............................. SUCCESS [  1.274 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Almanach Library ................................... SUCCESS [  4.349 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Almanach Web Application ........................... SUCCESS [  5.375 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas YellowPages Component ................... SUCCESS [  0.070 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] YellowPages Configuration .......................... SUCCESS [  1.238 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] YellowPages Library ................................ SUCCESS [  4.587 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] YellowPages Web Application ........................ SUCCESS [  5.089 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas SilverCrawler Component ................. SUCCESS [  0.073 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SilverCrawler Configuration ........................ SUCCESS [  1.212 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SilverCrawler Library .............................. SUCCESS [  4.489 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SilverCrawler Web Application ...................... SUCCESS [  5.661 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas ResourcesManager Component .............. SUCCESS [  0.060 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ResourcesManager Configuration ..................... SUCCESS [  1.254 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ResourcesManager Library ........................... SUCCESS [03:37 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Gallery Component ....................... SUCCESS [  0.063 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Gallery Library .................................... SUCCESS [04:03 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ResourcesManager  Web Application .................. SUCCESS [  5.687 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas ProcessManager Component ................ SUCCESS [  0.058 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ProcessManager Configuration ....................... SUCCESS [  1.311 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ProcessManager Library ............................. SUCCESS [  4.459 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ProcessManager Web Application ..................... SUCCESS [  6.020 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Forums Component ........................ SUCCESS [  0.069 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Forums Configuration ............................... SUCCESS [  1.392 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Forums Library ..................................... SUCCESS [ 42.126 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Forums Web Application ............................. SUCCESS [  5.779 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Blog Component .......................... SUCCESS [  0.066 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Blog Configuration ................................. SUCCESS [  1.268 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Blog Library ....................................... SUCCESS [  4.776 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Blog Web Application ............................... SUCCESS [  5.420 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Survey Component ........................ SUCCESS [  0.078 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Survey Configuration ............................... SUCCESS [  1.281 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Survey Library ..................................... SUCCESS [  4.221 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Survey Web Application ............................. SUCCESS [ 12.407 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Gallery Configuration .............................. SUCCESS [  1.294 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Gallery Web Application ............................ SUCCESS [ 12.600 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] DelegatedNews Configuration ........................ SUCCESS [  1.330 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] DelegatedNews Web Application ...................... SUCCESS [  4.840 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Kmelia Component ........................ SUCCESS [  0.074 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Kmelia Configuration ............................... SUCCESS [  1.347 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Kmelia Library ..................................... SUCCESS [02:17 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Kmelia Web Application ............................. SUCCESS [  9.743 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Organizationchart Component ............. SUCCESS [  0.063 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Organizationchart Configuration .................... SUCCESS [  1.275 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Organizationchart Library .......................... SUCCESS [  6.927 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Organizationchart Web Application .................. SUCCESS [  4.966 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas Classifieds Component ................... SUCCESS [  0.060 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Classifieds Configuration .......................... SUCCESS [  1.509 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Classifieds Library ................................ SUCCESS [  4.858 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Classifieds Web Application ........................ SUCCESS [  5.466 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas FormsOnline Component ................... SUCCESS [  0.059 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] FormsOnline Configuration .......................... SUCCESS [  1.303 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] FormsOnline Library ................................ SUCCESS [01:16 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] FormsOnline Web Application ........................ SUCCESS [  5.115 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas ScheduleEvent Component ................. SUCCESS [  0.079 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ScheduleEvent Configuration ........................ SUCCESS [  1.404 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ScheduleEvent Library .............................. SUCCESS [  4.732 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ScheduleEvent Web Application ...................... SUCCESS [  5.829 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas SuggestionBox Component ................. SUCCESS [  0.061 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SuggestionBox Configuration ........................ SUCCESS [  1.231 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SuggestionBox Library .............................. SUCCESS [  4.950 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SuggestionBox Web Application ...................... SUCCESS [  5.523 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas SpaceMembers Component .................. SUCCESS [  0.060 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SpaceMembers Configuration ......................... SUCCESS [  1.228 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SpaceMembers Library ............................... SUCCESS [  3.985 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] SpaceMembers Web Application ....................... SUCCESS [  4.611 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Silverpeas community Component ..................... SUCCESS [  0.077 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] community Configuration ............................ SUCCESS [  1.265 s]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Community Business Library ......................... SUCCESS [02:02 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] community Webapp ................................... SUCCESS [02:06 min]
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ------------------------------------------------------------------------
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] BUILD SUCCESS
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ------------------------------------------------------------------------
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Total time:  28:45 min
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] Finished at: 2025-06-26T08:50:04+02:00
08:50:05 [2025-06-26T06:50:05.136Z] [INFO] ------------------------------------------------------------------------
08:50:05 [2025-06-26T06:50:05.136Z] + /opt/wildfly-for-tests/wildfly-26.1.3.Final/bin/jboss-cli.sh --connect :shutdown
08:50:07 [2025-06-26T06:50:07.619Z] {
08:50:07 [2025-06-26T06:50:07.619Z]     "outcome" => "success",
08:50:07 [2025-06-26T06:50:07.619Z]     "result" => undefined
08:50:07 [2025-06-26T06:50:07.619Z] }
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,372 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0272: Suspending server
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,375 INFO  [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,377 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,383 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:/datasources/silverpeas]
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,394 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-1) WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,395 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0019: Host default-host stopping
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,396 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,396 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,396 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0008: Undertow HTTPS listener https suspending
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,396 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-6) WFLYJCA0011: Unbound Jakarta Connectors ConnectionFactory [java:/JmsXA]
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,406 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 127.0.0.1:8443
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,408 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0019: Stopped Driver service with driver-name = h2
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,417 INFO  [org.apache.activemq.artemis.ra.ActiveMQRALogger] (ServerService Thread Pool -- 491) AMQ151003: resource adaptor stopped
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,426 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 490) WFLYCLINF0003: Stopped http-remoting-connector cache from ejb container
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,607 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 491) AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.19.1 [880ef5f0-5248-11f0-97dd-4a2a0179a283] stopped, uptime 28 minutes
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,609 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0008: Undertow HTTP listener default suspending
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,609 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,610 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 2.2.19.Final stopping
08:50:07 [2025-06-26T06:50:07.619Z] 08:50:07,616 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Full 26.1.3.Final (WildFly Core 18.1.2.Final) stopped in 231ms
08:50:07 [2025-06-26T06:50:07.619Z]