CFB2 unable to access Services Browser (unable to get metadata for CFC)
Hello --
I'm a novice with CF9.
== Scenario
- Mac OS X v10.6.8
- ColdFusion v9 [updated to latest 9.0.1]
- JRun with integrated WebServer [listen on 8500 port]
- Developer mode
- ColdFusion Builder v2.0.0 Build 277745 [standalone installation]
- Created a simple local CF9 server [localhost, local, 8500, ServerHome /Applications/ColdFusion9, ServerRoot /Applications/ColdFusion9/wwwroot]

- Enabled Debugger Mode in ColdFusion Administrator, test debugger ok, no problem
- RDS Viewer ok

- I'm able to open localhost:8500/CFIDE/administration without any problem

- I'm able to browsing CFIDE WebServer

== Problem
Within CFB2, when I try to open my local CF9 server to inspect RDS Server, I'm unable to view/introspect CFC Components.
I receive an error message "Unable to get meta data for cfc".

- In effect, trying to open cfcexplorer.cfc in componenutils path, I receive a 404 error

== Server Details
| Server Details | |
| Server Product | ColdFusion |
| Version | 9,0,1,274733 |
| Edition | Developer |
| Serial Number | Developer |
| Operating System | Mac OS X |
| OS Version | 10.6.8 |
| Adobe Driver Version | 4.0 (Build 0005) |
| JVM Details | |
| Java Version | 1.6.0_24 |
| Java Vendor | Apple Inc. |
| Java Vendor URL | http://www.apple.com/ |
| Java Home | /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home |
| Java File Encoding | MacRoman |
| Java Default Locale | it_IT |
| File Separator | / |
| Path Separator | : |
| Line Separator | Chr(10) |
| User Name | gobbo67 |
| User Home | /Users/gobbo67 |
| User Dir | /Applications/Adobe ColdFusion Builder 2/CFBuilder.app/Contents/MacOS |
| Java VM Specification Version | 1.0 |
| Java VM Specification Vendor | Sun Microsystems Inc. |
| Java VM Specification Name | Java Virtual Machine Specification |
| Java VM Version | 19.1-b02-334 |
| Java VM Vendor | Apple Inc. |
| Java VM Name | Java HotSpot(TM) 64-Bit Server VM |
| Java Specification Version | 1.6 |
| Java Specification Vendor | Sun Microsystems Inc. |
| Java Specification Name | Java Platform API Specification |
| Java Class Version | 50.0 |
== Extract from application.log
| 25-giu-2011 | 22.21 | Error | web-29 | |
| File not found: /CFIDE/componentutils/cfcexplorer.cfc The specific sequence of files included or processed is: /Applications/ColdFusion9/wwwroot/CFIDE/componentutils/cfcexplorer.cfc'' | ||||
| 25-giu-2011 | 22.21 | Error | web-29 | |
| Exception thrown by error-handling template: | ||||
| 25-giu-2011 | 22.21 | Error | web-29 | |
| File not found: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundException.cfm The specific sequence of files included or processed is: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundException.cfm'' | ||||
== Extract from exception.log
"Error","web-29","06/25/11","22:21:10",,"File not found: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundException.cfm The specific sequence of files included or processed is: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundException.cfm'' "
coldfusion.runtime.TemplateNotFoundException: File not found: /Applications/ColdFusion9/wwwroot/WEB-INF/exception/coldfusion/runtime/TemplateNotFoundException.cfm
[...]
My problem is probably similar to http://forums.adobe.com/thread/503319
Any suggest is appreciate.
Alex/