You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Yusaku Sako (JIRA)" <ji...@apache.org> on 2013/04/03 05:57:16 UTC

[jira] [Comment Edited] (AMBARI-1772) ambari-web shows successfully build, but is failing

    [ https://issues.apache.org/jira/browse/AMBARI-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620581#comment-13620581 ] 

Yusaku Sako edited comment on AMBARI-1772 at 4/3/13 3:57 AM:
-------------------------------------------------------------

Erin, can you try the following and post the output?

{noformat}
cd $AMBARI_DIR/ambari-web
node --version
brunch --version
rm -rf node_modules public
npm remove -g brunch
npm install -g brunch@1.6.2
npm install 
brunch build
{noformat}
                
      was (Author: u39kun):
    Erin, can you try the following and post the output?

node --version
brunch --version
cd $AMBARI_DIR/ambari-web
rm -rf node_modules public
npm remove -g brunch
npm install -g brunch@1.6.2
npm install 
brunch build

                  
> ambari-web shows successfully build, but is failing
> ---------------------------------------------------
>
>                 Key: AMBARI-1772
>                 URL: https://issues.apache.org/jira/browse/AMBARI-1772
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 1.2.0
>         Environment: branch-1.2 on REHL 6.x
>            Reporter: Erin A Boyd
>
> Ambari build appears to be successful, but upon installation/setup of ambari-server rpm when console is launched, it only shows Directory: /
> When rebuilding the ambari-web the following issued:
> rm -rf node_modules
> npm install
> brunch build
> Brunch build shows the following output:
> [root@eboyd ambari-web]# brunch build
> TypeError: Object [object global] has no method 'run'
>     at EmberPrecompiler.module.exports.EmberPrecompiler.setup (/opt/eclipse/ambari/ambari-web/node_modules/ember-precompiler-brunch/lib/index.js:22:19)
>     at new EmberPrecompiler (/opt/eclipse/ambari/ambari-web/node_modules/ember-precompiler-brunch/lib/index.js:31:14)
>     at /usr/local/lib/node_modules/brunch/lib/helpers.js:546:14
>     at Array.map (native)
>     at Object.exports.getPlugins (/usr/local/lib/node_modules/brunch/lib/helpers.js:545:8)
>     at /usr/local/lib/node_modules/brunch/lib/commands/watch.js:168:25
>     at Object.exports.loadPackages (/usr/local/lib/node_modules/brunch/lib/helpers.js:539:12)
>     at initialize (/usr/local/lib/node_modules/brunch/lib/commands/watch.js:161:20)
>     at new BrunchWatcher (/usr/local/lib/node_modules/brunch/lib/commands/watch.js:247:7)
>     at <error: illegal access>
> [root@eboyd ambari-web]# 

--
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