Hi everyone, I getting the following issue and this is just one issue at code level there are issues @ test cases level also.
Please review and let me know what's the problem.. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ nifi-distributed-cache-protocol --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-d istributed-cache-protocol\target\classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\ src\main\java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[25,59] error: package org.apache.nifi.distributed.cache.protocol.exception does not exist [ERROR] D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\ src\main\java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[49,150] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[62,149] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[76,162] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[109,161] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[94,30] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[103,26] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[105,26] error: cannot find symbol [ERROR] symbol: class HandshakeException location: class ProtocolHandshake D:\work\redowl\Jira\sprint14\csv-contribution\NIFI-1398\nifi\nifi-nar-bundles\nifi-standard-services\nifi-distributed-cache-services-bundle\nifi-distributed-cache-protocol\src\main \java\org\apache\nifi\distributed\cache\protocol\ProtocolHandshake.java:[121,26] error: cannot find symbol [INFO] 9 errors Regards, Venkat
