Script error in /:
(include header.tcl line 29)
(emit file:/home/ccfa/ccfa/src/org/ccfa/content/BasicTemplateObject.tcl line 8)
tcl.lang.TclException: ambiguous constructor signature, could not choose between {com.i33.content.PageSessionObject com.i33.content.Page com.i33.remote.Session} {com.i33.content.PageSessionObject com.i33.content.Page javax.servlet.http.HttpSession}
at tcl.lang.FuncSig.matchSignature(FuncSig.java:846)
at tcl.lang.FuncSig.getConstructor(FuncSig.java:92)
at tcl.lang.JavaInvoke.newInstance(JavaInvoke.java:95)
at tcl.lang.JavaNewCmd.cmdProc(JavaNewCmd.java:57)
at tcl.lang.Command.cmdProc(Command.java:38)
at tcl.lang.Interp.evalObjv(Interp.java:1999)
at tcl.lang.Interp.eval0(Interp.java:1834)
at tcl.lang.Token.eval(Token.java:61)
at tcl.lang.Interp.eval0(Interp.java:1846)
at tcl.lang.Interp.eval(Interp.java:2050)
at tcl.lang.Interp.eval(Interp.java:2165)
at com.i33.tcl.IncludeCmd.cmdProc(IncludeCmd.java:49)
at tcl.lang.Interp.evalObjv(Interp.java:1999)
at tcl.lang.Interp.eval0(Interp.java:1834)
at tcl.lang.Interp.eval(Interp.java:2050)
at tcl.lang.Interp.eval(Interp.java:2165)
at com.i33.content.ContentInterp.emit(ContentInterp.java:101)
at com.i33.content.ElementObject.emit(ElementObject.java:109)
at com.i33.content.PageObject.generateOutput(PageObject.java:986)
at com.i33.content.PageObject.generate(PageObject.java:949)
at com.i33.content.PageObject.process(PageObject.java:853)
at com.i33.content.ContentServlet.service(ContentServlet.java:49)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:354)
at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1808)
at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1758)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:952)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:197)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:501)