up vote 0 down vote favorite
share [g+] share [fb]

I'm Ruby/Rails newbie and trying to get the laika tool (http://github.com/CCHIT/laika/tree/master) running within NetBeans IDE. I'm getting the following exception. I'm using NetBeans IDE 6.5.1, JRubby 1.1.6 and GlassFish V3. Any ideas what might be wrong?

INFO: Jruby version is: 1.1.6

INFO: Starting Rails instances SEVERE: Exception in thread "pool-13-thread-1"

SEVERE: C:/Program Files/NetBeans 6.5.1/ruby2/jruby-1.1.6/lib/ruby/1.8/pathname.rb:420:in `realpath_rec':

SEVERE: No such file or directory - No such file or directory - C:/Program Files/glassfish-v3-prelude/glassfish/C: (Errno::ENOENT)

SEVERE: from C:/Program Files/NetBeans 6.5.1/ruby2/jruby-1.1.6/lib/ruby/1.8/pathname.rb:453:in `realpath'

link|improve this question

40% accept rate
feedback

2 Answers

Netbeans seems to have a lot of problems with space in filenames under Windows, especially with jRuby. Try moving Netbeans to another directory (without spaces in the path), or edit the paths in it's ruby platform configuration to use short name syntax.

link|improve this answer
feedback
up vote 0 down vote accepted

This turned out to be a problem with the GlassFish. It worked fine with on WEBrick.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.