Fork me on GitHub
#clojars
<
2020-03-16
>
tcrawley10:03:49

What's the issue with that jar?

juhoteperi11:03:57

It returns an error: <Message>The specified key does not exist.</Message>

juhoteperi11:03:58

Hmm, might be load balancer related or something. I tried this from another computer and it works.

juhoteperi11:03:23

Pom and jar return the error from my desktop or other computers from same IP, works elsewhere. Other files work.

tcrawley11:03:20

Ah, I suspect it is the Fastly CDN - it caches 404s, so if something asked for it before it was there the 404 would be cached, but only for the edge node where it was requested.

juhoteperi11:03:28

1. x-amz-request-id: BEE2AB0A7DB7C0CE 2. X-Cache: HIT 3. X-Cache-Hits: 8

tcrawley11:03:09

This isn't the first time this has impacted someone - the fix is to probably purge all artifacts for deploy from fastly at the end of the deploy

tcrawley11:03:19

Let me try purging that path now manually and you can retry

tcrawley11:03:05

Okay, see if it gives you a proper response now

juhoteperi11:03:45

jar file works now, pom still doesn't

tcrawley11:03:57

ok, I'll purge that as well

juhoteperi11:03:24

Works now. Thanks!

juhoteperi11:03:42

There doesn't seem to be an open issue about this in Github?

tcrawley11:03:03

No, not yet, I just discovered it as an issue on Friday. I'll create one.

tcrawley01:03:51

This has been fixed.

borkdude13:03:36

@darwin fwiw I've also had an issue with lein 2.9.2 on CircleCI. I ended up reverting to 2.9.1 and made mention of this in the freenode channel, but because I don't know where the history of that channel is, I don't know if this was picked up. I also mentioned it in the #leiningen channel

borkdude13:03:31

I've seen this coming up a couple of times now

slipset15:03:43

I've also sent an email to glts but haven't gotten an answer yet.