Created
July 7, 2009 03:24
-
-
Save ghettocounselor/141861 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| An error occured processing your request | |
| java.lang.RuntimeException: com.faulkner.elastic.ui.SkinException: freemarker.core.InvalidReferenceException: Error on line 10, column 1 in customSearchForm_view | |
| context.componentStorage.getApplicationByIdentity("applicationTest").getChildByIdentity("searchFormCustom") is undefined. | |
| It cannot be assigned to searchForm | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:190) | |
| at com.faulkner.elastic.ui.ElasticServlet.handleRequest(ElasticServlet.java:363) | |
| at com.faulkner.elastic.ui.ElasticServlet.doRequest(ElasticServlet.java:345) | |
| at com.faulkner.elastic.ui.ElasticServlet.doGet(ElasticServlet.java:450) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | |
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | |
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | |
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | |
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | |
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | |
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | |
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | |
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) | |
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845) | |
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | |
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) | |
| at java.lang.Thread.run(Thread.java:619) | |
| Caused by: com.faulkner.elastic.ui.SkinException: freemarker.core.InvalidReferenceException: Error on line 10, column 1 in customSearchForm_view | |
| context.componentStorage.getApplicationByIdentity("applicationTest").getChildByIdentity("searchFormCustom") is undefined. | |
| It cannot be assigned to searchForm | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:184) | |
| ... 17 more | |
| Caused by: freemarker.core.InvalidReferenceException: Error on line 10, column 1 in customSearchForm_view | |
| context.componentStorage.getApplicationByIdentity("applicationTest").getChildByIdentity("searchFormCustom") is undefined. | |
| It cannot be assigned to searchForm | |
| at freemarker.core.Assignment.accept(Assignment.java:111) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.Environment.visit(Environment.java:394) | |
| at freemarker.core.BodyInstruction.accept(BodyInstruction.java:93) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.ConditionalBlock.accept(ConditionalBlock.java:79) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.Macro$Context.runMacro(Macro.java:168) | |
| at freemarker.core.Environment.visit(Environment.java:602) | |
| at freemarker.core.UnifiedCall.accept(UnifiedCall.java:106) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.MixedContent.accept(MixedContent.java:92) | |
| at freemarker.core.Environment.visit(Environment.java:209) | |
| at freemarker.core.Environment.process(Environment.java:189) | |
| at freemarker.template.Template.process(Template.java:237) | |
| at com.faulkner.elastic.ui.skins.FreemarkerHandler.execute(FreemarkerHandler.java:91) | |
| at com.faulkner.elastic.ui.skins.SkinHandler.execute(SkinHandler.java:99) | |
| at com.faulkner.elastic.ui.skins.FreemarkerHandler.render(FreemarkerHandler.java:106) | |
| at com.faulkner.elastic.ui.SkinDispatcher.execute(SkinDispatcher.java:488) | |
| at com.faulkner.elastic.ui.SkinDispatcher.execute(SkinDispatcher.java:355) | |
| at com.faulkner.elastic.ui.SkinServlet.process(SkinServlet.java:96) | |
| ... 17 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment