The required parameter IDEEVENTINFO was not provided.
Copy link to clipboard
Copied
Hi,
I installed the new Coldfusion Builder 2 Beta (Windows 7-32 bit). and I am unable to use the 'create ORM CFC' option. Here is what I do:
In the RDS dataview I have a data source.I can expand it and see table data.
If I right-click a table and choose 'Adobe CFC generator'->'Create ORM CFC' I get the Adobe CFC Generator window.
I fill in the location for cfc (a folder in my poroject), leave checkbox 'Script CFC' unchecked and click ok.
Then I get a runtime exception:
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.
File not found: /Adobe CFC Generator/handlers/ormCFCGenerator.cfm
The server is in C:\JRun4\servers\ifactuur\cfusion.ear\cfusion.war. It contains the extensions (C:\JRun4\servers\ifactuur\cfusion.ear\cfusion.war\Adobe CFC Generator\handlers etc). I can access the location via a browser on http://127.0.0.1:8303/Adobe CFC Generator/handlers/ and get a dump with this Exception:
The required parameter IDEEVENTINFO was not provided.
(I have Robust Debugging in the admin on)
I can access the administrator of the server (ifactuur) from the Servers window so the server seems to be installed correctly
Why is this not working?
Marc

Copy link to clipboard
Copied
If you are able to access the administrator at http://127.0.0.1:8303/CFIDE/Administrator/index.cfm then you should be able to access the CFC generator at /Adobe CFC Generator/handlers/ormCFCGenerator.cfm. A file not found simply means that it was not able to find the file in the given location.
Can you please make sure that you have installed the extension at the right location. I was not able to reproduce this issue.
Thanks,
Sagar.
http://fusioned.blogspot.com

