There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-b6ff57ba-94cc-4a6c-8f90-316e63fcc8d9 XWIKI-22753 Open

Batch script start_xwiki_debug does not run on Windows 11

 
View issue   ·   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-06fc58fa-c944-4060-8a27-efc61aca56d1 Nikita Petrenko on 29/Jun/26 18:14
 

Thomas Mortagne I think, I'll close it this week, I quickly downloaded and started new XWiki Jetty/HSQLDB 18.5.0, and with using new command I can start local instance in debug mode with contrib extension in IDEA Community Edition on Windows 11Pro. 

Here's output of command line

PS C:\Users\Nikita\Downloads\18.5 latest xwiki> .\start_xwiki.bat -h
Usage: start_xwiki.bat <optional parameters>
-p, --port: The Jetty HTTP port to use. Overrides any value from JETTY_PORT. Defaults to 8080.
-sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
-j, --jmx: Allows monitoring/managing Jetty through JMX.
-ni, --noninteractive: Don't ask questions to the user. Useful when called in an automated script.
-d, --debug: Start the JVM in debug mode.
-dp, --debugPort: The Jetty JVM port to use for remote debugging. Defaults to 5005.
--suspend: if defined then debug is in suspend mode (i.e. wait for a debugger to connect before progressing).
-yp, --yourkitpath: The path where YourKit can find the agent. If not passed then YourKit won't be enabled.Example: start_xwiki.bat -p 8080 -sp 8079
PS C:\Users\Nikita\Downloads\18.5 latest xwiki> .\start_xwiki.bat -d
ERROR: The system was unable to find the specified registry key or value.
Listening for transport dt_socket at address: 5005
2026-06-29 19:09:15.203:INFO :oxtjl.NotifyListener:main: Запуск Jetty на порту 8080, на Java 25.0.2+10-LTS (OpenJDK Runtime Environment)...
2026-06-29 19:09:15.209:WARN :oejs.ShutdownMonitor:main: org.eclipse.jetty.server.ShutdownMonitor is deprecated, and has been replaced with org.eclipse.jetty.server.ShutdownService
STOP.PORT=8079
STOP.KEY=xwiki
STOP.EXIT=true
2026-06-29 19:09:15.467:WARN :oatud.DigesterFactory:main: The XML schema [XMLSchema.dtd] could not be found. This is very likely to break XML validation if XML validation is enabled.
2026-06-29 19:09:15.467:WARN :oatud.DigesterFactory:main: The XML schema [datatypes.dtd] could not be found. This is very likely to break XML validation if XML validation is enabled.
2026-06-29 19:09:15.469:WARN :oatud.DigesterFactory:main: The XML schema [xml.xsd] could not be found. This is very likely to break XML validation if XML validation is enabled.
2026-06-29 19:09:20,082 [main] INFO  iPropertiesConfigurationSource - Loading [xwiki.properties] from [file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/xwiki.properties]
2026-06-29 19:09:20,164 [main] INFO  o.x.e.i.ServletEnvironment     - Using permanent directory [data]
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/guice-5.1.0-classes.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
WARNING: A restricted method in java.lang.foreign.MemorySegment has been called
WARNING: java.lang.foreign.MemorySegment::reinterpret has been called by org.infinispan.commons.jdkspecific.UnsafeMemoryAddressOffHeapMemory in an unnamed module (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/infinispan-commons-15.2.6.Final.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled2026-06-29 19:09:24,448 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-client/pom.xml)] and [org.eclipse.jetty:jetty-client/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-client-10.0.26.xed)]
2026-06-29 19:09:24,449 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-client/pom.xml)] is selected
2026-06-29 19:09:24,456 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-io/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-io-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml)] and [org.eclipse.jetty:jetty-io/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-io-10.0.26.xed)]
2026-06-29 19:09:24,456 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-io/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-io-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml)] is selected
2026-06-29 19:09:24,463 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-alpn-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-client/pom.xml)] and [org.eclipse.jetty:jetty-alpn-client/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-alpn-client-10.0.26.xed)]
2026-06-29 19:09:24,463 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-alpn-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-client/pom.xml)] is selected
2026-06-29 19:09:24,477 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-http/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-http-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml)] and [org.eclipse.jetty:jetty-http/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-http-10.0.26.xed)]
2026-06-29 19:09:24,477 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-http/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-http-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml)] is selected
2026-06-29 19:09:24,498 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-alpn-java-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-java-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-java-client/pom.xml)] and [org.eclipse.jetty:jetty-alpn-java-client/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-alpn-java-client-10.0.26.xed)]
2026-06-29 19:09:24,499 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-alpn-java-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-java-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-java-client/pom.xml)] is selected
2026-06-29 19:09:24,503 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-util/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-util-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml)] and [org.eclipse.jetty:jetty-util/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-util-10.0.26.xed)]
2026-06-29 19:09:24,504 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-util/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-util-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml)] is selected
2026-06-29 19:09:26,163 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Updating Solr home directory at [C:\Users\Nikita\Downloads\18.5 latest xwiki\data\store\solr]
2026-06-29 19:09:26,178 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Starting embedded Solr server...
2026-06-29 19:09:26,178 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Using Solr home directory: [C:\Users\Nikita\Downloads\18.5 latest xwiki\data\store\solr]
2026-06-29 19:09:26,853 [main] WARN  o.a.s.c.CoreContainer          - Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
черв. 29, 2026 7:09:27 ПП org.apache.lucene.store.MMapDirectory lookupProvider
WARNING: You are running with Java 22 or later. To make full use of MMapDirectory, please update Apache Lucene.
2026-06-29 19:09:28,841 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Started embedded Solr server.
2026-06-29 19:09:29,076 [main] INFO  i.s.SearchCoreMigrationManager - Current Solr core migration version is [171009000]
2026-06-29 19:09:30,105 [recoveryExecutor-27-thread-1-processing-extension_index_9] WARN  o.a.s.u.UpdateLog              - Starting log replay tlog{file=C:\Users\Nikita\Downloads\18.5 latest xwiki\data\store\solr\extension_index_9\..\..\..\cache\solr\extension_index_9\tlog\tlog.0000000000000000508 refcount=2}  active=false starting pos=0 inSortedOrder=false
2026-06-29 19:09:30.219:INFO :oxtjl.NotifyListener:main: ----------------------------------
2026-06-29 19:09:30.220:INFO :oxtjl.NotifyListener:main: Сервер запущено, тепер ви можете відкрити http://DESKTOP-C5389S8:8080/ у своєму браузері для доступу до своєї вікі.
2026-06-29 19:09:30.221:INFO :oxtjl.NotifyListener:main: ----------------------------------
2026-06-29 19:09:30,493 [recoveryExecutor-27-thread-1-processing-extension_index_9] WARN  o.a.s.u.UpdateLog              - Log replay finished. recoveryInfo=RecoveryInfo{adds=1 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
2026-06-29 19:09:34,377 [XWiki initialization] INFO  .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled
2026-06-29 19:09:34,487 [XWiki initialization] INFO  .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [180500000]
2026-06-29 19:09:34,487 [XWiki initialization] INFO  .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki]
2026-06-29 19:09:41,882 [solr/indexer job group daemon thread - org.xwiki.search.solr.internal.job.IndexerJob@4e621c67([solr, indexer])] INFO  o.x.s.s.i.j.IndexerJob         - Starting job of type [solr.indexer] with identifier [[solr, indexer]]
2026-06-29 19:09:42,219 [solr/indexer job group daemon thread - org.xwiki.search.solr.internal.job.IndexerJob@4e621c67([solr, indexer])] INFO  o.x.s.s.i.j.IndexerJob         - 0 documents added, 0 deleted and 0 updated during the synchronization of the Solr index.
2026-06-29 19:09:42,269 [solr/indexer job group daemon thread - org.xwiki.search.solr.internal.job.IndexerJob@4e621c67([solr, indexer])] INFO  o.x.s.s.i.j.IndexerJob         - Finished job of type [solr.indexer] with identifier [[solr, indexer]]

