Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Kam H. / ()
Created: 08/14/2019
Components: Core Runtime, Parser/Compiler
Versions: 2018
Failure Type: Others
Found In Build/Fixed In Build: 2018.0.04.314546 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2016
Vote Count: 0
Problem Description: Receive error message - ..\wwwroot\WEB-INF\web.xml (The system cannot find the path specified)
Steps to Reproduce: Use compiler
Actual Result:
- ..\wwwroot\WEB-INF\web.xml (The system cannot find the path specified)
java.io.FileNotFoundException: ..\wwwroot\WEB-INF\web.xml (The system cannot find the path specified)
at java.base/java.io.FileInputStream.open0(Native Method)
at java.base/java.io.FileInputStream.open(FileInputStream.java:220)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:158)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:113)
at java.base/java.io.FileReader.<init>(FileReader.java:58)
at coldfusion.mobile.MobileServlet.getMobileRestMapping(MobileServlet.java:1953)
at coldfusion.runtime.RuntimeServiceImpl.load(RuntimeServiceImpl.java:696)
at coldfusion.server.ServiceBase.start(ServiceBase.java:62)
at coldfusion.runtime.RuntimeServiceImpl.start(RuntimeServiceImpl.java:578)
at coldfusion.tools.Compiler.main(Compiler.java:300)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at coldfusion.tools.CommandLineInvoker.main(CommandLineInvoker.java:112)
Expected Result:
No message
Any Workarounds:
This message does not affect the outcome
Attachments:
Comments: