logo       


Re: defered parsing for WML and xHTML - Enhydra tests: msg#00035

Subject: Re: defered parsing for WML and xHTML - Enhydra tests
Hi Sinisa,

Can you provide the codes you use to load the document for both WML and XHTML? The fact that you are getting the following error message suggests that you might be importing a node from an incompatible DOM...

"Caused by: org.w3c.dom.DOMException: Node type being imported is not supported"

This is the last issue holding up an XMLC release. If it is a real problem, it should be fixed. However, if we don't get any information about how to reproduce it, it limits our ability to track the bug down and fix it (assuming it is, in fact, an XMLC bug). We'd like to get XMLC released ASAP, so the sooner you can supply us with the information required to reproduce the issue, the better.

Jake

At 03:55 PM 7/15/2003 +0200, you wrote:
Hi,

We have a problem with defered parsing. When we set defered parsing for WML and xHTML in options.xml file, application produces exeption.
When we test defered parsing with HTML and cHTML, everything is OK.

Any ideas?

Sinisa

Exception:

Reason: class org.enhydra.xml.xmlc.XMLCError: Couldn't load XMLC class
Java Call Stack:
org.enhydra.xml.xmlc.XMLCError: Couldn't load XMLC class
at org.enhydra.xml.xmlc.XMLCStdFactory.handleError(XMLCStdFactory.java:79)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:142)
at test.presentation.WelcomePresentation.run(WelcomePresentation.java:30)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPres
entationObj(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unk
nown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.serviceDirect(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServiceInvocationHandler.method(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Unknown Source)
at org.apache.tomcat.core.Context.handleRequest(Unknown Source)
at org.enhydra.servlet.servletManager.ServletManager.service(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.doARequest(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.processRequests(Unkno
wn Source)
at org.enhydra.servlet.connectionMethods.http.HttpHandler.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.enhydra.xml.xmlc.XMLCRuntimeException:
java.lang.reflect.InvocationTargetException
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject
(XMLCDeferredParsingFactory.java:124)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.doCreate(XML
CDeferredParsingFactory.java:144)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:139)
... 15 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject
(XMLCDeferredParsingFactory.java:118)
... 17 more
Caused by: org.w3c.dom.DOMException: Node type being imported is not
supported
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.j
ava:1051)
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.cloneNode(CoreDocumentImpl.ja
va:348)
at
org.enhydra.apache.xerces.dom.DocumentImpl.cloneNode(DocumentImpl.java:202)
at
org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl.getDocument(Document
LoaderImpl.java:225)
at test.presentation.WelcomeWML.buildDocument(WelcomeWML.java:108)
at test.presentation.WelcomeWML.(WelcomeWML.java:88)
at test.presentation.WelcomeWML.(WelcomeWML.java:100)
... 22 more
*** Caused by:
org.enhydra.xml.xmlc.XMLCRuntimeException:
java.lang.reflect.InvocationTargetException
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject
(XMLCDeferredParsingFactory.java:124)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.doCreate(XML
CDeferredParsingFactory.java:144)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:139)
at test.presentation.WelcomePresentation.run(WelcomePresentation.java:30)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPres
entationObj(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unk
nown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.serviceDirect(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServiceInvocationHandler.method(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Unknown Source)
at org.apache.tomcat.core.Context.handleRequest(Unknown Source)
at org.enhydra.servlet.servletManager.ServletManager.service(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.doARequest(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.processRequests(Unkno
wn Source)
at org.enhydra.servlet.connectionMethods.http.HttpHandler.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject
(XMLCDeferredParsingFactory.java:118)
... 17 more
Caused by: org.w3c.dom.DOMException: Node type being imported is not
supported
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.j
ava:1051)
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.cloneNode(CoreDocumentImpl.ja
va:348)
at
org.enhydra.apache.xerces.dom.DocumentImpl.cloneNode(DocumentImpl.java:202)
at
org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl.getDocument(Document
LoaderImpl.java:225)
at test.presentation.WelcomeWML.buildDocument(WelcomeWML.java:108)
at test.presentation.WelcomeWML.(WelcomeWML.java:88)
at test.presentation.WelcomeWML.(WelcomeWML.java:100)
... 22 more
*** Caused by:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject
(XMLCDeferredParsingFactory.java:118)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.doCreate(XML
CDeferredParsingFactory.java:144)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:139)
at test.presentation.WelcomePresentation.run(WelcomePresentation.java:30)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPres
entationObj(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unk
nown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.serviceDirect(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServiceInvocationHandler.method(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Unknown Source)
at org.apache.tomcat.core.Context.handleRequest(Unknown Source)
at org.enhydra.servlet.servletManager.ServletManager.service(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.doARequest(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.processRequests(Unkno
wn Source)
at org.enhydra.servlet.connectionMethods.http.HttpHandler.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.w3c.dom.DOMException: Node type being imported is not
supported
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.j
ava:1051)
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.cloneNode(CoreDocumentImpl.ja
va:348)
at
org.enhydra.apache.xerces.dom.DocumentImpl.cloneNode(DocumentImpl.java:202)
at
org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl.getDocument(Document
LoaderImpl.java:225)
at test.presentation.WelcomeWML.buildDocument(WelcomeWML.java:108)
at test.presentation.WelcomeWML.(WelcomeWML.java:88)
at test.presentation.WelcomeWML.(WelcomeWML.java:100)
... 22 more
*** Caused by:
org.w3c.dom.DOMException: Node type being imported is not supported
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.importNode(CoreDocumentImpl.j
ava:1051)
at
org.enhydra.apache.xerces.dom.CoreDocumentImpl.cloneNode(CoreDocumentImpl.ja
va:348)
at
org.enhydra.apache.xerces.dom.DocumentImpl.cloneNode(DocumentImpl.java:202)
at
org.enhydra.xml.xmlc.deferredparsing.DocumentLoaderImpl.getDocument(Document
LoaderImpl.java:225)
at test.presentation.WelcomeWML.buildDocument(WelcomeWML.java:108)
at test.presentation.WelcomeWML.(WelcomeWML.java:88)
at test.presentation.WelcomeWML.(WelcomeWML.java:100)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.createObject
(XMLCDeferredParsingFactory.java:118)
at
org.enhydra.xml.xmlc.deferredparsing.XMLCDeferredParsingFactory.doCreate(XML
CDeferredParsingFactory.java:144)
at org.enhydra.xml.xmlc.XMLCStdFactory.create(XMLCStdFactory.java:139)
at test.presentation.WelcomePresentation.run(WelcomePresentation.java:30)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.runPres
entationObj(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.HttpPresentationManager.Run(Unk
nown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.serviceDirect(Unknown Source)
at
com.lutris.appserver.server.httpPresentation.servlet.HttpPresentationServlet
.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServiceInvocationHandler.method(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleInvocation(Unknown Source)
at org.apache.tomcat.core.ServletWrapper.handleRequest(Unknown Source)
at org.apache.tomcat.core.Context.handleRequest(Unknown Source)
at org.enhydra.servlet.servletManager.ServletManager.service(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.doARequest(Unknown
Source)
at
org.enhydra.servlet.connectionMethods.http.HttpHandler.processRequests(Unkno
wn Source)
at org.enhydra.servlet.connectionMethods.http.HttpHandler.run(Unknown
Source)
at java.lang.Thread.run(Unknown Source)


Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
Search:
Java, servers, webhosting, windows, cisco ...
more...
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe