Problem starting Eclipse Mars, "

I have been running Eclipse Kepler on a very large C/C++ project for a few years. Recently, I have experienced a drastic slow-down in the UI, which I have not been able to resolve. So, I have decided to upgrade to the latest version of Eclipse in order to see if that will fix my problem. Unfortunately, I have encountered several problems with the newer version of Eclipse.
I am running Eclipse Mars on CentOS 6.6. I have downloaded it from Eclipse, not using an RPM or other package for my OS. I also downloaded Oracle's JRE 1.8.0.45, and configured the eclipse.ini to use that version of Java. Finally, I have pointed Eclipse to my existing Kepler workspace in order to retain all of that precious information.
When Eclipse starts up, it displays my existing workspace, and also an error message:
'Setup check' has encountered a problem.
An internal error occurred during: "Setup check".
The details state:
An internal error occurred during: "Setup check".
java.lang.NullPointerException
Opening the error log view shows a ton of messages like this, all of which relate to some GIF file or other:
eclipse.buildId=4.5.0.I20150603-2000
java.version=1.8.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.cpp.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.cpp.product
This is a continuation of log file /swdev/.metadata/.bak_0.log
Created Time: 2015-07-07 16:54:13.613
org.eclipse.core.runtime
Error
Tue Jul 07 16:54:13 EDT 2015
Invalid input url:platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.gif
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.gif".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:65)
at org.eclipse.core.internal.runtime.FindSupport.find(FindSupport.java:290)
at org.eclipse.core.runtime.FileLocator.find(FileLocator.java:152)
at org.eclipse.jface.resource.URLImageDescriptor.getStream(URLImageDescriptor.java:140)
at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:105)
at org.eclipse.jface.resource.URLImageDescriptor.getImageData(URLImageDescriptor.java:100)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:270)
at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:291)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:224)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:202)
at org.eclipse.ui.internal.dialogs.ViewLabelProvider.getImage(ViewLabelProvider.java:93)
at org.eclipse.jface.viewers.ColumnLabelProvider.update(ColumnLabelProvider.java:35)
at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:154)
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:949)
at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:114)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:1029)
at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:473)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:2176)
at org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem(AbstractTreeViewer.java:843)
at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:818)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:791)
at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:611)
at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:762)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalSetExpanded(AbstractTreeViewer.java:2047)
at org.eclipse.jface.viewers.AbstractTreeViewer.setExpandedElements(AbstractTreeViewer.java:2429)
at org.eclipse.ui.internal.dialogs.ShowViewDialog.restoreWidgetValues(ShowViewDialog.java:338)
at org.eclipse.ui.internal.dialogs.ShowViewDialog.createDialogArea(ShowViewDialog.java:177)
at org.eclipse.jface.dialogs.Dialog.createContents(Dialog.java:768)
at org.eclipse.jface.window.Window.create(Window.java:430)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1096)
at org.eclipse.jface.window.Window.open(Window.java:792)
at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:94)
at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:75)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:295)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:252)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:234)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:493)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:486)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343)
at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:147)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1327)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
Any assistance would be greatly appreciated.

Am 07.07.2015 um 23:15 schrieb Tape Five:
> When Eclipse starts up, it displays my existing workspace, and also an error message:
>
> 'Setup check' has encountered a problem.
> An internal error occurred during: "Setup check".
>
> The details state:
>
> An internal error occurred during: "Setup check".
> java.lang.NullPointerException
Please submit a bugzilla against Oomph and attach the entire stack trace of this NullPointerException.
Cheers
/Eike
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper

