View Issue Details

IDProjectCategoryView StatusLast Update
0015725Mylyn ConnectorCorepublic2017-04-01 00:14
Reporteraclark Assigned Torombert  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
Platformi368OSLinuxOS VersionDebian 7.0
Summary0015725: Connector verification fails with exception ClassNotFound: org.eclipse.mylyn.internal.provisional.commons.soap.SoapHttpSender
Description

I installed the Mylyn Mantis connector via the eclipse interface but when attempting to verify the settings while adding a task repository I receive the following exception:

IO Error : java.lang.ClassNotFoundException: org.eclipse.mylyn.internal.provisional.commons.soap.SoapHttpSender
java.lang.ClassNotFoundException: org.eclipse.mylyn.internal.provisional.commons.soap.SoapHttpSender
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)
at org.apache.axis.deployment.wsdd.WSDDTargetedChain.makeNewInstance(WSDDTargetedChain.java:157)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:274)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:260)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTransport(WSDDDeployment.java:410)
at org.apache.axis.configuration.FileProvider.getTransport(FileProvider.java:257)
at org.apache.axis.AxisEngine.getTransport(AxisEngine.java:332)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:163)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_version(MantisConnectBindingStub.java:1436)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$16.call(MantisAxis1SoapClient.java:463)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$16.call(MantisAxis1SoapClient.java:1)
at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
.

Additional Information

Eclipse version 3.8
Mylyn 3.8
Mylyn-Mantis 3.9

TagsNo tags attached.

Activities

rombert

rombert

2013-04-08 17:08

manager   ~0036546

Hi,

I've tried to reproduce the problem but I could not. The steps I took were:

  • download Eclipse 3.8 platform runtime binary
  • install Mylyn Task List ( 3.8.3) from Juno update site
  • install Mantis connector from discovery listing (3.9.0)
  • create a task repository for http://www.mantisbt.org/bugs/ using my credentials
  • validate

I also tried with a private repo hosted over SSL and that worked as well. I think that you have a corrupt Eclipse installation, or at least one of the bundles is not at its correct version. Can you confirm that you have a org.eclipse.mylyn.commons.soap plugin installed and that it is at the 3.8 version?

aclark

aclark

2013-04-08 20:00

reporter   ~0036547

Last edited: 2013-04-08 20:15

Looking at the installed software list under http://download.eclipse.org/mylyn/releases/latest Mylyn SDKs and Frameworks I see the following listed as installed:

Builds v1.0.320130107-0100
Commons v3.8.320130107-0100
Commons Compatibility v3.8.320130107-0100
Commons Identity v1.0.320130107-0100
Commons Notifications v1.0.320130107-0100
Commons Repository v1.0.320130107-0100
Commons Repository HTTP Transport v1.0.320130107-0100
Versions v1.0.320130107-0100

Nothing listed as SOAP appears at all.

Looking in ~/.eclipse/plugins:

~/.eclipse/org.eclipse.platform_3.8_155965261/plugins$ ls org.eclipse.mylyn.commons.*

org.eclipse.mylyn.commons.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.identity_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.repositories.http.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.identity.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.screenshots_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.team_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.notifications.feed_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.workbench_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories_0.9.1.v20120412-0100.jar

Again, nothing for SOAP is listed.

If I unzip all the jars in the plugins directory there's nothing about soap either (except in the Mantis plugin).

