Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 362942

Summary: [Core] "rt list" throws NPE when run from the IDE
Product: z_Archived Reporter: Beyhan Veliev <beyhan.veliev>
Component: RTPAssignee: Project Inbox <rtp.all-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

Description Beyhan Veliev CLA 2011-11-04 15:30:32 EDT
java.lang.NullPointerException
	at org.eclipse.rtp.configurator.service.provider.internal.deploy.FeatureManager.isInstalled(FeatureManager.java:308)
	at org.eclipse.rtp.configurator.service.provider.internal.RTPDefaultService.getInstallInfor(RTPDefaultService.java:217)
	at org.eclipse.rtp.configurator.service.provider.internal.RTPDefaultService.versionsToString(RTPDefaultService.java:207)
	at org.eclipse.rtp.configurator.service.provider.internal.RTPDefaultService.sourcesToString(RTPDefaultService.java:195)
	at org.eclipse.rtp.configurator.service.provider.internal.RTPDefaultService.sourcesToStringSorted(RTPDefaultService.java:186)
	at org.eclipse.rtp.configurator.service.provider.internal.RTPDefaultService.list(RTPDefaultService.java:135)
	at org.eclipse.rtp.configurator.console.CommandDelegateImpl.list(CommandDelegateImpl.java:141)
	at org.eclipse.rtp.configurator.console.RTCommandProvider.distributeOperations(RTCommandProvider.java:58)
	at org.eclipse.rtp.configurator.console.RTCommandProvider._rt(RTCommandProvider.java:40)
	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.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:209)
	at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:155)
	at org.eclipse.osgi.framework.internal.core.FrameworkConsole.runConsole(FrameworkConsole.java:140)
	at org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:104)
	at java.lang.Thread.run(Unknown Source)
Comment 1 Beyhan Veliev CLA 2011-11-05 06:50:06 EDT
Exception fixed.