Meta directory Sample Application Issue

23 views
Skip to first unread message

Hassan Ellis

unread,
Nov 19, 2019, 9:11:29 AM11/19/19
to Slatwall Commerce

I was curious if anyone has experienced this issue when trying to load up the meta example app.
Association references unmapped class: SlatwallShippingMethod


Association references unmapped class: SlatwallShippingMethod
StacktraceThe Error Occurred in
C:\lucee\tomcat\webapps\ROOT\slatwall\org\Hibachi\HibachiCacheDAO.cfc: line 66
64: {serverInstanceIPAddress=arguments.serverInstanceIPAddress},
65: true
66: );
67: if(isNull(isExpired)){
68: return;

called from C:\lucee\tomcat\webapps\ROOT\slatwall\org\Hibachi\HibachiCacheService.cfc: line 79
77:
78: public boolean function isServerInstanceCacheExpired(required string serverInstanceIPAddress){
79: var isExpired = getDao('hibachiCacheDao').isServerInstanceCacheExpired(arguments.serverInstanceIPAddress);
80: if(isNull(isExpired)){
81: this.getServerInstanceByServerInstanceIPAddress(arguments.serverInstanceIPAddress);

called from C:\lucee\tomcat\webapps\ROOT\slatwall\org\Hibachi\Hibachi.cfc: line 250
248:
249: if(!variables.framework.hibachi.isApplicationStart && variables.framework.hibachi.useServerInstanceCacheControl){
250: if(getHibachiScope().getService('hibachiCacheService').isServerInstanceCacheExpired(getHibachiScope().getServerInstanceIPAddress())){
251: verifyApplicationSetup(reloadByServerInstance=true);
252: }else{

called from C:\lucee\tomcat\webapps\ROOT\slatwall\org\Hibachi\Hibachi.cfc: line 212
210:
211: public any function bootstrap() {
212: setupGlobalRequest();
213:
214: // Announce the applicatoinRequest event

called from C:\lucee\tomcat\webapps\ROOT\slatwall\meta\sample\Application.cfc: line 71
69: application.slatwallFW1Application = createObject("component", "Slatwall.Application");
70: }
71: application.slatwallFW1Application.bootstrap();
72:
73: if(structKeyExists(form, "slatAction")) {



 

Hassan Ellis

unread,
Nov 20, 2019, 11:32:12 AM11/20/19
to Slatwall Commerce
It was an issue where the application framework needed to reload.  The issue is resolved.  
Reply all
Reply to author
Forward
0 new messages