On Friday, June 1, 2012 at 11:43 AM, tequila maya wrote:
Hi folks,
Bit of a newbie to ColdBox and so I've been trying to have a muck about with the samples to ensure that I've got my setup right (I'm running railo 3.3.3.001 on top of GlassFish 3.1.2). Need a bit of help with an error I'm getting tho.
I can go to http://localhost:8081/coldbox/samples and I get the samples mainpage which is on the whole ok looking apart from the following two issues:
1 - Clicking on the 'language' dropdown to change to spanish generates a 404 error. Not a biggie; seems to be just because a certain 'sample' directory doesn't exist (http://localhost:8081/coldbox/samples/index.cfm/samples/doChangeLocale/locale/es_SV). Checked in the samples directory and i don't seem to have doChangeLocale. Anyways that's not the main problem, just a wee pointer to something that might need fixed. Just thought i'd mention it :o)
2 -variable [debugpanel] doesn't exist. Any ideas about what i may be doing wrong? should i be setting this variable somewhere or is this a bug?--
Railo 3.3.3.001 Error (expression) Message variable [DEBUGPANEL] doesn't exist Stacktrace The Error Occurred in
C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\cache\report\monitor.cfm: line 70
68:
69: <!--- Render Reports According To Panel Requested --->
70: <cfswitch expression="#debugPanel#">
71: <cfcase value="cache">
72: <cfset ajaxRender = false>
called fromC:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\includes\Debug.cfm: line 228
called fromC:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\web\services\DebuggerService.cfc: line 205
called fromC:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\Coldbox.cfc: line 370
called fromC:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\samples\Application.cfc: line 52
Java Stacktrace variable [DEBUGPANEL] doesn't exist
at railo.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:252):252
at coldbox.system.cache.report.monitor_cfm$cf.call(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\cache\report\monitor.cfm:70):70
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:799):799
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:751):751
at railo.runtime.tag.CFTag.doInclude(CFTag.java:325):325
at railo.runtime.tag.CFTag.cfmlStartTag(CFTag.java:247):247
at railo.runtime.tag.CFTag.doStartTag(CFTag.java:167):167
at coldbox.system.includes.debug_cfm$cf.call(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\includes\Debug.cfm:228):228
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:799):799
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:746):746
at coldbox.system.web.services.debuggerservice_cfc$cf._1(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\web\services\DebuggerService.cfc:205):205
at coldbox.system.web.services.debuggerservice_cfc$cf.udfCall(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\web\services\DebuggerService.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:215):215
at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434
at railo.runtime.type.UDFImpl.call(UDFImpl.java:384):384
at railo.runtime.ComponentImpl._call(ComponentImpl.java:615):615
at railo.runtime.ComponentImpl._call(ComponentImpl.java:502):502
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1815):1815
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:733):733
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1480):1480
at coldbox.system.coldbox_cfc$cf._1(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\Coldbox.cfc:370):370
at coldbox.system.coldbox_cfc$cf.udfCall(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\system\Coldbox.cfc):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:215):215
at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434
at railo.runtime.type.UDFImpl.call(UDFImpl.java:384):384
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:738):738
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1480):1480
at coldbox.samples.application_cfc$cf.udfCall(C:\glassfish3\glassfish\domains\domain1\applications\railo\coldbox\samples\Application.cfc:52):52
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:215):215
at railo.runtime.type.UDFImpl._call(UDFImpl.java:434):434
at railo.runtime.type.UDFImpl.call(UDFImpl.java:384):384
at railo.runtime.ComponentImpl._call(ComponentImpl.java:615):615
at railo.runtime.ComponentImpl._call(ComponentImpl.java:502):502
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1815):1815
at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:349):349
at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:106):106
at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:23):23
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2035):2035
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2002):2002
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:297):297
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32
at javax.servlet.http.HttpServlet.service(HttpServlet.java:770):770
at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1542):1542
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:281):281
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175):175
at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655):655
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595):595
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161):161
at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:331):331
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:231):231
at com.sun.enterprise.v3.services.impl.ContainerMapper$AdapterCallable.call(ContainerMapper.java:317):317
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:195):195
at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849):849
at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746):746
at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045):1045
at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228):228
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137):137
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104):104
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90):90
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79):79
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54):54
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59):59
at com.sun.grizzly.ContextTask.run(ContextTask.java:71):71
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532):532
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513):513
at java.lang.Thread.run(Thread.java:722):722
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