Jeff,
Each time I made a change I tried running setup but I would
get this error: (i'ts long...)
Setup
An error occurred inside your Global.cfm file, which is required for Plum to work correctly. The error is most likely an incorrect path entered in the Environment node and/or its child nodes in the Plum IDE. Please correct any errors, regenerate source code, and try again. The error information follows below:| struct | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Column | 18 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Detail | The start tag must have a matching end tag. An explicit end tag can be provided by adding </cfscript>. If the body of the tag is empty you can use the shortcut <cfscript .../>.<p>The CFML compiler was processing:<ul><li>a cfscript tag beginning on line 190, column 18.<li>a cfscript tag beginning on line 190, column 18.</ul> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| KnownColumn | -1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| KnownLine | -1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| KnownText | <unknown> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Line | 190 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Message | Context validation error for tag cfscript. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Snippet | <cfscript> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| StackTrace | coldfusion.compiler.UnmatchedStartTagException: Context validation error for tag cfscript. at coldfusion.compiler.cfml40.cfscript(cfml40.java:1003) at coldfusion.compiler.cfml40.cfml(cfml40.java:2264) at coldfusion.compiler.cfml40.cffunction(cfml40.java:1831) at coldfusion.compiler.cfml40.cfml(cfml40.java:2266) at coldfusion.compiler.cfml40.start(cfml40.java:2346) at coldfusion.compiler.NeoTranslator.parsePage(NeoTranslator.java:491) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:284) at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:106) at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:282) at coldfusion.util.LruCache.get(LruCache.java:188) at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java:223) at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58) at coldfusion.util.SoftCache.get(SoftCache.java:81) at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:422) at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:704) at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:671) at coldfusion.runtime.TemplateProxyFactory.getResolvedFile(TemplateProxyFactory.java:512) at coldfusion.runtime.TemplateProxyFactory.resolveName(TemplateProxyFactory.java:626) at coldfusion.runtime.CFPage.createObject(CFPage.java:5704) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5673) at coldfusion.runtime.CFPage.CreateObject(CFPage.java:5638) at cfGlobal2ecfm1412331025._factor0(C:\Inetpub\wwwroot\PlumBillingSystem\Global.cfm:33) at cfGlobal2ecfm1412331025._factor1(C:\Inetpub\wwwroot\PlumBillingSystem\Global.cfm:17) at cfGlobal2ecfm1412331025._factor9(C:\Inetpub\wwwroot\PlumBillingSystem\Global.cfm:16) at cfGlobal2ecfm1412331025._factor12(C:\Inetpub\wwwroot\PlumBillingSystem\Global.cfm:1) at cfGlobal2ecfm1412331025.runPage(C:\Inetpub\wwwroot\PlumBillingSystem\Global.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfSetup22ecfm1175439455._factor5(C:\Inetpub\wwwroot\PlumBillingSystem\setup\Setup2.cfm:56) at cfSetup22ecfm1175439455.runPage(C:\Inetpub\wwwroot\PlumBillingSystem\setup\Setup2.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115) at coldfusion.CfmServlet.service(CfmServlet.java:107) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TagContext |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| TokenText | cfscript | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Type | Template | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| snippet | <cfscript> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Debugging Information
Execution Time
Exceptions 07:58:20.020 - Template Exception - in
C:\Inetpub\wwwroot\PlumBillingSystem\Global.cfm : line 33 Context validation error for tag cfscript.
Scope Variables CGI Variables: AUTH_PASSWORD= AUTH_TYPE= AUTH_USER= CERT_COOKIE= CERT_FLAGS= CERT_ISSUER= CERT_KEYSIZE= CERT_SECRETKEYSIZE= CERT_SERIALNUMBER= CERT_SERVER_ISSUER= CERT_SERVER_SUBJECT= CERT_SUBJECT= CF_TEMPLATE_PATH=C:\Inetpub\wwwroot\PlumBillingSystem\setup\Setup2.cfm CONTENT_LENGTH=42 CONTENT_TYPE=application/x-www-form-urlencoded CONTEXT_PATH= GATEWAY_INTERFACE=CGI/1.1 HTTPS=off HTTPS_KEYSIZE= HTTPS_SECRETKEYSIZE= HTTPS_SERVER_ISSUER= HTTPS_SERVER_SUBJECT= HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-shockwave-flash, */* HTTP_ACCEPT_ENCODING=gzip, deflate HTTP_ACCEPT_LANGUAGE=en-us HTTP_CONNECTION=Keep-Alive HTTP_COOKIE=CFID=10; CFTOKEN=76285445; PERSISTENTPLUMCRUMBS=; JSESSIONID=b43028aab8526a193a46 HTTP_HOST=localhost HTTP_REFERER=http://localhost/plumbillingsystem/setup/Setup.cfm HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 2.0.50727) PATH_INFO=/plumbillingsystem/setup/Setup2.cfm PATH_TRANSLATED=C:\Inetpub\wwwroot\PlumBillingSystem\setup\Setup2.cfm QUERY_STRING= REMOTE_ADDR=127.0.0.1 REMOTE_HOST=127.0.0.1 REMOTE_USER= REQUEST_METHOD=POST SCRIPT_NAME=/plumbillingsystem/setup/Setup2.cfm SERVER_NAME=localhost SERVER_PORT=80 SERVER_PORT_SECURE=0 SERVER_PROTOCOL=HTTP/1.1 SERVER_SOFTWARE=Microsoft-IIS/5.0 WEB_SERVER_API= Cookie Variables: CFAUTHORIZATION_PlumBillingSystem= CFID= CFTOKEN= JSESSIONID= PERSISTENTPLUMCRUMBS= Form Fields: BUILDGENERAL=1 FIELDNAMES=BUILDGENERAL,SUBMIT SUBMIT=Setup Plum Framework Session Variables: cfid= cftoken= sessionid=PLUMBILLINGSYSTEM__ urltoken=CFID=&CFTOKEN=Debug Rendering Time: 50 ms | ||||||||||||||||||||||||||||||||||||||||||||||
- [plum] error Louis Scherr
- Re: [plum] error Jeff Fleitz
- RE: [plum] error Louis \(Gmail\)
