微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

XWiki停止后无法启动服务器

如何解决XWiki停止后无法启动服务器

当我关闭它然后尝试重新启动时,我遇到了 XWiki 问题。首先,我从官方仓库复制 docker-compose.yml

https://github.com/xwiki/xwiki-docker/blob/master/docker-compose-postgres.yml

然后我运行它:

docker-compose up

到目前为止一切顺利。系统已启动并正在运行,我创建了管理员/管理员凭据用户。然后我选择离开空的维基。到目前为止,一切似乎都奏效了。

然后我决定(我测试了两个场景并且都工作相同 - 在安装了一些我想使用的扩展并且没有安装任何扩展之后)关闭它。所以我打开第二个终端选项卡并输入:

docker-compose stop

这导致堆栈跟踪超过 2000 行。我在最后粘贴了一些。

最重要的是,在我再次 docker-compose up 之后,有一行关于启动 Solr Embedded 服务器,但从未到达服务器告诉它已启动的行(第一次启动有这样的行) - 它似乎无限期地挂起。唯一的开始方法是销毁持久性存储,但显然这不是生产的选择...

有没有人有解决这个问题的办法?

xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:58.411 INFO [Thread-33] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:58.412 INFO [Thread-33] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina]
xwiki-postgres-tomcat-web | 2021-03-12 12:26:58,745 [localhost-startStop-2] INFO  o.x.o.i.s.DefaultOfficeServer  - Open Office instance stopped. 
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.015 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [org.postgresql.Driver] but Failed to unregister it when the web application was stopped. To prevent a memory leak,the JDBC Driver has been forcibly unregistered.
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.017 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [RxSchedulerPurge-1] but has Failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
xwiki-postgres-tomcat-web |  java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.018 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [RxCachedWorkerPoolevictor-1] but has Failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
xwiki-postgres-tomcat-web |  java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.019 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [searcherExecutor-10-thread-1] but has Failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
xwiki-postgres-tomcat-web |  java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.020 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [OfficeProcessthread-0] but has Failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
xwiki-postgres-tomcat-web |  java.base@11.0.10/jdk.internal.misc.Unsafe.park(Native Method)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |  java.base@11.0.10/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.021 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@95277eb]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.024 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@7cb58068]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.026 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@bbf4311]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.028 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@11c890a2]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.033 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@296e007d]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 2021-03-12 12:26:59,037 [extendion.index job group daemon thread - org.xwiki.extension.index.internal.job.ExtensionIndexJob@71121611([extension,index])] ERROR .o.i.DefaultObservationManager - Failed to send event [org.xwiki.job.event.JobFinishedEvent@451d35ff] to listener [org.xwiki.eventstream.internal.UntypedEventListener@37d71d15] 
xwiki-postgres-tomcat-web | java.lang.RuntimeException: Failed to get [role = [interface org.xwiki.component.manager.ComponentManager] hint = [wiki]]
xwiki-postgres-tomcat-web |     at org.xwiki.component.embed.GenericProvider.get(GenericProvider.java:103)
xwiki-postgres-tomcat-web |     at org.xwiki.eventstream.internal.UntypedEventListener.onEvent(UntypedEventListener.java:128)
xwiki-postgres-tomcat-web |     at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:320)
xwiki-postgres-tomcat-web |     at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:291)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.jobFinished(AbstractJob.java:335)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.job.internal.AbstractExtensionJob.jobFinished(AbstractExtensionJob.java:134)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:248)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.run(AbstractJob.java:220)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.tryInstall(ExtensionIndexJob.java:480)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateExtension(ExtensionIndexJob.java:350)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateExtensions(ExtensionIndexJob.java:554)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateLastExtensions(ExtensionIndexJob.java:233)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.runInternal(ExtensionIndexJob.java:216)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:243)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.run(AbstractJob.java:220)
xwiki-postgres-tomcat-web |     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
xwiki-postgres-tomcat-web |     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |     at java.base/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.component.manager.ComponentManager] and hint [wiki]
xwiki-postgres-tomcat-web |     at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:212)
xwiki-postgres-tomcat-web |     at org.xwiki.component.embed.GenericProvider.getInstance(GenericProvider.java:111)
xwiki-postgres-tomcat-web |     at org.xwiki.component.embed.GenericProvider.get(GenericProvider.java:100)
xwiki-postgres-tomcat-web |     ... 17 common frames omitted
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.034 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@798873f8]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 2021-03-12 12:26:59,040 [extendion.index job group daemon thread - org.xwiki.extension.index.internal.job.ExtensionIndexJob@71121611([extension,index])] ERROR o.x.e.i.i.j.ExtensionIndexJob  - Failed to validate extension with if [pbas:reinit_sandBox] on namespace [null] 
xwiki-postgres-tomcat-web | org.apache.solr.common.solrException: No such core: extension_index
xwiki-postgres-tomcat-web |     at org.apache.solr.client.solrj.embedded.EmbeddedSolrserver.request(EmbeddedSolrserver.java:197)
xwiki-postgres-tomcat-web |     at org.apache.solr.client.solrj.solrRequest.process(SolrRequest.java:211)
xwiki-postgres-tomcat-web |     at org.apache.solr.client.solrj.solrClient.add(SolrClient.java:177)
xwiki-postgres-tomcat-web |     at org.apache.solr.client.solrj.solrClient.add(SolrClient.java:138)
xwiki-postgres-tomcat-web |     at org.apache.solr.client.solrj.solrClient.add(SolrClient.java:156)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.ExtensionIndexStore.add(ExtensionIndexStore.java:476)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.ExtensionIndexStore.updateCompatible(ExtensionIndexStore.java:357)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateExtension(ExtensionIndexJob.java:361)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateExtensions(ExtensionIndexJob.java:554)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateLastExtensions(ExtensionIndexJob.java:233)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.runInternal(ExtensionIndexJob.java:216)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:243)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.run(AbstractJob.java:220)
xwiki-postgres-tomcat-web |     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
xwiki-postgres-tomcat-web |     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |     at java.base/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | 12-Mar-2021 12:26:59.042 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalmapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49f7d14e]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@4725207]) but Failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
xwiki-postgres-tomcat-web | 2021-03-12 12:26:59,043 [extendion.index job group daemon thread - org.xwiki.extension.index.internal.job.ExtensionIndexJob@71121611([extension,index])] ERROR .o.i.DefaultObservationManager - Failed to send event [org.xwiki.job.event.status.StartStepProgressEvent@e41ea28] to listener [org.xwiki.eventstream.internal.UntypedEventListener@37d71d15] 
xwiki-postgres-tomcat-web | java.lang.RuntimeException: Failed to get [role = [interface org.xwiki.component.manager.ComponentManager] hint = [wiki]]
xwiki-postgres-tomcat-web |     at org.xwiki.component.embed.GenericProvider.get(GenericProvider.java:103)
xwiki-postgres-tomcat-web |     at org.xwiki.eventstream.internal.UntypedEventListener.onEvent(UntypedEventListener.java:128)
xwiki-postgres-tomcat-web |     at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:320)
xwiki-postgres-tomcat-web |     at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:291)
xwiki-postgres-tomcat-web |     at org.xwiki.job.internal.DefaultJobProgressManager.startStep(DefaultJobProgressManager.java:84)
xwiki-postgres-tomcat-web |     at org.xwiki.job.internal.DefaultJobProgressManager.startStep(DefaultJobProgressManager.java:72)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateExtensions(ExtensionIndexJob.java:548)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.validateLastExtensions(ExtensionIndexJob.java:233)
xwiki-postgres-tomcat-web |     at org.xwiki.extension.index.internal.job.ExtensionIndexJob.runInternal(ExtensionIndexJob.java:216)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:243)
xwiki-postgres-tomcat-web |     at org.xwiki.job.AbstractJob.run(AbstractJob.java:220)
xwiki-postgres-tomcat-web |     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
xwiki-postgres-tomcat-web |     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
xwiki-postgres-tomcat-web |     at java.base/java.lang.Thread.run(Thread.java:834)
xwiki-postgres-tomcat-web | Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component with type [interface org.xwiki.component.manager.ComponentManager] and hint [wiki]
xwiki-postgres-tomcat-web |     at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:212)

