| Summary: | Eclipse hangs when opening an XML file in the XML editor | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Mischa Andriesse <m.andriesse> |
| Component: | IDE | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | critical | ||
| Priority: | P3 | CC: | francisu, hosseinmp76, remy.suen, thatnitind, tom.schindl |
| Version: | 3.7 | Keywords: | needinfo |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Mischa Andriesse
(In reply to comment #0) > When trying to open an XML-file in the XML-editor eclipse hangs. According to > visualVM a Thread blocks the system. Please provide information about this thread. As well as the name of the editor you're trying to use. I also had this sometimes and somehow the problem is the WTP. I never tracked it down but I had the feeling that the problem happens if your internet connection is down and your xml references a none locale DTD. But like Remy said provide more info about the Thread hanging! (In reply to comment #3) > I also had this sometimes and somehow the problem is the WTP. I never tracked > it down but I had the feeling that the problem happens if your internet > connection is down and your xml references a none locale DTD. This can certainly happen with XML schema based files that reference certain XML schema namespaces, it will go and try to resolve them using the Internet (hitting the W3C site), and sometimes even if the Internet is working, there will be a significant delay accessing the site. I think there is a catalog facility in the XML editing stuff that can be used to point these XML schema files to a local copy. (In reply to comment #4) > I think there is a catalog > facility in the XML editing stuff that can be used to point these XML schema > files to a local copy. There is, but I don't know if it's used by the org.jboss.tools.hibernate.ui.xml.editor.Hibernate3CompoundEditor from comment 0. Please feel free to reopen this bug when you get a thread dump from Visual VM when Eclipse has hung. I imported eclipse dl4j getting start example and had the same problem |