|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Coldfusion no longer working. Error: coldfusion.runtime.TemplateNotFoundException???
Something odd has happened. I am running CF 6.1 on Apache 2.0.4. I am hosting several sites using vitual hosts. One of the sites runs/executes CF perfectly. The other site does not. Any .cfm page returns the following error:
Code:
Execution Time No top level page was found. ------------------------------------------------------------ Exceptions 15:51:28.028 - coldfusion.runtime.TemplateNotFoundException - in : line -1 File not found: /index.cfm I have double checked to make sure that "cache web server paths" is not checked in the control panel (set to false in the jrun.xml) thinking it was a multi-homed issue. I have deleted all of the .class files from WEB-INF/cfclasses forcing a recomplie hoping that would do something. I have double and triple checked all of the configuration files for apache and the two sites are setup exactly the same (with the exception of the paths obviously). The file is there. I tested it out with just putting two lines of hello world html in the index.cfm with the only code being a <br> and it still threw the exact same error. I've rebooted and restarted CF. Nothing seems to help. Can anyone provide me with some more suggestions? Thank you in advance. |
|
#2
|
|||
|
|||
|
This *should* only happen when CF cannot find the file specified. Have you checked to see that there are no bizarre CF or web server mappings that are making CF look somewhere other than the place you have the file?
|
|
#3
|
|||
|
|||
|
Correct, there are no bizzare mappings or any mappings for that matter. I just can't figure it out.
|
|
#4
|
|||
|
|||
|
You aren't by chance running the single user developer's version of CFMX are you?
If you've got a full version, I'd recommend getting in touch with Macromedia, I believe they have free installation support and this sounds like an installation issue to me. |
|
#5
|
|||
|
|||
|
No it's the full version. Thanks for the input. I'll have to do that as I can't find an answer anywhere.
|
|
#6
|
|||
|
|||
|
Well I contacted Macromedia support. Because CF Administrator is working they don't think it is is a CF thing. Which I tend to agree. So it more than likely is an Apache or Permissions issue.
Any thoughts? |
|
#7
|
|||
|
|||
|
The problem seems to have stemed from mod_ssl. The only change to anything I did that made it work was to delete the entry in my Apache config file regarding mod_ssl and that fixed the problem. No more coldfusion.runtime.TemplateNotFoundException errors.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Coldfusion no longer working. Error: coldfusion.runtime.TemplateNotFoundException??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|