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 194424 - NullPointerException at org.netbeans.modules.ruby.railsprojects.server.RailsServerManager.ensureRunning
Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.server.RailsS...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-17 18:12 UTC by Martin Entlicher
Modified: 2011-01-28 20:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163670


Attachments
stacktrace (3.09 KB, text/plain)
2011-01-17 18:12 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2011-01-17 18:12:42 UTC
Build: NetBeans IDE Dev (Build 101112-828401e30f74)
VM: Java HotSpot(TM) Client VM, 19.0-b05, Java(TM) SE Runtime Environment, 1.7.0-ea-b106
OS: Linux

User Comments:
GUEST: Open sample project & start debugger




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.ruby.railsprojects.server.RailsServerManager.ensureRunning(RailsServerManager.java:246)
   at org.netbeans.modules.ruby.railsprojects.server.RailsServerManager.showUrl(RailsServerManager.java:485)
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.runServer(RailsActionProvider.java:674)
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.runServer(RailsActionProvider.java:651)
   at org.netbeans.modules.ruby.railsprojects.RailsActionProvider.invokeAction(RailsActionProvider.java:186)
   at org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:163)
Comment 1 Martin Entlicher 2011-01-17 18:12:47 UTC
Created attachment 105081 [details]
stacktrace