Looking on the Juno software list ( http://download.eclipse.org/releases/juno/ ) I still see nothing about SOAP.

What package is the SOAP plugin in?

aclark

aclark

2013-04-08 20:51

reporter   ~0036548

Last edited: 2013-04-08 21:40

I downloaded the whole mylyn package from here: http://www.eclipse.org/downloads/download.php?file=/mylyn/drops/3.8.3/v20130107-0100/mylyn-3.8.3.v20130107-0100.zip

Hunting through the feature jar files, the only one that mentions soap at all is the commons SDK. Installed that and now the mantis plugin doesn't load at all. The test repositories I had have disappeared and when I go to add a new repository the plugin is no longer listed. Adding a new plugin shows that it's installed but greyed out.

Going to move my .eclipse directory and workspace and start again to see if that corrects this issue.

[edit: seems to have made things worse.]

aclark

aclark

2013-04-08 22:09

reporter   ~0036550

Last edited: 2013-04-08 22:26

Purged my eclipse install completely. Reinstalled eclipse, installed Mylyn from Juno update repository, installed connector.

I can now validate to MantisBT Bugs and my local repository.

I'll now reinstall plugins one at a time and see if any of them break things.

rombert

rombert

2013-04-10 16:15

manager   ~0036567

Thanks for letting me know. I'll put this into feedback status so when you have the information please supply it; I'd like to at least know which plugins are faulty. We had a similar problem in bug 0014964 .

aclark

aclark

2013-04-14 03:42

reporter   ~0036582

Removed everything again.

Installed the Debian Eclipse package:

ii eclipse 3.8.0~rc4-1 all Extensible Tool Platform and Java IDE
ii eclipse-jdt 3.8.0~rc4-1 all Eclipse Java Development Tools (JDT)
ii eclipse-pde 3.8.0~rc4-1 i386 Eclipse Plug-in Development Environment (PDE)
ii eclipse-platform 3.8.0~rc4-1 i386 Eclipse platform without development plug-ins
ii eclipse-platform-data 3.8.0~rc4-1 all Eclipse platform without development plug-ins (data)
ii eclipse-rcp 3.8.0~rc4-1 i386 Eclipse Rich Client Platform (RCP)

Installed Mylyn (3.8.3) from Mylyn site's listed repository http://download.eclipse.org/mylyn/releases/latest

There is no soap plugin in the plugins directory:

org.eclipse.mylyn.commons.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.identity_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.identity.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.net_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.notifications.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.feed_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.repositories.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.screenshots_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.team_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.workbench_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.context.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.discovery.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.discovery.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.monitor.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.monitor.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.search_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.ui_3.8.3.v20130107-0100.jar

Installed Mylyn Mantis Connector via discovery (3.9.0). There is now a soap plugin listed so this is different to my setup the first time through:

org.eclipse.mylyn.commons.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.identity_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.identity.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.net_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.notifications.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.feed_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.repositories.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.screenshots_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.soap_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.team_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.workbench_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.context.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.context.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.discovery.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.discovery.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.monitor.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.monitor.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.search_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.confluence.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.confluence.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.mediawiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.mediawiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tasks.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.textile.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.textile.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tracwiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tracwiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.twiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.twiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.ui_1.7.3.v20130107-0100.jar

Can add and validate a repository fine. Will try to replicate again with more of the Debian packages installed before I install Mylyn etc. I think that might be what I did the first time.

aclark

aclark

2013-04-14 04:23

reporter   ~0036583

Removed everything again.

Installed Debian's Eclipse packages and Mylyn packages for java:

ii eclipse 3.8.0~rc4-1 all Extensible Tool Platform and Java IDE
ii eclipse-emf 2.5.0-2 all Eclipse Modeling Framework (EMF)
ii eclipse-jdt 3.8.0~rc4-1 all Eclipse Java Development Tools (JDT)
ii eclipse-mylyn 3.8.0-2 all Task-Focused Interface for Eclipse
ii eclipse-mylyn-context-jdt 3.8.0-2 all Task support for Eclipse JDT
ii eclipse-pde 3.8.0~rc4-1 i386 Eclipse Plug-in Development Environment (PDE)
ii eclipse-platform 3.8.0~rc4-1 i386 Eclipse platform without development plug-ins
ii eclipse-platform-data 3.8.0~rc4-1 all Eclipse platform without development plug-ins (data)
ii eclipse-rcp 3.8.0~rc4-1 i386 Eclipse Rich Client Platform (RCP)

There is a soap plugin in Debian's Mylyn plugin directory (/usr/share/eclipse/dropins/mylyn/eclipse/plugins/):

com.sun.syndication_1.0.0.v200903112244.jar
javax.activation_1.1.1.jar
javax.mail_1.1.2.jar
javax.wsdl_1.6.0.jar
javax.xml_1.3.0.jar
javax.xml.rpc_1.4.0.jar
javax.xml.soap_1.4.0.jar
org.apache.axis_1.4.0.jar
org.apache.commons.discovery_0.5.0.jar
org.apache.commons.lang_2.6.0.jar
org.apache.ws.commons.util_1.0.1.jar
org.apache.xmlrpc_3.1.3.jar
org.apache.xmlrpc.client_3.1.3.jar
org.eclipse.mylyn.builds.core_1.0.0.201210041730.jar
org.eclipse.mylyn.builds.ui_1.0.0.201210041730.jar
org.eclipse.mylyn.commons.core_3.8.0.201210041720.jar
org.eclipse.mylyn.commons.identity.core_1.0.0.201210041720.jar
org.eclipse.mylyn.commons.identity.ui_1.0.0.201210041720.jar
org.eclipse.mylyn.commons.net_3.8.0.201210041720.jar
org.eclipse.mylyn.commons.notifications.core_1.0.0.201210041721.jar
org.eclipse.mylyn.commons.notifications.feed_1.0.0.201210041721.jar
org.eclipse.mylyn.commons.notifications.ui_1.0.0.201210041721.jar
org.eclipse.mylyn.commons.repositories.core_1.0.0.201210041721.jar
org.eclipse.mylyn.commons.repositories.http.core_1.0.0.201210041722.jar
org.eclipse.mylyn.commons.repositories.ui_1.0.0.201210041721.jar
org.eclipse.mylyn.commons.screenshots_3.8.0.201210041720.jar
org.eclipse.mylyn.commons.soap_3.8.0.201210041720.jar
org.eclipse.mylyn.commons.ui_3.8.0.201210041720.jar
org.eclipse.mylyn.commons.workbench_3.8.0.201210041720.jar
org.eclipse.mylyn.commons.xmlrpc_3.8.0.201210041720.jar
org.eclipse.mylyn.context.core_3.8.0.201210041722.jar
org.eclipse.mylyn.context.tasks.ui_3.8.0.201210041724.jar
org.eclipse.mylyn.context.ui_3.8.0.201210041724.jar
org.eclipse.mylyn.discovery.core_3.8.0.201210041723.jar
org.eclipse.mylyn.discovery.ui_3.8.0.201210041723.jar
org.eclipse.mylyn.monitor.core_3.8.0.201210041722.jar
org.eclipse.mylyn.monitor.ui_3.8.0.201210041722.jar
org.eclipse.mylyn.resources.ui_3.8.0.201210041724.jar
org.eclipse.mylyn.tasks.core_3.8.0.201210041724.jar
org.eclipse.mylyn.tasks.index.core_3.8.0.201210041724.jar
org.eclipse.mylyn.tasks.index.ui_3.8.0.201210041724.jar
org.eclipse.mylyn.tasks.search_3.8.0.201210041724.jar
org.eclipse.mylyn.tasks.ui_3.8.0.201210041724.jar
org.eclipse.mylyn.team.ui_3.8.0.201210041725.jar
org.eclipse.mylyn.versions.core_1.0.0.201210041725.jar
org.eclipse.mylyn.versions.ui_1.0.0.201210041725.jar
org.jdom_1.1.1.jar

Install Mylyn Mantis connector via discovery (3.9.0). ~/.eclipse/*/plugins/ contains:

com.google.collect_1.0.0.v201105210816.jar
com.google.inject_2.0.0.v201105231817.jar
com.itsolut.mantis.core_3.9.0.201206242005.jar
com.itsolut.mantis.ui_3.9.0.201206242005.jar
com.sun.syndication_0.9.0.v200803061811.jar
org.aopalliance_1.0.0.v201105210816.jar
org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.notifications.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.feed_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.search_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.confluence.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.confluence.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.mediawiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.mediawiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tasks.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.textile.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.textile.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tracwiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tracwiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.twiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.twiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.ui_1.7.3.v20130107-0100.jar
org.jsoup_1.6.1.v201201201356.jar

Attempts to validate things now dies with:

Internal error validating repository
java.lang.reflect.InvocationTargetException

java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028)
at org.eclipse.mylyn.commons.ui.dialogs.EnhancedWizardDialog.run(EnhancedWizardDialog.java:138)
at org.eclipse.mylyn.tasks.ui.wizards.TaskRepositoryWizardDialog.run(TaskRepositoryWizardDialog.java:113)
at org.eclipse.mylyn.tasks.ui.wizards.AbstractRepositorySettingsPage.validateSettings(AbstractRepositorySettingsPage.java:1913)
at org.eclipse.mylyn.tasks.ui.wizards.TaskRepositoryWizardDialog.handleExtraButtonPressed(TaskRepositoryWizardDialog.java:96)
at org.eclipse.mylyn.commons.ui.dialogs.EnhancedWizardDialog.buttonPressed(EnhancedWizardDialog.java:98)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.mylyn.tasks.ui.TasksUiUtil.openEditRepositoryWizard(TasksUiUtil.java:206)
at org.eclipse.mylyn.internal.tasks.ui.commands.OpenTaskRepositoryPropertiesHandler.execute(OpenTaskRepositoryPropertiesHandler.java:33)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.utils.XMLUtils
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:144)
at biz.futureware.mantis.rpc.soap.client.MantisConnectLocator.<init>(MantisConnectLocator.java:17)
at com.itsolut.mantis.core.soap.CustomMantisConnectLocator.<init>(CustomMantisConnectLocator.java:40)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getSOAP(MantisAxis1SoapClient.java:126)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.<init>(MantisAxis1SoapClient.java:68)
at com.itsolut.mantis.core.soap.MantisSoapClient.<init>(MantisSoapClient.java:63)
at com.itsolut.mantis.core.MantisClientFactory.createClient(MantisClientFactory.java:50)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.validate(MantisRepositorySettingsPage.java:171)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.run(MantisRepositorySettingsPage.java:159)
at org.eclipse.mylyn.tasks.ui.wizards.AbstractRepositorySettingsPage$29.run(AbstractRepositorySettingsPage.java:1918)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Root exception:
java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.utils.XMLUtils
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:144)
at biz.futureware.mantis.rpc.soap.client.MantisConnectLocator.<init>(MantisConnectLocator.java:17)
at com.itsolut.mantis.core.soap.CustomMantisConnectLocator.<init>(CustomMantisConnectLocator.java:40)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getSOAP(MantisAxis1SoapClient.java:126)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.<init>(MantisAxis1SoapClient.java:68)
at com.itsolut.mantis.core.soap.MantisSoapClient.<init>(MantisSoapClient.java:63)
at com.itsolut.mantis.core.MantisClientFactory.createClient(MantisClientFactory.java:50)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.validate(MantisRepositorySettingsPage.java:171)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.run(MantisRepositorySettingsPage.java:159)
at org.eclipse.mylyn.tasks.ui.wizards.AbstractRepositorySettingsPage$29.run(AbstractRepositorySettingsPage.java:1918)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Headed into install new software, select the Mylyn site, checked everything that said there was updates available, installed them. ~/.eclipse/*/plugins now contains:

com.google.collect_1.0.0.v201105210816.jar
com.google.inject_2.0.0.v201105231817.jar
com.itsolut.mantis.core_3.9.0.201206242005.jar
com.itsolut.mantis.ui_3.9.0.201206242005.jar
com.sun.syndication_0.9.0.v200803061811.jar
org.aopalliance_1.0.0.v201105210816.jar
org.eclipse.mylyn.commons.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.identity_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.identity.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.notifications.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.feed_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.notifications.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.repositories.core_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.repositories.ui_1.0.3.v20130107-0100.jar
org.eclipse.mylyn.commons.screenshots_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.team_0.9.1.v20120412-0100.jar
org.eclipse.mylyn.commons.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.commons.workbench_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.context.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.context.tasks.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.context.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.ide.ant_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.ide.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.java.tasks_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.java.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.monitor.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.monitor.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.resources.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.core_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.index.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.search_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.tasks.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.team.ui_3.8.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.confluence.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.confluence.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.mediawiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.mediawiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tasks.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.textile.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.textile.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tracwiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.tracwiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.twiki.core_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.twiki.ui_1.7.3.v20130107-0100.jar
org.eclipse.mylyn.wikitext.ui_1.7.3.v20130107-0100.jar
org.jsoup_1.6.1.v201201201356.jar

Now dies with:

java.lang.reflect.InvocationTargetException
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:421)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028)
at org.eclipse.mylyn.commons.ui.dialogs.EnhancedWizardDialog.run(EnhancedWizardDialog.java:138)
at org.eclipse.mylyn.tasks.ui.wizards.TaskRepositoryWizardDialog.run(TaskRepositoryWizardDialog.java:113)
at org.eclipse.mylyn.tasks.ui.wizards.AbstractRepositorySettingsPage.validateSettings(AbstractRepositorySettingsPage.java:1904)
at org.eclipse.mylyn.tasks.ui.wizards.TaskRepositoryWizardDialog.handleExtraButtonPressed(TaskRepositoryWizardDialog.java:96)
at org.eclipse.mylyn.commons.ui.dialogs.EnhancedWizardDialog.buttonPressed(EnhancedWizardDialog.java:98)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.mylyn.tasks.ui.TasksUiUtil.openEditRepositoryWizard(TasksUiUtil.java:206)
at org.eclipse.mylyn.internal.tasks.ui.commands.OpenTaskRepositoryPropertiesHandler.execute(OpenTaskRepositoryPropertiesHandler.java:33)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:178)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.mylyn.commons.workbench.WorkbenchUtil.openProperties(WorkbenchUtil.java:226)
at org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView$3.doubleClick(TaskRepositoriesView.java:181)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredViewer.java:845)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(StructuredViewer.java:843)
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSelect(AbstractTreeViewer.java:1477)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSelected(StructuredViewer.java:1246)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEvent(OpenStrategy.java:249)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.java:246)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:307)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3554)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3179)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Caused by: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:109)
at org.apache.axis.utils.XMLUtils.getDOMFactory(XMLUtils.java:221)
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:83)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:144)
at biz.futureware.mantis.rpc.soap.client.MantisConnectLocator.<init>(MantisConnectLocator.java:17)
at com.itsolut.mantis.core.soap.CustomMantisConnectLocator.<init>(CustomMantisConnectLocator.java:40)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getSOAP(MantisAxis1SoapClient.java:126)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.<init>(MantisAxis1SoapClient.java:68)
at com.itsolut.mantis.core.soap.MantisSoapClient.<init>(MantisSoapClient.java:63)
at com.itsolut.mantis.core.MantisClientFactory.createClient(MantisClientFactory.java:50)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.validate(MantisRepositorySettingsPage.java:171)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.run(MantisRepositorySettingsPage.java:159)
at org.eclipse.mylyn.tasks.ui.wizards.AbstractRepositorySettingsPage$29.run(AbstractRepositorySettingsPage.java:1909)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Root exception:
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:109)
at org.apache.axis.utils.XMLUtils.getDOMFactory(XMLUtils.java:221)
at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:83)
at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)
at org.apache.axis.client.Service.getAxisClient(Service.java:104)
at org.apache.axis.client.Service.<init>(Service.java:144)
at biz.futureware.mantis.rpc.soap.client.MantisConnectLocator.<init>(MantisConnectLocator.java:17)
at com.itsolut.mantis.core.soap.CustomMantisConnectLocator.<init>(CustomMantisConnectLocator.java:40)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.getSOAP(MantisAxis1SoapClient.java:126)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient.<init>(MantisAxis1SoapClient.java:68)
at com.itsolut.mantis.core.soap.MantisSoapClient.<init>(MantisSoapClient.java:63)
at com.itsolut.mantis.core.MantisClientFactory.createClient(MantisClientFactory.java:50)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.validate(MantisRepositorySettingsPage.java:171)
at com.itsolut.mantis.ui.tasklist.MantisRepositorySettingsPage$MantisValidator.run(MantisRepositorySettingsPage.java:159)
at org.eclipse.mylyn.tasks.ui.wizards.AbstractRepositorySettingsPage$29.run(AbstractRepositorySettingsPage.java:1909)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

