Re: WebAppContext Failed startup of context

2015-12-07 Thread Tony Kurc
Good luck Matt. I was deep into reading the jasper Jspc code and the JspcMojo from the plugin. Doesn't make much sense to me why it isn't working. Like I said, it looked like it was possibly something after the class files were generated. On Mon, Dec 7, 2015 at 7:55 AM, Matt Gilman wrote: > Thos

Re: WebAppContext Failed startup of context

2015-12-07 Thread Matt Gilman
Those other JSPs are only excluded because we filter version numbers (using maven filtering capabilities) into the path of some resources to attempt to bust browser caches. The JSP in question does not pull in any of those resources so it does not need to be filtered and can be pre-compiled. This i

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
I tested on CentOS 6.7 and Fedora 23. Both worked with the above change. Not sure why. @Matt Gilman - the plugin makes the same source code and seemingly the same class files on those systems. I'm a bit bamboozled, so if you know what might have caused this, I'd be interested to hear. I noticed the

Re: WebAppContext Failed startup of context

2015-12-06 Thread Andre
Tony, Build completed with both jetty versions and I was able to access web-ui on both cases with no errors visible on nifi-app.log. Please let me know if you need further tests On Mon, Dec 7, 2015 at 2:49 PM, Tony Kurc wrote: > @Andre - can you add the following line to > > nifi-nar-bundles

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
@Andre - can you add the following line to nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/pom.xml **/message-page.jsp, Right before **/canvas.jsp, On Sun, Dec 6, 2015 at 10:47 PM, Andre wrote: > H

Re: WebAppContext Failed startup of context

2015-12-06 Thread Joe Witt
Thanks Andre. I think Tony is zeroing in. We were able to do a sort of one by one jsp exclusion hunt. More soon. Thanks Joe On Sun, Dec 6, 2015 at 10:47 PM, Andre wrote: > Hi, > > Same here, including changes to root pom.xml > > 1.7.12 > 9.2.14.v20151106 > 4.10.4 > > >

Re: WebAppContext Failed startup of context

2015-12-06 Thread Andre
Hi, Same here, including changes to root pom.xml 1.7.12 9.2.14.v20151106 4.10.4 On Mon, Dec 7, 2015 at 2:36 PM, Tony Kurc wrote: > Confirmed it is still a problem with the following jspc plugin version: > > > org.eclipse.jetty >

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
Confirmed it is still a problem with the following jspc plugin version: org.eclipse.jetty jetty-jspc-maven-plugin 9.3.6.v20151106 On Sun, Dec 6, 2015 at 10:14 PM, Joe Witt wrote: > For those that can easily reproduce the problem i'v

Re: WebAppContext Failed startup of context

