By running mvn clean install I get the same exceptions, note that the exceptions don't affect final test results, it's just unexpected exceptions.
On Fri, Feb 26, 2016 at 11:30 AM, Cody Innowhere <[email protected]> wrote: > I was running mvn clean package and it's the latest code from master. I've > never met such exceptions before pulling the latest code today. > > On Fri, Feb 26, 2016 at 11:06 AM, Jungtaek Lim (JIRA) <[email protected]> > wrote: > >> >> [ >> https://issues.apache.org/jira/browse/STORM-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168334#comment-15168334 >> ] >> >> Jungtaek Lim commented on STORM-1579: >> ------------------------------------- >> >> Did you run the integration test? >> `mvn clean install` on current master doesn't reproduce this behavior. >> Could you pull the latest and try again? >> >> > Got java.lang.ClassCastException when running tests in storm-core >> > ----------------------------------------------------------------- >> > >> > Key: STORM-1579 >> > URL: https://issues.apache.org/jira/browse/STORM-1579 >> > Project: Apache Storm >> > Issue Type: Bug >> > Components: storm-core >> > Affects Versions: 2.0.0 >> > Environment: Mac OS X, jdk1.7 >> > Reporter: Cody >> > Fix For: 2.0.0 >> > >> > Original Estimate: 72h >> > Remaining Estimate: 72h >> > >> > Stacktrace: >> > 125277 [Thread-1736-__eventlogger-executor[4 4]] ERROR >> o.a.s.m.FileBasedEventLogger - Error setting up FileBasedEventLogger. >> > java.nio.file.NoSuchFileException: >> /logs/workers-artifacts/metrics-tester-1-0/1024/events.log >> > at >> sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) >> ~[?:1.7.0_75] >> > at >> sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) >> ~[?:1.7.0_75] >> > at >> sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) >> ~[?:1.7.0_75] >> > at >> sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) >> ~[?:1.7.0_75] >> > at >> java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:430) >> ~[?:1.7.0_75] >> > at java.nio.file.Files.newOutputStream(Files.java:172) ~[?:1.7.0_75] >> > at java.nio.file.Files.newBufferedWriter(Files.java:2722) >> ~[?:1.7.0_75] >> > at >> org.apache.storm.metric.FileBasedEventLogger.initLogWriter(FileBasedEventLogger.java:51) >> [classes/:?] >> > at >> org.apache.storm.metric.FileBasedEventLogger.prepare(FileBasedEventLogger.java:97) >> [classes/:?] >> > at >> org.apache.storm.metric.EventLoggerBolt.prepare(EventLoggerBolt.java:48) >> [classes/:?] >> > at >> org.apache.storm.daemon.executor$fn__6507$bolt_transfer_fn__6522.invoke(executor.clj:792) >> [classes/:?] >> > at clojure.lang.AFn.call(AFn.java:18) [clojure-1.7.0.jar:?] >> > at org.apache.storm.utils.Utils$6.run(Utils.java:2177) [classes/:?] >> > at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75] >> >> >> >> -- >> This message was sent by Atlassian JIRA >> (v6.3.4#6332) >> > >
