immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
bsima 2015-10-02T12:21:30.000125Z

hey everyone, I was following the scheduling tutorial here: http://immutant.org/documentation/2.1.0/apidoc/guide-scheduling.html

bsima 2015-10-02T12:21:46.000126Z

and got an exception when I tried (schedule job) - "Wrong number of args (4) passed to util/auto-flush/fn--738" I haven't changed anything in the tutorial 😕

bsima 2015-10-02T12:21:55.000127Z

the log says: ERROR [org.quartz.core.JobRunShell] (scheduling-worker-1)

bsima 2015-10-02T12:22:22.000128Z

I have no idea where it's coming from, just wondering if anyone else had this same error

2015-10-02T12:22:49.000129Z

bsima: can you gist the full stack?

bsima 2015-10-02T12:23:49.000130Z

uh sure, give me a minute. I've gotta re-create my setup (it happened a few hours ago)

bsima 2015-10-02T12:36:19.000132Z

I didn't notice the NOT STARTED earlier. Does that have something to do with it?

2015-10-02T13:01:00.000133Z

@bsima: that looks like some weird interaction with boot, I think something is trying to call https://github.com/boot-clj/boot/tree/2.3.0/boot/pod/src/boot/util.clj#L177 with too may arguments

2015-10-02T13:01:20.000135Z

the NOT_STARTED is unrelated, that just means the scheduler isn't auto-started on creation, but when needed

bsima 2015-10-02T13:01:21.000136Z

oooh

2015-10-02T13:01:57.000137Z

and that's being called by something in nrepl

2015-10-02T13:02:13.000138Z

err, cider.nrepl, that is

2015-10-02T13:05:05.000139Z

@bsima: I just saw you asked the same ? in irc, mind if we move this discussion there?

bsima 2015-10-02T13:05:25.000140Z

okay, meet you there

2015-10-02T13:05:31.000141Z

thanks!