This is closer to the original error that I was receiving. Perhaps there's something going wrong with the Debian prepackaged plugins and the updated installed ones?

aclark

aclark

2013-04-14 05:21

reporter   ~0036584

Another run trying to replicate this:

ii eclipse 3.8.0~rc4-1 all Extensible Tool Platform and Java IDE
ii eclipse-egit 2.0.0-1 all Eclipse Team provider for the Git version control system
ii eclipse-egit-mylyn 2.0.0-1 all Mylyn integration for EGit
ii eclipse-emf 2.5.0-2 all Eclipse Modeling Framework (EMF)
ii eclipse-jdt 3.8.0~rc4-1 all Eclipse Java Development Tools (JDT)
ii eclipse-mylyn 3.8.0-2 all Task-Focused Interface for Eclipse
ii eclipse-mylyn-context-jdt 3.8.0-2 all Task support for Eclipse JDT
ii eclipse-pde 3.8.0~rc4-1 i386 Eclipse Plug-in Development Environment (PDE)
ii eclipse-platform 3.8.0~rc4-1 i386 Eclipse platform without development plug-ins
ii eclipse-platform-data 3.8.0~rc4-1 all Eclipse platform without development plug-ins (data)
ii eclipse-rcp 3.8.0~rc4-1 i386 Eclipse Rich Client Platform (RCP)

Installed Mylyn Mantis connector (3.9.0).

Updated Mylyn plugins to 3.8.3.

Updated various Mylyn & egit plugins from Juno update.

I am now getting the same ClassNotFound exception:

IO Error : java.lang.ClassNotFoundException: org.eclipse.mylyn.internal.provisional.commons.soap.SoapHttpSender
java.lang.ClassNotFoundException: org.eclipse.mylyn.internal.provisional.commons.soap.SoapHttpSender
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:187)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.axis.utils.ClassUtils.loadClass(ClassUtils.java:160)
at org.apache.axis.utils.ClassUtils.forName(ClassUtils.java:100)
at org.apache.axis.deployment.wsdd.WSDDTargetedChain.makeNewInstance(WSDDTargetedChain.java:157)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSDDDeployableItem.java:274)
at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDeployableItem.java:260)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTransport(WSDDDeployment.java:410)
at org.apache.axis.configuration.FileProvider.getTransport(FileProvider.java:257)
at org.apache.axis.AxisEngine.getTransport(AxisEngine.java:332)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:163)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at biz.futureware.mantis.rpc.soap.client.MantisConnectBindingStub.mc_version(MantisConnectBindingStub.java:1436)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$16.call(MantisAxis1SoapClient.java:463)
at com.itsolut.mantis.core.soap.MantisAxis1SoapClient$16.call(MantisAxis1SoapClient.java:1)
at org.eclipse.mylyn.internal.provisional.commons.soap.AbstractSoapClient$1.call(AbstractSoapClient.java:107)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:679)
.

I've never been so happy to get an exception. :-)

Let me know exactly what information you need and I'll pull it out for you.

aclark

aclark

2013-04-14 05:24

reporter   ~0036585

As a starting point, here's the config as listed by Eclipse:

*** Date: Sunday, 14 April 2013 7:20:32 PM Australian Eastern Standard Time

*** Platform Details:

*** System properties:
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=I20120502-2000
eclipse.commands=-os
linux
-ws
gtk
-arch
x86
-showsplash
/usr/lib/eclipse//plugins/org.eclipse.platform_3.8.0.dist/splash.bmp
-launcher
/usr/lib/eclipse/eclipse
-name
Eclipse
--launcher.library
/usr/lib/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.200.dist/eclipse_1503.so
-startup
/usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar
--launcher.overrideVmargs
-vm
/usr/lib/jvm/java-6-openjdk-i386/jre/bin/../lib/i386/client/libjvm.so
eclipse.home.location=file:/usr/lib/eclipse/
eclipse.launcher=/usr/lib/eclipse/eclipse
eclipse.launcher.name=Eclipse
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=PlatformProfile
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1365930945697
eclipse.vm=/usr/lib/jvm/java-6-openjdk-i386/jre/bin/../lib/i386/client/libjvm.so
eclipse.vmargs=-Xms40m
-Xmx384m
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
-XX:MaxPermSize=256m
-Djava.class.path=/usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar
equinox.use.ds=true
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
gosh.args=--nointeractive
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar
java.class.version=50.0
java.endorsed.dirs=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/endorsed
java.ext.dirs=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/ext:/usr/java/packages/lib/ext
java.home=/usr/lib/jvm/java-6-openjdk-i386/jre
java.io.tmpdir=/tmp
java.library.path=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386::/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib
java.protocol.handler.pkgs=org.apache.axis.transport|
java.runtime.name=OpenJDK Runtime Environment
java.runtime.version=1.6.0_27-b27
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.6
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.6.0_27
java.vm.info=mixed mode, sharing
java.vm.name=OpenJDK 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=20.0-b12
line.separator=

org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
org.eclipse.equinox.launcher.splash.location=/usr/lib/eclipse//plugins/org.eclipse.platform_3.8.0.dist/splash.bmp
org.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins
org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.swt.internal.gtk.useCairo=true
org.eclipse.update.reconcile=false
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=en
org.osgi.framework.os.name=Linux
org.osgi.framework.os.version=3.2.0
org.osgi.framework.processor=x86
org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee; osgi.ee="JRE"; version:List<Version>="1.0, 1.1",osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.uuid=9078dde3-e3a4-0012-1b0f-80ab0e826fc1
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.7.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=i386
os.name=Linux
os.version=3.2.0-4-686-pae
osgi.arch=x86
osgi.bundlefile.limit=100
osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.300.dist.jar@1:start
osgi.bundles.defaultStartLevel=4
osgi.bundlestore=/home/aclark/.eclipse/org.eclipse.platform_3.8_155965261/configuration/org.eclipse.osgi/bundles
osgi.configuration.area=file:/home/aclark/.eclipse/org.eclipse.platform_3.8_155965261/configuration/
osgi.framework=file:/usr/lib/eclipse/plugins/org.eclipse.osgi_3.8.0.dist.jar
osgi.framework.extensions=
osgi.framework.shape=jar
osgi.framework.version=3.8.0.dist
osgi.install.area=file:/usr/lib/eclipse/
osgi.instance.area=file:/home/aclark/workspace2/
osgi.instance.area.default=file:/home/aclark/workspace/
osgi.logfile=/home/aclark/workspace2/.metadata/.log
osgi.manifest.cache=/home/aclark/.eclipse/org.eclipse.platform_3.8_155965261/configuration/org.eclipse.osgi/manifests
osgi.nl=en_AU
osgi.os=linux
osgi.sharedConfiguration.area=file:/usr/lib/eclipse/configuration/
osgi.splashLocation=/usr/lib/eclipse//plugins/org.eclipse.platform_3.8.0.dist/splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=/usr/lib/eclipse/plugins
osgi.tracefile=/home/aclark/workspace2/.metadata/trace.log
osgi.ws=gtk
path.separator=:
sun.arch.data.model=32
sun.boot.class.path=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/resources.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/rt.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/jsse.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/jce.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/charsets.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/netx.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/plugin.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/rhino.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/java-6-openjdk-i386/jre/classes
sun.boot.library.path=/usr/lib/jvm/java-6-openjdk-i386/jre/lib/i386
sun.cpu.endian=little
sun.cpu.isalist=
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=unknown
user.country=AU
user.dir=/home/aclark
user.home=/home/aclark
user.language=en
user.name=aclark
user.timezone=Australia/Melbourne

*** Features:
com.itsolut.mantisfeature (3.9.0.201206242005) "Mylyn Mantis Connector UI"
org.eclipse.cvs (1.3.200.dist-7B79FJJ9exZ
) "Eclipse CVS Client"
org.eclipse.egit (2.2.0.201212191850-r) "Git Team Provider"
org.eclipse.egit.mylyn (2.2.0.201212191850-r) "Git Team Provider"
org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework Runtime and Tools"
org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation"
org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator"
org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code Generator UI"
org.eclipse.emf.codegen.ui (2.4.0.v200906151043) "EMF Code Generation UI"
org.eclipse.emf.common (2.5.0.v200906151043) "EMF Common"
org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI"
org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter"
org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding"
org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data Binding"
org.eclipse.emf.ecore (2.5.0.v200906151043) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit"
org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor"
org.eclipse.emf.edit (2.5.0.v200906151043) "EMF Edit"
org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI"
org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping"
org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping"
org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore Mapping Editor"
org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI"
org.eclipse.help (1.4.0.dist-8t7kFQYFDiWRagJwV96CIM1) "Help System Base"
org.eclipse.jdt (3.8.0.dist-8-8lFqnFFgQGJ) "Eclipse Java Development Tools"
org.eclipse.jgit (2.2.0.201212191850-r) "JGit Core"
org.eclipse.mylyn_feature (3.8.3.v20130107-0100) "Mylyn Tasks"
org.eclipse.mylyn.builds (1.0.3.v20130107-0100) "Mylyn Builds"
org.eclipse.mylyn.commons (3.8.3.v20130107-0100) "Mylyn Commons"
org.eclipse.mylyn.commons.identity (1.0.3.v20130107-0100) "Mylyn Commons"
org.eclipse.mylyn.commons.notifications (1.0.3.v20130107-0100) "Mylyn Commons"
org.eclipse.mylyn.commons.repositories (1.0.3.v20130107-0100) "Mylyn Commons"
org.eclipse.mylyn.commons.repositories.http (1.0.0.201210041722) "Mylyn Commons"
org.eclipse.mylyn.context_feature (3.8.3.v20130107-0100) "Mylyn Context"
org.eclipse.mylyn.discovery (3.8.0.201210041723) "Mylyn Commons"
org.eclipse.mylyn.git (1.0.3.v20130107-0100) "Mylyn Versions"
org.eclipse.mylyn.java_feature (3.8.3.v20130107-0100) "Mylyn Context"
org.eclipse.mylyn.monitor (3.8.3.v20130107-0100) "Mylyn Commons"
org.eclipse.mylyn.team_feature (3.8.3.v20130107-0100) "Mylyn Context"
org.eclipse.mylyn.versions (1.0.3.v20130107-0100) "Mylyn Versions"
org.eclipse.pde (3.8.2.v20130116-091538-7c7wFj0FFt6Zr9bd4AM1JEQMS) "PDE"
org.eclipse.platform (3.8.0.dist-A2F8PIS2G0V65omegoFRjDu2ALt-R2_gtSeiRH) "Eclipse Platform"
org.eclipse.rcp (3.8.0.dist-8LA2GO8FTJUDJ21934) "Eclipse RCP"
org.eclipse.sdk (3.8.0.dist-7Q85DFBoED8aTsvSIGfHAwCpDvofpxSsQVz-WFyavvkK9) "Eclipse Project SDK"
org.eclipse.wst.xml_ui.feature (3.4.2.v201211061806-7H7GFeJDxumUrsn5qkiQgOEhsz0p60HAmPyU6VX) "Eclipse XML Editors and Tools"

