Reputation: 175
When switching coldfusion versions, from 8 to 10. Once my Tomcat server is up and running, when i try to access any coldfusion page, I keep getting this error:
java.lang.NoSuchMethodError: coldfusion.runtime.CfJspPage.bindImportPath(Ljava/lang/String;)V
But once i go to that file and make any change and save it, it starts working.
I've tried clearing template cache from the coldfusion administrator but no luck.
UPDATE:
Given this situation. What would be a possible solution to avoid having to do this tedious process?
Upvotes: 1
Views: 656
Reputation: 21
If you have access to the CF Admin, you can clear the cache there.
Upvotes: 1