coldfusion.runtime.TemplateNotFoundException: File not found: xxx
I'm having a "File is missing" error which stops me from accessing loopback server that CF2018 is deployed. However, when I look into the specific directory (where the error message shows me xxx file in xxx is missing), the so-called missing file is existing. I tried to restart WebLogic server, not helping. This is the error log I got in Eclipse console log:
<Oct 23, 2018 4:14:23,579 PM SGT> <Error> <HTTP> <BEA-101005> <[ServletContext@2099463259[app:cfusion2018_home module:cfusion2018_home path:null spec-version:3.1]] getRealPath() called with unsafe path: "/Projects/Corporate/eaccounting/:93/cfusion2018_home/Projects/Corporate/eaccounting/common/main/emailVerify.cfm".
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
at java.io.WinNTFileSystem.canonicalize0(Native Method)
at java.io.WinNTFileSystem.canonicalize(WinNTFileSystem.java:428)
at java.io.File.getCanonicalPath(File.java:618)
at weblogic.servlet.internal.WebAppServletContext.getRealPath(WebAppServletContext.java:786)
at coldfusion.runtime.RealPathCache.getRealPath(RealPathCache.java:74)
Truncated. see log file for complete stacktrace
>
Oct 23, 2018 16:14:23 PM Error [[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'] - File not found: /Projects/Corporate/eaccounting/:93/cfusion2018_home/Projects/Corporate/eaccounting/common/main/emailVerify.cfm The specific sequence of files included or processed is: C:\ColdFusion2018\cfusion2018_home\Projects\Corporate\eaccounting\:93\cfusion2018_home\Projects\Corporate\eaccounting\common\main\emailVerify.cfm''
Indicate me if this error is not ColdFusion-related or requires more info. I am not sure though. Thanks in advance.