*** Plug-in Registry:
com.google.collect (1.0.0.v201105210816) "Google Collections" [Resolved]
com.google.inject (2.0.0.v201105231817) "Google Guice" [Resolved]
com.ibm.icu (4.4.2.v20110823) "International Components for Unicode for Java (ICU4J)" [Active]
com.itsolut.mantis.core (3.9.0.201206242005) "Mylyn Mantis Connector Core" [Active]
com.itsolut.mantis.ui (3.9.0.201206242005) "Mylyn Mantis Connector UI" [Active]
com.jcraft.jsch (0.1.42) "bundleName" [Resolved]
com.jcraft.jsch (0.1.46.v201205102330) "JSch" [Resolved]
com.sun.syndication (1.0.0.v200903112244) "ROME" [Resolved]
com.sun.syndication (0.9.0.v200803061811) "Rss and atOM utilitiEs (ROME)" [Resolved]
javax.activation (1.1.1) "GNU Javabeans Activation Framework" [Resolved]
javax.el (2.2.0) "Javax Expression Language Bundle" [Resolved]
javax.mail (1.1.2) "GNU JavaMail" [Resolved]
javax.servlet (3.0.0.v201103241327) "Servlet API Bundle" [Resolved]
javax.servlet.jsp (2.2.0.v201103241327) "Java Server Pages API Bundle" [Resolved]
javax.wsdl (1.6) "Web Services Description Language for Java" [Resolved]
javax.xml (1.3) "Java XML parser and transformer APIs" [Resolved]
javax.xml (1.3.4.v201005080400) "JAXP XML" [Resolved]
javax.xml.rpc (1.4) "JAX-RPC" [Resolved]
javax.xml.soap (1.4) "SAAJ" [Resolved]
org.aopalliance (1.0.0.v201105210816) "Aopalliance Plug-in" [Resolved]
org.apache.ant (1.8.3.v20120321-1730) "pluginName" [Resolved]
org.apache.axis (1.4) "Apache Axis" [Resolved]
org.apache.commons.codec (1.4) "Commons Codec" [Resolved]
org.apache.commons.compress (1.3.0.v201212111400) "Apache Commons Compress" [Resolved]
org.apache.commons.discovery (0.5) "Apache Service Discovery component" [Resolved]
org.apache.commons.httpclient (3.1.0) "HTTPClient" [Resolved]
org.apache.commons.lang (2.6) "Commons Lang" [Resolved]
org.apache.commons.logging (1.0.4.v20080605-1930) "Apache Commons Logging Plug-in" [Resolved]
org.apache.el (7.0.26) "Apache EL" [Resolved]
org.apache.felix.gogo.command (0.12.0) "Apache Felix Gogo Command" [Active]
org.apache.felix.gogo.runtime (0.10.0) "Apache Felix Gogo Runtime" [Active]
org.apache.felix.gogo.shell (0.10.0) "Apache Felix Gogo Shell" [Active]
org.apache.jasper (7.0.26) "Apache Jasper JSP Support" [Resolved]
org.apache.juli (7.0.26) "Apache Juli" [Resolved]
org.apache.lucene.analysis (2.9.4) "Lucene Search Engine: analyzers" [Resolved]
org.apache.lucene.core (2.9.4) "Lucene Search Engine: core" [Resolved]
org.apache.tomcat.api (7.0.26) "Apache Tomcat API" [Resolved]
org.apache.tomcat.util (7.0.26) "Apache Tomcat Util" [Resolved]
org.apache.ws.commons.util (1.0.1) "WS Commons Util Plug-in" [Resolved]
org.apache.xerces (2.9.0.v201101211617) "Apache Xerces-J" [Resolved]
org.apache.xml.resolver (1.2.0.v201005080400) "Apache XmlResolver" [Resolved]
org.apache.xml.serializer (2.7.1.v201005080400) "Apache XML Commons Serializer" [Resolved]
org.apache.xmlrpc (3.1.3) "" [Resolved]
org.apache.xmlrpc.client (3.1.3) "" [Resolved]
org.eclipse.ant.core (3.2.400.dist) "Ant Build Tool Core" [Starting]
org.eclipse.ant.launching (1.0.200.dist) "Ant Launching Support" [Starting]
org.eclipse.ant.ui (3.5.300.dist) "Ant UI" [Starting]
org.eclipse.compare (3.5.300.dist) "Compare Support" [Active]
org.eclipse.compare.core (3.5.200.dist) "Core Compare Support" [Active]
org.eclipse.core.boot (3.1.300.dist) "Core Boot" [Starting]
org.eclipse.core.commands (3.6.1.dist) "Commands" [Resolved]
org.eclipse.core.contenttype (3.4.200.dist) "Eclipse Content Mechanism" [Active]
org.eclipse.core.databinding (1.4.1.dist) "JFace Data Binding" [Starting]
org.eclipse.core.databinding.beans (1.2.200.dist) "JFace Data Binding for JavaBeans" [Resolved]
org.eclipse.core.databinding.observable (1.4.1.dist) "JFace Data Binding Observables" [Active]
org.eclipse.core.databinding.property (1.4.100.dist) "JFace Data Binding" [Starting]
org.eclipse.core.expressions (3.4.400.dist) "Expression Language" [Active]
org.eclipse.core.externaltools (1.0.100.dist) "External Tools Headless Support" [Starting]
org.eclipse.core.filebuffers (3.5.200.dist) "File Buffers" [Active]
org.eclipse.core.filesystem (1.3.200.dist) "Core File Systems" [Active]
org.eclipse.core.filesystem.linux.x86 (1.4.0.dist) "Core File System for Linux" [Resolved]
org.eclipse.core.jobs (3.5.200.dist) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.net (1.2.200.dist) "Internet Connection Management" [Active]
org.eclipse.core.net.linux.x86 (1.1.200.dist) "Proxy for Linux" [Resolved]
org.eclipse.core.resources (3.8.0.dist) "Core Resource Management" [Active]
org.eclipse.core.runtime (3.8.0.dist) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.2.200.dist) "Core Runtime Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.300.dist) "Authorization Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.5.100.dist) "Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.core.variables (3.2.600.dist) "Core Variables" [Starting]
org.eclipse.cvs (1.2.0.dist) "Eclipse CVS Client" [Starting]
org.eclipse.debug.core (3.7.100.dist) "Debug Core" [Starting]
org.eclipse.debug.ui (3.8.0.dist) "Debug UI" [Starting]
org.eclipse.draw2d (3.9.0.201212170307) "Graphical Editing Framework Draw2d" [Starting]
org.eclipse.ecf (3.1.300.dist) "ECF Core API" [Starting]
org.eclipse.ecf.filetransfer (5.0.0.dist) "ECF Filetransfer API" [Starting]
org.eclipse.ecf.identity (3.1.200.dist) "ECF Core Identity API" [Starting]
org.eclipse.ecf.provider.filetransfer (3.2.0.dist) "ECF Filetransfer Provider" [Starting]
org.eclipse.ecf.provider.filetransfer.httpclient (4.0.200.dist) "ECF HttpClient Filetransfer Provider" [Starting]
org.eclipse.ecf.provider.filetransfer.httpclient.ssl (1.0.0.dist) "ECF HttpClient Filetransfer Provider" [Resolved]
org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.dist) "ECF Filetransfer Provider" [Resolved]
org.eclipse.ecf.ssl (1.0.100.dist) "ECF Core API" [Resolved]
org.eclipse.egit (2.0.0.201206130900-r) "Git Team Provider" [Starting]
org.eclipse.egit (2.2.0.201212191850-r) "Git Team Provider" [Starting]
org.eclipse.egit.core (2.2.0.201212191850-r) "Git Team Provider Core" [Starting]
org.eclipse.egit.doc (2.2.0.201212191850-r) "Git Team Provider Documentation" [Resolved]
org.eclipse.egit.mylyn.ui (2.2.0.201212191850-r) "EGit Mylyn UI" [Starting]
org.eclipse.egit.ui (2.2.0.201212191850-r) "Git Team Provider UI" [Starting]
org.eclipse.emf (2.5.0.v200906151043) "EMF - Eclipse Modeling Framework Runtime and Tools" [Starting]
org.eclipse.emf.ant (2.4.0.v200906151043) "EMF Ant Tasks" [Starting]
org.eclipse.emf.codegen (2.5.0.v200906151043) "EMF Code Generation" [Starting]
org.eclipse.emf.codegen.ecore (2.5.0.v200906151043) "EMF Ecore Code Generator" [Starting]
org.eclipse.emf.codegen.ecore.ui (2.5.0.v200906151043) "EMF Ecore Code Generator UI" [Starting]
org.eclipse.emf.codegen.ui (2.5.0.v200906151043) "EMF Code Generation UI" [Starting]
org.eclipse.emf.common (2.8.0.v20130125-0546) "EMF Common" [Starting]
org.eclipse.emf.common.ui (2.5.0.v200906151043) "EMF Common UI" [Starting]
org.eclipse.emf.converter (2.5.0.v200906151043) "EMF Model Converter" [Starting]
org.eclipse.emf.databinding (1.1.0.v200906151043) "EMF Data Binding" [Starting]
org.eclipse.emf.databinding.edit (1.1.0.v200906151043) "EMF Edit Data Binding" [Starting]
org.eclipse.emf.ecore (2.8.3.v20130125-0546) "EMF Ecore" [Starting]
org.eclipse.emf.ecore.change (2.5.0.v200906151043) "EMF Change Model" [Starting]
org.eclipse.emf.ecore.change.edit (2.5.0.v200906151043) "EMF Change Edit" [Starting]
org.eclipse.emf.ecore.edit (2.5.0.v200906151043) "EMF Ecore Edit" [Starting]
org.eclipse.emf.ecore.editor (2.5.0.v200906151043) "EMF Sample Ecore Editor" [Starting]
org.eclipse.emf.ecore.xmi (2.5.0.v200906151043) "EMF XML/XMI Persistence" [Starting]
org.eclipse.emf.edit (2.8.0.v20130125-0826) "EMF Edit" [Starting]
org.eclipse.emf.edit.ui (2.5.0.v200906151043) "EMF Edit UI" [Starting]
org.eclipse.emf.exporter (2.5.0.v200906151043) "EMF Model Exporter" [Starting]
org.eclipse.emf.importer (2.5.0.v200906151043) "EMF Model Importer" [Starting]
org.eclipse.emf.importer.ecore (2.4.0.v200906151043) "EMF Ecore Importer" [Starting]
org.eclipse.emf.importer.java (2.5.0.v200906151043) "EMF Annotated Java Importer" [Starting]
org.eclipse.emf.importer.rose (2.5.0.v200906151043) "EMF Rose Importer" [Starting]
org.eclipse.emf.mapping (2.5.0.v200906151043) "EMF Mapping" [Starting]
org.eclipse.emf.mapping.ecore (2.5.0.v200906151043) "EMF Ecore Mapping" [Starting]
org.eclipse.emf.mapping.ecore.editor (2.5.0.v200906151043) "EMF Ecore Mapping Editor" [Starting]
org.eclipse.emf.mapping.ecore2ecore (2.5.0.v200906151043) "EMF Ecore to Ecore Mapping" [Starting]
org.eclipse.emf.mapping.ecore2ecore.editor (2.4.0.v200906151043) "EMF Ecore to Ecore Mapping Editor" [Starting]
org.eclipse.emf.mapping.ecore2xml (2.5.0.v200906151043) "EMF Ecore to XML Mapping" [Starting]
org.eclipse.emf.mapping.ecore2xml.ui (2.5.0.v200906151043) "EMF Ecore to XML Mapping Editor" [Starting]
org.eclipse.emf.mapping.ui (2.5.0.v200906151043) "EMF Mapping UI" [Starting]
org.eclipse.equinox.app (1.3.100.dist) "Equinox Application Container" [Active]
org.eclipse.equinox.bidi (0.9.0.dist) "Bidirectional Text Support" [Starting]
org.eclipse.equinox.common (3.6.100.dist) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.concurrent (1.0.300.dist) "Equinox Concurrent API" [Starting]
org.eclipse.equinox.console (1.0.0.dist) "Console plug-in" [Active]
org.eclipse.equinox.ds (1.4.0.dist) "Declarative Services" [Active]
org.eclipse.equinox.event (1.2.200.dist) "Event Admin" [Active]
org.eclipse.equinox.frameworkadmin (2.0.100.dist) "Equinox Framework Admin" [Starting]
org.eclipse.equinox.frameworkadmin.equinox (1.0.400.dist) "Equinox Framework Admin for Equinox" [Starting]
org.eclipse.equinox.http.jetty (3.0.0.dist) "Jetty Http Service" [Starting]
org.eclipse.equinox.http.registry (1.1.200.dist) "Http Service Registry Extensions" [Resolved]
org.eclipse.equinox.http.servlet (1.1.300.dist) "Http Services Servlet" [Starting]
org.eclipse.equinox.jsp.jasper (1.0.400.dist) "Jasper Jsp Support Bundle" [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.300.dist) "Jasper Jsp Registry Support Plug-in" [Starting]
org.eclipse.equinox.launcher (1.3.0.dist) "Equinox Launcher" [Resolved]
org.eclipse.equinox.launcher.gtk.linux.x86 (1.1.200.dist) "Equinox Launcher Linux X86 Fragment" [Resolved]
org.eclipse.equinox.log (1.2.300.dist) "Log Service Bundle" [Resolved]
org.eclipse.equinox.p2.artifact.repository (1.1.200.dist) "Equinox Provisioning Artifact Repository Support" [Active]
org.eclipse.equinox.p2.console (1.0.300.dist) "Equinox Provisioning Console" [Starting]
org.eclipse.equinox.p2.core (2.2.0.dist) "Equinox Provisioning Core" [Active]
org.eclipse.equinox.p2.director (2.2.0.dist) "Equinox Provisioning Director" [Active]
org.eclipse.equinox.p2.director.app (1.0.300.dist) "Equinox Provisioning Director Application" [Starting]
org.eclipse.equinox.p2.directorywatcher (1.0.300.dist) "Equinox Provisioning Directory Watcher" [Active]
org.eclipse.equinox.p2.engine (2.2.0.dist) "Equinox Provisioning Engine" [Active]
org.eclipse.equinox.p2.extensionlocation (1.2.100.dist) "Equinox Provisioning Extension Location Repository Support" [Active]
org.eclipse.equinox.p2.garbagecollector (1.0.200.dist) "Equinox Provisioning Garbage Collector" [Active]
org.eclipse.equinox.p2.jarprocessor (1.0.200.dist) "Equinox Provisioning JAR Processor" [Resolved]
org.eclipse.equinox.p2.metadata (2.1.0.dist) "Equinox Provisioning Metadata" [Active]
org.eclipse.equinox.p2.metadata.repository (1.2.100.dist) "Equinox Provisioning Metadata Repository" [Active]
org.eclipse.equinox.p2.operations (2.2.0.dist) "Equinox Provisioning Operations API" [Active]
org.eclipse.equinox.p2.publisher (1.2.0.dist) "Equinox Provisioning Publisher Infrastructure" [Active]
org.eclipse.equinox.p2.publisher.eclipse (1.1.0.dist) "Equinox Provisioning Publisher for Eclipse" [Active]
org.eclipse.equinox.p2.ql (2.0.100.dist) "Equinox Provisioning p2 query language" [Starting]
org.eclipse.equinox.p2.reconciler.dropins (1.1.200.dist) "Equinox Provisioning Drop-in" [Active]
org.eclipse.equinox.p2.repository (2.2.0.dist) "Equinox Provisioning Repository" [Active]
org.eclipse.equinox.p2.repository.tools (2.0.100.dist) "Equinox Provisioning Repository Tools" [Starting]
org.eclipse.equinox.p2.touchpoint.eclipse (2.1.100.dist) "Equinox Provisioning Eclipse Touchpoint" [Active]
org.eclipse.equinox.p2.touchpoint.natives (1.1.0.dist) "Equinox Provisioning Native Touchpoint" [Starting]
org.eclipse.equinox.p2.transport.ecf (1.0.100.dist) "Equinox Provisioning ECF based Transport" [Starting]
org.eclipse.equinox.p2.ui (2.2.0.dist) "Equinox Provisioning UI Support" [Active]
org.eclipse.equinox.p2.ui.importexport (1.0.1.dist) "Equinox Provisioning Import and Export" [Starting]
org.eclipse.equinox.p2.ui.sdk (1.0.200.dist) "Equinox Provisioning Platform Update Support" [Active]
org.eclipse.equinox.p2.ui.sdk.scheduler (1.1.0.dist) "Equinox Provisioning Platform Automatic Update Support" [Active]
org.eclipse.equinox.p2.updatechecker (1.1.200.dist) "Equinox Provisioning Update Checker" [Active]
org.eclipse.equinox.p2.updatesite (1.0.400.dist) "Equinox Provisioning Legacy Update Site Support" [Starting]
org.eclipse.equinox.preferences (3.5.0.dist) "Eclipse Preferences Mechanism" [Active]
org.eclipse.equinox.registry (3.5.200.dist) "Extension Registry Support" [Active]
org.eclipse.equinox.security (1.1.100.dist) "Equinox Java Authentication and Authorization Service (JAAS)" [Active]
org.eclipse.equinox.security.ui (1.1.100.dist) "Equinox Security Default UI" [Starting]
org.eclipse.equinox.simpleconfigurator (1.0.300.dist) "Simple Configurator" [Active]
org.eclipse.equinox.simpleconfigurator.manipulator (2.0.0.dist) "Simple Configurator Manipulator" [Starting]
org.eclipse.equinox.util (1.0.400.dist) "Equinox Util Bundle" [Active]
org.eclipse.gef (3.9.0.201212170307) "Graphical Editing Framework GEF" [Starting]
org.eclipse.help (3.6.0.dist) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.400.dist) "Help Application Server" [Starting]
org.eclipse.help.base (3.6.100.dist) "Help System Base" [Starting]
org.eclipse.help.ui (3.5.200.dist) "Help System UI" [Starting]
org.eclipse.help.webapp (3.6.100.dist) "Help System Webapp" [Starting]
org.eclipse.jdt (3.8.0.dist) "Eclipse Java Development Tools" [Resolved]
org.eclipse.jdt.annotation (1.0.0.dist) "JDT Annotations for Enhanced Null Analysis" [Resolved]
org.eclipse.jdt.apt.core (3.3.500.dist) "Java Annotation Processing Core" [Starting]
org.eclipse.jdt.apt.pluggable.core (1.0.400.dist) "Java Compiler Apt IDE" [Starting]
org.eclipse.jdt.apt.ui (3.3.300.dist) "Java Annotation Processing UI" [Starting]
org.eclipse.jdt.compiler.apt (1.0.500.dist) "Java Compiler Apt" [Resolved]
org.eclipse.jdt.compiler.tool (1.0.101.dist) "Java Compiler Tool Support" [Resolved]
org.eclipse.jdt.core (3.8.1.dist) "Java Development Tools Core" [Active]
org.eclipse.jdt.core.manipulation (1.5.0.dist) "Java Code Manipulation Functionality" [Active]
org.eclipse.jdt.debug (3.7.100.dist) "JDI Debug Model" [Starting]
org.eclipse.jdt.debug.ui (3.6.100.dist) "JDI Debug UI" [Starting]
org.eclipse.jdt.doc.user (3.8.0.dist) "Eclipse Java development user guide" [Resolved]
org.eclipse.jdt.junit (3.7.100.dist) "Java Development Tools JUnit support" [Starting]
org.eclipse.jdt.junit.core (3.7.100.dist) "Java Development Tools JUnit core support" [Starting]
org.eclipse.jdt.junit.runtime (3.4.300.dist) "Java Development Tools JUnit Runtime Support" [Resolved]
org.eclipse.jdt.junit4.runtime (1.1.200.dist) "Java Development Tools JUnit4 Runtime Support" [Resolved]
org.eclipse.jdt.launching (3.6.100.dist) "Java Development Tools Launching Support" [Starting]
org.eclipse.jdt.ui (3.8.0.dist) "Java Development Tools UI" [Active]
org.eclipse.jem.util (2.1.100.v201103021400) "Java EMF Model Utilities" [Starting]
org.eclipse.jetty.continuation (8.1.3.v20120416) "Jetty :: Continuation" [Resolved]
org.eclipse.jetty.http (8.1.3.v20120416) "Jetty :: Http Utility" [Resolved]
org.eclipse.jetty.io (8.1.3.v20120416) "Jetty :: IO Utility" [Resolved]
org.eclipse.jetty.security (8.1.3.v20120416) "Jetty :: Security" [Resolved]
org.eclipse.jetty.server (8.1.3.v20120416) "Jetty :: Server Core" [Resolved]
org.eclipse.jetty.servlet (8.1.3.v20120416) "Jetty :: Servlet Handling" [Resolved]
org.eclipse.jetty.util (8.1.3.v20120416) "Jetty :: Utilities" [Resolved]
org.eclipse.jface (3.8.0.dist) "JFace" [Active]
org.eclipse.jface.databinding (1.6.0.dist) "JFace Data Binding for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.8.0.dist) "JFace Text" [Resolved]
org.eclipse.jgit (2.0.0.201206130900-r) "JGit Core" [Starting]
org.eclipse.jgit (2.2.0.201212191850-r) "JGit Core" [Starting]
org.eclipse.jsch.core (1.1.400.dist) "JSch Core" [Starting]
org.eclipse.jsch.ui (1.1.400.dist) "JSch UI" [Starting]
org.eclipse.ltk.core.refactoring (3.6.0.dist) "Refactoring Core" [Starting]
org.eclipse.ltk.ui.refactoring (3.7.0.dist) "Refactoring UI" [Starting]
org.eclipse.mylyn.builds.core (1.0.3.v20130107-0100) "Mylyn Builds" [Starting]
org.eclipse.mylyn.builds.ui (1.0.3.v20130107-0100) "Mylyn Build Framework" [Active]
org.eclipse.mylyn.commons.core (3.8.3.v20130107-0100) "Mylyn Commons" [Active]
org.eclipse.mylyn.commons.identity (0.9.1.v20120412-0100) "Mylyn Commons" [Starting]
org.eclipse.mylyn.commons.identity.core (1.0.3.v20130107-0100) "Mylyn SCM Framework" [Starting]
org.eclipse.mylyn.commons.identity.ui (1.0.0.201210041720) "Mylyn Commons" [Starting]
org.eclipse.mylyn.commons.net (3.8.0.201210041720) "Mylyn Commons Net" [Active]
org.eclipse.mylyn.commons.notifications (0.9.1.v20120412-0100) "Mylyn Commons" [Starting]
org.eclipse.mylyn.commons.notifications.core (1.0.3.v20130107-0100) "Mylyn Commons" [Active]
org.eclipse.mylyn.commons.notifications.feed (1.0.3.v20130107-0100) "Mylyn Commons" [Active]
org.eclipse.mylyn.commons.notifications.ui (1.0.3.v20130107-0100) "Mylyn Commons" [Active]
org.eclipse.mylyn.commons.repositories (0.9.1.v20120412-0100) "Mylyn Commons" [Resolved]
org.eclipse.mylyn.commons.repositories.core (1.0.3.v20130107-0100) "Mylyn Commons" [Resolved]
org.eclipse.mylyn.commons.repositories.ui (1.0.3.v20130107-0100) "Mylyn Commons" [Starting]
org.eclipse.mylyn.commons.screenshots (3.8.3.v20130107-0100) "Mylyn Commons" [Resolved]
org.eclipse.mylyn.commons.soap (3.8.0.201210041720) "Mylyn Commons Soap" [Resolved]
org.eclipse.mylyn.commons.team (0.9.1.v20120412-0100) "Mylyn Commons" [Starting]
org.eclipse.mylyn.commons.ui (3.8.3.v20130107-0100) "Mylyn Commons UI" [Active]
org.eclipse.mylyn.commons.workbench (3.8.3.v20130107-0100) "Mylyn Commons UI" [Active]
org.eclipse.mylyn.commons.xmlrpc (3.8.0.201210041720) "Mylyn XML-RPC Support" [Starting]
org.eclipse.mylyn.context.core (3.8.3.v20130107-0100) "Mylyn Context" [Active]
org.eclipse.mylyn.context.tasks.ui (3.8.3.v20130107-0100) "Mylyn Context Tasks UI" [Active]
org.eclipse.mylyn.context.ui (3.8.3.v20130107-0100) "Mylyn Context UI" [Starting]
org.eclipse.mylyn.discovery.core (3.8.0.201210041723) "Mylyn Connector Discovery Core" [Resolved]
org.eclipse.mylyn.discovery.ui (3.8.0.201210041723) "Mylyn Connector Discovery UI" [Resolved]
org.eclipse.mylyn.git.core (1.0.3.v20130107-0100) "Mylyn Git Connector" [Starting]
org.eclipse.mylyn.git.ui (1.0.3.v20130107-0100) "Mylyn Git Connector UI" [Starting]
org.eclipse.mylyn.ide.ant (3.8.3.v20130107-0100) "Mylyn Ant Bridge" [Starting]
org.eclipse.mylyn.ide.ui (3.8.3.v20130107-0100) "Mylyn IDE UI" [Starting]
org.eclipse.mylyn.java.tasks (3.8.3.v20130107-0100) "Mylyn Java Tasks" [Starting]
org.eclipse.mylyn.java.ui (3.8.3.v20130107-0100) "Mylyn Java Bridge" [Starting]
org.eclipse.mylyn.monitor.core (3.8.3.v20130107-0100) "Mylyn Monitor Core" [Resolved]
org.eclipse.mylyn.monitor.ui (3.8.3.v20130107-0100) "Mylyn Monitor UI" [Active]
org.eclipse.mylyn.resources.ui (3.8.3.v20130107-0100) "Mylyn Resources UI" [Starting]
org.eclipse.mylyn.tasks.core (3.8.3.v20130107-0100) "Mylyn Tasks" [Resolved]
org.eclipse.mylyn.tasks.index.core (3.8.0.201210041724) "Mylyn Tasks Index" [Starting]
org.eclipse.mylyn.tasks.index.core (3.8.3.v20130107-0100) "Mylyn Tasks Index" [Active]
org.eclipse.mylyn.tasks.index.ui (3.8.3.v20130107-0100) "Mylyn Tasks Index" [Resolved]
org.eclipse.mylyn.tasks.search (3.8.3.v20130107-0100) "Mylyn Tasks UI" [Resolved]
org.eclipse.mylyn.tasks.ui (3.8.3.v20130107-0100) "Mylyn Tasks UI" [Active]
org.eclipse.mylyn.team.ui (3.8.3.v20130107-0100) "Mylyn Team UI" [Active]
org.eclipse.mylyn.versions.core (1.0.3.v20130107-0100) "Mylyn Versions" [Starting]
org.eclipse.mylyn.versions.ui (1.0.3.v20130107-0100) "Mylyn Versions" [Starting]
org.eclipse.mylyn.wikitext.confluence.core (1.7.3.v20130107-0100) "Mylyn WikiText Confluence" [Resolved]
org.eclipse.mylyn.wikitext.confluence.ui (1.7.3.v20130107-0100) "Mylyn WikiText Confluence UI" [Resolved]
org.eclipse.mylyn.wikitext.core (1.7.3.v20130107-0100) "Mylyn WikiText" [Active]
org.eclipse.mylyn.wikitext.mediawiki.core (1.7.3.v20130107-0100) "Mylyn WikiText MediaWiki" [Resolved]
org.eclipse.mylyn.wikitext.mediawiki.ui (1.7.3.v20130107-0100) "Mylyn WikiText MediaWiki UI" [Resolved]
org.eclipse.mylyn.wikitext.tasks.ui (1.7.3.v20130107-0100) "Mylyn WikiText Tasks UI" [Active]
org.eclipse.mylyn.wikitext.textile.core (1.7.3.v20130107-0100) "Mylyn WikiText Textile" [Resolved]
org.eclipse.mylyn.wikitext.textile.ui (1.7.3.v20130107-0100) "Mylyn WikiText Textile UI" [Resolved]
org.eclipse.mylyn.wikitext.tracwiki.core (1.7.3.v20130107-0100) "Mylyn WikiText TracWiki" [Resolved]
org.eclipse.mylyn.wikitext.tracwiki.ui (1.7.3.v20130107-0100) "Mylyn WikiText TracWiki UI" [Resolved]
org.eclipse.mylyn.wikitext.twiki.core (1.7.3.v20130107-0100) "Mylyn WikiText Twiki" [Resolved]
org.eclipse.mylyn.wikitext.twiki.ui (1.7.3.v20130107-0100) "Mylyn WikiText Twiki UI" [Resolved]
org.eclipse.mylyn.wikitext.ui (1.7.3.v20130107-0100) "Mylyn WikiText UI" [Active]
org.eclipse.osgi (3.8.0.dist) "OSGi System Bundle" [Active]
org.eclipse.osgi.services (3.3.100.dist) "OSGi Release 4.2.0 Services" [Resolved]
org.eclipse.osgi.util (3.2.300.dist) "OSGi Release 4.2.0 Utility Classes" [Resolved]
org.eclipse.pde (3.8.0.v201302041200) "PDE" [Resolved]
org.eclipse.pde.api.tools (1.0.400.v20120523-2012) "API Tools" [Starting]
org.eclipse.pde.api.tools.ui (1.0.400.v20120523-2012) "API Tools UI" [Starting]
org.eclipse.pde.build (3.8.2.v20121114-140810) "Plug-in Development Environment Build Support" [Starting]
org.eclipse.pde.core (3.8.1.v20130115-200504) "PDE Core" [Starting]
org.eclipse.pde.doc.user (3.8.2.v20130121-200410) "PDE User Guide" [Resolved]
org.eclipse.pde.ds.core (1.0.200.v20120530-1435) "PDE DS Core" [Starting]
org.eclipse.pde.ds.ui (1.0.200.v20120530-1435) "PDE DS UI" [Starting]
org.eclipse.pde.junit.runtime (3.4.200.v20120530-1435) "PDE JUnit Runtime Support" [Resolved]
org.eclipse.pde.launching (3.6.100.v20120605-203027) "PDE Launching Support" [Active]
org.eclipse.pde.runtime (3.4.300.v20120523-1453) "PDE Runtime" [Starting]
org.eclipse.pde.ua.core (1.0.200.v20120530-1435) "PDE UA Core" [Starting]
org.eclipse.pde.ua.ui (1.0.200.v20120523-1453) "PDE UA UI" [Starting]
org.eclipse.pde.ui (3.7.2.v20130121-093123) "PDE UI" [Active]
org.eclipse.pde.ui.templates (3.4.500.v20120523-2012) "PDE Templates" [Starting]
org.eclipse.platform (3.8.0.dist) "Eclipse Platform" [Resolved]
org.eclipse.platform.doc.isv (3.8.0.dist) "Eclipse Platform Plug-in Developer Guide" [Resolved]
org.eclipse.platform.doc.user (3.8.0.dist) "Eclipse Workbench User Guide" [Resolved]
org.eclipse.rcp (3.8.0.dist) "Eclipse RCP" [Starting]
org.eclipse.sdk (3.8.0.dist) "Eclipse Project SDK" [Starting]
org.eclipse.search (3.8.0.dist) "Search Support" [Active]
org.eclipse.swt (3.8.0) "Standard Widget Toolkit" [Resolved]
org.eclipse.team.core (3.6.100.dist) "Team Support Core" [Active]
org.eclipse.team.cvs.core (3.3.500.dist) "CVS Team Provider Core" [Starting]
org.eclipse.team.cvs.ssh2 (3.2.300.dist) "CVS SSH2" [Starting]
org.eclipse.team.cvs.ui (3.3.500.dist) "CVS Team Provider UI" [Starting]
org.eclipse.team.ui (3.6.200.dist) "Team Support UI" [Starting]
org.eclipse.text (3.5.200.dist) "Text" [Resolved]
org.eclipse.ui (3.8.0.dist) "Eclipse UI" [Active]
org.eclipse.ui.browser (3.4.0.dist) "Browser Support" [Starting]
org.eclipse.ui.cheatsheets (3.4.200.dist) "Cheat Sheets" [Starting]
org.eclipse.ui.console (3.5.100.dist) "Console" [Starting]
org.eclipse.ui.editors (3.8.0.dist) "Default Text Editor" [Active]
org.eclipse.ui.externaltools (3.2.100.dist) "External Tools" [Starting]
org.eclipse.ui.forms (3.5.200.dist) "Eclipse Forms" [Active]
org.eclipse.ui.ide (3.8.0.dist) "Eclipse IDE UI" [Active]
org.eclipse.ui.ide.application (1.0.400.dist) "Eclipse IDE UI Application" [Resolved]
org.eclipse.ui.intro (3.4.200.dist) "Welcome Framework" [Starting]
org.eclipse.ui.intro.universal (3.2.600.dist) "Universal Welcome" [Starting]
org.eclipse.ui.navigator (3.5.200.dist) "Common Navigator View" [Starting]
org.eclipse.ui.navigator.resources (3.4.400.dist) "Navigator Workbench Components" [Starting]
org.eclipse.ui.net (1.2.100.dist) "Internet Connection Management UI" [Active]
org.eclipse.ui.presentations.r21 (3.2.201.dist) "R21 Presentation Plug-in" [Starting]
org.eclipse.ui.trace (1.0.1.v20121204-224553) "Equinox Dynamic Tracing Enablement UI" [Active]
org.eclipse.ui.views (3.6.100.dist) "Views" [Active]
org.eclipse.ui.views.log (1.0.300.v20120530-1435) "Log View" [Active]
org.eclipse.ui.views.properties.tabbed (3.5.300.dist) "Tabbed Properties View" [Starting]
org.eclipse.ui.workbench (3.8.0.dist) "Workbench" [Active]
org.eclipse.ui.workbench.compatibility (3.2.101.dist) "Workbench Compatibility" [Resolved]
org.eclipse.ui.workbench.texteditor (3.8.0.dist) "Text Editor Framework" [Active]
org.eclipse.update.configurator (3.3.200.dist) "Install/Update Configurator" [Active]
org.eclipse.update.core (3.2.600.dist) "Install/Update Core" [Active]
org.eclipse.update.core.linux (3.2.300.dist) "Install/Update Core for Linux" [Resolved]
org.eclipse.update.scheduler (3.2.400.dist) "Automatic Updates Scheduler" [Active]
org.eclipse.update.ui (3.3.0.dist) "Install/Update UI" [Starting]
org.eclipse.wst.common.core (1.2.0.v200908252030) "WST Common Core Plug-in" [Starting]
org.eclipse.wst.common.emf (1.2.100.v201101101900) "EMF Utilities" [Starting]
org.eclipse.wst.common.emfworkbench.integration (1.2.101.v201107140600) "EMF Workbench Edit Plug-in" [Starting]
org.eclipse.wst.common.environment (1.0.400.v200912181832) "Environment Plug-in" [Starting]
org.eclipse.wst.common.frameworks (1.2.200.v201203141800) "Common Frameworks" [Starting]
org.eclipse.wst.common.frameworks.ui (1.2.201.v201208292200) "WTP UI Plug-in" [Starting]
org.eclipse.wst.common.infopop (1.0.300.v201004280700) "Common WST infopops" [Starting]
org.eclipse.wst.common.modulecore (1.2.201.v201301092200) "Modulecore Plug-in" [Starting]
org.eclipse.wst.common.modulecore.ui (1.0.201.v201208241600) "Modulecore UI Plug-in" [Starting]
org.eclipse.wst.common.project.facet.core (1.4.300.v201111030424) "Eclipse Faceted Project Framework" [Starting]
org.eclipse.wst.common.snippets (1.2.200.v201204260225) "Snippets View" [Starting]
org.eclipse.wst.common.ui (1.1.500.v200911190730) "Eclipse Base UI extensions" [Starting]
org.eclipse.wst.common.uriresolver (1.2.0.v201203071939) "Common URI Resolver Framework" [Starting]
org.eclipse.wst.dtd.core (1.1.600.v201205171933) "Structured Source DTD Core" [Starting]
org.eclipse.wst.dtd.ui (1.0.700.v201203081826) "SSE DTD Source Editor" [Starting]
org.eclipse.wst.dtd.ui.infopop (1.0.400.v201008112018) "DTD Editor infopops" [Resolved]
org.eclipse.wst.dtdeditor.doc.user (1.0.700.v201008112018) "DTD Editor documentation" [Resolved]
org.eclipse.wst.internet.cache (1.0.600.v201203071939) "Cache URI Resolver Plug-in" [Starting]
org.eclipse.wst.server.core (1.4.100.v20130117_1140) "Server Core" [Starting]
org.eclipse.wst.sse.core (1.1.702.v201301241617) "Structured Source Model" [Starting]
org.eclipse.wst.sse.doc.user (1.1.100.v201005192212) "Structured text editor and snippets documentation" [Resolved]
org.eclipse.wst.sse.ui (1.3.102.v201301162301) "Structured Source Editor" [Starting]
org.eclipse.wst.sse.ui.infopop (1.0.300.v201004150328) "SSE infopops" [Resolved]
org.eclipse.wst.standard.schemas (1.0.501.v201301091615) "Standard Schemas and DTDs" [Resolved]
org.eclipse.wst.validation (1.2.402.v201212031633) "Validation Framework" [Starting]
org.eclipse.wst.validation.infopop (1.0.300.v200806041506) "WST validation infopop plug-in" [Resolved]
org.eclipse.wst.validation.ui (1.2.400.v201204260100) "Validation Framework UI" [Starting]
org.eclipse.wst.xml.core (1.1.702.v201301101836) "Structured Source XML Model" [Starting]
org.eclipse.wst.xml.ui (1.1.302.v201301172222) "Eclipse XML Editors and Tools" [Starting]
org.eclipse.wst.xml.ui.infopop (1.0.400.v201004292007) "XML infopops" [Resolved]
org.eclipse.wst.xmleditor.doc.user (1.0.700.v201005192212) "XML editor" [Resolved]
org.eclipse.wst.xsd.core (1.1.700.v201204102147) "XSD Core Plugin" [Starting]
org.eclipse.wst.xsd.ui (1.2.500.v201203081826) "XML Schema Editor" [Starting]
org.eclipse.wst.xsdeditor.doc.user (1.0.800.v201005192212) "XML schema editor" [Resolved]
org.eclipse.xsd (2.8.1.v20130125-0826) "XSD Model" [Starting]
org.eclipse.xsd.edit (2.6.0.v20130125-0826) "XSD Edit" [Starting]
org.hamcrest.core (1.1.0) "Hamcrest Core" [Starting]
org.jdom (1.1.1) "JDOM XML" [Resolved]
org.jsoup (1.6.1.v201201201356) "jsoup: Java HTML Parser" [Resolved]
org.junit (3.8.2.dist) "JUnit Testing Framework" [Resolved]
org.junit (4.8.2.dist) "JUnit Testing Framework" [Resolved]
org.junit4 (4.8.1.dist) "JUnit Testing Framework Version 4" [Resolved]
org.kohsuke.args4j (2.0.12.v200910131500) "Args4j" [Resolved]
org.objectweb.asm (3.3.1.v201105211655) "ASM" [Resolved]
org.objectweb.asm (3.3.2) "ASM all classes" [Resolved]
org.sat4j.core (2.3.1.WHEEZY) "SAT4J Core" [Resolved]
org.sat4j.pb (2.3.1.WHEEZY) "SAT4J Pseudo" [Resolved]

