Fork me on GitHub
#onyx
<
2017-04-14
>
wistb18:04:39

Hi, just downloaded onyx-starter and when I ran 'lein test' , got the following error

wistb18:04:42

lein test :only onyx-starter.jobs.sample-job-test/test-sample-dev-job ERROR in (test-sample-dev-job) (WindowsException.java:86) Uncaught exception, not in assertion. expected: nil actual: java.nio.file.FileSystemException: C:\Users\prasad\AppData\Local\Temp\aeron-prasad\cnc.dat: The process cannot access the file because it is being used by another process. at sun.nio.fs.WindowsException.translateToIOException (WindowsException.java:86) sun.nio.fs.WindowsException.rethrowAsIOException (WindowsException.java:97)

michaeldrogalis18:04:25

@pradeepcheers I have no idea how Onyx is going to behave on Windows.

michaeldrogalis18:04:44

Judging from the error, though, are you running two instances of Onyx?

michaeldrogalis18:04:59

Seems like there might be another JVM harboring that file.

wistb18:04:27

no. some time back I was trying to check onyx (months back). Not sure if there is anything registered as a service or so.

wistb18:04:58

I just restated my machine and did 'lein test'

wistb18:04:45

If onyx on a windows is not recommonded , I will try it out on ubuntu.

michaeldrogalis18:04:30

@pradeepcheers Yeah, you’ll have a much better time on Linux or OS X. Sorry I can’t be more of more assistance there.

wistb18:04:52

no problem. I will try on ubuntu. thank you

michaeldrogalis18:04:01

You’re welcome. 🙂