gpt4 book ai didi

java - IllegalArgumentException : Document base\. metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps 不存在或不是可读目录

转载 作者:行者123 更新时间:2023-11-30 08:20:53 25 4
gpt4 key购买 nike

当我尝试在我的本地 Tomcat 服务器上运行我的项目时,出现错误:

Server Tomcat v7.0 Server at localhost failed to start.

我遵循了 this Stackoverflow answer 中的建议并删除文件夹 tmp0。但我仍然遇到同样的错误。

我已经复制了下面的堆栈跟踪。

SEVERE: Error starting static Resources
java.lang.IllegalArgumentException: Document base C:\Users\Imray\Projects\InstrurentalApp\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\instrurentalapp does not exist or is not a readable directory
at org.apache.naming.resources.FileDirContext.setDocBase(FileDirContext.java:136)
at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:5089)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5269)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

最佳答案

你有没有注意到这一行:

java.lang.IllegalArgumentException: Document base C:\Users\Imray\Projects\
InstrurentalApp\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\
wtpwebapps\instrurentalapp does not exist or is not a readable directory

消息清楚地表明该目录不存在,或者 Tomcat 服务器没有读取权限。如果您删除了它……这或许可以解释为什么它不存在!

实际上,路径名对我来说非常可疑。它看起来 像是通往您的开发沙箱中某物的路径,并且已部署的网络应用程序(在 Tomcat 中运行)不应依赖于此类东西。 (你的生产服务器上不应该有那种东西!)这可能是你问题的根本原因;也就是说,您忽略了将资源放入 WAR 文件并相应地更新配置文件。

关于java - IllegalArgumentException : Document base\. metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps 不存在或不是可读目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25588969/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com