[Dart] Dart StackTrace
Eric Meek
meek at cs.utk.edu
Mon Jun 5 17:11:01 EDT 2006
Hello,
I've been trying to take the output of a utility I'm developing and
submit the results to Dart. When I make the submission, it is
received sucessfully and most everything work but when I click on the
0 in the Warning or Error column next to the build name I get the
error pasted below.
I've tried several changes to my DartSubmission xml to correct this
problem with my latest version posted at http://www.cs.utk.edu/~meek/
icl/ReST/File71.xml.gz
What I am trying to do is have a possible total of 6 different stages
with each stage containing 1 or more commands.
Thanks for any help,
Eric
[SocketListener0-0] ERROR freemarker.runtime -
Expression stage.StageName is undefined on line 82, column 43 in
Build.ftl.
The problematic instruction:
----------
==> ${stage.StageName} [on line 82, column 41 in Build.ftl]
----------
Java backtrace for programmers:
----------
freemarker.core.InvalidReferenceException: Expression stage.StageName
is undefined on line 82, column 43 in Build.ftl.
at freemarker.core.TemplateObject.assertNonNull
(TemplateObject.java:124)
at freemarker.core.Expression.getStringValue(Expression.java:
118)
at freemarker.core.Expression.getStringValue(Expression.java:
93)
at freemarker.core.DollarVariable.accept(DollarVariable.java:
76)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.IteratorBlock$Context.runLoop
(IteratorBlock.java:172)
at freemarker.core.Environment.visit(Environment.java:351)
at freemarker.core.IteratorBlock.accept(IteratorBlock.java:95)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.IfBlock.accept(IfBlock.java:82)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.MixedContent.accept(MixedContent.java:92)
at freemarker.core.Environment.visit(Environment.java:196)
at freemarker.core.Environment.process(Environment.java:176)
at freemarker.template.Template.process(Template.java:231)
at dart.server.servlet.Dashboard.doGet(Dashboard.java:312)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:428)
at org.mortbay.jetty.servlet.ServletHandler.dispatch
(ServletHandler.java:666)
at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service
(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext
(HttpConnection.java:982)
at org.mortbay.http.HttpConnection.handle
(HttpConnection.java:833)
at org.mortbay.http.SocketListener.handleConnection
(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle
(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run
(ThreadPool.java:534)
"It is better to keep your mouth closed and let people think you are
a fool than to open it and remove all doubt." - Samuel Clemens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20060605/aee78ff0/attachment.htm
More information about the Dart
mailing list