<cfpresentation> error on multiserver coldfusion install
Reports missing viewer.swf
Categories: ColdFusion
On a clean multiserver install of ColdFusion 8, I was surprised that <cfapplication> was throwing an error.
The error I was getting was:
An error occurred in creating the presentation. java.io.FileNotFoundException: C:\JRun4\servers\SERVER_NAME\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\preso\viewer.swf
Upon investigating, it seems that the primary JRun server for ColdFusion (usually called "cfusion" had the proper files in the expected places, however each of the additional servers that were created had several directories missing from the last "/lib" folder, including the "preso" folder mentioned above, which caused the issue.
The missing directories were:
Anyway, copying the "preso" folder from the cfusion server to your manually created server fixed the problem. If you run a clustered server, don't forget to copy to each server in your cluster.
The error I was getting was:
An error occurred in creating the presentation. java.io.FileNotFoundException: C:\JRun4\servers\SERVER_NAME\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\preso\viewer.swf
Upon investigating, it seems that the primary JRun server for ColdFusion (usually called "cfusion" had the proper files in the expected places, however each of the additional servers that were created had several directories missing from the last "/lib" folder, including the "preso" folder mentioned above, which caused the issue.
The missing directories were:
- preso
- thirdpartytools
Anyway, copying the "preso" folder from the cfusion server to your manually created server fixed the problem. If you run a clustered server, don't forget to copy to each server in your cluster.
Posted by aschwabe at 12:00 AM | Link | 0 comments
Subscription Options
You are not logged in, so your subscription status for this entry is unknown. You can login or register here.
No comments found.
Post a comment (login required)