| View previous topic :: View next topic |
| Author |
Message |
Chris Kutler Posted via mailing list.
|
Posted: Thu Oct 23, 2008 4:41 pm Post subject: NetBeans RC1 problems, possibly due to Vista? |
|
|
Hi,
I got some feedback on one of our tutorials (Creating a Ruby Weblog in 10 Minutes with NetBeans IDE) from a customer. Here are the reported problems.
Product Version: NetBeans IDE Dev (Build 20081021064258)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; nl_NL (nb)
1. Error: Rake tasks fetching failed with (working directory bla bla bla)
Could not find RubyGem spicycode=recov (>= 0.8.1.3)
2. Webrick gives a 500 internal server error and Glasfish V3 is not an improvement. It does not return any message at all. Customer tried built-in JRuby as well as Ruby on Rails v 1.8.6.
Anyone have any ideas what the problem can be? |
|
| Back to top |
|
 |
Martin Krauskopf Posted via mailing list.
|
Posted: Fri Oct 24, 2008 8:42 am Post subject: NetBeans RC1 problems, possibly due to Vista? |
|
|
Chris Kutler wrote:
| Quote: | Hi,
I got some feedback on one of our tutorials (Creating a Ruby Weblog in
10 Minutes with NetBeans IDE) from a customer. Here are the reported
problems.
Product Version: NetBeans IDE Dev (Build 20081021064258)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; nl_NL (nb)
1. Error: Rake tasks fetching failed with (working directory bla bla bla)
Could not find RubyGem spicycode=recov (>= 0.8.1.3)
|
This is not NetBeans problem (you will get the same from command line).
There were some changes somewhere, I think in the RSpec gem, recently.
I've encountered this with my project just running 'rake -D'. I've
solved with:
gem i spicycode-rcov --source http://gems.github.com
gem i syntax
gem i hoe
Cf.
http://merb.lighthouseapp.com/projects/7433/tickets/603-merb-gen-complains-about-spicycode-rcov
Note it is not Merb issue, it is RSpec one.
| Quote: | 2. Webrick gives a 500 internal server error and Glasfish V3 is not an
improvement. It does not return any message at all. Customer tried
built-in JRuby as well as Ruby on Rails v 1.8.6. <http://1.8.6.>
|
Likely the log would help here:
http://wiki.netbeans.org/FaqRubyNBLogging
Until someone else does not have some other guess. Might be it is caused
by the first problem. So solving the first one will solve this one as well.
m. |
|
| Back to top |
|
 |
Martin Krauskopf Posted via mailing list.
|
Posted: Fri Oct 24, 2008 11:10 am Post subject: NetBeans RC1 problems, possibly due to Vista? |
|
|
Martin Krauskopf wrote:
| Quote: | Chris Kutler wrote:
| Quote: | Hi,
I got some feedback on one of our tutorials (Creating a Ruby Weblog in
10 Minutes with NetBeans IDE) from a customer. Here are the reported
problems.
Product Version: NetBeans IDE Dev (Build 20081021064258)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Windows Vista version 6.0 running on x86; Cp1252; nl_NL (nb)
1. Error: Rake tasks fetching failed with (working directory bla bla bla)
Could not find RubyGem spicycode=recov (>= 0.8.1.3)
|
This is not NetBeans problem (you will get the same from command line).
There were some changes somewhere, I think in the RSpec gem, recently.
I've encountered this with my project just running 'rake -D'. I've
solved with:
gem i spicycode-rcov --source http://gems.github.com
gem i syntax
gem i hoe
Cf.
http://merb.lighthouseapp.com/projects/7433/tickets/603-merb-gen-complains-about-spicycode-rcov
Note it is not Merb issue, it is RSpec one.
|
There is also a bug (just fixed in trunk):
http://www.netbeans.org/nonav/issues/show_bug.cgi?id=150819
For 6.5:
http://wiki.netbeans.org/FaqRubyRakeFetchingFailed
m. |
|
| 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
|
|
|
|