Wildfly 10 UT005024:无法为缓存资源管理器注册资源更改侦听器

时间:2016-03-24 14:40:56

标签: wildfly

我在独立模式下使用Wildfly 10,当我启动Wildfly时,我总是收到以下错误消息。部署的应用程序。我不知道导致此错误消息的原因,以及在哪里查找根本原因。任何人都可以帮助我吗?

我们的环境是:

java.version = 1.8.0_66
java.vm.info = mixed mode
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.vendor = Oracle Corporation
os.arch = sparcv9
os.name = SunOS
os.version = 5.11
path.separator = :
sun.arch.data.model = 64

以下是堆栈跟踪:

10:26:32,062 ERROR [io.undertow] (MSC service thread 1-1) UT005024: Could not register resource change listener for caching resource manager, automatic invalidation of cached resource will not work: java.lang.RuntimeException: java.io.IOException: Resource temporarily unavailable
        at org.xnio.nio.WatchServiceFileSystemWatcher.watchPath(WatchServiceFileSystemWatcher.java:183)
        at io.undertow.server.handlers.resource.PathResourceManager.registerResourceChangeListener(PathResourceManager.java:180)
        at org.wildfly.extension.undertow.deployment.ServletResourceManager.registerResourceChangeListener(ServletResourceManager.java:82)
        at io.undertow.server.handlers.resource.CachingResourceManager.<init>(CachingResourceManager.java:64)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.createServletConfig(UndertowDeploymentInfoService.java:579)
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService.start(UndertowDeploymentInfoService.java:281)
        at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
        at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: Resource temporarily unavailable
        at sun.nio.fs.SolarisWatchService$Poller.wakeup(SolarisWatchService.java:261)
        at sun.nio.fs.AbstractPoller.invoke(AbstractPoller.java:222)
        at sun.nio.fs.AbstractPoller.register(AbstractPoller.java:125)
        at sun.nio.fs.SolarisWatchService.register(SolarisWatchService.java:116)
        at sun.nio.fs.UnixPath.register(UnixPath.java:897)
        at sun.nio.fs.AbstractPath.register(AbstractPath.java:104)
        at org.xnio.nio.WatchServiceFileSystemWatcher.addWatchedDirectory(WatchServiceFileSystemWatcher.java:189)
        at org.xnio.nio.WatchServiceFileSystemWatcher.watchPath(WatchServiceFileSystemWatcher.java:176)
        ... 10 more

谢谢,海伦

0 个答案:

没有答案