You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing repeated instances of this in the Goldsmith tomcat localhost log:
12-Feb-2022 10:51:10.686 SEVERE [localhost-startStop-1] org.apache.catalina.core
.StandardContext.listenerStart Exception sending context initialized event to li
stener instance of class [smeagol.listener]
...
Caused by: java.lang.Exception: Directory does not exist: resources/publ
ic/content
at ring.middleware.file$ensure_dir.invokeStatic(file.clj:17)
at ring.middleware.file$ensure_dir.invoke(file.clj:12)
at ring.middleware.file$wrap_file.invokeStatic(file.clj:47)
at ring.middleware.file$wrap_file.invoke(file.clj:35)
at smeagol.middleware$fn__13563.invokeStatic(middleware.clj:54)
at smeagol.middleware$fn__13563.invoke(middleware.clj:51)
It's not altogether clear where this comes from, but it may come from #(wrap-resource % "public") in:
I'm seeing repeated instances of this in the Goldsmith tomcat localhost log:
It's not altogether clear where this comes from, but it may come from
#(wrap-resource % "public")
in:The text was updated successfully, but these errors were encountered: