- This topic has 6 replies, 2 voices, and was last updated 19 years, 6 months ago by
Riyad Kalla.
-
AuthorPosts
-
hgadmMemberHas anyone an explanation of this error message that sometimes pops up. It does not seem to compromise what im am doing currently but clarity would be fine:
‘An internal error occured during: “loading c:/Program Files/MyEclipse/eclipse/plugins/com.ibm.webtooling.system.dtds_14.0.1/xsds/v….”
Looks like MyEclipse has problems in finding/processing a dtd file, but why and for what purpose. Unfortunately the err msg is truncated to what is stated here, so I can’t tell what dtd.
Thanks,
HolgerJanuary 13, 2006 at 5:50 pm #244570
Riyad KallaMemberHolger,
Whenever you edit your XML files, the XML editor attempts to load the DTD first from the XML Catalog and then remotely from the lcoation specified in the DOCTYPE definition. If it is unable to load the DTD successfully, that error will occur.As to why it’s having a problem loading it’s own DTD, I don’t know. It could be a number of things, is it effect autocomplete and/or validation of the XML files?
January 16, 2006 at 2:47 pm #244654
hgadmMemberWell, it happens when I open the web.xml in a WebProject. Rendering looks OK though, I have a source view and a grid view that looks OK … ? Do I miss a view here ?
Any ideas how to get rid of that annoying error pop-up ? Strange because I uninstalled MyEclipse, remove the Eclipse as well then installed both again -error still there !!??Thanks,
HolgerJanuary 16, 2006 at 3:07 pm #244656
Riyad KallaMemberDo I miss a view here ?
No that is all of them.
Any ideas how to get rid of that annoying error pop-up ? Strange because I uninstalled MyEclipse, remove the Eclipse as well then installed both again -error still there !!??
When you right click on the web.xml file, and go to Open With, what editors do you have listed? Which one has the black dot next to it?
January 16, 2006 at 3:39 pm #244657
hgadmMemberI can tell no what made the error occur: I installed the Lavadora web service client plugin. As stated in the install instructions (http://lavadora.sourceforge.net/installation.html) I had to copy XerxesImpl.jar and xml-apis.jar into the runtime dir at C:\Program Files\Java\jre1.5.0_06\lib\ext because of difficulties with the std Crimson xml parser that comes with the jre / jdk
If I remove Xerces, the MyEcliose Error is gone but the web service is throwing a null pointer exception – you can’t win …Holger
January 16, 2006 at 3:58 pm #244658
hgadmMemberOh sorry, I forgot to answer your question “When you right click on the web.xml file, and go to Open With, what editors do you have listed? Which one has the black dot next to it?”
I got:
MyExclipse XML Editor (default – got the black dot)
Text Editor
System Editor
In-Place Editor
Default EditorJanuary 16, 2006 at 5:24 pm #244659
Riyad KallaMemberI had to copy XerxesImpl.jar and xml-apis.jar into the runtime dir at C:\Program Files\Java\jre1.5.0_06\lib\ext because of difficulties with the std Crimson xml parser that comes with the jre / jdk
This is *not* a good idea. When you do this you run the risk of causing errors and incompatibilities in every piece of software you run that makes use of the XML parsing abilities of the JDK. This includes Eclipse and MyEclipse.
If I remove Xerces, the MyEcliose Error is gone but the web service is throwing a null pointer exception – you can’t win …
Contact the authors of the plugin and see if there is a better way to handle this limitation.
MyExclipse XML Editor (default – got the black dot)
Text Editor
System Editor
In-Place Editor
Default EditorOk this looks good.
-
AuthorPosts