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 251402

Summary: NullPointerException at org.netbeans.modules.php.project.connections.ui.RemoteConnectionsPanel.switchConfigurationPanel
Product: php Reporter: estevemaruri
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216337
Attachments: stacktrace

Description estevemaruri 2015-03-24 15:59:09 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 7

User Comments:
estevemaruri: Netbeans not working right.
Does not remember my project and need to re-set all the remote info.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.project.connections.ui.RemoteConnectionsPanel.switchConfigurationPanel(RemoteConnectionsPanel.java:327)
   at org.netbeans.modules.php.project.connections.ui.RemoteConnectionsPanel.selectCurrentConfig(RemoteConnectionsPanel.java:517)
   at org.netbeans.modules.php.project.connections.ui.RemoteConnectionsPanel$5.valueChanged(RemoteConnectionsPanel.java:203)
   at javax.swing.JList.fireSelectionValueChanged(JList.java:0)
   at javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:0)
   at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:0)
Comment 1 estevemaruri 2015-03-24 15:59:13 UTC
Created attachment 152821 [details]
stacktrace
Comment 2 Tomas Mysik 2015-04-21 13:49:48 UTC
Are there any exact steps to reproduce this issue? Or was it random? What type (FTP/SFTP) of remote configuration has been selected?

Simply reopen this issue, thanks.