Fork me on GitHub
#shadow-cljs
<
2017-12-26
>
Jon15:12:47

``
$ shadow-cljs watch app
shadow-cljs - config: /Users/chen/repo/cumulo/cumulo-workflow/server/shadow-cljs.edn version: 2.0.123
shadow-cljs - updating dependencies
shadow-cljs - dependencies updated
shadow-cljs - starting ...
RuntimeException: java.net.BindException: Address already in use
	io.undertow.Undertow.start (Undertow.java:214)
	shadow.undertow/start (undertow.clj:147)
	shadow.undertow/start (undertow.clj:115)
	shadow.cljs.devtools.server/start-http/fn--21391 (server.clj:109)
	shadow.cljs.devtools.server/start-http (server.clj:108)
	shadow.cljs.devtools.server/start-http (server.clj:104)
	shadow.cljs.devtools.server/start-system (server.clj:137)
	shadow.cljs.devtools.server/start-system (server.clj:118)
	shadow.cljs.devtools.server/start! (server.clj:215)
	shadow.cljs.devtools.server/start! (server.clj:205)
	shadow.cljs.devtools.server/start! (server.clj:208)
	shadow.cljs.devtools.server/start! (server.clj:205)
	shadow.cljs.devtools.server/from-cli (server.clj:312)
	shadow.cljs.devtools.server/from-cli (server.clj:288)
	shadow.cljs.devtools.cli/blocking-action (cli.clj:114)
	shadow.cljs.devtools.cli/blocking-action (cli.clj:101)
	shadow.cljs.devtools.cli/main (cli.clj:162)
	shadow.cljs.devtools.cli/main (cli.clj:117)
	clojure.core/apply (core.clj:661)
	clojure.core/apply (core.clj:652)
	shadow.cljs.devtools.cli/-main (cli.clj:204)
	shadow.cljs.devtools.cli/-main (cli.clj:202)
	clojure.lang.Var.applyTo (Var.java:702)
	clojure.core/apply (core.clj:657)
	clojure.main/main-opt (main.clj:317)
	clojure.main/main-opt (main.clj:313)
	clojure.main/main (main.clj:424)
	clojure.main/main (main.clj:387)
	clojure.lang.Var.applyTo (Var.java:702)
	clojure.main.main (main.java:37)
Caused by:
BindException: Address already in use
	sun.nio.ch.Net.bind0 (Net.java:-2)
	sun.nio.ch.Net.bind (Net.java:433)
	sun.nio.ch.Net.bind (Net.java:425)
	sun.nio.ch.ServerSocketChannelImpl.bind (ServerSocketChannelImpl.java:223)
	sun.nio.ch.ServerSocketAdaptor.bind (ServerSocketAdaptor.java:74)
	org.xnio.nio.NioXnioWorker.createTcpConnectionServer (NioXnioWorker.java:190)
	org.xnio.XnioWorker.createStreamConnectionServer (XnioWorker.java:243)
	io.undertow.Undertow.start (Undertow.java:173)
	shadow.undertow/start (undertow.clj:147)
	shadow.undertow/start (undertow.clj:115)
	shadow.cljs.devtools.server/start-http/fn--21391 (server.clj:109)
	shadow.cljs.devtools.server/start-http (server.clj:108)
	shadow.cljs.devtools.server/start-http (server.clj:104)
	shadow.cljs.devtools.server/start-system (server.clj:137)
	shadow.cljs.devtools.server/start-system (server.clj:118)
	shadow.cljs.devtools.server/start! (server.clj:215)

Jon15:12:28

weird.. not able to start two servers anymore.

thheller18:12:09

@jiyinyiyong oh I though I pushed the fix for that already but it is in a branch

thheller18:12:36

you specify :http {:port ...} to override the default port

thheller18:12:46

will push the fix tommorrow