cryogen

2021-08-27T19:50:55.003400Z

hey all, decided to try out cryogen and i can’t seem to make clojure -X:serve work. i get “The connection was reset” whenever I load “localhost:3000"

seancorfield 2021-08-27T19:58:32.004200Z

@nbtheduke Two Qs: when you run that command, do you get the prompt back immediately? what version of clojure are you running? (`clojure -version`)

2021-08-27T19:59:23.004600Z

$ clojure -version
Clojure CLI version 1.10.3.933

2021-08-27T19:59:44.005Z

$ clojure -X:serve
Init: fast compile enabled =  false
loading module: Flexmark parser
compiling assets...
...
"Elapsed time: 1073.843019 msecs"
2021-08-27 15:58:53.995:INFO:oejs.Server:jetty-7.6.13.v20130916
2021-08-27 15:58:54.029:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:3000
Started server on port 3000

2021-08-27T20:00:07.005300Z

i’ve cut out all of the compiling stuff in the middle

2021-08-27T20:00:23.005600Z

this is fresh from running $ clojure -X:new :template cryogen :name and then cd

seancorfield 2021-08-27T20:09:14.006200Z

Hmm, so clojure -X:serve continues to run...?

seancorfield 2021-08-27T20:11:02.006700Z

I can't even run that template right now:

(! 626)-> clojure -Tclj-new create :template cryogen :name 
Execution error (ExceptionInfo) at clojure.tools.deps.alpha.extensions.maven/get-artifact (maven.clj:133).
Could not find artifact bouncycastle:bctsp-jdk14:jar:138 in central ()

seancorfield 2021-08-27T20:11:34.007200Z

(there's a Maven relocation in play there and tools.deps doesn't support that yet)

2021-08-27T20:25:28.007500Z

hm! i’m not sure then