This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270852

Summary: NullPointerException at com.jelastic.plugin.netbeans.ui.JelasticWizardComponent.getProvider
Product: platform Reporter: vamsi_tarun
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229428
Attachments: stacktrace

Description vamsi_tarun 2017-06-11 05:28:32 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 10

User Comments:
vamsi_tarun: Recently  i installed jelastic plugin and connect to the jelastic cloud but there is no dropdown  list shows the provider option and shows  the null pointer exception. please solve the issue and tel me how  to connect to jelastic cloud.




Stacktrace: 
java.lang.NullPointerException
   at com.jelastic.plugin.netbeans.ui.JelasticWizardComponent.getProvider(JelasticWizardComponent.java:247)
   at com.jelastic.plugin.netbeans.ui.JelasticWizardPanel.validate(JelasticWizardPanel.java:115)
   at org.openide.WizardDescriptor$11.run(WizardDescriptor.java:1458)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 vamsi_tarun 2017-06-11 05:28:34 UTC
Created attachment 164507 [details]
stacktrace