I am trying to browse to a cfc I am playing with, not passing any method or anything else.  The server relocates me to /CFIDE/componentutils/cfcexplorer.cfc?method=getcfcinhtml&name=foo.verify&path=/foo/verify.cfc


And prompts me for the rds or admin password.  After entering it, it sends me to the same url above, but I get this error:

The selected method ResolvePath was not found.

Either there are no methods with the specified method name and argument types, or the method ResolvePath is overloaded with arguments types that ColdFusion can't decipher reliably. If this is a Java object and you verified that the method exists, you may need to use the javacast function to reduce ambiguity.


The error occurred in D:\Inetpub\wwwroot\CFIDE\componentutils\cfcexplorer.cfc: line 184

182 :                          WriteOutput( utils.cfcToHTML(comp) ) ;
183 :                  </cfscript>
184 :          <cfcatch type="coldfusion.runtime.CfJspPage$NoSuchTemplateException">
185 :                  <cfoutput><h4>Component not found</h4>
186 :                  The component definition file for component '#name#' cannot be found on this server.</cfoutput>

Any help?  Thanks,


Matthew
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to