joewitt commented on PR #7299:
URL: https://github.com/apache/nifi/pull/7299#issuecomment-1563408771

   with -Pinclude-grpc it appears some bits were missed
   
   
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile 
(default-testCompile) on project nifi-grpc-processors: Compilation failure: 
Compilation failure:
   [ERROR] 
/development/code/nifi.git/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/src/test/java/org/apache/nifi/processors/grpc/TestListenGRPC.java:[78,37]
 error: cannot find symbol
   [ERROR]   symbol:   method getAvailableTcpPort()
   [ERROR]   location: class NetworkUtils
   [ERROR] 
/development/code/nifi.git/nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/src/test/java/org/apache/nifi/processors/grpc/TestListenGRPC.java:[90,37]
 error: cannot find symbol
   [ERROR]   symbol:   method getAvailableTcpPort()
   [ERROR]   location: class NetworkUtils
   [ERROR] -> [Help 1]
   [ERROR]
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR]
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn <args> -rf :nifi-grpc-processors


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to