Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 342237 - Can't Install any plugins.
Summary: Can't Install any plugins.
Status: CLOSED NOT_ECLIPSE
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: p2 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: P2 Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-08 03:35 EDT by David R CLA
Modified: 2011-06-11 16:34 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David R CLA 2011-04-08 03:35:50 EDT
Build Identifier: I20090611-1540

Whenever I tried to install any plugin, Eclipse (3.5.0) throws an error stating,

The selected wizard could not be started.
  Plug-in org.cfeclipse.cfml was unable to load class org.cfeclipse.cfml.wizards.cfmlwizard.NewCFMLWizard.
  org.cfeclipse.cfml.wizards.cfmlwizard.NewCFMLWizard

(This error occured while I was trying to install the "CFEclipse" plugin, the same occurs for every other plugin(s)).

Reproducible: Always

Steps to Reproduce:
1. Goto "Help -> Install new software"
2. Type (without quotes) "http://www.cfeclipse.org/update-archive/" in the "Work with" textbox.
3. Click "Add" and then try the "Test Connection" button.
Comment 1 Thomas Watson CLA 2011-04-08 08:13:55 EDT
Moving to p2.
Comment 2 DJ Houghton CLA 2011-04-08 09:55:15 EDT
I am able to install the plug-ins on Eclipse 3.5.2. Unfortunately the first thing I tried to do revealed a NullPointerException in the CF Eclipse plug-in.

java.lang.NullPointerException
at org.cfeclipse.cfml.editors.actions.LoadScribblePadAction.run(LoadScribblePadAction.java:160)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

Are you really getting that message when trying to install the bundles? We shouldn't be doing any class loads for CF Eclipse plug-ins during the install phase. From the error message below I would guess that the plug-ins were installed correctly, but you are having problems using the plug-ins' functionality and creating new projects. Is there any more information in the log file? (Error Log view)