And in Intellij IDEA

Connected to the target VM, address: 'localhost:5005', transport: 'socket'
 
cid:jira-generated-image-avatar-06fc58fa-c944-4060-8a27-efc61aca56d1 Nikita Petrenko on 29/Jun/26 18:16
 
[~tmortagne] I think, I'll close it this week, I quickly downloaded and started new XWiki Jetty/HSQLDB 18.5.0, and with using new command I can start local instance in debug mode with contrib extension in IDEA Community Edition on Windows 11Pro. 

Here's output of command line


{noformat}
PS C:\Users\Nikita\Downloads\18.5 latest xwiki> .\start_xwiki.bat -h
Usage: start_xwiki.bat <optional parameters>
-p, --port: The Jetty HTTP port to use. Overrides any value from JETTY_PORT. Defaults to 8080.
-sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
-j, --jmx: Allows monitoring/managing Jetty through JMX.
-ni, --noninteractive: Don't ask questions to the user. Useful when called in an automated script.
-d, --debug: Start the JVM in debug mode.
-dp, --debugPort: The Jetty JVM port to use for remote debugging. Defaults to 5005.
--suspend: if defined then debug is in suspend mode (i.e. wait for a debugger to connect before progressing).
-yp, --yourkitpath: The path where YourKit can find the agent. If not passed then YourKit won't be enabled.Example: start_xwiki.bat -p 8080 -sp 8079{noformat}
{noformat}
PS C:\Users\Nikita\Downloads\18.5 latest xwiki> .\start_xwiki.bat -d
ERROR: The system was unable to find the specified registry key or value.
Listening for transport dt_socket at address: 5005
2026-06-29 19:09:15.203:INFO :oxtjl.NotifyListener:main: Запуск Jetty на порту 8080, на Java 25.0.2+10-LTS (OpenJDK Runtime Environment)...
2026-06-29 19:09:15.209:WARN :oejs.ShutdownMonitor:main: org.eclipse.jetty.server.ShutdownMonitor is deprecated, and has been replaced with org.eclipse.jetty.server.ShutdownService
STOP.PORT=8079
STOP.KEY=xwiki
STOP.EXIT=true
2026-06-29 19:09:15.467:WARN :oatud.DigesterFactory:main: The XML schema [XMLSchema.dtd] could not be found. This is very likely to break XML validation if XML validation is enabled.
2026-06-29 19:09:15.467:WARN :oatud.DigesterFactory:main: The XML schema [datatypes.dtd] could not be found. This is very likely to break XML validation if XML validation is enabled.
2026-06-29 19:09:15.469:WARN :oatud.DigesterFactory:main: The XML schema [xml.xsd] could not be found. This is very likely to break XML validation if XML validation is enabled.
2026-06-29 19:09:20,082 [main] INFO  iPropertiesConfigurationSource - Loading [xwiki.properties] from [file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/xwiki.properties]
2026-06-29 19:09:20,164 [main] INFO  o.x.e.i.ServletEnvironment     - Using permanent directory [data]
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by com.google.inject.internal.aop.HiddenClassDefiner (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/guice-5.1.0-classes.jar)
WARNING: Please consider reporting this to the maintainers of class com.google.inject.internal.aop.HiddenClassDefiner
WARNING: sun.misc.Unsafe::staticFieldBase will be removed in a future release
WARNING: A restricted method in java.lang.foreign.MemorySegment has been called
WARNING: java.lang.foreign.MemorySegment::reinterpret has been called by org.infinispan.commons.jdkspecific.UnsafeMemoryAddressOffHeapMemory in an unnamed module (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/infinispan-commons-15.2.6.Final.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled2026-06-29 19:09:24,448 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-client/pom.xml)] and [org.eclipse.jetty:jetty-client/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-client-10.0.26.xed)]
2026-06-29 19:09:24,449 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-client/pom.xml)] is selected
2026-06-29 19:09:24,456 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-io/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-io-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml)] and [org.eclipse.jetty:jetty-io/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-io-10.0.26.xed)]
2026-06-29 19:09:24,456 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-io/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-io-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml)] is selected
2026-06-29 19:09:24,463 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-alpn-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-client/pom.xml)] and [org.eclipse.jetty:jetty-alpn-client/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-alpn-client-10.0.26.xed)]
2026-06-29 19:09:24,463 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-alpn-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-client/pom.xml)] is selected
2026-06-29 19:09:24,477 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-http/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-http-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml)] and [org.eclipse.jetty:jetty-http/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-http-10.0.26.xed)]
2026-06-29 19:09:24,477 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-http/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-http-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml)] is selected
2026-06-29 19:09:24,498 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-alpn-java-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-java-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-java-client/pom.xml)] and [org.eclipse.jetty:jetty-alpn-java-client/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-alpn-java-client-10.0.26.xed)]
2026-06-29 19:09:24,499 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-alpn-java-client/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-alpn-java-client-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-alpn-java-client/pom.xml)] is selected
2026-06-29 19:09:24,503 [main] WARN  .e.r.m.i.MavenExtensionScanner - Collision between core extension [org.eclipse.jetty:jetty-util/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-util-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml)] and [org.eclipse.jetty:jetty-util/10.0.26 (file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/webapps/xwiki/WEB-INF/lib/jetty-util-10.0.26.xed)]
2026-06-29 19:09:24,504 [main] WARN  .e.r.m.i.MavenExtensionScanner - [org.eclipse.jetty:jetty-util/12.1.8 (jar:file:/C:/Users/Nikita/Downloads/18.5%20latest%20xwiki/jetty/lib/jetty-util-12.1.8.jar!/META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml)] is selected
2026-06-29 19:09:26,163 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Updating Solr home directory at [C:\Users\Nikita\Downloads\18.5 latest xwiki\data\store\solr]
2026-06-29 19:09:26,178 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Starting embedded Solr server...
2026-06-29 19:09:26,178 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Using Solr home directory: [C:\Users\Nikita\Downloads\18.5 latest xwiki\data\store\solr]
2026-06-29 19:09:26,853 [main] WARN  o.a.s.c.CoreContainer          - Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
черв. 29, 2026 7:09:27 ПП org.apache.lucene.store.MMapDirectory lookupProvider
WARNING: You are running with Java 22 or later. To make full use of MMapDirectory, please update Apache Lucene.
2026-06-29 19:09:28,841 [main] INFO  o.x.s.s.i.EmbeddedSolr         - Started embedded Solr server.
2026-06-29 19:09:29,076 [main] INFO  i.s.SearchCoreMigrationManager - Current Solr core migration version is [171009000]
2026-06-29 19:09:30,105 [recoveryExecutor-27-thread-1-processing-extension_index_9] WARN  o.a.s.u.UpdateLog              - Starting log replay tlog{file=C:\Users\Nikita\Downloads\18.5 latest xwiki\data\store\solr\extension_index_9\..\..\..\cache\solr\extension_index_9\tlog\tlog.0000000000000000508 refcount=2}  active=false starting pos=0 inSortedOrder=false
2026-06-29 19:09:30.219:INFO :oxtjl.NotifyListener:main: ----------------------------------
2026-06-29 19:09:30.220:INFO :oxtjl.NotifyListener:main: Сервер запущено, тепер ви можете відкрити http://DESKTOP-C5389S8:8080/ у своєму браузері для доступу до своєї вікі.
2026-06-29 19:09:30.221:INFO :oxtjl.NotifyListener:main: ----------------------------------
2026-06-29 19:09:30,493 [recoveryExecutor-27-thread-1-processing-extension_index_9] WARN  o.a.s.u.UpdateLog              - Log replay finished. recoveryInfo=RecoveryInfo{adds=1 deletes=0 deleteByQuery=0 errors=0 positionOfStart=0}
2026-06-29 19:09:34,377 [XWiki initialization] INFO  .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled
2026-06-29 19:09:34,487 [XWiki initialization] INFO  .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [180500000]
2026-06-29 19:09:34,487 [XWiki initialization] INFO  .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki]
2026-06-29 19:09:41,882 [solr/indexer job group daemon thread - org.xwiki.search.solr.internal.job.IndexerJob@4e621c67([solr, indexer])] INFO  o.x.s.s.i.j.IndexerJob         - Starting job of type [solr.indexer] with identifier [[solr, indexer]]
2026-06-29 19:09:42,219 [solr/indexer job group daemon thread - org.xwiki.search.solr.internal.job.IndexerJob@4e621c67([solr, indexer])] INFO  o.x.s.s.i.j.IndexerJob         - 0 documents added, 0 deleted and 0 updated during the synchronization of the Solr index.
2026-06-29 19:09:42,269 [solr/indexer job group daemon thread - org.xwiki.search.solr.internal.job.IndexerJob@4e621c67([solr, indexer])] INFO  o.x.s.s.i.j.IndexerJob         - Finished job of type [solr.indexer] with identifier [[solr, indexer]]{noformat}
And in Intellij IDEA
{noformat}
Connected to the target VM, address: 'localhost:5005', transport: 'socket'{noformat}


I'll try to check more these days, if debugging is now easy for Windows users.