Error upon actvating Slatwall-Contentbox module

First of all, thank you guys for all your help. Here’s the new update. I installed contentbox on the root of my site and guess what?
I successfully activated slatwall connector modules, but when I go to Slatwall admin, I got error. please see attached pdf stack error

stackErrorAdmin.pdf (3.36 MB)

That looks like a file permission.

Just fyi i’m installing it in a hosting environment

Jojo. ,your PDF files too large to be attaching to E-mails-- especially when they only have a few K of text in them. If you don’t want to paste the stack traces in the E-mail please use a site like Gist for it.

I agree with Andrew that the error is obviously permissions. According to the stack trace, it is creating an instance of JavaRB/JavaRB.cfc. The pseudo constructor for that component creates Java classes. Can you confirm if your installation is locked down just that Java classes cannot be created in your CFML code?

rB = createObject(“java”, “java.util.PropertyResourceBundle”);
fis = CreateObject(“java”, “java.io.FileInputStream”);

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad,
It seems like my hosting is taking that object with no errors

Regards,
Jojo

Is there anyway I can just manually create that tables and copy working templates for it to work?
I played with Mura and it works fine including creation of slatwall admin in my hosting. But I really do prefer Contentbox though :frowning:

Are you sure that your issues is that the tables aren’t there? Your last error seems to be pretty clearly about permissions. Have you checked things file permissions on all directories. When you said, “my hosting is taking that object with no errors” do you mean to say that you tried running that code in a test file and there were no errors?

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

I tried

rB = createObject(“java”, “java.util.PropertyResourceBundle”);
fis = CreateObject(“java”, “java.io.FileInputStream”);

and dump it in a cfm template and it takes it without error

Ok, well that was just a guess glancing at the file. You have the stack trace, so step through the code and find out where the permissions error is being thrown. You’re going to need to brush off your debugging skills and dig in a bit unless someone else can reproduce your exact error.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Brad,
Any thoughts on what error is this?
Thanks,
Jojo

Application Execution ExceptionError Type: org.hibernate.MappingException : [N/A]

Error Messages: An association from the table SwAccess refers to an unmapped class:

Tag Context:
ID: CF_CFPAGE
LINE: 374
Template: D:\home\mycfportfolio.com\wwwroot\default\Slatwall\org\Hibachi\Hibachi.cfc
ID: CF_HIBACHI
LINE: 356
Template: D:\home\mycfportfolio.com\wwwroot\default\Slatwall\org\Hibachi\Hibachi.cfc
ID: CF_UDFMETHOD
LINE: 172
Template: D:\home\mycfportfolio.com\wwwroot\default\Slatwall\org\Hibachi\Hibachi.cfc
ID: CF_UDFMETHOD
LINE: 148
Template: D:\home\mycfportfolio.com\wwwroot\default\Slatwall\org\Hibachi\Hibachi.cfc
ID: CF_TEMPLATEPROXY
LINE: 96
Template: D:\home\mycfportfolio.com\wwwroot\default\modules\contentbox\modules\slatwall-coldbox\ModuleConfig.cfc
ID: CF_TEMPLATEPROXY
LINE: 324
Template: D:\home\mycfportfolio.com\wwwroot\default\coldbox\system\web\services\ModuleService.cfc