Bug 789461

Summary: Node V8 runtime causes FATAL error when used as JS runtime for site
Product: OKD Reporter: Clayton Coleman <ccoleman>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: mpatel, yujzhang
Target Milestone: ---Keywords: Security, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-07 19:49:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Clayton Coleman 2012-02-10 20:16:32 UTC
Bug 789281 was caused when Node became available on the instance running the site: 

The website can not be acccessible, the following error came out:

Barista::CompilationError

CoffeeScript encountered an error compiling
/var/www/libra/site/app/coffeescripts/form.coffee: FATAL ERROR:
v8::Context::New() V8 is no longer usable

In order to fix the issue we specified the EXECJS_RUNTIME we wanted to use.  This defect is to investigate the FATAL error when V8 is used so that we could switch to using a single JS runtime (if Node is installed on all platforms).

Comment 1 Clayton Coleman 2012-09-07 19:49:05 UTC
In rails 3.2 there is a specific format type required.