2021-01-30 00:37:55 UTC - Joshua Dunham: It didn't seem like it would work ... but it did. I thought the 'required' would have failed checks (which do not contain the variables in the error). Should I make a report on this in ow-kube github? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611967075063900?thread_ts=1611950077.063400&cid=C3TPCAQG1 ---- 2021-01-30 00:40:11 UTC - Joshua Dunham: Can OW co-exist with another app using CouchDB or does it require it's own instance? I thought I could create the tables referenced in the values but it also needs to create DBs (at least /ow_kube_couchdb_initialized_marker) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611967211066000?thread_ts=1611967211.066000&cid=C3TPCAQG1 ---- 2021-01-30 01:03:27 UTC - Dave Grove: hi. yes, opening an issue would be useful. thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611968607066100?thread_ts=1611950077.063400&cid=C3TPCAQG1 ---- 2021-01-30 01:57:05 UTC - Dominic Kim: We are using OW with external Kafka. If you create an issue, would look into it. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611971825067200?thread_ts=1611950077.063400&cid=C3TPCAQG1 ---- 2021-01-30 01:58:45 UTC - Dominic Kim: OW can coexist with another app if they don’t access the same DB. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611971925068900?thread_ts=1611967211.066000&cid=C3TPCAQG1 ---- 2021-01-30 01:59:03 UTC - Dominic Kim: We are running ow and UI along with the same CouchDB. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1611971943069600?thread_ts=1611967211.066000&cid=C3TPCAQG1 ---- 2021-01-30 20:54:52 UTC - Ben Carver: Alright, I got a lot further, but I'm hitting a new error that I am not sure what to do with:
`java.lang.LinkageError: loading constraint violation: loader "sun/misc/Launcher$AppClassLoader@3446d3f" previously initiated loading for a different type with name "io/hops/transaction/context/ContextInitializer" defined by loader "org/apache/openwhi sk/runtime/java/action/JarLoader@18330561"` I have to assume this is related to the OpenWhisk ClassLoader? Is there anything that can be done about this? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612040092069800?thread_ts=1611506255.034800&cid=C3TPCAQG1 ---- 2021-01-30 22:07:45 UTC - Joshua Dunham: Is there an OW UI package? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1612044465070000?thread_ts=1611967211.066000&cid=C3TPCAQG1 ----