Fork me on GitHub
#immutant
<
2016-01-26
>
trancehime06:01:37

2016-01-26 14:45:44,412 ERROR [io.undertow.request] (default task-13) UT005023: Exception handling request to /admin-rrs-sm/js/foundation.dropdown.js: java.lang.IllegalArgumentException: No method in multimethod 'resource-data' for dispatch value: :vfs <-- ok what does this actually mean?

jaen09:01:12

@trancehime: I might be able to help, had something similar in the past. Are you creating a Wildfly-compatible WAR and serving it out of Wildfly?

tcrawley14:01:47

@trancehime: what version of ring are you using? You're likely hitting https://github.com/ring-clojure/ring/issues/184, and need to update to ring "1.4.0"

jaen14:01:00

Oh, that's already solved for ring? Nice. In case of joplin I had to monkey patch it a bit.

tcrawley14:01:57

it's only fixed in WildFly if you are using Immutant - the ring change is only half of it, you need https://github.com/immutant/immutant/tree/master/web/src/immutant/web/internal/ring.clj#L155 as well

tcrawley14:01:03

hmm, but trancehime's error already mentions resource-data so is already using 1.4.0

tcrawley14:01:32

@trancehime: what version of immutant are you using?