jkrdev commented on issue #341: ACCUMULO-3902 Ensure [Batch]Scanners are closed 
in ITs
URL: https://github.com/apache/accumulo/pull/341#issuecomment-353131598
 
 
   Could I get some help with this error code? Where in the accumulo-test 
package is this? Or maybe I am just not understanding the error. Thanks in 
advance! 
   
   ```
   [ERROR] Failed to execute goal 
net.revelc.code:impsort-maven-plugin:1.0.1:sort (sort-imports) on project 
accumulo-test: Execution sort-imports of goal 
net.revelc.code:impsort-maven-plugin:1.0.1:sort failed: (line 206,col 5) Try 
has no finally, no catch, and no resources.
   [ERROR] 
   [ERROR] Problem stacktrace : 
   [ERROR]   
com.github.javaparser.JavaParser.simplifiedParse(JavaParser.java:327)
   [ERROR]   com.github.javaparser.JavaParser.parse(JavaParser.java:295)
   [ERROR]   net.revelc.code.impsort.ImpSort.parseFile(ImpSort.java:51)
   [ERROR]   
net.revelc.code.impsort.maven.plugin.AbstractImpSortMojo.lambda$execute$3(AbstractImpSortMojo.java:166)
   [ERROR]   
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
   [ERROR]   
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
   [ERROR]   
java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
   [ERROR]   
java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
   [ERROR]   
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
   [ERROR]   
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
   [ERROR]   
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
   [ERROR]   
java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
   [ERROR]   
java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
   [ERROR]   
java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
   [ERROR]   
java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
   [ERROR]   
java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:270)
   [ERROR]   
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
   [ERROR]   
java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
   [ERROR]   
java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
   [ERROR]   java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:747)
   [ERROR]   java.util.stream.ReduceOps$ReduceTask.doLeaf(ReduceOps.java:721)
   [ERROR]   java.util.stream.AbstractTask.compute(AbstractTask.java:316)
   [ERROR]   
java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
   [ERROR]   java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
   [ERROR]   
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
   [ERROR]   java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
   [ERROR]   
java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
   [ERROR] 
   [ERROR] -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please 
read the following articles:
   [ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the 
command
   [ERROR]   mvn <goals> -rf :accumulo-test
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to