*** User Preferences:
#Sun Apr 14 19:20:32 EST 2013
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_releases_juno_201206270900/uri=http\://download.eclipse.org/releases/juno/201206270900
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_egit/name=/usr/share/eclipse/dropins/egit
/bundle_defaults/org.eclipse.core.resources/refresh.enabled=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:download.eclipse.org_tm_updates_3.3/isSystem=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_egit-mylyn/version=1
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_technology_epp_packages_indigo/uri=http\://download.eclipse.org/technology/epp/packages/indigo/
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_releases_indigo_201106220900/name=Indigo
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
/bundle_defaults/org.eclipse.jdt.ui/java_default=0,0,0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
/bundle_defaults/org.eclipse.core.net/proxyData/SOCKS/port=-1
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_releases_indigo/uri=http\://download.eclipse.org/releases/indigo/
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticMethodInvocation.color=0,0,0
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.field.bold=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_libeclipse.eclipseextension/uri=file\:/usr/lib/eclipse/.eclipseextension
/bundle_defaults/org.eclipse.compare/org.eclipse.compare.CappingDisable=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_modeling_emft_updates/uri=http\://download.eclipse.org/modeling/emft/updates/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.abstractClass.enabled=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_technology_epp_packages_indigo_R/isSystem=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_releases_juno/provider=
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.compresspackagenames=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_updates_udc/uri=http\://download.eclipse.org/technology/epp/updates/udc/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX
/instance/org.eclipse.ui.views.log/show_filter_text=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_lib_eclipse_dropins_sdk/uri=file\:/usr/lib/eclipse/dropins/sdk/
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_modeling_m2t_xpand_updates/uri=http\://download.eclipse.org/modeling/m2t/xpand/updates/
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_mylyn_releases_3.6/isSystem=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_mylyn-context-jdt/description=
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert
/bundle_defaults/org.eclipse.jdt.ui/packageview.doubleclick=packageview.doubleclick.expands
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert
/bundle_defaults/org.eclipse.jdt.ui/content_assist_guess_method_arguments=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_technology_epp_packages_juno/name=EPP Juno Package Repository
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_comment_italic=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:download.eclipse.org_technology_epp_packages_indigo_SR1/version=1.0.0
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.pkgNameAbbreviationPatternForPackagesView=
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.typeParameter.bold=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_mylyn_releases_latest/name=Mylyn for Eclipse 3.7, 3.8 and 4.2
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_homeaclark.eclipse_org.eclipse.platform_3.8_155965261_configuration_org.eclipse.osgi_bundles_89_data_listener_1925729951/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.class.italic=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_sdk/isSystem=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_tools_orbit_downloads_drops_R20100519200754_repository/uri=http\://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/repository
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo_R/uri=http\://download.eclipse.org/technology/epp/packages/indigo/R/
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_releases_indigo/name=Eclipse Indigo Repository
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_datatools_updates/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.methodDeclarationName.bold=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_sdk/enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_share_eclipse_dropins_egit/suffix=eclipse
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_windowbuilder_WB_integration_3.7/uri=http\://download.eclipse.org/windowbuilder/WB/integration/3.7
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert
/bundle_defaults/org.eclipse.ui.ide/MARKER_LIMITS_VALUE=100
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_releases_indigo_201202240900/enabled=false
/bundle_defaults/org.eclipse.ui.ide/IMPORT_FILES_AND_FOLDERS_TYPE=
/bundle_defaults/org.eclipse.ui.ide/CLOSE_UNRELATED_PROJECTS=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.annotationElementReference.strikethrough=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:__download.eclipse.org_objectteams_updates_contrib/enabled=false
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariable.strikethrough=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_releases_indigo/isSystem=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_tools_ptp_updates_indigo/uri=http\://download.eclipse.org/tools/ptp/updates/indigo/
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_releases_indigo_201202240900/type=org.eclipse.equinox.internal.p2.metadata.repository.LocalMetadataRepository
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_sequoyah_updates_2.0/enabled=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_modeling_m2t_updates_releases/enabled=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_share_eclipse_dropins_sdk/isSystem=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_technology_epp_packages_juno/suffix=content.xml
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:download.eclipse.org_tools_gef_updates_milestones/uri=http\://download.eclipse.org/tools/gef/updates/milestones/
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.forbiddenReferenceCheck=enabled
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_mylyn_drops_3.8.3_v20130107-0100/version=1.0.0
/bundle_defaults/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_technology_epp_packages_indigo_R/description=
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_homeaclark.eclipse_org.eclipse.platform_3.8_155965261_configuration_org.eclipse.osgi_bundles_89_data_listener_1925729951/description=
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.staticField.italic=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
dev.eclipse.org_svnroot_dsdp_org.eclipse.tm.tcf_releases_0.4.0/uri=http\://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/releases/0.4.0
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.deprecationCheck=disabled
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_libeclipse.eclipseextension/isSystem=true
/instance/org.eclipse.ui.views.log/orderType=2
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.localVariableDeclaration.italic=false
/bundle_defaults/org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-startup
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_sdk/name=/usr/share/eclipse/dropins/sdk
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:download.eclipse.org_releases_indigo_201109230900_aggregate/description=
/bundle_defaults/org.eclipse.jdt.ui/autoFormatJavaDocs=false
/bundle_defaults/org.eclipse.ui/LINK_NAVIGATOR_TO_EDITOR=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_homeaclark.eclipse_org.eclipse.platform_3.8_155965261/suffix=artifacts.xml
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:download.eclipse.org_eclipse_updates_3.7_R-3.7.2-201202080800/enabled=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_technology_actf_0.9_update-site/uri=http\://download.eclipse.org/technology/actf/0.9/update-site/
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_share_eclipse_dropins_egit-mylyn/type=org.eclipse.equinox.p2.extensionlocation.metadataRepository
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_share_eclipse_dropins_sdk/suffix=eclipse
/instance/org.eclipse.jdt.ui/fontPropagated=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:download.eclipse.org_technology_emft_updates/isSystem=false
/bundle_defaults/org.eclipse.jdt.ui/pf_coloring_argument_italic=false
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:
download.eclipse.org_releases_indigo_201106220900/uri=http\://download.eclipse.org/releases/indigo/201106220900
/bundle_defaults/org.eclipse.ui.workbench/REUSE_DIRTY_EDITORS=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/http\:__download.eclipse.org_technology_epp_packages_indigo/provider=
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_lib_eclipse_dropins_sdk/version=1
/bundle_defaults/org.eclipse.jdt.ui/org.eclipse.jdt.ui.methodreturntype=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/file\:_usr_libeclipse.eclipseextension/provider=
/bundle_defaults/org.eclipse.ui.workbench/perspectiveBarVisible=true
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.artifact.repository/repositories/http\:
download.eclipse.org_modeling_mdt_updates/enabled=false
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.eclipse.equinox.p2.metadata.repository/repositories/file\:_usr_share_eclipse_dropins_mylyn-context-jdt/type=org.eclipse.equinox.p2.extensionlocation.metadataRepository
/bundle_defaults/org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=0
/bundle_defaults/org.eclipse.jdt.ui/editor_folding_enabled=true
/bundle_defaults/org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert
/bundle_defaults/org.eclipse.jdt.ui/semanticHighlighting.interface.color=50,63,112
/profile/file\:\2fhome\2faclark\2f.eclipse\2forg.eclipse.platform_3.8_155965261\2fconfiguration\2f..\2fp2\2f/SELF/org.

rombert

rombert

2013-04-14 05:28

manager   ~0036586

Did you upgrade the plugins using Eclipse's update manager or apt-get? I think that the packages might have a hard time if you install debs and then upgrade them using Eclipse, but that's just a hunch.

rombert

rombert

2015-10-04 14:34

manager   ~0051595

No feedback for 2 and 1/2 years -> resolving 'unable to reproduce'.