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 - NullPointerException at org.netbeans.modules.php.project.connections.ui.RemoteConnectionsPanel.switchConfigurationPanel
Summary: NullPointerException at org.netbeans.modules.php.project.connections.ui.Remot...
Status: RESOLVED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 15:59 UTC by estevemaruri
Modified: 2015-04-21 13:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216337


Attachments
stacktrace (8.21 KB, text/plain)
2015-03-24 15:59 UTC, estevemaruri
Details

Note You need to log in before you can comment on or make changes to this bug.
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.