Open Rajeshkumar123 opened 7 years ago
Any comments on the issue?
This issue happened to me when the wget that's used to download the jar dependencies from Maven central fails silently. I've implemented a workaround by bundling the dependencies with the install scripts.
I am having this issue as well on version 1.1.3. It's difficult for me to include my dependencies as I am automating the build through Ansible on another node.
I'm having this issue too, I can't automate the system setup because it fails randomly all over the place with Maven.
I can confirm this issue as well, I'm using Oracle JDK 1.8 on Ubuntu 14.
Something is wrong with how lombok is published to maven (maybe some mirrors don't have older versions?). Some versions look like they were removed, some are just not available reliably.
We've worked around this by updating the reference in the kinesis agent setup script:
sed -i 's/org.projectlombok:lombok:1.16.6/org.projectlombok:lombok:1.18.8/g' setup
We have to keep the 1.18.8
part pointing to a lombok that is available though, since they keep disappearing.
Hi I am trying to install Amazon-Kinesis-Agent 1.1.2 on my RHEL 7.2. I have installed the following java version
I am getting below build failure exception during installation.