Closed ph closed 9 years ago
We should pin jar-dependencies
to a previous version
I observed this while doing rake bootstrap plugin:install-default
with Java 7 on OSX
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
This is strange, if you look at http://build-eu-1.elasticsearch.org/view/LS%20Master/job/Logstash_Master_Default_Plugins/lastBuild/console which install all the default plugins its not failing and its running on 1.7.
jruby 1.7.17 (1.9.3p392) 2014-12-09 fafd1a7 on OpenJDK 64-Bit Server VM 1.7.0_55-b14 +jit [linux-amd64]```
Works for me on master, 1.5
WARNING: See http://guides.rubygems.org/specification-reference/ for help
Successfully built RubyGem
Name: logstash-core
Version: 2.0.0.dev
File: logstash-core-2.0.0.dev-java.gem
[plugin:install-local-logstash-core-gem] Installing logstash-core-2.0.0.dev-java.gem
Installing logstash-core
Installation successful
[artifact:tar] building build/logstash-2.0.0.dev.tar.gz
Complete: build/logstash-2.0.0.dev.tar.gz
suyog@machine:~/ws/elastic/logstash (master)$ java -version
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
I HAVE NO IDEA COMPUTERS.
Let's keep an eye on this, but given that @suyog, jenkins, and @ph cannot reproduce this, I'm confident that it's not an issue. Further, should only affect plugin installation anyway, and only apparently on my OSX workstation (in Linux it works fine for me)
I tried this same in my dev machine, with java 7 and can not reproduce it.
/cheers
On Thu, Aug 20, 2015 at 1:39 AM Jordan Sissel notifications@github.com wrote:
I HAVE NO IDEA COMPUTERS.
Let's keep an eye on this, but given that @suyog https://github.com/suyog, jenkins, and @ph https://github.com/ph cannot reproduce this, I'm confident that it's not an issue. Further, should only affect plugin installation anyway, and only apparently on my OSX workstation (in Linux it works fine for me)
— Reply to this email directly or view it on GitHub https://github.com/elastic/logstash/issues/3756#issuecomment-132827017.
Cannot reproduce