You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by MikeThomsen <gi...@git.apache.org> on 2018/04/11 11:15:18 UTC

[GitHub] nifi issue #2517: NIFI-4516 FetchSolr Processor

Github user MikeThomsen commented on the issue:

    https://github.com/apache/nifi/pull/2517
  
    @JohannesDaniel Build failed because of missing imports:
    
    > [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:compile (default-compile) on project nifi-solr-processors: Compilation failure: Compilation failure: 
    [ERROR] /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/SolrUtils.java:[98,41] error: cannot find symbol
    [ERROR]   symbol:   variable ExpressionLanguageScope
    [ERROR]   location: class SolrUtils
    [ERROR] /home/travis/build/apache/nifi/nifi-nar-bundles/nifi-solr-bundle/nifi-solr-processors/src/main/java/org/apache/nifi/processors/solr/SolrUtils.java:[108,41] error: cannot find symbol
    [ERROR]   symbol:   variable ExpressionLanguageScope
    
    I can get back into testing this once you update.


---