You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Victor Hugo Borja (JIRA)" <ji...@apache.org> on 2008/10/20 01:17:44 UTC

[jira] Resolved: (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:all-tabpanel ]

Victor Hugo Borja resolved BUILDR-158.
--------------------------------------

    Resolution: Fixed

Resolved in trunk. Now buildr/nailgun is just a delegate for buildr/drb. For JRuby users, using the nailgun client is than loading a JVM+JRuby just to run a drb client.

> 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.4
>
>         Attachments: error.log, error_jruby_trunk_r7831.txt
>
>
> 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.