ContentBox error message

205 views
Skip to first unread message

Andrew Scott

unread,
Jan 19, 2012, 11:31:12 PM1/19/12
to col...@googlegroups.com

So I have downloaded this, and created the datasource. As per the connection video

 

Then browsed to the site and get this error message

 

Table cb_setting defined for cfc contentbox.model.system.Setting does not exist.

 

 

 

 

-- 

Regards,

Andrew Scott

WebSite: http://www.andyscott.id.au/

Google+: http://plus.google.com/108193156965451149543

 

 

 

Andrew Scott

unread,
Jan 19, 2012, 11:44:51 PM1/19/12
to col...@googlegroups.com
kk, turns out the dbcreate was set to none.

Once that was sorted, I was able to enter the install details, but then got this error message and cant continue.

The method loadRules was not found in component E:\projects\ColdFusion\ContentBox\Coldbox\system\interceptors\Security.cfc.
Ensure that the method is defined, and that it is spelled correctly.

Luis Majano

unread,
Jan 19, 2012, 11:47:39 PM1/19/12
to col...@googlegroups.com
It needs the latest ColdBox 3.5 from the development branch.
--
You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.
To post to this group, send email to col...@googlegroups.com
To unsubscribe from this group, send email to coldbox-u...@googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/coldbox
For News, visit http://blog.coldbox.org
For Documentation, visit http://wiki.coldbox.org

Andrew Scott

unread,
Jan 19, 2012, 11:48:15 PM1/19/12
to col...@googlegroups.com
I am using that too Luis.

Luis Majano

unread,
Jan 19, 2012, 11:49:54 PM1/19/12
to col...@googlegroups.com
The latest commit to the development branch will show the Security interceptor now has the loadRules() methods exposed as public. Make sure it has it.

Andrew Scott

unread,
Jan 19, 2012, 11:52:11 PM1/19/12
to col...@googlegroups.com
Luis, I downloaded ColdBox from github today, installed it.

What more do I have to do?

Luis Majano

unread,
Jan 19, 2012, 11:55:30 PM1/19/12
to col...@googlegroups.com
development branch?

Andrew Scott

unread,
Jan 19, 2012, 11:56:54 PM1/19/12
to col...@googlegroups.com
Yes and to make sure I downloaded it just 2 secs ago and restarted ColdFusion, and get the same error.

Andrew Scott

unread,
Jan 19, 2012, 11:58:22 PM1/19/12
to col...@googlegroups.com
Hmm, restarted again and get this error now

Application Execution Exception

Error Type: Builder.BuildCFCDependencyException : [N/A]
Error Messages: Error building: coldbox.system.plugins.Renderer -> Complex object types cannot be converted to simple values. The expression has requested a variable or an intermediate expression result as a simple value. However, the result cannot be converted to a simple value. Simple values are strings, numbers, boolean values, and date/time values. Queries, arrays, and COM objects are examples of complex values.