Similar Messages

  • Problems starting eclipse

    Eclipse does not start.The error message in the .log file is as follows:
    !SESSION 2006-04-04 18:25:25.469 -----------------------------------------------
    eclipse.buildId=I20050627-1435
    java.version=1.5.0_06
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 2006-04-04 18:25:30.436
    !MESSAGE An error occurred while automatically activating bundle org.eclipse.core.resources (14).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle org.eclipse.core.resources.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266)
         at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:116)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at org.eclipse.ui.internal.ide.model.WorkbenchAdapterFactory.<init>(WorkbenchAdapterFactory.java:35)
         at org.eclipse.ui.internal.ide.model.WorkbenchAdapterBuilder.registerAdapters(WorkbenchAdapterBuilder.java:33)
         at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.initialize(IDEWorkbenchAdvisor.java:132)
         at org.eclipse.ui.application.WorkbenchAdvisor.internalBasicInitialize(WorkbenchAdvisor.java:172)
         at org.eclipse.ui.internal.Workbench.init(Workbench.java:1002)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)
    Caused by: java.lang.OutOfMemoryError: Requested array size exceeds VM limit
    Root exception:
    java.lang.OutOfMemoryError: Requested array size exceeds VM limit
    !ENTRY org.eclipse.osgi 2006-04-04 18:25:30.476
    !MESSAGE Application error
    !STACK 1
    java.lang.NoClassDefFoundError: org/eclipse/core/resources/IProject
         at org.eclipse.ui.internal.ide.model.WorkbenchAdapterFactory.<init>(WorkbenchAdapterFactory.java:35)
         at org.eclipse.ui.internal.ide.model.WorkbenchAdapterBuilder.registerAdapters(WorkbenchAdapterBuilder.java:33)
         at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.initialize(IDEWorkbenchAdvisor.java:132)
         at org.eclipse.ui.application.WorkbenchAdvisor.internalBasicInitialize(WorkbenchAdvisor.java:172)
         at org.eclipse.ui.internal.Workbench.init(Workbench.java:1002)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)

    Here's the problem:
    java.lang.NoClassDefFoundError: org/eclipse/core/resources/IProject
    The org.eclipse.core.resources.IProject is not in the application's classpath.
    ~

  • Problem starting Eclipse....

    Hello Eclipse experts,
    I need your help. Eclipse was working fine before, but now I'm getting this error. Please help. Thanks in advance.
    I'm using, Eclipse version 3.1
    !SESSION 2006-07-31 14:40:34.751 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.4.2_08
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 2006-07-31 14:40:35.626
    !MESSAGE Application error
    !STACK 1
    java.lang.IllegalStateException: Unable to acquire application service.
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:367)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.main(Main.java:948)

    make a .bat file with the following entry
    eclipse -vm C:\j2sdk1.4.2\bin\javaw -vmargs -Xmx256m
    and put it in the folder where eclipse startup is kept, instead of running the eclipse application , run this bat file.
    Hope this helps.

  • Eclipse Mars: Forgets libraries, and can not add

    When I started Eclipse (Mars) I got error messages that code that worked before is not working any more. On inspection I found out the required libraries where lost for Eclipse.
    I removed the libraries in Eclipse: Windows -> Java -> Build Path -> User Libraries, but Eclipse does not find the libraries.
    What do I need to do to be able to work on my project again?
    (Sorry if this is a known problem with known solution. I did search. Point me to the solution. Thanks)

    How do you manage your depedencies (manually,Maven, gradle, OSGi/PDE, ...)?
    If the answer is "manually" where are those libraries located?
    If you try to re-add them, how exactly does this fail?

  • Problem in starting eclipse

    At first I thought I messed up eclipse, so I deleted everything, re-installed eclipse and re-installed nitox. Everything worked fine until this morning.
    When I booted by system, and started eclipse I got the following errors:
    Errors during build.
    Error instantiating builder: com.m7.nitrox.nitroxbuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Error instantiating builder: com.m7.nitrox.nitroxbuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Error instantiating builder: com.m7.nitrox.nitroxbuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Error instantiating builder: com.m7.nitrox.nitroxbuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Error instantiating builder: com.m7.nitrox.nitroxbuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    If shut down eclipse, and bring it back up, the errors dissapear (but come back to haunt at later times)
    Eclispe version:Version: 3.1.0
    Build id: I20050401-1645 (M6)
    Nitrox Version :
    M7 NitroX
    Version: 2.1.0 M1
    Build id: 411
    Any Idea what causes this? or how to fix?
    thx
    ed

    I started getting this today after I terminated Tomcat shortly (~1 sec) after clicking on Run (I meant to click Debug). After that Nitrox complained it could not build. So I rebooted, but now it is stuck saying it cannot build.
    Eclipse Platform 3.1.0 (I20050513-1415)
    M7 NitroX 2.1.0 M3 (419)
    J2SE 1.5.0_02-b09
    Windows XP 5.1
    ClearCase 1.0.3
    Log4E 0.7.7
    !SESSION 2005-08-22 19:02:52.678 -----------------------------------------------
    eclipse.buildId=I20050513-1415
    java.version=1.5.0_02
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.m7.nitrox -application org.eclipse.ui.ide.workbench
    !ENTRY org.eclipse.osgi 2005-08-22 19:03:39.627
    !MESSAGE An error occured while automatically activating bundle com.m7.nitrox (96).
    !STACK 0
    org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle com.m7.nitrox.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1013)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266)
         at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:112)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
         at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:724)
         at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:676)
         at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:434)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:200)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
         at org.eclipse.core.runtime.Platform.run(Platform.java:775)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
         at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:211)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:572)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
         at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:734)
         at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:932)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
    Caused by: java.lang.NullPointerException
         at com.m7.wide.eclipse.jstudio.Plugin.A(Unknown Source)
         at com.m7.wide.eclipse.jstudio.Plugin.startup(Unknown Source)
         at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:31)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:988)
         ... 32 more
    Root exception:
    java.lang.NullPointerException
         at com.m7.wide.eclipse.jstudio.Plugin.A(Unknown Source)
         at com.m7.wide.eclipse.jstudio.Plugin.startup(Unknown Source)
         at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:31)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:994)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:988)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:969)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:321)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:266)
         at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:112)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:337)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:389)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
         at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:724)
         at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:676)
         at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:434)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:200)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
         at org.eclipse.core.runtime.Platform.run(Platform.java:775)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
         at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:211)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:572)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
         at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:734)
         at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:932)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
    !ENTRY org.eclipse.core.resources 2 1 2005-08-22 19:03:39.667
    !MESSAGE Skipping builder com.m7.nitrox.nitroxbuilder for project myproject. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
    !ENTRY org.eclipse.core.resources 4 75 2005-08-22 19:03:39.757
    !MESSAGE Errors during build.
    !SUBENTRY 1 org.eclipse.core.resources 4 75 2005-08-22 19:03:39.757
    !MESSAGE Error instantiating builder: com.m7.nitrox.nitroxbuilder.
    !STACK 1
    org.eclipse.core.runtime.CoreException[1]: java.lang.ClassNotFoundException: com.m7.wide.eclipse.NitroxBuilder
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
         at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:724)
         at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:676)
         at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:434)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:200)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
         at org.eclipse.core.runtime.Platform.run(Platform.java:775)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
         at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:211)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:572)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
         at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:734)
         at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:932)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
    !SUBENTRY 2 org.eclipse.core.runtime 4 1 2005-08-22 19:03:39.757
    !MESSAGE Plug-in com.m7.nitrox was unable to load class com.m7.wide.eclipse.NitroxBuilder.
    !STACK 0
    java.lang.ClassNotFoundException: com.m7.wide.eclipse.NitroxBuilder
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
         at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:74)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:275)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1259)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:142)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:129)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
         at org.eclipse.core.internal.events.BuildManager.instantiateBuilder(BuildManager.java:724)
         at org.eclipse.core.internal.events.BuildManager.initializeBuilder(BuildManager.java:676)
         at org.eclipse.core.internal.events.BuildManager.getBuilder(BuildManager.java:434)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:200)
         at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:231)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1029)
         at org.eclipse.core.runtime.Platform.run(Platform.java:775)
         at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:234)
         at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:253)
         at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:282)
         at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:211)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:572)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:515)
         at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:734)
         at org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:932)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
    Actually, while I was posting this, I did a Project->Clean after letting Nitrox sit there idle for a few minutes. It seems to have come back from the dead. Now I don't get the error message anymore. Not exactly a confidence builder...

  • Eclipse Mars (4.5.0): unable to run JUnit-Plugin test with Target Platform 3.8.2

    Using Eclipse Mars (4.5.0) I cannot run JUnit Plug-in tests.
    I'm using the Eclipse Juno (3.8.2) as target platform and JDT complains about missing bundle org.eclipse.core.runtime v3.11.0:
    org.eclipse.pde.junit.runtime
    Warning
    Fri Jun 26 16:17:44 BST 2015
    Missing required bundle org.eclipse.core.runtime_[3.11.0,4.0.0).
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
    Framework arguments: -version 3 -port 54540 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -classNames ... -application org.eclipse.pde.junit.runtime.coretestapplication
    Command-line arguments: -os win32 -ws win32 -arch x86_64 -consoleLog -version 3 -port 54540 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -classNames ...
    java.lang.RuntimeException: Application "org.eclipse.pde.junit.runtime.coretestapplication" could not be found in the registry.
    at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
    at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
    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)
    If I update my target platform to use the following 2 jars:
    org.eclipse.core.runtime_3.11.0.v20150405-1723 .jar
    org.eclipse.equinox.common_3.7.0.v20150402-1709.jar
    then it works fine.
    Is this the expected behavior? Do I need to have a more recent target platform?
    Or is there any configuration I need to bypass this problem?
    Thanks in advance.

    Hello,
    i have the same problem and personally can not think that this is intended.
    Why is this plugin searching for its dependency org.eclipse.core.runtime within the TargetPlatform (at least it looks like it).
    I personally, do not want to enhance my target with this dependency. It has never been needed before. I also do not want to be forced to upgrade my TargetPlatform just because of this.
    Can someone give some more detailed explanation why this now happens?
    Thanks,
    Stefan

  • NPE after upgrading to eclipse mars

    Hi,
    I've just migrated to eclipse mars and to Graphiti 0.12
    When opening my old diagrams or just created I get following exception. It seems to be related to Palette and its icons. I will investigate problem, however maybe someone have seen the same problem and knows already what is wrong?
    I get error when calling super method of:
    @Override
    public void createPartControl(Composite parent) {
    super.createPartControl(parent);
    // hides grid on diagram, but you can reenable it
    if (getGraphicalViewer() != null && getGraphicalViewer().getEditPartRegistry() != null) {
    ScalableFreeformRootEditPart rootEditPart = (ScalableFreeformRootEditPart) getGraphicalViewer().getEditPartRegistry().get(LayerManager.ID);
    IFigure gridFigure = ((LayerManager) rootEditPart).getLayer(LayerConstants.GRID_LAYER);
    gridFigure.setVisible(false);
    java.lang.NullPointerException
    at org.eclipse.jface.resource.ImageDataImageDescriptor.hashCode(ImageDataImageDescriptor.java:84)
    at java.util.HashMap.hash(HashMap.java:362)
    at java.util.HashMap.getEntry(HashMap.java:462)
    at java.util.HashMap.get(HashMap.java:417)
    at org.eclipse.gef.ui.palette.editparts.PaletteEditPart$ImageCache.getImage(PaletteEditPart.java:430)
    at org.eclipse.gef.ui.palette.editparts.PaletteEditPart.setImageDescriptor(PaletteEditPart.java:388)
    at org.eclipse.gef.internal.ui.palette.editparts.ToolEntryEditPart.refreshVisuals(ToolEntryEditPart.java:469)
    at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:725)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:644)
    at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:253)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:223)
    at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:212)
    at org.eclipse.gef.internal.ui.palette.editparts.PinnablePaletteStackEditPart.addChild(PinnablePaletteStackEditPart.java:152)
    at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:781)
    at org.eclipse.gef.internal.ui.palette.editparts.PinnablePaletteStackEditPart.refreshChildren(PinnablePaletteStackEditPart.java:195)
    at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:726)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:644)
    at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:253)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:223)
    at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:212)
    at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:781)
    at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:726)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:644)
    at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:253)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:223)
    at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:212)
    at org.eclipse.gef.editparts.AbstractEditPart.refreshChildren(AbstractEditPart.java:781)
    at org.eclipse.gef.editparts.AbstractEditPart.refresh(AbstractEditPart.java:726)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.refresh(AbstractGraphicalEditPart.java:644)
    at org.eclipse.gef.editparts.AbstractEditPart.addNotify(AbstractEditPart.java:253)
    at org.eclipse.gef.editparts.AbstractGraphicalEditPart.addNotify(AbstractGraphicalEditPart.java:223)
    at org.eclipse.gef.editparts.AbstractEditPart.addChild(AbstractEditPart.java:212)
    at org.eclipse.gef.editparts.SimpleRootEditPart.setContents(SimpleRootEditPart.java:105)
    at org.eclipse.gef.ui.palette.PaletteViewer.setPaletteRoot(PaletteViewer.java:425)
    at org.eclipse.gef.EditDomain.setPaletteViewer(EditDomain.java:420)
    at org.eclipse.gef.ui.palette.PaletteViewerProvider.hookPaletteViewer(PaletteViewerProvider.java:86)
    at org.eclipse.gef.ui.palette.PaletteViewerProvider.createPaletteViewer(PaletteViewerProvider.java:65)
    at org.eclipse.gef.ui.palette.FlyoutPaletteComposite.setState(FlyoutPaletteComposite.java:618)
    at org.eclipse.gef.ui.palette.FlyoutPaletteComposite.updateState(FlyoutPaletteComposite.java:664)
    at org.eclipse.gef.ui.palette.FlyoutPaletteComposite.<init>(FlyoutPaletteComposite.java:206)
    at org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.createPaletteComposite(GraphicalEditorWithFlyoutPalette.java:94)
    at org.eclipse.gef.ui.parts.GraphicalEditorWithFlyoutPalette.createPartControl(GraphicalEditorWithFlyoutPalette.java:73)
    at org.eclipse.graphiti.ui.editor.DiagramEditor.createPartControl(DiagramEditor.java:320)
    at com.systemincloud.modeler.eclipse.editor.SystemInCloudEditor.createPartControl(SystemInCloudEditor.java:52)
    at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:151)
    at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99)
    at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:341)
    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:606)
    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:898)
    at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:879)
    at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:121)
    at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:345)
    at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:264)
    at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:104)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73)
    at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:55)
    at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:129)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:971)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:640)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:746)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$0(PartRenderingEngine.java:717)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$2.run(PartRenderingEngine.java:711)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:695)
    at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:99)
    at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40)
    at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:186)
    at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:145)
    at org.eclipse.swt.widgets.Display.syncExec(Display.java:4633)
    at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:211)
    at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36)
    at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
    at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
    at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
    at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
    at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
    at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
    at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:85)
    at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59)
    at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
    at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
    at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:494)
    at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:458)
    at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:724)
    at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:396)
    at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1166)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3234)
    at org.eclipse.ui.internal.WorkbenchPage.access$25(WorkbenchPage.java:3149)
    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:3131)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3126)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3090)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3080)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:541)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:500)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:360)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:167)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:268)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:233)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)
    at org.eclipse.jdt.internal.ui.navigator.OpenAndExpand.run(OpenAndExpand.java:50)
    at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:229)
    at org.eclipse.ui.navigator.CommonNavigatorManager$2.open(CommonNavigatorManager.java:191)
    at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:854)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:173)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:851)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1168)
    at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:449)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1275)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:278)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:272)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:313)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1327)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    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:606)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
    Thanks,
    Marek

    Still not solved.
    My observations:
    My icons are rather URLImageDescriptor e.g.:
    URLImageDescriptor(platform:/plugin/com.systemincloud.modeler.gui/bundleentry:/20.fwk806881132/icons/palette.outputport.png)
    I see that in ImageService in createImageDescriptorForId descriptors are intended to be fixed:
    private ImageDescriptor fixImageDescriptor(ImageDescriptor descriptor) {
    // Typically the incoming ImageDescriptor is an URLImageDescriptor. The following lines create an ImageDataImageDescriptor
    // from it, which basically describes the same image. But that one works. So there seems to be an error in the
    // URLImageDescriptor.
    ImageData data = descriptor.getImageData();
    return ImageDescriptor.createFromImageData(data);
    But in my case getImageData() returns null and the ImageDataImageDescriptor has attribute data null.
    Still digging ...
    [UPDATE]:
    Ok, I am blind. Urls are generated wrongly: (platform:/plugin/com.systemincloud.modeler.gui/bundleentry:/20.fwk806881132/icons/palette.outputport.png

  • Crashing WindowBuilder and I invisible structure in Eclipse Mars

    Hi,
    I have Eclipse Mars in Linux Mint. When I create a project java with jframe with design in WindowBuilder, the system crashed. For a time it works and then disappear view of structure components and eclipse crashes.
    The output of terminal is in file terminal.txt
    Sorry for my English

    No help will be coming. I have reported the same bug for RHEL 6 over six months ago. The developer will blame the window manager, then linux in general then say he does not have linux and thus cannot help you. WindowBuilder apears to use some feature that is not well implemented in the SWT GTK libraries. Everything else in linux works, the rest of eclipse works but not windowbuilder. No support is coming because, linux is after all the wild west of operating systems. I suggest, that if you can, switch to Netbeans and the always working GUI builder it has ( though I hate the appoach it takes ).
    Eric Clayberg wrote on Tue, 23 December 2014 19:58If it is appearing in multiple window managers, it is likely a problem with one of the updated OS libraries included with that update. A video driver bug could also be the cause and would affect multiple window managers as well. I doubt the problem lies in any Eclipse or SWT code as you stated it worked fine prior to the OS update. Something is disabling off screen rendering, so you are getting a blank image. I have seen "optimizations" like that done in Linux updates in the past and then seem them backed out in the very next update. Each new generation of developers hacking on Linux seems to introduce the same bug and then fix it later. I have seen this happen several times over the last ten years or so. Unfortunately, Linux is the Wild West of operating systems, and you are guaranteed virtually no forward, backward, or sideways (between distros) compatibility.

  • Compilation's problems with eclipse

    hello
    in working for my thesis with eclipse I have see that the modify to source code have not effect in runt-time
    In effect I have an file .class, I modify the source file .java, I compile and i go this in run with the Eclipse command <<run>> but the behavior not change.
    I don't lie because i appnd a
    system.out
    to main of a class and in run-time the print is'nt.
    What's appened?
    I not remober about modify about Eclipse's configuration ????
    What do you think??
    thank for every feed-back
    Alessandro Puzielli

    Ehm...
    I use Eclipse over Linux.. I have runned Eclipse as
    "root" a few of day ago and Eclipse's behaviort was
    ok. After I have lanched Eclipse as normal user and
    in effect I try to overwriter the *class of root and
    it's impossible!it's normal 'cause you don't have the permissions on the project files
    I have take a few of day for the understand the
    problem with a
    $ stat name_of_file_.classThanks for the responses!so if your project is a small project, start Eclipse as normal user and rewrite your project ! otherwise, log u as root and give you all the permission on the project and it may work (chmod 777 -R project_path)
    peace
    fred

  • RCPTT Eclipse Mars Plugin NullPointerException

    Hi,
    I can see that Eclipse Mars has RCPTT with it, as given in https://projects.eclipse.org/releases/mars .
    I downloaded Mars M6 from http://download.eclipse.org/eclipse/downloads/drops4/S-4.5M6-201503200800/ and tried to install RCPTT plugin from http://download.eclipse.org/rcptt/release/1.5.5/repository/ Update site. From Installation details I can see that RCPTT 2.0 is installed.
    I tried to run the application as the steps given in https://www.eclipse.org/rcptt/documentation/faq/install-as-plugin/ . But it throws an exception.
    An internal error occurred during: "Launching <AppName>RCPTT".
    java.lang.NullPointerException
    This is the error log.
    !ENTRY org.eclipse.equinox.p2.repository 2 0 2015-04-14 05:07:58.206
    !MESSAGE Server returned lastModified <= 0 for platform:/plugin/org.eclipse.rcptt.updates.runtime.e4x/q7/content.jar
    !ENTRY org.eclipse.core.jobs 4 2 2015-04-14 05:07:58.438
    !MESSAGE An internal error occurred during: "Launching <AppName>RCPTT".
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getInstanceContainer(TargetPlatformHelper.java:1253)
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getTargetPlatformProfilePath(TargetPlatformHelper.java:327)
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.toString(TargetPlatformHelper.java:1264)
    at java.lang.String.valueOf(String.java:2847)
    at java.lang.StringBuilder.append(StringBuilder.java:128)
    at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformInitializer.initialize(Q7TargetPlatformInitializer.java:120)
    at org.eclipse.rcptt.launching.configuration.Q7LaunchConfigurationDelegate.preLaunchCheck(Q7LaunchConfigurationDelegate.java:150)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:840)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    I have attached the screen shot (Method1.PNG)
    I then tried the method to go to RCPTT prespective and try to create a RCPTT project and record a test. That time a new error came, which is given in screen shot (Method2.PNG)
    The Application for both the above two methods are chosen by the following steps.
    Run the application which need to be tested using RCPTT. Save the run configuration as a .launch file.
    Go to Run Configuration > Create New Eclipse Application under Test.
    Choose the .launch file in target and click Run.
    This new Run Configuration will be seen in Applications tab in RCPTT perspective.
    Is this method right? However there is another option in Applications tab in RCPTT perspective. There I can add a new application by right click New and select the application. Whenever I try to select the application, it says "Invalid product location". I am selecting the location of the .product file. I tried to choose other locations like .target, etc as well. The message "invalid product location" did not go. Do I have to try this method as well? I think it need to provide me something same as the above method with I have mentioned.
    Please find two images attached.
    Thank you

    Hi all,
    I have an identical problem with Papyrus project. I used Oomph setup to configure the workspace of my IDE and I installed RCPTT plugins from the Eclipse Mars update site (http://download.eclipse.org/releases/mars).
    I created an Eclipse Application under test and, when I launch it, I have a NPE.
    This is the content of log file :
    !ENTRY org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Detected potential problems in target platform Papyrus AUT with RCPTT
    Targlet Container Oomph
    Env: null/null/null/null
    JRE: null
    Args: null/null
    Implicit: null
    Handle: 1434021091504.target
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util_1.7.0.v201011041433.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation.source_2.0.100.v20150311-1658.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation.source_1.1.100.v20140704-0625.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.source_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.source_1.7.0.v201011041433.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css.source_1.7.0.v201011041433.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css.source_1.6.0.v201011041432.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui.source_1.7.0.v200903091627.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.util.gui.source_1.6.0.v201011041432.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css_1.6.0.v201011041432.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.apache.batik.css_1.7.0.v201011041433.jar
    !SUBENTRY 1 org.eclipse.rcptt.launching.ext 2 0 2015-06-11 13:11:33.642
    !MESSAGE Multiple versions of bundle file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation_2.0.100.v20150311-1658.jar and file:/C:/Users/gpascual/.p2/pool/plugins/org.eclipse.jdt.annotation_1.1.100.v20140704-0625.jar
    !ENTRY org.eclipse.core.jobs 4 2 2015-06-11 13:11:33.643
    !MESSAGE An internal error occurred during: "Launching Papyrus AUT".
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getInstanceContainer(TargetPlatformHelper.java:1244)
    at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.getTargetPlatformProfilePath(TargetPlatformHelper.java:330)
    at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformInitializer.getInfo(Q7TargetPlatformInitializer.java:231)
    at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformInitializer.initialize(Q7TargetPlatformInitializer.java:100)
    at org.eclipse.rcptt.launching.configuration.Q7LaunchConfigurationDelegate.preLaunchCheck(Q7LaunchConfigurationDelegate.java:150)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:840)
    at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:739)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1039)
    at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1256)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    !ENTRY org.eclipse.epp.logging.aeri.ui 2 19 2015-06-11 13:11:33.649
    !MESSAGE The notification timed out Version: 1.0.0.v20150603-1017
    !STACK 0
    org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs$LogTraceException
    at org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs$LogTraceException.newTrace(Logs.java:382)
    at org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs.log(Logs.java:134)
    at org.eclipse.epp.internal.logging.aeri.ui.l10n.Logs.log(Logs.java:126)
    at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.isNotificationInProgress(ReportingController.java:267)
    at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.sendOrNotify(ReportingController.java:166)
    at org.eclipse.epp.internal.logging.aeri.ui.ReportingController.on(ReportingController.java:154)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    at org.eclipse.epp.internal.logging.aeri.ui.log.LogListener.logging(LogListener.java:51)
    at org.eclipse.core.internal.runtime.RuntimeLog.logToListeners(RuntimeLog.java:161)
    at org.eclipse.core.internal.runtime.PlatformLogWriter.logged(PlatformLogWriter.java:103)
    at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.safeLogged(ExtendedLogReaderServiceFactory.java:88)
    at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.logPrivileged(ExtendedLogReaderServiceFactory.java:217)
    at org.eclipse.osgi.internal.log.ExtendedLogReaderServiceFactory.log(ExtendedLogReaderServiceFactory.java:189)
    at org.eclipse.osgi.internal.log.ExtendedLogServiceFactory.log(ExtendedLogServiceFactory.java:65)
    at org.eclipse.osgi.internal.log.ExtendedLogServiceImpl.log(ExtendedLogServiceImpl.java:87)
    at org.eclipse.osgi.internal.log.LoggerImpl.log(LoggerImpl.java:54)
    at org.eclipse.core.internal.runtime.PlatformLogWriter.logging(PlatformLogWriter.java:44)
    at org.eclipse.core.internal.runtime.RuntimeLog.log(RuntimeLog.java:97)
    at org.eclipse.core.internal.jobs.JobManager.endJob(JobManager.java:701)
    at org.eclipse.core.internal.jobs.WorkerPool.endJob(WorkerPool.java:105)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:72)
    I added in attachment the Papyrus Launcher configuration and the AUT Launcher configuration. I wanted to attach the aimed target file but this one doesn't exist in .metadata folder.
    The used target platform with my IDE is a Targlet which is created by Oomph.
    Regards
    Gabriel

  • After download and installation of PS PE12 I have problems starting the programm. After selecting video and new project nothing happens, only the colorbar below new project is showing

    New computer.
    After download and installation of PS PE12
    I have problems starting the programm, double clicking on the icon.
    After selecting video and new project nothing happens, only the colorbar below new project is showing, nothing happens.
    (expected was to activate the program and the sarting the PE12)
    PSE12 runs fine
    System:
    WIN8.1 / i7 /16GB RAM

    New computer.
    After download and installation of PS PE12
    I have problems starting the programm, double clicking on the icon.
    After selecting video and new project nothing happens, only the colorbar below new project is showing, nothing happens.
    (expected was to activate the program and the sarting the PE12)
    PSE12 runs fine
    System:
    WIN8.1 / i7 /16GB RAM

  • Tabs only open in a new window. Ctl T opens a new window NOT a new tab help-last update this problem started. How do I set FF back to open tabs in 1 window

    Tabs only open in a new window. Ctl T opens a new window NOT a new tab help-last update this problem started 2 days ago. How do I set FF back to open tabs in 1 window?
    There is no plus sign and going into optins and changing settings has not worked. I have uninstall FF and reinstall-keeping my personalization-and that was no help.
    Right clicking on FF Icon to open a new tab, or going up to FF drop down tab and clicking on new tab both do not work.
    Help everything opens a new window not a new tab. there seems to be no way to reset this or to chose a different optin. I just downloaded new tabs at end addon and it didn't do a thing.

    as a first troubleshooting step - does it work like normally when you open & run firefox in [[Safe Mode|safemode]] by pressing the shift key while you open firefox (all other instances have to be closed before)...

  • Purchased a new Apple TV and the remote double clicks each time I press the button. It worked fine during set up and for the first two days.  I have since moved it and this problem started. Restarted,reset,unplugged,change remotes, no change.Help please.

    Purchased a new Apple TV and the remote double clicks each time I press the button. It worked fine during set up and for the first two days.  I have since moved it and this problem started. Restarted,reset,unplugged,changed remotes, no change. Latest software update. This is really annoying.  iPhone remote app works just fine.  Any suggestions?

    That's one of the weird things.. it recognizes it maybe 10% of the time. And usually, only after I do the two-button reset. Problem is.. since it won't charge above 2%, anytime I try to do a restore or anything like that using iTunes, my device shuts off and I lose whatever progress I'd made.
    So, an update... after reading through a bunch of similar complaints (there are literally 1000's of them so there's NO WAY this isn't somehow ios7 related, thanks a lot APPLE ) I decided to try a restore in recovery mode. After 3 hours and several disconnections... I ended up having to just set it up as a new iPad, as the restore did nothing. Weirdly though... as I was doing the restore in recovery mode.. I noticed I'd gotten up to a 10% charge.. higher than it's been since September, so after setting it up as a new device, I turned it off and plugged it in using the wall charger. 2 hours later and I was up to 38%. Still not great, as my iPad, before ios7 could've fully charged twice in the amount of time it took for me to now get 28% more of a charge. And that's with a fully cleaned out device.. so that really ***** and I'm now more confused than ever.
    But I'm gonna leave it overnight charging and see what I come up with tomorrow. Sadly, when I paid $600 for it in February, I never expected to have to play "wait and see" with it...

  • Problem starting logical host on eGate 5.1.0

    I'm having problem starting logical host for eGate 5.1.0 on Linux platform, and I cant see where is the problem lies. Is there anybody here that can give me some hint or guide?
    Below is the error message from the log.
    [#|2006-08-22T17:57:28.506+0800|WARNING|IS5.1|javax.enterprise.resource.jms|_ThreadID=11; ThreadName=STCMS process monitoring;|STCMS process ended unexpectedly with exit code 1; initiating application server restart|#]
    [#|2006-08-22T17:57:28.567+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=11; ThreadName=STCMS process monitoring;|sending restart notification to server...server|#]
    [#|2006-08-22T17:57:28.721+0800|WARNING|IS5.1|javax.enterprise.system.tools.admin|_ThreadID=12; ThreadName=RMI TCP Connection(1)-127.0.0.1;|core.tmp_folder_deletion_failed|#]
    [#|2006-08-22T17:57:28.722+0800|INFO|IS5.1|javax.enterprise.resource.jms|_ThreadID=12; ThreadName=RMI TCP Connection(1)-127.0.0.1;|stcms.alert_shutting_down|#]
    [#|2006-08-22T17:57:28.722+0800|INFO|IS5.1|javax.enterprise.resource.jms|_ThreadID=12; ThreadName=RMI TCP Connection(1)-127.0.0.1;|stcms.broker_shutting_down|#]
    [#|2006-08-22T17:57:31.020+0800|INFO|IS5.1|javax.enterprise.system.container.web|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|Creating virtual server server|#]
    [#|2006-08-22T17:57:31.039+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|IS AVK Instrumentation disabled|#]
    [#|2006-08-22T17:57:31.045+0800|INFO|IS5.1|javax.enterprise.system.core.security|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.|#]
    [#|2006-08-22T17:57:31.117+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|[STC JTS Extension] The last agent commit optimization is enabled.|#]
    [#|2006-08-22T17:57:32.315+0800|INFO|IS5.1|com.stc.corba.any.UtilDelegate|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|[STC CORBA Extension]EE/SE Corba Util delegate loaded|#]
    [#|2006-08-22T17:57:33.730+0800|INFO|IS5.1|com.stc.corba.any.UtilDelegate|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|[STC CORBA Extension]Enabling SE Corba support|#]
    [#|2006-08-22T17:57:34.007+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5082: Exception running j2ee services: [java.lang.RuntimeException: java.lang.ExceptionInInitializerError]|#]
    [#|2006-08-22T17:57:34.008+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;stacktrace-id=0;|CORE5091: Error executing J2EE server ...
    java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:351)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:754)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:233)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:222)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:374)
         at com.sun.enterprise.iiop.ORBMonitoring.<init>(ORBMonitoring.java:48)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:236)
         ... 9 more
    Caused by: java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:368)
         ... 11 more
    Caused by: java.lang.NullPointerException: No MBeanServer was returned by the MBeanServerFactory
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.getMBeanServer(MonitoringRegistrationHelper.java:83)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<init>(MonitoringRegistrationHelper.java:60)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<clinit>(MonitoringRegistrationHelper.java:55)
         ... 14 more
    |#]
    [#|2006-08-22T17:57:34.012+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5092: J2EE server reported following error: [java.lang.ExceptionInInitializerError] |#]
    [#|2006-08-22T17:57:34.012+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|CORE5093: Error executing J2EE server |#]
    [#|2006-08-22T17:57:34.013+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;stacktrace-id=1;|CORE5071: An error occured during initialization
    com.sun.appserv.server.ServerLifecycleException: com.sun.appserv.server.ServerLifecycleException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:235)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:222)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: com.sun.appserv.server.ServerLifecycleException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:763)
         at com.sun.enterprise.server.ApplicationServer.onInitialization(ApplicationServer.java:233)
         ... 7 more
    Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:351)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:754)
         ... 8 more
    Caused by: java.lang.RuntimeException: java.lang.ExceptionInInitializerError
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:374)
         at com.sun.enterprise.iiop.ORBMonitoring.<init>(ORBMonitoring.java:48)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:236)
         ... 9 more
    Caused by: java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:164)
         at com.sun.enterprise.server.ServerContextImpl.getMonitoringRegistry(ServerContextImpl.java:368)
         ... 11 more
    Caused by: java.lang.NullPointerException: No MBeanServer was returned by the MBeanServerFactory
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.getMBeanServer(MonitoringRegistrationHelper.java:83)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<init>(MonitoringRegistrationHelper.java:60)
         at com.sun.enterprise.admin.monitor.registry.spi.MonitoringRegistrationHelper.<clinit>(MonitoringRegistrationHelper.java:55)
         ... 14 more
    |#]
    [#|2006-08-22T17:57:34.023+0800|SEVERE|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|Server Startup failed. Exiting...|#]
    [#|2006-08-22T17:57:34.023+0800|INFO|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|Server shutdown in progress...|#]
    [#|2006-08-22T17:57:34.024+0800|INFO|IS5.1|javax.enterprise.system.container.web|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;|WEB0303: Stopping Tomcat.|#]
    [#|2006-08-22T17:57:34.025+0800|WARNING|IS5.1|javax.enterprise.system.core|_ThreadID=10; ThreadName=org.apache.commons.launcher.ChildMain;stacktrace-id=2;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException: WEB0106: An error occurred while stopping the web container
         at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:536)
         at com.sun.enterprise.web.PEWebContainerLifecycle.onShutdown(PEWebContainerLifecycle.java:65)
         at com.sun.enterprise.server.ApplicationServer.onShutdown(ApplicationServer.java:400)
         at com.sun.enterprise.server.PEMain.run(PEMain.java:255)
         at com.sun.enterprise.server.PEMain.main(PEMain.java:186)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    Caused by: LifecycleException: WEB0103: This web container has not yet been started
         at com.sun.enterprise.web.WebContainer.stop(WebContainer.java:529)
         at com.sun.enterprise.web.PEWebContainer.stopInstance(PEWebContainer.java:528)
         ... 9 more
    |#]
    Hopefully somebody can help me as I'm stuck with it for few days already. Thank you.

    This is what I got when I try to start the server from the directory logicalhost/is/domains/domain1/bin/
    ./startservAug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger <init>
    INFO: Setting URL to http://localhost:18000
    Aug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger isAlive
    INFO: Opening connection to http://localhost:18000
    Aug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger isAlive
    INFO: Connection to http://localhost:18000 opened successfully.
    Aug 23, 2006 7:23:55 PM com.stc.is.util.pinger.HttpOKPinger isAlive
    SEVERE: Connection refused
    java.net.ConnectException: Connection refused
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
    at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
    at sun.net.www.http.HttpClient.<init>(HttpClient.java:214)
    at sun.net.www.http.HttpClient.New(HttpClient.java:287)
    at sun.net.www.http.HttpClient.New(HttpClient.java:299)
    at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:792)
    at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:744)
    at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:669)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:913)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
    at com.stc.is.util.pinger.HttpOKPinger.isAlive(Unknown Source)
    at com.stc.is.util.Ping.main(Unknown Source)
    Aug 23, 2006 7:23:55 PM com.stc.is.util.Ping main
    INFO: IS is not alive.
    Startup failed.
    any clue what is it about?

  • Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help!

    Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help.....

    I'm having the same problem ! Each time the sync starts it suddenly stops and says finished syncing

Maybe you are looking for

  • SBS Console crashes when trying to create a report

    Hi there, My SBS2011 console keeps crashing when I'm trying to send a report. It also shows WSUS as unavailable. Here is the error report and the contents of the Console. log file. Things I have tried so far: 1) Repairing the SBS Console using 2nd SB

  • How to use the  ipod as external hard drive???

    I went to the windows explorer page and checked under my computer and saw my ipod as the "E" drive. Is the procedure of storing files, be it word or excel or photos as simple as dragging them into the ipod E drive location??? I have tried doing this

  • How i know my contect list

    How i know my contact list

  • Has anyone returned an iPod for a gift card

    Hi everyone. Apple was kind enough to return my 3 week old refurbished iPod video so I could get a new one. Now I am iPodless! I was planning on getting a new iPod right away when I got my Gift Card. Seel, I bought the iPod using a gift card. Now the

  • Trouble adding attachments to email in web version

    I am trying to attach small files (500k) to an email in the web version but it never uploads.  This happens often. It's not the attachment or my connection because it attaches right away with gmail or yahoo accts. I haven't yet upgraded to lion or mo