IllegalArgumentException using nailgun with JRuby 1.1.4 + Buildr 1.3.3
(snapshot)
---------------------------------------------------------------------------------
Key: BUILDR-158
URL: https://issues.apache.org/jira/browse/BUILDR-158
Project: Buildr
Issue Type: Bug
Reporter: Alex Boisvert
Fix For: 1.3.3
Attachments: error.log
I start the nailgun server:
[EMAIL PROTECTED]:~/scala/test$ jruby -S buildr -rbuildr/nailgun nailgun:start
(in /home/boisvert/scala/test, development)
Booting Buildr nailgun server...
Buildr::Nailgun::NGServer(Buildr 1.3.3 (JRuby 1.1.4), 127.0.0.1, 2113) Started.
[Completed] Your build has completed: /home/boisvert/scala/test
buildr nailgun:start
Completed in 3.384s
Got connection from /home/boisvert/scala/test
then try to run the build in a separate terminal:
[EMAIL PROTECTED]:~/scala/process$ ng build
java.lang.IllegalArgumentException: array element type mismatch
at java.lang.reflect.Array.set(Native Method)
at
org.jruby.javasupport.JavaArray.setWithExceptionHandling(JavaArray.java:121)
at
org.jruby.java.addons.ArrayJavaAddons.copyDataToJavaArray(ArrayJavaAddons.java:108)
at
org.jruby.javasupport.JavaClass.javaArrayFromRubyArray(JavaClass.java:1511)
...
... (see full log attached)
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.