|
I
experienced this a while ago & have updated the source code and placed a
xang.jar in the distribution directory.
I am
having trouble retrieving the xml-site stuff, so I haven't updated the public
site yet.
Let me
know if this helps.
Mike
Hi everybody!
I have installed Xang on a Tomcat JSP server, but
when I'm trying to call hello.xap I am getting the following:
Error: 500
Location: /xang/apps/hello/hello.xapInternal Servlet
Error:
java.lang.NoSuchFieldError: ownerDocument
at org.apache.xang.xap.xml.DynamicDocument.(DynamicDocument.java:96)
at org.apache.xang.xap.XapSystem.getDoc(XapSystem.java:111)
at org.apache.xang.xap.XapSystem.getChild(XapSystem.java:188)
at org.apache.xang.net.http.object.impl.HTTPRequestHandler.service(HTTPRequestHandler.java:289)
at org.apache.xang.net.http.object.impl.HTTPRequestHandler.service(HTTPRequestHandler.java:242)
at org.apache.xang.net.http.object.impl.HTTPObjectServer.service(HTTPObjectServer.java:144)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
at java.lang.Thread.run(Thread.java:484) I have followed basically all ins1tallation instructions. I am using the following configuration: WIn2000 Apache Tomcat 3.1 latest version of Xalan (from xml.apache.org)
|