raffaele messuti

Results 16 comments of raffaele messuti

an example adapter from @jbaiter here: https://gist.github.com/jbaiter/121a042fef59eb4573228bb5263bf07d source: https://twitter.com/jbaiter_/status/1120988879606038529

i got the server deployed with docker but i'm not able to figure how to use. `/annotation/` is 404 for me too ``` elucidate_1 | 2018-08-08 09:10:04.273 [http-nio-8080-exec-3] [DEBUG] CommonsRequestLoggingFilter...

``` Caused by: com.spotify.docker.client.shaded.com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.spotify.docker.client.messages.RegistryAuth` (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('enabled') at [Source: UNKNOWN; line: -1,...

upgrade to **dockerfile-maven-plugin 1.4.3** fix the issue, now the build works and also the docker image is ready. https://github.com/dlcs/elucidate-server/blob/develop/elucidate-server/pom.xml#L30

I have encountered the same problem, but I have not completely able to debug it. The bizzarre thing is that if I run and enter the container: ``` docker run...

To add some more context to this help request: the [compose stack](https://gist.github.com/atomotic/9a2b8cd141db955c650f0975c6ff757c) is starting correctly, all containers are running. The `manifold-nginx` is listening on :4000, the host server has another...