xindi
xindi copied to clipboard
Does not seems to run
I went through the wiki and installed it on coldfusion 10 with mysql database but following instructions, i get this error
`Exception in onError
The action public:main.default failed.
bean not found: ContentService
(Application)
Exception - click to expand - struct Original exception in onApplicationStart
The action public:main.default failed.
Could not find the ColdFusion component or interface hoth.config.HothConfig.
Ensure that the name is correct and that the component or interface exists. (Application)
Exception - click to expand - struct `
Hi,
This error suggests that your application mappings aren't working. Do you have Per-Application Settings enabled in CFAdmin?
Hi, I did not mapping and nothing, i just downloaded it to my localhost build in server , in this case: http://localhost:8500/xindi/ and it started throwing errors.
and no per application settings in cfadmin, it is just defaulted
Hi, I think that is your problem. Xindi's Application.cfc uses "this.mappings" which can't be used without enabling the Per App Settings option in CF Administrator Server Settings > Settings. --> https://helpx.adobe.com/coldfusion/cfml-reference/application-cfc-reference/application-variables.html
Browse to your Xindi installation after changing that setting, and this error should go away.