[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: new eclipse 2.1 deb



Hi Jan,

  the exact error message is appended to the end of this mail. You're
right it looks like a xerces problem.
 
  I haven't found any symbolic links though. However the filesize
differs:

mkamp@red:/usr/lib/eclipse/plugins/org.apache.xerces_4.0.7$ ls -l .
~/tmp/eclipse/plugins/org.apache.xerces_4.0.7/
.:
total 956
-rw-r--r--    1 root     root         5126 2003-04-06 15:58 about.html
-rw-r--r--    1 root     root          594 2003-04-06 15:58
plugin.properties
-rw-r--r--    1 root     root          496 2003-04-06 15:58 plugin.xml
-rw-r--r--    1 root     root       871640 2003-03-19 14:55
xercesImpl.jar
-rw-r--r--    1 root     root        87986 2003-03-19 14:55
xmlParserAPIs.jar

/home/mkamp/tmp/eclipse/plugins/org.apache.xerces_4.0.7/:
total 1252
-rw-rw-r--    1 mkamp    mkamp        5126 2003-03-28 04:01 about.html
-rw-rw-r--    1 mkamp    mkamp         594 2003-03-28 04:01
plugin.properties
-rw-rw-r--    1 mkamp    mkamp         496 2003-03-28 04:01 plugin.xml
-rw-rw-r--    1 mkamp    mkamp     1174815 2003-03-28 04:01
xercesImpl.jar
-rw-rw-r--    1 mkamp    mkamp       87257 2003-03-28 04:01
xmlParserAPIs.jar

  The latter jar files are from the downloaded zip file. After copying
the files over it is working now ;-)

  Thanks a lot!

Cheers,
Mariano
  

On Tue, 2003-04-08 at 00:36, Jan Schulz wrote:
> * Mariano Kamp <mkamp@gmx.de> wrote:
> > java.lang.NoClassDefFoundError encountered while running
> > org.eclipse.pde.internal.builders.ManifestConsistencyChecker. (copied by
> > hand) ...
> 
> check $HOME/eclipse/.metadata/.log for the exact error message. Or
> run eclipse from teh console and specify the right debug options.
> There is one, which copies all output to .log to the console. An
> .options file can be found in the pde plugin dir. 
> 
> >   I also downloaded 2.1/gtk2 as zip file and tried to create a new
> > plugin project with all the defaults (so almost empty). It worked, but
> > repeating that steps with the packaged version gave me the same error
> > message as mentioned above.
> 
> This is most likely a error due to some missing Xerces
> functionality. Here, I can't open a plugin.xml, eclipse just gives
> me a "...Schema..."-Error. This goes away, when you replace the
> links to both of the xerces jars with the real files from the
> eclipse.zip drop (or, when building from source, with the jars in
> ./build-tree/plugins/*xerces*/*jar.
> 
> Just rm the links and then copy the jars into the dir.
> Maybe you can try this out and report back.
> 
> Jan
> 
java.version=1.4.1
java.vendor=Blackdown Java-Linux Team
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86h -data
/home/mkamp/eclipse -install file:/usr/lib/eclipse/
!ENTRY org.eclipse.core.resources 4 2 Apr 07, 2003 22:06:39.654
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.resources".
!STACK 0
java.lang.ExceptionInInitializerError
        at
org.apache.xerces.impl.xs.XMLSchemaValidator.this(XMLSchemaValidator.java:946)
        at
org.apache.xerces.impl.xs.XMLSchemaValidator.<init>(XMLSchemaValidator.java:1061)
        at
org.apache.xerces.parsers.DTDXSParserConfiguration.createSchemaValidator(DTDXSParserConfiguration.java:167)
        at
org.apache.xerces.parsers.DTDXSParserConfiguration.<init>(DTDXSParserConfiguration.java:134)
        at
org.apache.xerces.parsers.DTDXSParserConfiguration.<init>(DTDXSParserConfiguration.java:114)
        at
org.apache.xerces.parsers.DTDXSParserConfiguration.<init>(DTDXSParserConfiguration.java:89)
        at
org.eclipse.pde.internal.core.plugin.XEParserConfiguration.<init>(XEParserConfiguration.java:36)
        at
org.eclipse.pde.internal.core.plugin.XMLCore.createXMLModelBuilder(XMLCore.java:61)
        at
org.eclipse.pde.internal.core.plugin.DocumentModel.<init>(DocumentModel.java:44)
        at
org.eclipse.pde.internal.core.plugin.AbstractPluginModelBase.getDocumentModel(AbstractPluginModelBase.java:51)
        at
org.eclipse.pde.internal.core.plugin.AbstractPluginModelBase.load(AbstractPluginModelBase.java:151)
        at
org.eclipse.pde.internal.core.plugin.WorkspacePluginModelBase.load(WorkspacePluginModelBase.java:128)
        at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker.validatePlugin(ManifestConsistencyChecker.java:260)
        at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker.checkFile(ManifestConsistencyChecker.java:223)
        at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker.checkThisProject(ManifestConsistencyChecker.java:156)
        at
org.eclipse.pde.internal.builders.ManifestConsistencyChecker.build(ManifestConsistencyChecker.java:121)
        at
org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:427)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
        at org.eclipse.core.runtime.Platform.run(Platform.java:413)
        at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:125)
        at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:181)
        at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:191)
        at
org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:151)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
        at org.eclipse.core.runtime.Platform.run(Platform.java:413)
        at
org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:165)
        at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:243)
        at
org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:212)
        at
org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:884)
        at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1600)
        at
org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:85)
        at
org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.run(RepositoryManager.java:796)
        at
org.eclipse.team.internal.ccvs.ui.actions.CVSAction$1.run(CVSAction.java:242)
        at
org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
Caused by: java.lang.RuntimeException: internal error
        at
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl.applyFacets1(XSSimpleTypeDecl.java:404)
        at
org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl.createBuiltInTypes(SchemaDVFactoryImpl.java:339)
        at
org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl.prepareBuiltInTypes(SchemaDVFactoryImpl.java:168)
        at
org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl.getBuiltInTypes(SchemaDVFactoryImpl.java:105)
        at
org.apache.xerces.impl.xs.SchemaGrammar.<init>(SchemaGrammar.java:157)
        at
org.apache.xerces.impl.xs.SchemaGrammar.<clinit>(SchemaGrammar.java:474)
        ... 34 more





Reply to: