Hi, Jianfeng, Tomcat does work well. I checked Tomcat logs. Thanks.
On Wed, Mar 25, 2015 at 12:18 PM, Jianfeng (Jeff) Zhang < [email protected]> wrote: > > Hi Yu, > > Could you check the tomcat logs ? And make sure your tomcat is started > properly, you can create a sample application to validate whether your > tomcat is working properly (you can create directory test under web apps, > and put one sample html page (index.html) under this folder, and then open > this page in browser http://hostname:8080/test/index.html, if see the > html page display correctly, that means your tomcat is working properly ) > > > > > Best Regard, > Jeff Zhang > > > From: Azuryy Yu <[email protected]> > Reply-To: "[email protected]" <[email protected]> > Date: Wednesday, March 25, 2015 at 11:53 AM > To: "[email protected]" <[email protected]> > Subject: Re: Build tez UI failed. > > Hi Hitesh, > after debug, It was my incorrect maven build. now it works. > > but I have two new issues: > > 1) Tez need to download phantomjs-1.9.8-linux-x86_64.tar.bz2, can we > make a thirdparty directory under tez released tar ball? I ofter get a > network connection timeout during build. > > 2) Tez UI doesn't work, it show me a empy page. > > I deploy tez-ui war ball to Tomcat/webapp, start timeline server and > tomcat. > > and I also changed script/config.js to the correct timeline URL and > RMUrl (my timeline webapp port is 50040, RM webapp port is 50030) > > then I open http://x.x.x.x:8080/tez-ui-xx/index.html, which is a blank > page. > > I am strictly refer to http://tez.apache.org/tez-ui.html > > > Thanks. > > > > > On Wed, Mar 25, 2015 at 1:15 AM, Hitesh Shah <[email protected]> wrote: > >> Hi >> >> I just downloaded the src-tar for the 0.6.0 release and built it without >> any issues. At times, I have not seen this but others have faced issues at >> times ( based on general searches[1] ) where there have been temporal >> issues downloading node locally at times. >> >> [1] https://github.com/eirslett/frontend-maven-plugin/issues/99 >> >> Not sure if the above issue is what you have faced. However, you can run >> the build with debug enabled and can help pinpoint the error, we can try >> and make the build more robust if possible. >> >> thanks >> — Hitesh >> >> >> >> >> On Mar 24, 2015, at 1:47 AM, Azuryy Yu <[email protected]> wrote: >> >> > Hi, >> > I try to build tez-0.6.0, but cannot build Tez UI. >> > >> > [ERROR] Failed to execute goal >> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm >> (install node and npm) on project tez-ui: >> > >> > Execution install node and npm of goal >> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm >> failed: A required class was missing while executing >> com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm: >> org/slf4j/helpers/MarkerIgnoringBase >> > >> > what casued this failure? Thanks. >> >> >
