justinleet commented on issue #1554: METRON-2307: Migrate to JUnit5 URL: https://github.com/apache/metron/pull/1554#issuecomment-551138832 Running dev up gives some issues starting index ``` Running: /usr/jdk64/jdk1.8.0_112/bin/java -server -Ddaemon.name= -Dstorm.options= -Dstorm.home=/usr/hdp/2.6.5.1175-1/storm -Dstorm.log.dir=/var/log/storm -Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib -Dstorm.conf.file= -cp /usr/hdp/2.6.5.1175-1/storm/lib/minlog-1.3.0.jar:/usr/hdp/2.6.5.1175-1/storm/lib/reflectasm-1.10.1.jar:/usr/hdp/2.6.5.1175-1/storm/lib/disruptor-3.3.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/storm-rename-hack-1.1.0.2.6.5.1175-1.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-core-2.8.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-over-slf4j-1.6.6.jar:/usr/hdp/2.6.5.1175-1/storm/lib/objenesis-2.1.jar:/usr/hdp/2.6.5.1175-1/storm/lib/kryo-3.0.3.jar:/usr/hdp/2.6.5.1175-1/storm/lib/clojure-1.7.0.jar:/usr/hdp/2.6.5.1175-1/storm/lib/slf4j-api-1.7.21.jar:/usr/hdp/2.6.5.1175-1/storm/lib/zookeeper.jar:/usr/hdp/2.6.5.1175-1/storm/lib/asm-5.0.3.jar:/usr/hdp/2.6.5.1175-1/storm/lib/ring-cors-0.1.5.jar:/usr/hdp/2.6.5.1175-1/storm/lib/servlet-api-2.5.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-api-2.8.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-slf4j-impl-2.8.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/storm-core-1.1.0.2.6.5.1175-1.jar org.apache.storm.daemon.ClientJarTransformerRunner org.apache.storm.hack.StormShadeTransformer /usr/metron/0.7.2/lib/metron-elasticsearch-storm-0.7.2-uber.jar /tmp/6668eb74015c11ea9224525400083e4d.jar Exception in thread "main" java.lang.IllegalArgumentException at org.apache.storm.hack.shade.org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.apache.storm.hack.shade.org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.apache.storm.hack.shade.org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.apache.storm.hack.DefaultShader.addRemappedClass(DefaultShader.java:182) at org.apache.storm.hack.DefaultShader.shadeJarStream(DefaultShader.java:103) at org.apache.storm.hack.StormShadeTransformer.transform(StormShadeTransformer.java:35) at org.apache.storm.daemon.ClientJarTransformerRunner.main(ClientJarTransformerRunner.java:37) Running: /usr/jdk64/jdk1.8.0_112/bin/java -Ddaemon.name= -Dstorm.options= -Dstorm.home=/usr/hdp/2.6.5.1175-1/storm -Dstorm.log.dir=/var/log/storm -Djava.library.path=/usr/local/lib:/opt/local/lib:/usr/lib:/usr/hdp/current/storm-client/lib -Dstorm.conf.file= -cp /usr/hdp/2.6.5.1175-1/storm/lib/minlog-1.3.0.jar:/usr/hdp/2.6.5.1175-1/storm/lib/reflectasm-1.10.1.jar:/usr/hdp/2.6.5.1175-1/storm/lib/disruptor-3.3.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/storm-rename-hack-1.1.0.2.6.5.1175-1.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-core-2.8.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-over-slf4j-1.6.6.jar:/usr/hdp/2.6.5.1175-1/storm/lib/objenesis-2.1.jar:/usr/hdp/2.6.5.1175-1/storm/lib/kryo-3.0.3.jar:/usr/hdp/2.6.5.1175-1/storm/lib/clojure-1.7.0.jar:/usr/hdp/2.6.5.1175-1/storm/lib/slf4j-api-1.7.21.jar:/usr/hdp/2.6.5.1175-1/storm/lib/zookeeper.jar:/usr/hdp/2.6.5.1175-1/storm/lib/asm-5.0.3.jar:/usr/hdp/2.6.5.1175-1/storm/lib/ring-cors-0.1.5.jar:/usr/hdp/2.6.5.1175-1/storm/lib/servlet-api-2.5.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-api-2.8.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/log4j-slf4j-impl-2.8.2.jar:/usr/hdp/2.6.5.1175-1/storm/lib/storm-core-1.1.0.2.6.5.1175-1.jar:/tmp/6668eb74015c11ea9224525400083e4d.jar:/usr/hdp/current/storm-supervisor/conf:/usr/hdp/2.6.5.1175-1/storm/bin:/usr/metron/0.7.2/lib/stellar-common-0.7.2-uber.jar -Dstorm.jar=/tmp/6668eb74015c11ea9224525400083e4d.jar -Dstorm.dependency.jars=/usr/metron/0.7.2/lib/stellar-common-0.7.2-uber.jar -Dstorm.dependency.artifacts={} org.apache.storm.flux.Flux --remote /usr/metron/0.7.2/flux/indexing/batch/remote.yaml --filter /usr/metron/0.7.2/config/hdfs.properties Error: Could not find or load main class org.apache.storm.flux.Flux ``` None of the pom changes touch anything involving Storm/Flux, so I'm not sure what the disconnect is, and `metron-elasticsearch-storm-0.7.2-uber.jar` does contain the Flux classes. I'll have to dig in more, but if there's any leads/knowledge from the Storm upgrade stuff, I'd be happy to hear it.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
