[ https://issues.apache.org/jira/browse/AMBARI-25693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Szilard Antal resolved AMBARI-25693. ------------------------------------ Resolution: Fixed > Ambari Admin View failed to build due to PhantomJS > -------------------------------------------------- > > Key: AMBARI-25693 > URL: https://issues.apache.org/jira/browse/AMBARI-25693 > Project: Ambari > Issue Type: Sub-task > Reporter: Szilard Antal > Assignee: Szilard Antal > Priority: Major > Time Spent: 1.5h > Remaining Estimate: 0h > > PhantomJS constantly breaks the build of ambari-admin-view. > A possible solution could be to switch to using yarn instead of npm in this > project as well, similar to ambari-web. > {code:java} > [INFO] PhantomJS not found on PATH > [INFO] Download already available at > /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 > [INFO] Verified checksum of previously downloaded file > [INFO] Extracting tar contents (via spawned process) > [INFO] Removing > /root/ambari-build/ambari/ambari-admin/src/main/resources/ui/admin-web/node_modules/phantomjs/lib/phantom > [INFO] Copying extracted folder > /tmp/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1635236211665/phantomjs-2.1.1-linux-x86_64 > -> > /root/ambari-build/ambari/ambari-admin/src/main/resources/ui/admin-web/node_modules/phantomjs/lib/phantom > [INFO] Install exited unexpectedly > [ERROR] npm ERR! Linux 4.4.0-142-generic > [ERROR] npm ERR! argv > "/root/ambari-build/ambari/ambari-admin/src/main/resources/ui/admin-web/node/node" > > "/root/ambari-build/ambari/ambari-admin/src/main/resources/ui/admin-web/node/node_modules/npm/bin/npm-cli.js" > "install" "--unsafe-perm" > [ERROR] npm ERR! node v4.5.0 > [ERROR] npm ERR! npm v2.15.0 > [ERROR] npm ERR! code ELIFECYCLE > [ERROR] > [ERROR] npm ERR! phantomjs-prebuilt@2.1.16 install: `node install.js` > [ERROR] npm ERR! Exit status 1 > [ERROR] npm ERR! > [ERROR] npm ERR! Failed at the phantomjs-prebuilt@2.1.16 install script 'node > install.js'. > [ERROR] npm ERR! This is most likely a problem with the phantomjs-prebuilt > package, > [ERROR] npm ERR! not with npm itself. > [ERROR] npm ERR! Tell the author that this fails on your system: > [ERROR] npm ERR! node install.js > [ERROR] npm ERR! You can get information on how to open an issue for this > project with: > [ERROR] npm ERR! npm bugs phantomjs-prebuilt > [ERROR] npm ERR! Or if that isn't available, you can get their info via: > [ERROR] npm ERR! > [ERROR] npm ERR! npm owner ls phantomjs-prebuilt > [ERROR] npm ERR! There is likely additional logging output above. > [ERROR] > [ERROR] npm ERR! Please include the following file with any support request: > [ERROR] npm ERR! > /root/ambari-build/ambari/ambari-admin/src/main/resources/ui/admin-web/npm-debug.log > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)