| View previous topic :: View next topic |
| Author |
Message |
kohudson
Joined: 10 Jul 2008 Posts: 2
|
Posted: Thu Jul 10, 2008 4:09 pm Post subject: Webrick won't stop running |
|
|
Hello,
I am running Netbeans 6.1 on Mac OS X (10.5.4) and I'm having a
problem stopping Webrick. Occasionally, I click the little "X" symbol
in the lower right corner of the app and nothing happens. I try
clicking it again - still nothing. Interestingly, if I try exiting
Netbeans it gives me a message saying that it's going to stop the
Webrick server but it doesn't. The only way I've found to actually
stop Webrick is to reboot the machine which is quite annoying. Does
anyone have any suggestions?
Thanks, Ken
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@ruby.netbeans.org
For additional commands, e-mail: users-help@ruby.netbeans.org |
|
| Back to top |
|
 |
Brian Leonard Posted via mailing list.
|
Posted: Thu Jul 10, 2008 5:08 pm Post subject: Webrick won't stop running |
|
|
This is a know issue (assuming this is the JRuby Webrick). You can run:
jps -l
to list the Java processes and then
kill -9 <pid>
to kill the Webrick server.
Hope that helps,
Brian
Ken Hudson wrote:
| Quote: | Hello,
I am running Netbeans 6.1 on Mac OS X (10.5.4) and I'm having a
problem stopping Webrick. Occasionally, I click the little "X" symbol
in the lower right corner of the app and nothing happens. I try
clicking it again - still nothing. Interestingly, if I try exiting
Netbeans it gives me a message saying that it's going to stop the
Webrick server but it doesn't. The only way I've found to actually
stop Webrick is to reboot the machine which is quite annoying. Does
anyone have any suggestions?
Thanks, Ken
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@ruby.netbeans.org
For additional commands, e-mail: users-help@ruby.netbeans.org
|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@ruby.netbeans.org
For additional commands, e-mail: users-help@ruby.netbeans.org |
|
| Back to top |
|
 |
kohudson
Joined: 10 Jul 2008 Posts: 2
|
Posted: Thu Jul 10, 2008 5:58 pm Post subject: |
|
|
This does help! Thanks, Brian!!
Ken |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|