[hatatap] hatatap browser interface
Richard Hood
rhood2796 at mac.com
Tue Jun 6 18:20:49 BST 2006
we're trying to hook up the hatatap web interface to our server
(we're using JBoss 3.2.8) so we can add unit test scripts for our
development and run them via a browser. we've added the hatatap.war
to our path and thus when we go to http://localhost:8080/hatatap/ we
get . . .
hatatap
this is the hatatap web application.
if you put your test scripts in the scripts directory, they will
appear when you click 'scripts'.
scripts
docs
selftest
licence
which looks good and proves we have access to the hatatap servlet.
however, when we click on scripts we get . . .
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that
prevented it from fulfilling this request.
exception
javax.servlet.ServletException: no such function: {http://www.o-
xml.com/servlet/}servlet()
org.oXML.extras.http.ObjectBoxServlet.doPost(ObjectBoxServlet.java:62)
org.oXML.extras.http.ObjectBoxServlet.doGet(ObjectBoxServlet.java:38)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)
root cause
org.oXML.xpath.XPathException: no such function: {http://www.o-
xml.com/servlet/}servlet()
org.oXML.xpath.Context.getFunction(Context.java:48)
org.oXML.xpath.Context.getFunction(Context.java:31)
org.oXML.xpath.function.FunctionCall.evaluate(FunctionCall.java:48)
org.oXML.xpath.function.TypeFunctionCall.evaluate
(TypeFunctionCall.java:34)
org.oXML.xpath.function.TypeFunctionCall.evaluate
(TypeFunctionCall.java:34)
org.oXML.engine.template.SetTemplate.process(SetTemplate.java:26)
org.oXML.engine.template.CompoundTemplate.process
(CompoundTemplate.java:20)
org.oXML.engine.template.ProgramTemplate.process
(ProgramTemplate.java:95)
org.oXML.engine.template.CompoundTemplate.process
(CompoundTemplate.java:20)
org.oXML.engine.template.DocumentTemplate.process
(DocumentTemplate.java:71)
org.oXML.engine.InterpretedProgram.run(InterpretedProgram.java:224)
org.oXML.extras.http.ObjectBoxService.service(ObjectBoxService.java:
322)
org.oXML.extras.http.ObjectBoxServlet.execute(ObjectBoxServlet.java:99)
org.oXML.extras.http.ObjectBoxServlet.doPost(ObjectBoxServlet.java:57)
org.oXML.extras.http.ObjectBoxServlet.doGet(ObjectBoxServlet.java:38)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)
note The full stack trace of the root cause is available in the
Apache Tomcat/5.0.30 logs.
obviously, I've setup something wrong or not setup something I
should've but I've no idea what. can someone point me in the right
direction?
TIA
Richard Hood
________________________________ rhood2796 at mac.com ___
Macintosh Software Development
Mac OS X, OS 9, Carbon, Cocoa, Driver & Kernel Expertise
http//:homepage.mac.com/rhood2796
More information about the hatatap
mailing list