What operating system and version are you running? win XP
What Eclipse version and build id are you using? (Help > About Eclipse Platform)Version: 2.1.3
Build id: 200403101828
– Was Eclipse freshly installed for MyEclipse? Y
– If not, was it upgraded to its current version using the update manager?
– Are any other external plugins installed? P4
– How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.*
What MyEclipse version are you using? (Help > About Eclipse Platform > Features)Version: 2.7.1
Build id: 200403241200-2.7.1-GA
What JDK version are you using to run Eclipse? (java -version)1.4.2_04
What JDK version are you using to launch your application server?
What steps did you take that resulted in the issue?
What application server are you using?
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log)
I am using JBoss3. The changes I made:
XML Document Builder Factory Class = “org.apache.xerces.jaxp.DocumentBuilderFactoryImpl”
The default was “org.apache.crimson.jaxp.DocumentBuilderFactoryImpl”.
SAX Parser Factory Class = “org.apache.xerces.jaxp.SAXParserFactoryImpl”
The default was “org.apache.crimson.jaxp.SAXParserFactoryImpl”.
When I start up JBoss server, I got error saying:
“Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found”
I know “org.apache.xerces.jaxp.DocumentBuilderFactoryImpl” is in a xercesImpl.jar file on my machine. So I added that jar file file path to my JBoss3 Paths’ “Append to library path” box, but I still get the same error.
My colleage doesn’t get this problem. So I think I must be missing something somewhere.
Thanks!
xsun