You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2008/10/05 07:23:45 UTC

[jira] Commented: (BUILDR-158) IllegalArgumentException using nailgun with JRuby 1.1.4 + Buildr 1.3.3 (snapshot)

    [ https://issues.apache.org/jira/browse/BUILDR-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636869#action_12636869 ] 

Alex Boisvert commented on BUILDR-158:
--------------------------------------

Maybe due to http://jira.codehaus.org/browse/JRUBY-2957

> 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:
> boisvert@boog:~/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:
> boisvert@boog:~/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.