Issue Type: Bug Bug
Affects Versions: JRuby 1.7.2
Assignee: Unassigned
Components: IBM/Other VM
Created: 01/Mar/13 2:20 PM
Description:

I have created a fairly vanilla rails project (i.e. blog with a single table) and am trying to get it to run on an IBM i server (aka AS400).

In my localhost.CCYY-MM-DD.log file I get the following:
ActionView::Template::Error (stat.st_gid unsupported or native support failed to load):
3: <head>
4: <title>Blog</title>
5: <%= stylesheet_link_tag "application", :media => "all" %>
6: <%= _javascript__include_tag "application" %>
7: <%= csrf_meta_tags %>
8: </head>
9: <body>
app/views/layouts/application.html.erb:6:in `app_views_layouts_application_html_erb_92239886_7118'
app/controllers/articles_controller.rb:29:in `new'

That error is similar issue 6640 but for a different OS: http://jira.codehaus.org/browse/JRUBY-6640

It appears I might need to run "jffi" to learn more about what the OS does/doesn't support (per the other issue) but I am struggling to find any documentation on jffi (on github or otherwise).

Environment: ----- Operating System -----
IBM i v7.1 (aka AS400)

----- App Server ----- (from version.sh)
Server version: Apache Tomcat/7.0.37
Server built: Feb 12 2013 10:44:14
Server number: 7.0.37.0
OS Name: OS/400
OS Version: V7R1M0
Architecture: PowerPC
JVM Version: jvmap3260sr10-20111208
JVM Vendor: IBM Corporation
 
----- Java Version ----- (java -version)
java version "1.6.0"
Java(TM) SE Runtime Environment (build pap3260sr10fp1-20120321_01(SR10 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 OS/400 ppc-32 jvmap3260sr10-20111208 (JIT enabled, AOT enabled)
J9VM - 20111207_096808
JIT - r9_20111107_21307ifx1
GC - 20110519_AA)
JCL - 20120320_01

----- JRuby -----
jruby 1.7.2 (1.9.3p327) 2013-01-04 302c706
Project: JRuby
Labels: jruby runtime exception help-requested ibm
Priority: Major Major
Reporter: Aaron Bartell
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to