The most likely cause of the error is that you tried to use a complex value as a simple one. For example, you tried to use a query variable in a cfif tag. with constructor arguments: {controller={[(Component=coldbox.system.web.Controller)]}}
Mapping: {MIXINS={[]},DIPROPERTIES={[]},PROVIDERMETHODS={[]},DSL={},DISCOVERED={true},DISETTERS={[]},VALUE={},ONDICOMPLETE={[]},AUTOWIRE={true},CACHE={{KEY={},PROVIDER={default},LASTACCESSTIMEOUT={},TIMEOUT={}}},DIMETHODARGS={[]},TYPE={cfc},DICONSTRUCTORARGS={[{JAVACAST={null},NAME={controller},ARGNAME={},DSL={null},REQUIRED={true},SCOPE={variables},VALUE={[(Component=coldbox.system.web.Controller)]},REF={null}}]},NAME={coldbox.system.plugins.Renderer},SCOPE={noscope},AUTOASPECTBINDING={true},VIRTUALINHERITANCE={coldbox.system.Plugin},PATH={coldbox.system.plugins.Renderer},AUTOINIT={true},EAGERINIT={false},ALIAS={[coldbox.system.plugins.Renderer]},EXTRAATTRIBUTES={{PLUGINPATH={coldbox.system.plugins.Renderer},MODULE={},CUSTOM={false},ISPLUGIN={true}}},METADATA={{NAME={coldbox.system.plugins.Renderer},FULLNAME={coldbox.system.plugins.Renderer},FUNCTIONS={[Ljava.lang.Object;@2dd29d13},HINT={This service renders layouts, views, framework includes, etc.},PATH={E:\projects\ColdFusion\ContentBox\Coldbox35\system\plugins\Renderer.cfc},CACHE={false},EXTENDS={{NAME={coldbox.system.Plugin},FULLNAME={coldbox.system.Plugin},FUNCTIONS={[Ljava.lang.Object;@5e4661e5},SERIALIZABLE={false},HINT={This is the plugin base cfc.},PATH={E:\projects\ColdFusion\ContentBox\Coldbox35\system\Plugin.cfc},EXTENDS={{NAME={coldbox.system.FrameworkSupertype},FULLNAME={coldbox.system.FrameworkSupertype},FUNCTIONS={[Ljava.lang.Object;@5ec531bd},SERIALIZABLE={false},HINT={This is the layer supertype cfc for all ColdBox related objects.},PATH={E:\projects\ColdFusion\ContentBox\Coldbox35\system\FrameworkSupertype.cfc},EXTENDS={{PATH={C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cftags\component.cfc},NAME={WEB-INF.cftags.component},FULLNAME={WEB-INF.cftags.component},TYPE={component}}},OUTPUT={false},TYPE={component}}},OUTPUT={false},TYPE={component}}},OUTPUT={false},TYPE={component}}},CONSTRUCTOR={init},METHOD={},ASPECT={false}}, Stacktrace: coldfusion.runtime.CfJspPage$ComplexObjectException: Complex object types cannot be converted to simple values. at 

Andrew Scott

unread,
Jan 20, 2012, 12:02:14 AM1/20/12
to col...@googlegroups.com
Restarted again and get this error

Variable BINDER is undefined.

 
The error occurred in E:\projects\ColdFusion\ContentBox\modules\contentbox\ModuleConfig.cfc: line 52
Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 462
Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 194
Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 101
Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\ModuleService.cfc: line 40
Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\web\services\LoaderService.cfc: line 81
Called from E:\projects\ColdFusion\ContentBox\Coldbox35\system\Coldbox.cfc: line 71
Called from E:\projects\ColdFusion\ContentBox\Application.cfc: line 57
50 : 		
51 : 		// Security/System
52 : 		binder.map("securityService@cb").to("contentbox.model.security.SecurityService");
53 : 		binder.map("settingService@cb").to("contentbox.model.system.SettingService");
54 : 		binder.map("authorService@cb").to("contentbox.model.security.AuthorService");

Luis Majano

unread,
Jan 20, 2012, 12:06:21 AM1/20/12
to col...@googlegroups.com
Yea, that is totally weird, looks like it is not the development branch.

Andrew Scott

unread,
Jan 20, 2012, 12:30:15 AM1/20/12
to col...@googlegroups.com
Well I don't know what to tell you Luis, I selected Coldbox-Framework, selected branches and then selected development and hit the download button.

So if that doesn't download that branch then I don't know what to say.

Andrew Scott

unread,
Jan 22, 2012, 5:49:56 AM1/22/12
to col...@googlegroups.com
So how do I download the development branch or you going to keep that a secret, I would like to know without installing git on my machine.

From what I can tell all branches are not setup to be downloaded.

Luis Majano

unread,
Jan 22, 2012, 12:41:44 PM1/22/12
to col...@googlegroups.com
Ill put it on the ContentBox install. Give me a few

Sent from my iPhone

Brad Wood

unread,
Jan 23, 2012, 9:25:10 PM1/23/12
to col...@googlegroups.com
To download any Github repo from github.com, simply append "/zipball/branchName" to the end of the repo URL.
 
So, the following URL downloads the ColdBox platform development branch:
 
Even easier, is to switch to the branch you want using the "Current branch" drop down and then click the "Zip" button to the left of the Git URL text box.
 
The "Downloads" button only works if the repo owner has set up downloads.  Otherwise, the automatic buttons that appear there always just give you the master branch.
 
Thanks!
 
~Brad

Andrew Scott

unread,
Jan 23, 2012, 11:42:25 PM1/23/12
to col...@googlegroups.com
Thanks Brad, but every time I switched to development there was no zip option on the drop down. Unless I am not looking in the right spot for it.

Anyway I got it eventually, tried cloning the branch and got someone else to down load it for me.

Luis, is there a release date for this version?

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/



Luis Majano

unread,
Jan 23, 2012, 11:48:23 PM1/23/12
to col...@googlegroups.com
for contentbox or coldbox?

Andrew Scott

unread,
Jan 23, 2012, 11:49:48 PM1/23/12
to col...@googlegroups.com
Oh sorry for ColdBox....

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/



Luis Majano

unread,
Jan 23, 2012, 11:54:13 PM1/23/12
to col...@googlegroups.com
RC1 by cfsummit in february with ContentBox beta.

Brad Wood

unread,
Jan 24, 2012, 12:03:17 AM1/24/12
to col...@googlegroups.com
It's entirely possible that I only see the link since I'm logged into GitHub, but here's a screen shot of where I see the zip download button.
download.jpg

Andrew Scott

unread,
Jan 24, 2012, 12:12:35 AM1/24/12
to col...@googlegroups.com
Cheers brad, I did see that link as well. But assumed as in the screenshot that it would only download that url, which was clearly showing it as not being the development branch.

But if you are confident that this downloads the zip of that branch, I can only say that for someone who is not used to git in anyway shape or form, that it was not very obvious.

-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/



Brad Wood

unread,
Jan 24, 2012, 12:21:41 AM1/24/12
to col...@googlegroups.com
I would have to agree. I don't think it's obvious at all what that button does. 
 
~Brad
----- Original Message -----
--

Andrew Scott

unread,
Jan 24, 2012, 1:42:17 AM1/24/12
to col...@googlegroups.com
Oh well at least I know now.



-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/


Reply all
Reply to author
Forward
0 new messages