Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Problems with self hosting

Some more information:

Tracing the registry during debug I noticed that it parses the plugin
registry fine, but seems to only load the first plugin. I should have also
mentioned I am using the most current integration build (20020619) , but I
have also tried on F3, with the same results.

Workspace location:
   C:\Personal\eclipse\runtime-workspace
Debug-Options:
    file:C:
\Personal\eclipse\workspace\.metadata\.plugins\org.eclipse.pde.core\.options
Install URL: file:/C:/Personal/eclipse/
PlatformConfig: Creating configuration
file:C:/Personal/eclipse/runtime-workspace/.metadata/.config/platform.cfg
PlatformConfig: Creating empty configuration object
PlatformConfig: Defaults from file:/C:/Personal/eclipse/install.ini
PlatformConfig:     Default primary feature: org.eclipse.platform
PlatformConfig:     Default application    : org.eclipse.ui.workbench
PlatformConfig: No links detected in file:/C:/Personal/eclipse/links/
PlatformConfig: file:C:/Personal/eclipse/ located  8 feature(s)
PlatformConfig: file:C:/Personal/eclipse/ feature stamp: 774558732 [was 0]
in 10ms
PlatformConfig: file:C:/Personal/eclipse/ plugin stamp: 895001385 [was 0]
in 40ms
PlatformConfig: computed plug-in path:
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.junit_3.7.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.pde.core_2.0.0/plugin.xml

<trimmed>

PlatformConfig:
file:C:/Personal/eclipse/plugins/org.apache.ant_1.4.1/plugin.xml
PlatformConfig:    file:C:/Personal/eclipse/workspace/plugin1/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.ui.externaltools_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.help_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.help.webapp_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.pde.build_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.tomcat_4.0.3/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.search_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.apache.lucene_1.2.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.team.cvs.ssh_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.update.core.win32_2.0.0/fragment.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.platform_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.jdt.doc.isv_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.debug.core_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.sdk.win32_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.core.runtime_2.0.0/plugin.xml
PlatformConfig:
file:C:/Personal/eclipse/plugins/org.eclipse.jdt.debug_2.0.0/plugin.xml
RegistryLoader: Path -
file:C:/Personal/eclipse/plugins/org.junit_3.7.0/plugin.xml [+20ms]
java.lang.VerifyError: (class:
org/eclipse/core/internal/plugins/PluginParser, method: <init> signature:
(Lorg/eclipse/core/runtime/model/Factory;)V) Incompatible object argument
for method call
     at
org.eclipse.core.internal.boot.InternalBootLoader.startup(InternalBootLoader.java:912)
     at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:768)
     at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
     at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
Exception in thread "main"

+---------------------------------------------------------+
This message may contain confidential and/or privileged
information.  If you are not the addressee or authorized to
receive this for the addressee, you must not use, copy,
disclose or take any action based on this message or any
information herein.  If you have received this message in
error, please advise the sender immediately by reply e-mail
and delete this message.  Thank you for your cooperation.
+---------------------------------------------------------+



Back to the top