- This topic has 61 replies, 11 voices, and was last updated 13 years, 9 months ago by manny.
-
AuthorPosts
-
Brian FernandesModeratorPrescott,
Could you help us by answering the following questions about your setup?
1) Can you try out the above when connected to the Internet? Does it work then?
2) What is the path at which you have installed MyEclipse?
3) Have you made any changes to the MyEclipse configuration or installed any other plugins like Hibernate Tools or WTP?
4) Could you go here: Window>Preferences>MyEclipse>Editors>XML>XML Catalog and see if a
-//Hibernate/Hibernate Configuration DTD 3.0//EN entry is present? If you observe the Details Pane when you select this entry, you should get a file system URI – can you go to this location and check if the corresponding DTD file is OK? The file size should be 2547 bytes.5) Have you added any libraries, (notably Xerces) to your hibernate project?
6) Please post the stack trace from the error log here. Instructions on how to do this and other relevant questions here: Posting Guidelines
Thank you for the compliment, we’re glad you’ve had a positive experience so far.
Best,
Brian.
prescott.travisMemberBrian,
Here’s the information you mention:1. I am always connected to the Internet – LAN connection
2. myEclipse: D:\Program Files\MyEclipse 5.0GA
3. I have installed the Hibernate plugin, Spring plugin and the Web Tools plugin
4. I have checked the XML catalog file and it is there in the proper directory. The file size is rounded to 43k in explorer
5. I have not added any file parsing libraries to the project. I did add a jUnit jar and a sybase db driver jar, however!ENTRY com.genuitec.org.hibernate.eclipse.console 4 4 2006-10-03 08:56:17.237 !MESSAGE Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml !STACK 0 org.hibernate.HibernateException: Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1376) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.dom4j.DocumentException: Error on line 1 of document http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd : The markup declarations contained or pointed to by the document type declaration must be well-formed. Nested exception: The markup declarations contained or pointed to by the document type declaration must be well-formed. at org.dom4j.io.SAXReader.read(SAXReader.java:482) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) ... 10 more !SUBENTRY 1 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 08:56:17.237 !MESSAGE org.dom4j.DocumentException: Error on line 1 of document http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd : The markup declarations contained or pointed to by the document type declaration must be well-formed. Nested exception: The markup declarations contained or pointed to by the document type declaration must be well-formed. !STACK 0 org.dom4j.DocumentException: Error on line 1 of document http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd : The markup declarations contained or pointed to by the document type declaration must be well-formed. Nested exception: The markup declarations contained or pointed to by the document type declaration must be well-formed. at org.dom4j.io.SAXReader.read(SAXReader.java:482) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: org.xml.sax.SAXParseException: The markup declarations contained or pointed to by the document type declaration must be well-formed. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !SUBENTRY 2 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 08:56:17.253 !MESSAGE org.dom4j.DocumentException: Error on line 1 of document http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd : The markup declarations contained or pointed to by the document type declaration must be well-formed. Nested exception: The markup declarations contained or pointed to by the document type declaration must be well-formed. !STACK 0 org.dom4j.DocumentException: Error on line 1 of document http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd : The markup declarations contained or pointed to by the document type declaration must be well-formed. Nested exception: The markup declarations contained or pointed to by the document type declaration must be well-formed. at org.dom4j.io.SAXReader.read(SAXReader.java:482) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: org.xml.sax.SAXParseException: The markup declarations contained or pointed to by the document type declaration must be well-formed. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !ENTRY com.genuitec.org.hibernate.eclipse.console 1 0 2006-10-03 08:56:17.300 !MESSAGE Could not refresh Hibernate project context com.genuitec.eclipse.hibernate.action.MERefreshCCAction$InProgressException !ENTRY com.genuitec.org.hibernate.eclipse.console 4 4 2006-10-03 08:57:48.754 !MESSAGE Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml !STACK 0 org.hibernate.HibernateException: Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1376) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) ... 10 more !SUBENTRY 1 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 08:57:48.754 !MESSAGE org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect !STACK 0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !SUBENTRY 2 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 08:57:48.754 !MESSAGE org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect !STACK 0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !ENTRY com.genuitec.org.hibernate.eclipse.console 1 0 2006-10-03 08:57:48.769 !MESSAGE Could not refresh Hibernate project context com.genuitec.eclipse.hibernate.action.MERefreshCCAction$InProgressException !ENTRY com.genuitec.org.hibernate.eclipse.console 4 4 2006-10-03 09:04:45.256 !MESSAGE Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml !STACK 0 org.hibernate.HibernateException: Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1376) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) ... 10 more !SUBENTRY 1 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 09:04:45.272 !MESSAGE org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect !STACK 0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !SUBENTRY 2 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 09:04:45.272 !MESSAGE org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect !STACK 0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !ENTRY com.genuitec.org.hibernate.eclipse.console 1 0 2006-10-03 09:04:45.272 !MESSAGE Could not refresh Hibernate project context com.genuitec.eclipse.hibernate.action.MERefreshCCAction$InProgressException !ENTRY com.genuitec.org.hibernate.eclipse.console 4 4 2006-10-03 09:11:03.415 !MESSAGE Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml !STACK 0 org.hibernate.HibernateException: Could not parse configuration: D:\tools\java\workspace\label\src\main\java\hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1376) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Caused by: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) ... 10 more !SUBENTRY 1 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 09:11:03.415 !MESSAGE org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect !STACK 0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !SUBENTRY 2 com.genuitec.org.hibernate.eclipse.console 4 150 2006-10-03 09:11:03.415 !MESSAGE org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect !STACK 0 org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:484) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) Nested exception: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source) at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source) at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source) at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at org.dom4j.io.SAXReader.read(SAXReader.java:465) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1366) at org.hibernate.cfg.Configuration.configure(Configuration.java:1344) at org.hibernate.console.ConsoleConfiguration.loadConfigurationXML(ConsoleConfiguration.java:211) at org.hibernate.console.ConsoleConfiguration.access$0(ConsoleConfiguration.java:158) at org.hibernate.console.ConsoleConfiguration$1.execute(ConsoleConfiguration.java:134) at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:35) at org.hibernate.console.ConsoleConfiguration.buildWith(ConsoleConfiguration.java:115) at com.genuitec.eclipse.hibernate.wizards.MEConsoleConfiguration.buildWith(MEConsoleConfiguration.java:120) at org.hibernate.console.ConsoleConfiguration.build(ConsoleConfiguration.java:100) at com.genuitec.eclipse.hibernate.action.MERefreshCCAction$1.run(MERefreshCCAction.java:90) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113) !ENTRY com.genuitec.org.hibernate.eclipse.console 1 0 2006-10-03 09:11:03.431 !MESSAGE Could not refresh Hibernate project context com.genuitec.eclipse.hibernate.action.MERefreshCCAction$InProgressException
Brian FernandesModeratorPrescott,
3. I have installed the Hibernate plugin, Spring plugin and the Web Tools plugin
Could you be a bit more specific? I assume you’re talking about Hibernate Tools from JBoss and Spring from SpringIDE.org? Could you let me know the version numbers of these plugins?
It is quite probable that the Web Tools or Hibernate Tools is interfering with our internal XML catalog and causing the DTDs to be unavailable. (Web Tools + Hibernate Tools + MyEclipse amounts to quite a few overlapped plugins and technology)Just to help zero in on the problem, can you install only Eclipse and MyEclipse to a new location and see if the HQL editor works then? We are currently trying to replicate this issue and your feedback will help us a great deal.
4. I have checked the XML catalog file and it is there in the proper directory. The file size is rounded to 43k in explorer
I assume you are talking about the hibernate-mapping-3.0.dtd file. I was asking about the hibernate-configuration-3.0.dtd file which should be rounded to 3KB in Explorer (2547 bytes to be precise); can you confirm this? From some of the stack traces you posted, this file also seems corrupt. Can you email both files to us at support@genuitec.com with subject ATTN Brian?
I appreciate your time and detailed repsonse to my queries,
Best,
Brian.
prescott.travisMemberI am unsure how to check the current version of all the plugins…is there a view for that? Here is a list of what I think you might be looking for but it seems to be indicating the myEclipse versions of the plugins…not the version of the plugins themselves. Maybe it will help, though…
<ul>
<li>EMF 2.2.0.v200606271057
<li>SDO 2.2.0.v200606271057
<li>GEF 3.2.0.v20060626
<li>JST 1.5.0.v20060703
<li>Java EMF Model 1.2.0.v20060530_RC2–ZasJzJJez
<li>WST 1.5.0.v20060703
<li>XSD Schema Infoset Model 2.2.0.v200606271057
<li>MyEclipse Bugzilla 5.0.0 Support
<li>MyEclipse Core Tooling Support 5.0.0
<li>MyEclipse Database Support 5.0.1
<li>MyEclipse Help Documentation 5.0.1
<li>MyEclipse Hibernate Support 5.0.0
<li>MyEclipse JSF Support 5.0.0
<li>MyEclipse JSP Design Support 5.0.1
<li>MyEclipse Spring Framework Support 5.0.0
<li>MyEclipse Struts Support 5.0.0
<li>MyEclipse Tapestry / Spindle Support 5.0.0
<li>MyEclipse UML Support 5.0.0
<li>MyEclipse Web Developement Tooling 5.0.1
<li>MyEclipse Web Services Support 5.0.1
</ul>The hibernate-configuration-3.0.dtd file is there and appears to be the correct size. I emailed that file and the hibernate-mapping-3.0.dtd file to you…
Travis
Brian FernandesModeratorTravis,
Thanks for the detail, but I was more interested in the version of the plugins you have installed besides MyEclipse. Notably Hibernate Tools and Web tools. You can get a rough estimate of the version numbers from Help > About Eclipse SDK > Feature Details and then selecting the appropriate feature.
Besides the version numbers, I really need you to test this in an isolated environment with just MyEclipse and Eclipse installed, and no other plugins. As I mentioned above, MyEclipse, Web Tools and Hibernate Tools will lead to quite a few overlapped plugins and very likely a bad eclipse configuration on the whole.
If you can determine whether the issue is solved for you (or not) in an isolated test environment, we can work towards a more robust solution.
I have not received your DTD files yet, can you please confirm that you sent them to the correct address?
Best regards,
Brian.
prescott.travisMemberOK…
There are too many plugins to list all of them. The Web Tools info is:
WST: 1.5.0.v20060703 – version 1.0.1.200608110849
The Hibernate info is:
MyEclipse Hibernate Capabilities v5.0.0
MyEclipse Hibernate Feature v5.0.0
Hibernate Console v5.0.0
Hibernate Core Plugin v5.0.0
Mapper Plug-in v5.0.0
Unfortunately, it doesn’t look like I’m able to export the list or I could give it to you as a complete plugin list. Is this even what you’re looking for? I got this under ‘Feature Details’ per your instruction although ‘Plugin Details’ seemed a bit more intuitive. The list under ‘Plugin Details’ is very large and there’s no way to copy it…as there’s no way to copy the stuff under ‘Feature Details’.
I would love to help you debug this but I’ve just been given a few days to evaluate tools and don’t really have time to debug that. If there is a way I can get you more information to help you isolate the problem, let me know. Sorry I don’t have more time to give…
Travis
Brian FernandesModeratorTravis,
I just needed a rough estimate, which is why I asked for Feature Details and not plugin details; I know what I wanted to know, thanks.
I have a question for you. When you installed Eclipse, did you only add MyEclipse to it or did you install additional tools and plugins from other locations? This is what you mentioned earlier.
I have installed the Hibernate plugin, Spring plugin and the Web Tools
. But from the detail you provided it looks like you have only installed MyEclipse? I cannot be sure, but that is what I need to know.
If you are evaluating MyEclipse, I suggest a plain Eclipse + MyEclipse install. We already include Spring, Hibernate and WTP / WST features and plugins, so installing these plugins is not necessary and they would only cause configuration issues, hampering a proper evaluation; we do not support mixed installed either.
If you have installed just MyEclipse, I would suggest you check your downloaded archive for corruption and try restarting eclipse with -clean.
You mention you are connected to the internet directly, is there a proxy server involved?Thanks for your time,
Brian.
prescott.travisMemberBrian,
I installed Eclipse b/c the latest version of myEclipse recommended that I upgrade. I just backed up my existing eclipse directory and installed. The first thing that I did was to install a Borland plugin for StarTeam b/c that’s how we connect to our source management tool. Then I installed myEclipse and all the tools that I installed are ones that I think that I’ve mentioned…Spring, Hibernate, Web-tools, Struts (in that order).
We have used Eclipse for a long time so that’s why the Eclipse / myEclipse combo is not preferrable. As for myEclipse, I’ve been using it at home and I’m working on licensing it for an upcoming project we have coming up
We don’t have a proxy server but we do use cache engines, if that matters
Travis
Riyad KallaMemberTravis,
I think the confusion on Brian’s part is he is trying to determine what plugins you have installed *besides* MyEclipse as you’ve hinted to having other plugins installed (“Spring, Hibernate, web-tools, struts, etc”).The reason Brian wants to know this is because MyEclipse ships *all* this functionality, and if there is some library conflict occuring between MYEclipse and one of these 3rd party products you have installed that could explain why the HQL editor is failing to load.
That being said, this might be a case of simple language miscommunication, when you say installing “Spring, Hibernate, etc.” do you mean adding those capabilities to your project using the MyEclipse menu or did you mean actually downloading other plugins from other sites and installing them?
Sorry for how long winded this thread has gotten, it’s really important that we are communicating at the same level, otherwise it’s much too easy to run off down a tangent for pages only to figure out that we’ve been talking about the same thing the whole time.
prescott.travisMemberRiyad,
No problem…I think I understood where he’s headed. I tried to indicate, probably poorly, that I have only installed one other plugin the “old-fashioned” way, if you will. I installed a plugin from Borland that facilitates communication with our source control too which is StarTeam (Borland product). I did install this before I installed myEclipse. After I did that, I installed all of the other tools mentioned (Spring, Hibernate…)
Note that other than the Borland plugin, everything I installed I did using myElcipse menus (usually by right-clicking on the project >> myEclipse >> [too to add].
Travis
Riyad KallaMemberThat is perfect, exactly what we wanted to know. I’ll let Brian know.
Haris PecoMemberTravis,
It is possible that your StarTeam plugin have some xml parser (xerces or something else) which is incompatible with xerces parser from MyEclipse ?
Please , can you try install MyEclipse without StarTeam or disable StarTeam feature plugin (Help-Update-Manage Installation).
This is for testing, of course.Thanks
Peco
prescott.travisMemberPeco, I could disable the StarTeam thing temporarily if you can tell me how to do that. It is actually a client install (install anywhere or some such rather than just an unzip). How do I disable that? I’m not at work today so I can’t check. Do you know how to disable a plugin without uninstalling it?
Haris PecoMemberTravis,
I have seen installation program for StarTeam, but haven’t tried installation because it request added software
You can disable some feature with :
Help – Software Updates – Manage ConfigurationFind StarTeam feature and click on disable and restart configuration (screenshoot attached)
If StarTeam haven’t feature (mostly added plugins have feature) you can’t do it and only solution is install eclipse and MyEclipse in separate directory
Can you see if exists plugin with name {SOMETHING}xerces{SOMETHING} in name except org.apache.xerces_2.8.0.xxxx (where xxxx is som enumber/date and it is related with MyEclipse version – 5.0, 5.0.1).
You can check if you have some jars in directory {YOUR_JDK_HOME}/jre/lib/ext – xerces or some xml parser in this directory can break xerces from MyEclipse tooRegards,
PecoAttachments:
You must be logged in to view attached files.
prescott.travisMemberPeco,
I have a plugin “org.apache.xerces_4.0.13” in the eclipse directory. I have only these .jar files in the jre/lib/ext directory:
dnsns.jar
localedata.jar
sunjce_provider.jar
sunpkcs11.jarNone of these look like they’d do the things your talking about…
Travis
-
AuthorPosts