Exception after install 5.1.026

87 views
Skip to first unread message

Chris Smith

unread,
Nov 11, 2019, 10:58:54 AM11/11/19
to Slatwall Commerce
I'm getting the following exception after downloaded the latest build.

I'm on CF 2018, IIS, SQL Server 2012, Slatwall Ver 5.1.026. I also tried the dev branch (5.1.026.518) same error. I created a DB and DSN in cfadmin and browsed to the root.

Exception occured before FW/1 was initialized

Property must be defined first within component declaration.

The CFML compiler was processing:

  • A script statement beginning with property on line 519, column 49.
  • A script statement beginning with { on line 518, column 90.
  • A script statement beginning with if on line 518, column 41.
  • A script statement beginning with { on line 517, column 74.
  • A script statement beginning with for on line 517, column 33.
  • A script statement beginning with { on line 516, column 65.
  • A script statement beginning with if on line 516, column 31.
  • A script statement beginning with if on line 507, column 25.
  • A script statement beginning with { on line 505, column 67.
  • A script statement beginning with for on line 505, column 17.
  • A script statement beginning with public on line 502, column 9.
(Template)

Exception - struct
Column49
DetailProperty must be defined first within component declaration.<p>The CFML compiler was processing:<ul><li>A script statement beginning with property on line 519, column 49.<li>A script statement beginning with { on line 518, column 90.<li>A script statement beginning with if on line 518, column 41.<li>A script statement beginning with { on line 517, column 74.<li>A script statement beginning with for on line 517, column 33.<li>A script statement beginning with { on line 516, column 65.<li>A script statement beginning with if on line 516, column 31.<li>A script statement beginning with if on line 507, column 25.<li>A script statement beginning with { on line 505, column 67.<li>A script statement beginning with for on line 505, column 17.<li>A script statement beginning with public on line 502, column 9.</ul>
KnownColumn-1
KnownLine-1
KnownText&lt;unknown&gt;
Line519
MessageInvalid definition for Property.
Snippetproperty['
StackTracecoldfusion.compiler.ScriptParseExceptions$InvalidPropertyException: Invalid definition for Property. at coldfusion.compiler.ScriptParseExceptions.throwInvalidPropertyException(ScriptParseExceptions.java:293) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:1963) at coldfusion.compiler.cfml40.cfscriptBlock(cfml40.java:3277) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2041) at coldfusion.compiler.cfml40.ComplexStatement(cfml40.java:2139) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2027) at coldfusion.compiler.cfml40.cfscriptBlock(cfml40.java:3277) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2041) at coldfusion.compiler.cfml40.ComplexStatement(cfml40.java:2266) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2027) at coldfusion.compiler.cfml40.cfscriptBlock(cfml40.java:3277) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2041) at coldfusion.compiler.cfml40.ComplexStatement(cfml40.java:2139) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2027) at coldfusion.compiler.cfml40.cfelseStatement(cfml40.java:2091) at coldfusion.compiler.cfml40.ComplexStatement(cfml40.java:2143) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2027) at coldfusion.compiler.cfml40.cfscriptBlock(cfml40.java:3277) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2041) at coldfusion.compiler.cfml40.ComplexStatement(cfml40.java:2177) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2027) at coldfusion.compiler.cfml40.consumeFunctionBody(cfml40.java:4096) at coldfusion.compiler.cfml40.functionDefinition(cfml40.java:4031) at coldfusion.compiler.cfml40.cfscriptStatement(cfml40.java:2046) at coldfusion.compiler.cfml40.start(cfml40.java:6063) at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:693) at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:635) at coldfusion.compiler.NeoTranslator.parseAndTransform(NeoTranslator.java:457) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:407) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:160) at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:484) at coldfusion.util.LruCache.get(LruCache.java:180) at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:404) at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58) at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:142) at coldfusion.util.SoftCache.get(SoftCache.java:81) at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:672) at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:1133) at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:1085) at coldfusion.runtime.TemplateProxyFactory.getResolvedFile(TemplateProxyFactory.java:1378) at coldfusion.runtime.TemplateProxyFactory.getTemplateFileHelper(TemplateProxyFactory.java:1707) at coldfusion.runtime.TemplateProxyFactory.createTemplateProxyForMetaData(TemplateProxyFactory.java:1587) at coldfusion.orm.mapping.CFPropertyBinder.getParentCFCName(CFPropertyBinder.java:496) at coldfusion.orm.mapping.CFPropertyBinder.buildCFCPersistenceMetadata(CFPropertyBinder.java:217) at coldfusion.orm.mapping.CFPropertyBinder.getCFCPersistenceMetadata(CFPropertyBinder.java:204) at coldfusion.orm.hibernate.HibernateConfiguration.generateHbmDocFromCFCs(HibernateConfiguration.java:1034) at coldfusion.orm.hibernate.HibernateConfiguration.generateAndLoadHBMFilesFromCFCs(HibernateConfiguration.java:698) at coldfusion.orm.hibernate.HibernateConfiguration.buildConfiguration(HibernateConfiguration.java:612) at coldfusion.orm.hibernate.HibernateConfiguration.initHibernateConfiguration(HibernateConfiguration.java:207) at coldfusion.orm.hibernate.HibernateConfiguration.<init>(HibernateConfiguration.java:180) at coldfusion.orm.hibernate.ConfigurationManager.initConfiguration(ConfigurationManager.java:68) at coldfusion.orm.hibernate.HibernateProvider.initializeORMForApplication(HibernateProvider.java:158) at coldfusion.orm.hibernate.HibernateProvider.beforeApplicationStart(HibernateProvider.java:72) at coldfusion.filter.ApplicationFilter.fireBeforeAppStartEvent(ApplicationFilter.java:803) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:415) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:162) at coldfusion.filter.IpFilter.invoke(IpFilter.java:45) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:96) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:78) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62) at coldfusion.CfmServlet.service(CfmServlet.java:226) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at coldfusion.inspect.weinre.MobileDeviceDomInspectionFilter.doFilter(MobileDeviceDomInspectionFilter.java:121) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:764) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1388) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
Suppressed
Exception - array[empty]
TagContext
Exception - array
1
Exception - struct
COLUMN49
LINE519
TEMPLATEC:\inetpub\wwwroot\slatwall\model\entity\HibachiEntity.cfc
TYPESYNTAX
TokenTextproperty
TypeTemplate
snippetproperty['


Debugging Information
ColdFusion Server Developer2018,0,02,313961
Template/index.cfm
Time Stamp11-Nov-19 10:45 AM
LocaleEnglish (US)
User AgentMozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.120 Safari/537.36
Remote IP127.0.0.1
Host Name127.0.0.1


Execution Time

Total TimeAvg TimeCountTemplate
130 ms130 ms1C:/inetpub/wwwroot/slatwall/config/scripts/preupdate/v3_1.cfm
11 ms11 ms1C:/inetpub/wwwroot/slatwall/config/configORM.cfm
9 ms9 ms1CFC[ C:/inetpub/wwwroot/slatwall/Application.cfc | onError([complex value], ) ] from C:/inetpub/wwwroot/slatwall/Application.cfc
3 ms3 ms1C:/inetpub/wwwroot/slatwall/config/scripts/preupdate/v4_5.cfm
0 ms0 ms1C:/inetpub/wwwroot/slatwall/config/configApplication.cfm
0 ms0 ms1C:/inetpub/wwwroot/slatwall/config/configFramework.cfm
1830 ms STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
1839 ms TOTAL EXECUTION TIME
red = over 250 ms average execution time


Exceptions

10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 18
	    Could not find the included template ../../custom/config/configApplication.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 20
	    Could not find the included template ../../../configApplication.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 21
	    Could not find the included template ../../../../configApplication.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 111
	    Could not find the included template ../../custom/config/configFramework.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 113
	    Could not find the included template ../../../configFramework.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 114
	    Could not find the included template ../../../../configFramework.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 128
	    Could not find the included template ../../config/configMappings.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 130
	    Could not find the included template ../../custom/config/configMappings.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 132
	    Could not find the included template ../../../configMapping.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 133
	    Could not find the included template ../../../../configMapping.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 139
	    Could not find the included template ../../config/configCustomTags.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 141
	    Could not find the included template ../../custom/config/configCustomTags.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 167
	    Could not find the included template ../../custom/config/configORM.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 169
	    Could not find the included template ../../../configORM.cfm.
	    
10:45:19.019 - MissingInclude Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/Hibachi.cfc : line 170
	    Could not find the included template ../../../../configORM.cfm.
	    
10:45:19.019 - Object Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/FW1/framework.cfc : line 1267
	    The getMetaData method was not found.
	    
10:45:19.019 - Application Exception - in C:/inetpub/wwwroot/slatwall/org/Hibachi/FW1/framework.cfc : line 1267
	    An exception occurred while calling the function getMetaData.




Chris Smith

unread,
Dec 16, 2019, 10:39:02 AM12/16/19
to Slatwall Commerce
In case others are having the same issue. I ran the same build on CF 10 and it installed with no issue, so i assume there is a compatibility issue with 2018. 

Once installed, i received several other errors and I was unable to create skus, categories etc. 

Chris Kent

unread,
Dec 16, 2019, 11:38:52 AM12/16/19
to Slatwall Commerce
Hi Chris,

Have you tried the "develop" branch? https://github.com/ten24/slatwall/tree/develop

I have not used ACF2018, but I have used the develop branch his with Lucee and hear that Ten24 use the develop branch for their client projects.

Regards,
Chris.

A M

unread,
May 14, 2020, 6:16:52 PM5/14/20
to Slatwall Commerce
Any updates on this issue? I have tried running on CF 2018, CF 2016, and CF11 using Commandbox and CF 2018 Deverloper Edition on MacOS with MySQL with these results:

CF 2018: Same error as OP above
CF 2016: Slatwall runs without error, but has functionality and display issues in admin
CF11: Works great

Any plans on updating to work on CF 2018?

Chris Kent

unread,
May 19, 2020, 10:31:23 AM5/19/20
to Slatwall Commerce
Hi,

No answers for you regarding Ten24's development/release plan and whether versions of Slatwall work with ACF 2016 & 2018. I am using Lucee and not ACF.

What version of Slatwall are you testing, I use the develop branch as this is the latest updated version updated and Ten24 use this for their new client work. Works OK with Lucee.

If you hit issues with ACF2016/2018 raise a issue at https://github.com/ten24/slatwall/issues to make Ten24 aware of the problem(s).

Regards,
Chris

Sumit Verma

unread,
May 19, 2020, 10:37:09 AM5/19/20
to SlatwallEcommerce
Apologies for the late response. All our testing has been on Lucee at the moment. We plan to start testing ACF again in the next couple of months. Thanks.




Sumit Verma
Partner / Vice President | ten24, LLC
office: 877.886.5806 x 103 | mobile: 617.290.8214
www.ten24web.com | www.linkedin.com/in/sverma | twitter: blogonria


--
You received this message because you are subscribed to the Google Groups "Slatwall Commerce" group.
To unsubscribe from this group and stop receiving emails from it, send an email to slatwallecomme...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/slatwallecommerce/f4e279c8-facc-4b19-8863-ab903f786727%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages