Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 156724] New: Unable to start CDT feature

https://bugs.eclipse.org/bugs/show_bug.cgi?id=156724 
Product/Component: CDT / cdt-launch

           Summary: Unable to start CDT feature
           Product: CDT
           Version: 3.1
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: major
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: michel.correge@xxxxxxx


I'm currently installing Eclipse 3.1.2 on a Solaris 8 platform running java
1.5.0_02.
When I add CDT version 3.1.0, I can't open the C/C++ Perspective. All I get is
:
Unable to create view : An unexpected exception was thrown.

Details :
java.lang.NullPointerException
        at
org.eclipse.cdt.ui.PreferenceConstants.getPreferenceStore(PreferenceConstants.java:382)
        at
org.eclipse.cdt.internal.ui.cview.CView.createContentProvider(CView.java:579)
        at
org.eclipse.cdt.internal.ui.cview.CView.initContentProvider(CView.java:434)
        at
org.eclipse.cdt.internal.ui.cview.CView.createPartControl(CView.java:529)
        at
org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:305)
        at
org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
        at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
        at
org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:3570)
        at
org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2659)
        at
org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
        at
org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
        at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
        at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
        at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
        at
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
        at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
        at
org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
        at
org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
        at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
        at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
        at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
        at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
        at org.eclipse.core.runtime.Platform.run(Platform.java:783)
        at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)
        at
org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
        at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
        at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
        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)
Any solution ?
Thanks



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top