RE: Failing to Start NiFi 1.1.0, OverlappingFileLockException

2016-12-21 Thread Peter Wicks (pwicks)
input HTTPS is enabled but nifi.web.https.port is not specified”. So I’m not really sure what combination of factors lead to this vague error. From: Mark Payne [mailto:marka...@hotmail.com] Sent: Wednesday, December 21, 2016 6:34 AM To: users@nifi.apache.org Subject: Re: Failing to Start NiFi

Re: Failing to Start NiFi 1.1.0, OverlappingFileLockException

2016-12-21 Thread Mark Payne
Hey Peter, The FlowFile repository obtains a lock to ensure that no other process is using that directory. Getting an OverlappingFileLockException means that there is actually another process that has a lock. Can you verify that no other instance of NiFi is running on the node? If possible

Failing to Start NiFi 1.1.0, OverlappingFileLockException

2016-12-20 Thread Peter Wicks (pwicks)
I've successfully upgraded my DEV and TEST environments from NiFi 1.0.0 to NiFi 1.1.0. So I felt comfortable upgrading PROD until... I completed all the work and went to start the server, but am receiving the below stack trace. I dug through the code a bit and found that it's locking a file