You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by James Wing <jv...@gmail.com> on 2016/08/06 18:43:31 UTC

0.x Build Breaking on nifi-kafka-pubsub-processors?

It looks like the 0.x build is breaking on nifi-kafka-pubsub-processors.
Is this a known issue?
(see Travis build https://travis-ci.org/apache/nifi/jobs/150124534, for
https://issues.apache.org/jira/browse/NIFI-2423)

[INFO]
------------------------------------------------------------------------
[INFO] Building nifi-kafka-pubsub-processors 0.8.0-SNAPSHOT
[INFO]
------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @
nifi-kafka-pubsub-processors ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @
nifi-kafka-pubsub-processors ---
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
nifi-kafka-pubsub-processors ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
nifi-kafka-pubsub-processors ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to
/home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] bootstrap class path not set in conjunction with -source 1.7
/home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java:[361,52]
error: cannot find symbol
[ERROR]   symbol:   method getKeyPassword()
  location: variable sslContextService of type SSLContextService
/home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java:[361,139]
error: cannot find symbol
[INFO] 2 errors

Re: 0.x Build Breaking on nifi-kafka-pubsub-processors?

Posted by Oleg Zhurakousky <oz...@hortonworks.com>.
JFK..... Yeah.... I hope you got the iPhone spell tricks ;)

Sent from my iPhone

> On Aug 6, 2016, at 16:09, Oleg Zhurakousky <oz...@hortonworks.com> wrote:
> 
> Hmm, I build it before pushing those changes, but now I am thinking may be I forgot to switch JFK to 1.7. I'll look at it tomorrow, thanks for the heads up
> 
> Sent from my iPhone
> 
>> On Aug 6, 2016, at 14:43, James Wing <jv...@gmail.com> wrote:
>> 
>> It looks like the 0.x build is breaking on nifi-kafka-pubsub-processors.
>> Is this a known issue?
>> (see Travis build https://travis-ci.org/apache/nifi/jobs/150124534, for
>> https://issues.apache.org/jira/browse/NIFI-2423)
>> 
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Building nifi-kafka-pubsub-processors 0.8.0-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @
>> nifi-kafka-pubsub-processors ---
>> [INFO]
>> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
>> nifi-kafka-pubsub-processors ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
>> nifi-kafka-pubsub-processors ---
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 3 resources
>> [INFO] Copying 3 resources
>> [INFO]
>> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
>> nifi-kafka-pubsub-processors ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 6 source files to
>> /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/target/classes
>> [INFO] -------------------------------------------------------------
>> [ERROR] COMPILATION ERROR :
>> [INFO] -------------------------------------------------------------
>> [ERROR] bootstrap class path not set in conjunction with -source 1.7
>> /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java:[361,52]
>> error: cannot find symbol
>> [ERROR]   symbol:   method getKeyPassword()
>> location: variable sslContextService of type SSLContextService
>> /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java:[361,139]
>> error: cannot find symbol
>> [INFO] 2 errors
> 

Re: 0.x Build Breaking on nifi-kafka-pubsub-processors?

Posted by Oleg Zhurakousky <oz...@hortonworks.com>.
Hmm, I build it before pushing those changes, but now I am thinking may be I forgot to switch JFK to 1.7. I'll look at it tomorrow, thanks for the heads up

Sent from my iPhone

> On Aug 6, 2016, at 14:43, James Wing <jv...@gmail.com> wrote:
> 
> It looks like the 0.x build is breaking on nifi-kafka-pubsub-processors.
> Is this a known issue?
> (see Travis build https://travis-ci.org/apache/nifi/jobs/150124534, for
> https://issues.apache.org/jira/browse/NIFI-2423)
> 
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building nifi-kafka-pubsub-processors 0.8.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven) @
> nifi-kafka-pubsub-processors ---
> [INFO]
> [INFO] --- maven-remote-resources-plugin:1.5:process (default) @
> nifi-kafka-pubsub-processors ---
> [INFO]
> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @
> nifi-kafka-pubsub-processors ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 3 resources
> [INFO] Copying 3 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @
> nifi-kafka-pubsub-processors ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 6 source files to
> /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/target/classes
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] bootstrap class path not set in conjunction with -source 1.7
> /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java:[361,52]
> error: cannot find symbol
> [ERROR]   symbol:   method getKeyPassword()
>  location: variable sslContextService of type SSLContextService
> /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-pubsub-processors/src/main/java/org/apache/nifi/processors/kafka/pubsub/AbstractKafkaProcessor.java:[361,139]
> error: cannot find symbol
> [INFO] 2 errors