Hi everyone,
I’m trying to run Snowplow Micro directly from the JAR (without Docker) in a CI environment as part of our test pipeline, as Docker is not supported in our setup. However, I’ve encountered the following error:
snowplow-micro.jar!/reference.conf: 118: Document has trailing tokens after first object or array: '{'
It seems like the error is pointing to the reference.conf
file inside the prebuilt JAR. I unarchived the JAR and looked inside the reference.conf
, and it indeed contains two root-level objects, which seems to be the cause of the error.
- Is running Snowplow Micro without Docker officially supported?
- Has anyone come across this
reference.conf
issue when running outside of Docker? - Are there any specific configurations required to get it working without Docker?
I would really appreciate any advice or guidance on this.
Thanks in advance!