2015-12-06 Thread Joe Witt
For those that can easily reproduce the problem i've found that the latest compatible Jetty for us for now is 9.2.14.v20151106 You can edit your root nifi pom.xml to change the version from 9.2.11.v20150529 to 9.2.14.v20151106 and see if that helps. Thanks Joe On Sun, Dec 6, 2015 at 9:54 PM, Ton

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
Also confirmed behavior on Fedora 23. Appears to be both oracle 1.7 and 1.8 On Sun, Dec 6, 2015 at 9:50 PM, Tony Kurc wrote: > So, confirmed the behavior on my centos 6.7 VM. Did some experiments based > on the RC source tarball. > > 1) replaced the nifi-framework nar with the one from my ubuntu

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
So, confirmed the behavior on my centos 6.7 VM. Did some experiments based on the RC source tarball. 1) replaced the nifi-framework nar with the one from my ubuntu build (SUCCESS) 2) cracked open the nifi-framework nar, replaced the nifi-web-ui war with the one from my ubuntu build (SUCCESS) goin

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
I stood up a VM of centos 6.7 to help confirm this suspicion On Dec 6, 2015 9:18 PM, "Andre" wrote: > All, > > Just to update: > > Surprisingly enough, running nifi from convenience tar.gz ( > https://dist.apache.org/repos/dist/dev/nifi/nifi-0.4.0/ > < > https://dist.apache.org/repos/dist/dev/nif

Re: WebAppContext Failed startup of context

2015-12-06 Thread Andre
All, Just to update: Surprisingly enough, running nifi from convenience tar.gz ( https://dist.apache.org/repos/dist/dev/nifi/nifi-0.4.0/ nifi-0.4.0-

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
Received an out of band report of this issue on Fedora 23 with 1.8.0_66. Going to get a couple VMs going to try to replicate On Sun, Dec 6, 2015 at 7:14 PM, Matt Burgess wrote: > Maybe it was the OpenJDK vs Oracle instead of 7 vs 8, if so then sorry for > the wild goose chase. Found this instea

Re: WebAppContext Failed startup of context

2015-12-06 Thread Matt Burgess
Maybe it was the OpenJDK vs Oracle instead of 7 vs 8, if so then sorry for the wild goose chase. Found this instead: https://bugs.openjdk.java.net/browse/JDK-7193557 Sent from my iPhone > On Dec 6, 2015, at 6:49 PM, Andre wrote: > > All, > > I've removed openjdk 1.7 from the system and clea

Re: WebAppContext Failed startup of context

2015-12-06 Thread Andre
All, I've removed openjdk 1.7 from the system and cleaned the m2 repositories and rebuilding. On Mon, Dec 7, 2015 at 10:46 AM, Tony Kurc wrote: > I've tried like 10 different permutations of JAVA_HOME, PATH and the JVM > I'm running with once built. I'm not able to replicate on Ubuntu 14.04 > (

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
I've tried like 10 different permutations of JAVA_HOME, PATH and the JVM I'm running with once built. I'm not able to replicate on Ubuntu 14.04 (x86_64) On Sun, Dec 6, 2015 at 6:38 PM, Aldrin Piri wrote: > @Tony > > I do have the OpenJDK installed (just from yum install) > > [apiri@brick nifi-0.

Re: WebAppContext Failed startup of context

2015-12-06 Thread Aldrin Piri
@Tony I do have the OpenJDK installed (just from yum install) [apiri@brick nifi-0.4.0-SNAPSHOT]$ stat /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91-2.6.2.1.el7_1.x86_64/bin/javac File: ‘/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91-2.6.2.1.el7_1.x86_64/bin/javac’ Size: 7360 Blocks: 16 IO

Re: WebAppContext Failed startup of context

2015-12-06 Thread Andre
All, I did some rebuilding around here and here's my findings: $ git checkout e5281f1fc1865c653f8e214769d55c7d9ab1 Works like a charm. Makes sense as this was the build I was using previously. Nifi WebUI is alive and kicking. $ git checkout 7726d069cdc Build completes, however ./bin/nifi.s

Re: WebAppContext Failed startup of context

2015-12-06 Thread Matt Gilman
I don't believe there is any code in nifi-web-ui that should be generating these sort of errors. Could be one of the JSPs that get compiled at build time which I believe is what Tony is eluding to. I also notice in your environment is an Oracle JVM on your path but an openjdk for your JAVA_HOME

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
@Aldrin - do you have the openjdk jdk installed? (is there a javac somewhere in /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91-2.6.2.1.el7_1.x86_64) On Sun, Dec 6, 2015 at 6:22 PM, Aldrin Piri wrote: > As another data point, I had success with a very similar environment as > Andre. Details below: > >

Re: WebAppContext Failed startup of context

2015-12-06 Thread Aldrin Piri
As another data point, I had success with a very similar environment as Andre. Details below: [apiri@brick nifi-0.4.0-SNAPSHOT]$ cat /etc/centos-release CentOS Linux release 7.1.1503 (Core) [apiri@brick nifi-0.4.0-SNAPSHOT]$ uname -a Linux brick 3.18.17-13.el7.x86_64 #1 SMP Wed Jul 22 14:20:15 U

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
@Andre: do you see a lot of these when you build? [WARNING] Unable to autodetect 'javac' path, using 'javac' from the environment. On Sun, Dec 6, 2015 at 6:08 PM, Tony Kurc wrote: > Going to try this: > tkurc@computer:~/nifi/$ export > JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64/jre > tkur

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
Going to try this: tkurc@computer:~/nifi/$ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64/jre tkurc@computer:~/nifi/$ mvn -version Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06; 2015-04-22T07:57:37-04:00) Maven home: /opt/maven/apache-maven-3.3.3 Java version: 1.7.0_85, vendo

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
I just built with oracle 1.7.0_79 (64 bit), and running on 1.8.0_45 (64 bit). No problems. This guy stuck out in the mvn version above: Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91.x86_64/jre On Sun, Dec 6, 2015 at 5:59 PM, Matt Burgess wrote: > I couldn't find the reference on a quick i

Re: WebAppContext Failed startup of context

2015-12-06 Thread Joe Witt
I am not seeing this. Built on 8. Run on 7. But def want to help get to the bottom of it. On Dec 6, 2015 5:59 PM, "Matt Burgess" wrote: > I couldn't find the reference on a quick internet search; instead they say > it has something to do with non-transitive Comparators and/or the new > TimSort

Re: WebAppContext Failed startup of context

2015-12-06 Thread Matt Burgess
I couldn't find the reference on a quick internet search; instead they say it has something to do with non-transitive Comparators and/or the new TimSort implementation. I would think if that were the case we would've seen this a lot earlier though; not everyone is having this problem right? Sen

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
@Matt, I'm compiling now too On Sun, Dec 6, 2015 at 5:46 PM, Matt Burgess wrote: > Yes sir. I think they changed the way constructor bytecodes are generated > in Java 8, so if you want to run on Java 8 you're supposed to compile on > Java 8 (even if you also want a Java 7 target). I will try to

Re: WebAppContext Failed startup of context

2015-12-06 Thread Matt Burgess
Yes sir. I think they changed the way constructor bytecodes are generated in Java 8, so if you want to run on Java 8 you're supposed to compile on Java 8 (even if you also want a Java 7 target). I will try to find a reference on this to make sure I'm not entirely crazy, but I'm pretty sure I've

Re: WebAppContext Failed startup of context

2015-12-06 Thread Tony Kurc
@Matt - so I could try to replicate by setting my JAVA_HOME to a 7 jdk when I build, then when I launch, use an 8 jre? I'll give that a try On Sun, Dec 6, 2015 at 5:31 PM, Matt Burgess wrote: > I think I've seen that with Java 7 compiled code (not compiled with 8 > using 7 target) loaded on a Ja

Re: WebAppContext Failed startup of context

2015-12-06 Thread Matt Burgess
I think I've seen that with Java 7 compiled code (not compiled with 8 using 7 target) loaded on a Java 8 VM. Sent from my iPhone > On Dec 6, 2015, at 4:58 PM, Andre wrote: > > Matt, > > $ mvn -version > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; > 2015-11-11T03:41:47+11:00)

Re: WebAppContext Failed startup of context

2015-12-06 Thread Andre
Matt, $ mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T03:41:47+11:00) Maven home: /usr/local/apache-maven-3.3.9 Java version: 1.7.0_91, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.91.x86_64/jre Default locale: en_US, platform

Re: WebAppContext Failed startup of context

2015-12-06 Thread Matt Gilman
Andre, Can you confirm that your up to date? And then run 'mvn -version' to provide your environment? Also do you see them same thing running the 0.4.0 RC candidate that was sent out yesterday? Thanks! Matt On Sun, Dec 6, 2015 at 4:19 AM, Andre wrote: > Hi there, > > I am wondering if anyone

WebAppContext Failed startup of context

2015-12-06 Thread Andre
Hi there, I am wondering if anyone else is facing the following error when starting nifi 0.4.0 compiled from master?? 2015-12-06 19:58:31,325 WARN [main] org.eclipse.jetty.webapp.WebAppContext Failed startup of context o.e.j.w.WebAppContext@2c9af8c3{/nifi,file:/home/user/development/nifi/nifi-ass