--- 编辑---

这是运行 2nd+ 次时 docker-compose up 之后的日志(已经创建并使用了持久存储)。从某种意义上说,日志不完整,看起来服务器在 Solr 启动时挂起(我已经等了 10 分钟)。

xwiki-postgres-tomcat-web |   Synchronizing config file hibernate.cfg.xml...
xwiki-postgres-tomcat-web |   Synchronizing config file xwiki.cfg...
xwiki-postgres-tomcat-web |   Synchronizing config file xwiki.properties...
xwiki-postgres-tomcat-web | NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.451 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/8.5.64
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.468 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Mar 4 2021 23:14:16 UTC
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.471 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 8.5.64.0
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.472 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            4.4.0-78-generic
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.473 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.474 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /opt/java/openjdk
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           11.0.10+9
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.475 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM vendor:            AdoptOpenJDK
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.476 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /usr/local/tomcat
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.477 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /usr/local/tomcat
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.478 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.482 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.483 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.util=ALL-UNNAMED
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.484 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.util.concurrent=ALL-UNNAMED
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.484 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.485 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.486 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.488 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024m
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.489 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.491 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.connector.CoyoteAdapter.ALLOW_BACKSLASH=true
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.491 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.security.egd=file:/dev/./urandom
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.492 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.500 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.500 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.500 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.500 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/usr/local/tomcat
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.500 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/local/tomcat
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.500 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.501 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded Apache Tomcat Native library [1.2.26] using APR version [1.6.5].
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.501 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true],sendfile [true],accept filters [false],random [true].
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.501 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false],uSEOpenSSL [true]
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.515 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.1f  31 Mar 2020]
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.635 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"]
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.700 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.744 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1571 ms
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.912 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.913 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.64
xwiki-postgres-tomcat-web | 12-Mar-2021 13:42:04.948 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory deploying web application directory [/usr/local/tomcat/webapps/ROOT]
xwiki-postgres-tomcat-web | 2021-03-12 13:42:14,867 [localhost-startStop-1] INFO  iPropertiesConfigurationSource - Loading [xwiki.properties] from [file:/usr/local/tomcat/webapps/ROOT/WEB-INF/xwiki.properties] 
xwiki-postgres-tomcat-web | 2021-03-12 13:42:15,248 [localhost-startStop-1] INFO  o.x.e.i.ServletEnvironment     - Using permanent directory [/usr/local/xwiki/data] 
xwiki-postgres-tomcat-web | 2021-03-12 13:42:27,906 [localhost-startStop-1] INFO  o.x.s.s.i.EmbeddedSolr         - Starting embedded Solr server... 
xwiki-postgres-tomcat-web | 2021-03-12 13:42:27,913 [localhost-startStop-1] INFO  o.x.s.s.i.EmbeddedSolr         - Using Solr home directory: [/usr/local/xwiki/data/store/solr] 
xwiki-postgres-tomcat-web | 2021-03-12 13:42:30,029 [localhost-startStop-1] WARN  o.e.j.u.s.S.config             - Trusting all certificates configured for Client@75672745[provider=null,keyStore=null,trustStore=null] 
xwiki-postgres-tomcat-web | 2021-03-12 13:42:30,029 [localhost-startStop-1] WARN  o.e.j.u.s.S.config             - No Client EndPointIdentificationAlgorithm configured for Client@75672745[provider=null,580 [localhost-startStop-1] WARN  o.e.j.u.s.S.config             - Trusting all certificates configured for Client@2ea75ff9[provider=null,581 [localhost-startStop-1] WARN  o.e.j.u.s.S.config             - No Client EndPointIdentificationAlgorithm configured for Client@2ea75ff9[provider=null,657 [localhost-startStop-1] 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 

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。