You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Venkat Williams <ve...@gmail.com> on 2017/06/06 10:25:30 UTC

Build issue in NIFI master branch(1.3.0)

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

Re: Build issue in NIFI master branch(1.3.0)

Posted by Venkat Williams <ve...@gmail.com>.
Sounds good I will give a try. Thanks Andy.

On Tue, Jun 6, 2017 at 10:36 PM, Andy LoPresto <al...@apache.org> wrote:

> Venkat,
>
> Running git clean -dn first will print out a listing of the files that
> will be deleted without modifying anything so you can have some peace of
> mind.
>
> Andy LoPresto
> alopresto@apache.org
> *alopresto.apache@gmail.com <al...@gmail.com>*
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jun 6, 2017, at 9:15 AM, Venkat Williams <ve...@gmail.com>
> wrote:
>
> Thanks Joe. I will do git clean and try and update once it is done.
>
> Thanks,
> Venkat
>
> On Tue, Jun 6, 2017 at 7:04 PM, Joe Witt <jo...@gmail.com> wrote:
>
> Venkat
>
> It looks like that your source directory has some extra things in it.
> You might consider running git clean to get back to the raw state the
> repository intends.  I run 'git clean -fxd' which is a pretty blunt
> instrument.  If you have temporary files/IDE things this can be
> problematic so check the right command for your case but the above
> will get you all cleared out and back to the state that the git
> repo/master branch intends.
>
> Thanks
>
> On Tue, Jun 6, 2017 at 6:25 AM, Venkat Williams
> <ve...@gmail.com> wrote:
>
> 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
>
>
>
>

Re: Build issue in NIFI master branch(1.3.0)

Posted by Andy LoPresto <al...@apache.org>.
Venkat,

Running git clean -dn first will print out a listing of the files that will be deleted without modifying anything so you can have some peace of mind.

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jun 6, 2017, at 9:15 AM, Venkat Williams <ve...@gmail.com> wrote:
> 
> Thanks Joe. I will do git clean and try and update once it is done.
> 
> Thanks,
> Venkat
> 
> On Tue, Jun 6, 2017 at 7:04 PM, Joe Witt <jo...@gmail.com> wrote:
> 
>> Venkat
>> 
>> It looks like that your source directory has some extra things in it.
>> You might consider running git clean to get back to the raw state the
>> repository intends.  I run 'git clean -fxd' which is a pretty blunt
>> instrument.  If you have temporary files/IDE things this can be
>> problematic so check the right command for your case but the above
>> will get you all cleared out and back to the state that the git
>> repo/master branch intends.
>> 
>> Thanks
>> 
>> On Tue, Jun 6, 2017 at 6:25 AM, Venkat Williams
>> <ve...@gmail.com> wrote:
>>> 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
>> 


Re: Build issue in NIFI master branch(1.3.0)

Posted by Venkat Williams <ve...@gmail.com>.
Thanks Joe. I will do git clean and try and update once it is done.

Thanks,
Venkat

On Tue, Jun 6, 2017 at 7:04 PM, Joe Witt <jo...@gmail.com> wrote:

> Venkat
>
> It looks like that your source directory has some extra things in it.
> You might consider running git clean to get back to the raw state the
> repository intends.  I run 'git clean -fxd' which is a pretty blunt
> instrument.  If you have temporary files/IDE things this can be
> problematic so check the right command for your case but the above
> will get you all cleared out and back to the state that the git
> repo/master branch intends.
>
> Thanks
>
> On Tue, Jun 6, 2017 at 6:25 AM, Venkat Williams
> <ve...@gmail.com> wrote:
> > 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
>

Re: Build issue in NIFI master branch(1.3.0)

Posted by Joe Witt <jo...@gmail.com>.
Venkat

It looks like that your source directory has some extra things in it.
You might consider running git clean to get back to the raw state the
repository intends.  I run 'git clean -fxd' which is a pretty blunt
instrument.  If you have temporary files/IDE things this can be
problematic so check the right command for your case but the above
will get you all cleared out and back to the state that the git
repo/master branch intends.

Thanks

On Tue, Jun 6, 2017 at 6:25 AM, Venkat Williams
<ve...@gmail.com> wrote:
> 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