invalid encoding in marshaling stream: I"◄co OR [I"co]
Asked Answered
A

1

10

I have problem while coding in Jruby on Aptana framework; when I run the rails server, it throws "Invalid encoding in marshalling stream" which I don't know how to solve?

It throws an error on "<%=stylesheet_link_tag%> and <%=javascript_include_tag%>" here I give an piece of code, please help for solving this issue:

<title><%=content_for?(:title)?yield(:title) : "MyApp"%></title>

 <meta name="description" content="">

 <meta name="author" content="">

 <%=stylesheet_link_tag "application", :media => "all"%>

 <%=javascript_include_tag "application"%>

  <%=csrf_meta_tags%>

  <%=yield(:head)%>
Acculturation answered 31/7, 2012 at 8:44 Comment(0)
D
0

try running rake tmp:clear it's choking on MRI files -- This is a duplicate of this question Windows - JRuby on Rails - ActionView::Template::Error invalid encoding

Deist answered 8/2, 2013 at 18:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.