You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/11/27 12:06:15 UTC

[GitHub] [metron] tigerquoll commented on issue #1572: METRON-2327 - Support for SOLR time-based arrays

tigerquoll commented on issue #1572: METRON-2327 - Support for SOLR time-based arrays
URL: https://github.com/apache/metron/pull/1572#issuecomment-559060204
 
 
   Interesting enough, when I ran the integration tests on my laptop, I got the following error:
   
   ```
   Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 19.962 sec <<< FAILURE! - in org.apache.metron.indexing.integration.SolrIndexingIntegrationTest
   test(org.apache.metron.indexing.integration.SolrIndexingIntegrationTest)  Time elapsed: 19.907 sec  <<< ERROR!
   java.lang.NoSuchMethodError: org.apache.storm.flux.parser.FluxParser.parseFile(Ljava/lang/String;ZZLjava/lang/String;Z)Lorg/apache/storm/flux/model/TopologyDef;
   	at org.apache.metron.integration.components.FluxTopologyComponent.loadYaml(FluxTopologyComponent.java:282)
   	at org.apache.metron.integration.components.FluxTopologyComponent.startTopology(FluxTopologyComponent.java:252)
   	at org.apache.metron.integration.components.FluxTopologyComponent.submitTopology(FluxTopologyComponent.java:248)
   	at org.apache.metron.indexing.integration.IndexingIntegrationTest.test(IndexingIntegrationTest.java:133)
   	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.lang.reflect.Method.invoke(Method.java:498)
   	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
   	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
   	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
   	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
   	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
   	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
   	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
   	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
   	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
   	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
   	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
   	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
   	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128)
   	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:203)
   	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:155)
   	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services