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 171059 - NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.customizer.RailsProjectProperties.setServer
Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.customizer...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 09:56 UTC by Martin Schovanek
Modified: 2009-11-12 04:48 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153798


Attachments
stacktrace (2.56 KB, text/plain)
2009-08-28 09:56 UTC, Martin Schovanek
Details
stacktrace (2.56 KB, text/plain)
2009-10-04 19:06 UTC, pbadams
Details
stacktrace (2.56 KB, text/plain)
2009-10-12 20:33 UTC, nyx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2009-08-28 09:56:35 UTC
Build: NetBeans IDE Dev (Build 200908271401)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments:
mschovanek: Changing Server at Rails Project Properties.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.RailsProjectProperties.setServer(RailsProjectProperties.java:155)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun.handleServerChanged(CustomizerRun.java:233)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun.access$300(CustomizerRun.java:90)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun$5.actionPerformed(CustomizerRun.java:219)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
Comment 1 Martin Schovanek 2009-08-28 09:56:40 UTC
Created attachment 86775 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-09-17 05:08:13 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153798
Comment 3 pbadams 2009-10-04 19:06:37 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.1, x86_64

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.RailsProjectProperties.setServer(RailsProjectProperties.java:151)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun.handleServerChanged(CustomizerRun.java:230)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun.access$300(CustomizerRun.java:90)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun$5.actionPerformed(CustomizerRun.java:216)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
Comment 4 pbadams 2009-10-04 19:06:41 UTC
Created attachment 88802 [details]
stacktrace
Comment 5 Exceptions Reporter 2009-10-04 19:06:46 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153798
Comment 6 nyx 2009-10-12 20:33:00 UTC
Build: NetBeans IDE 6.8 M2 (Build 200910071658)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X, 10.6.1, x86_64

User Comments: 
Just started up 6.8 M2 and went to a Rails project properties.

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.RailsProjectProperties.setServer(RailsProjectProperties.java:155)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun.handleServerChanged(CustomizerRun.java:233)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun.access$300(CustomizerRun.java:90)
        at org.netbeans.modules.ruby.railsprojects.ui.customizer.CustomizerRun$5.actionPerformed(CustomizerRun.java:219)
        at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1240)
        at javax.swing.JComboBox.setSelectedItem(JComboBox.java:567)
Comment 7 nyx 2009-10-12 20:33:06 UTC
Created attachment 89329 [details]
stacktrace
Comment 8 Exceptions Reporter 2009-10-12 20:33:11 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153798
Comment 9 Erno Mononen 2009-11-12 04:48:59 UTC
Fixed in ef99c1019cba.