JVM / ColdFusion“系统找不到指定的文件” LCK错误
我是一名 Coldfusion 专家,但我的 JVM 错误日志充满了以下类型的错误。有人可以帮我解释一下这些问题以及如何解决吗?非常感谢。到处搜索了一个小时,没有找到好的答案或任何参考。 LCK 部分让我感到困惑,因为实际的 cfm 文件确实存在。
10/30 03:13:12 user RDSServlet: C:\Inetpub\wwwroot\stores.cfm.LCK (系统找不到指定的文件) java.io.FileNotFoundException: C:\Inetpub\wwwroot\stores.cfm.LCK (系统找不到指定的文件) 在 java.io.FileInputStream.open(本机方法) 在 java.io.FileInputStream.(FileInputStream.java:106) 在 Coldfusion.rds.FileServlet$FileReadOperator.processCmd(FileServlet.java:156) 在 Coldfusion.rds.FileServlet.processCmd(FileServlet.java:65) 在 Coldfusion.rds.RdsServlet.doPost(RdsServlet.java:80) 在 javax.servlet.http.HttpServlet.service(HttpServlet.java:760) 在 javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 在 Coldfusion.rds.RdsFrontEndServlet.doPost(RdsFrontEndServlet.java:104) 在 javax.servlet.http.HttpServlet.service(HttpServlet.java:760) 在 javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 在 Coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) 在jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) 在 jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) 在jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) 在 jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) 在jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) 在 jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) 在 jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) 在 jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) 在jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
I am a Coldfusion wiz, but my JVM error logs are filling up with the following types of errors. Could someone shed some light on these for me and how to fix? Much appreciated. Searched for an hour everywhere and found no good answer or much of any reference. That LCK part has me baffled, as the actual cfm file does indeed exist.
10/30 03:13:12 user RDSServlet: C:\Inetpub\wwwroot\stores.cfm.LCK (The system cannot find the file specified)
java.io.FileNotFoundException: C:\Inetpub\wwwroot\stores.cfm.LCK (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(FileInputStream.java:106)
at coldfusion.rds.FileServlet$FileReadOperator.processCmd(FileServlet.java:156)
at coldfusion.rds.FileServlet.processCmd(FileServlet.java:65)
at coldfusion.rds.RdsServlet.doPost(RdsServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at coldfusion.rds.RdsFrontEndServlet.doPost(RdsFrontEndServlet.java:104)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎与 Dreamweaver 相关...看看这个 http ://www.houseoffusion.com/groups/cf-newbie/thread.cfm/threadid:277
Seems like something related to Dreamweaver ... have a look at this http://www.houseoffusion.com/groups/cf-newbie/thread.cfm/threadid:277