|
From: Torsten J. <tju...@ya...> - 2004-04-18 15:21:21
|
Rob, in your system summary the JVM system property "org.apache.xerces.xni.parser.XMLParserConfiguration" is defined. This property overrides the same property defined in xercesImpl.jar (META-INF/services/) which references the (correct) class "org.apache.xerces.parsers.StandardParserConfiguration". The class referenced in your (manually set) system property references the class "org.apache.xerces.parsers.XIncludeParserConfiguration" which is not available in Eclipse's Xerces implementation. I have successfully reproduced your error by adding this invalid system property to the launch configuration of an Eclipse workbench (first tab "(x) Arguments", input field "VM Arguments"). You have to get rid of this invalid system property (listed in Eclipse's system summary) to run Spring IDE Beans UI. Maybe it's defined in your Eclipse shortcut on the windows desktop (as commandline parameter "-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration". Cheers, Torsten --- Rob Moore <Rob...@pe...> wrote: > Thanks for the reply, Torsten. > > I'm using the 1.4.2_03 JDK and have added no jar > files to the ext > directory. Perhaps this is due to the fact I'm using > the JDK rather than > the JRE to compile with? > > I've attached my system summary from Eclipse. Maybe > a clue lies within? > > Rob > > Torsten Juergeleit wrote: > > Rob, > > > > I can not reproduce this exception. > > > > The corresponding code only creates a SaxParser > > instance from Eclipse's Xerces plugin. > > > > The exeption indicates a problem during JAXP > > autoconfiguration. An unknown class > > (XIncludeParserConfiguration) is referenced. This > > class does not belong to the Xerces distribution > of > > the Eclipse Xerces plugin (IBM maintenance release > of > > Xerces 2.0). > > > > Strange, there seems to be a different Xerces > > distribution in the classpath of the JDK your > using > > with Eclipse. > > > > Which JDK do you use? > > Did you add any Xerces jars in the > > $JAVA_HOME/jre/lib/ext? > > > > Cheers, > > Torsten > > > > --- Rob Moore <Rob...@pe...> > wrote: > > > >>FYI, I'm seeing the following exception when I try > >>to use the plug-in on M8: > >> > >>!ENTRY org.eclipse.ui 4 4 Apr 15, 2004 > 11:26:29.821 > >>!MESSAGE Unhandled event loop exception > >>!ENTRY org.eclipse.ui 4 0 Apr 15, 2004 > 11:26:29.853 > >>!MESSAGE Provider > >> > > > > > org.apache.xerces.parsers.XIncludeParserConfiguration > > > >>not found > >>!STACK 0 > >> > > > > > org.apache.xerces.util.ObjectFactory$ConfigurationError: > > > >>Provider > >> > > > > > org.apache.xerces.parsers.XIncludeParserConfiguration > > > >>not found > >> at > >> > > > > > org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:252) > > > >> at > >> > > > > > org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:163) > > > >> at > >> > > > > > org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:123) > > > >> at > >> > > > > > org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.core.project.ProjectDescriptionReader.read(ProjectDescriptionReader.java:78) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.core.project.ProjectDescriptionReader.read(ProjectDescriptionReader.java:58) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.core.project.ProjectDescriptionReader.read(ProjectDescriptionReader.java:43) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.core.project.BeansProject.getDescription(BeansProject.java:52) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.ui.model.RootNode.reloadConfigs(RootNode.java:75) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.ui.views.BeansView.createViewer(BeansView.java:76) > > > >> at > >> > > > > > org.springframework.ide.eclipse.beans.ui.views.BeansView.createPartControl(BeansView.java:70) > > > >> at > >> > > > > > org.eclipse.ui.internal.PartPane$1.run(PartPane.java:94) > > > >> > >> > >> > > > ------------------------------------------------------- > > > >>This SF.Net email is sponsored by: IBM Linux > >>Tutorials > >>Free Linux tutorial presented by Daniel Robbins, > >>President and CEO of > >>GenToo technologies. Learn everything from > >>fundamentals to system > >> > > > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > >>_______________________________________________ > >>Springframework-developer mailing list > >>Spr...@li... > >> > > > > > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Tax Center - File online by April 15th > > http://taxes.yahoo.com/filing.html > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IBM Linux > Tutorials > > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > > GenToo technologies. Learn everything from > fundamentals to system > > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > > > *** Date: 4/16/04 2:00 PM > > *** System properties: > awt.toolkit=sun.awt.windows.WToolkit > com.oxygenxml.editor.home.url=file:/c:/eclipse-SDK-3.0M8-win32/eclipse/plugins/com.oxygenxml.editor_3.1_M6/ > eclipse.application=org.eclipse.ui.ide.workbench > eclipse.commands=-os > win32 > -ws > win32 > -arch > x86 > -showsplash > C:\eclipse-SDK-3.0M8-win32\eclipse\eclipse.exe > -showsplash 600 > -exitdata > C:\eclipse-SDK-3.0M8-win32\eclipse\eclipse.exe > -exitdata 1d8_3c > -vm > C:\WINNT\system32\javaw.exe > -vmargs > -cp > C:\eclipse-SDK-3.0M8-win32\eclipse\startup.jar > org.eclipse.core.launcher.Main > > eclipse.debug.startupTime=1082127103211 > eclipse.noLazyRegistryCacheLoading=true > eclipse.product=org.eclipse.platform > eclipse.vm=C:\WINNT\system32\javaw.exe > eclipse.vmargs=-cp > C:\eclipse-SDK-3.0M8-win32\eclipse\startup.jar > org.eclipse.core.launcher.Main > > eof=eof > file.encoding=Cp1252 > file.encoding.pkg=sun.io > file.separator=\ > java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment > java.awt.printerjob=sun.awt.windows.WPrinterJob > java.class.path=C:\eclipse-SDK-3.0M8-win32\eclipse\startup.jar > java.class.version=48.0 > java.endorsed.dirs=C:\Program > Files\Java\j2re1.4.2_03\lib\endorsed > java.ext.dirs=C:\Program > Files\Java\j2re1.4.2_03\lib\ext > java.home=C:\Program Files\Java\j2re1.4.2_03 > java.io.tmpdir=C:\DOCUME~1\rmoore\LOCALS~1\Temp\ > java.library.path=C:\WINNT\system32;.;C:\WINNT\system32;C:\WINNT;C:\oracle\ora81\bin;C:\Program > Files\Oracle\jre\1.1.7\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\j2sdk1.4.2_03\bin;C:\apache\apache-ant-1.6.1\bin;C:\Program > Files\Subversion\bin;C:\cygwin\bin;C:\cygwin\usr\bin;C:\cygwin\usr\X11R6\bin;C:\jwsdp-1.3\jwsdp-shared\bin;C:\apache\maven-1.0-rc1\bin > java.runtime.name=Java(TM) 2 Runtime Environment, > Standard Edition > java.runtime.version=1.4.2_03-b02 > java.specification.name=Java Platform API > Specification > java.specification.vendor=Sun Microsystems Inc. > java.specification.version=1.4 > java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory > java.vendor=Sun Microsystems Inc. > java.vendor.url=http://java.sun.com/ > java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi > java.version=1.4.2_03 > java.vm.info=mixed mode > java.vm.name=Java HotSpot(TM) Client VM > java.vm.specification.name=Java Virtual Machine > Specification > java.vm.specification.vendor=Sun Microsystems Inc. > java.vm.specification.version=1.0 > java.vm.vendor=Sun Microsystems Inc. > java.vm.version=1.4.2_03-b02 > line.separator= > > org.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration > org.eclipse.jdt.debug.ui.scrapbookActive=false > org.osgi.framework.executionenvironment= > org.osgi.framework.language=en > org.osgi.framework.os.name=Windows 2000 > org.osgi.framework.os.version=5.0 > org.osgi.framework.processor=x86 > org.osgi.framework.vendor=Eclipse > org.osgi.framework.version=1.2.0 > org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl > os.arch=x86 > os.name=Windows 2000 > os.version=5.0 > osgi.arch=x86 > osgi.bundles=org.eclipse.osgi.services, > org.eclipse.osgi.util, org.eclipse.core.runtime@2, > org.eclipse.update.configurator@3 > osgi.bundlestore=c:\eclipse-SDK-3.0M8-win32\eclipse\configuration\org.eclipse.osgi\bundles > osgi.configuration.area=file:c:/eclipse-SDK-3.0M8-win32/eclipse/configuration/ > osgi.framework=file:c:/eclipse-SDK-3.0M8-win32/eclipse/plugins/org.eclipse.osgi_3.0.0/ > osgi.framework.beginningstartlevel=1 > osgi.framework.version=3.0.0 > osgi.frameworkClassPath=core.jar, console.jar, > osgi.jar, resolver.jar, defaultAdaptor.jar, > eclipseAdaptor.jar > osgi.install.area=file:c:/eclipse-SDK-3.0M8-win32/eclipse/ > osgi.instance.area=file:C:/eclipse/workspace > osgi.logfile=C:\eclipse\workspace\.metadata\.log > osgi.manifest.cache=c:\eclipse-SDK-3.0M8-win32\eclipse\configuration\org.eclipse.osgi\manifests > osgi.nl=en_US > osgi.os=win32 > osgi.splashLocation=c:\eclipse-SDK-3.0M8-win32\eclipse\plugins\org.eclipse.platform_3.0.0\splash.bmp > osgi.splashPath=platform:/base/plugins/org.eclipse.platform > osgi.ws=win32 > path.separator=; > sun.arch.data.model=32 > sun.boot.class.path=C:\Program > Files\Java\j2re1.4.2_03\lib\rt.jar;C:\Program > Files\Java\j2re1.4.2_03\lib\i18n.jar;C:\Program > Files\Java\j2re1.4.2_03\lib\sunrsasign.jar;C:\Program > Files\Java\j2re1.4.2_03\lib\jsse.jar;C:\Program > Files\Java\j2re1.4.2_03\lib\jce.jar;C:\Program > Files\Java\j2re1.4.2_03\lib\charsets.jar;C:\Program > Files\Java\j2re1.4.2_03\classes > sun.boot.library.path=C:\Program > Files\Java\j2re1.4.2_03\bin > sun.cpu.endian=little > sun.cpu.isalist=pentium i486 i386 > sun.io.unicode.encoding=UnicodeLittle > sun.java2d.fontpath= > sun.net.client.defaultConnectTimeout=60000 > sun.net.client.defaultReadTimeout=60000 > sun.os.patch.level=Service Pack 4 > user.country=US > user.dir=C:\eclipse-SDK-3.0M8-win32\eclipse > user.home=C:\Documents and Settings\rmoore > user.language=en > user.name=rmoore > user.timezone=America/Chicago > user.variant= > vendor=Apache Software Foundation > vendor-url=http://xml.apache.org/xalan-j > version=2.4.1 > __________________________________ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_splash |