This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Issues deploying docker with locally generated metric-platform #63
Labels
help wanted
Extra attention is needed
Hello,
Currently I'm trying to test some new features that we are developing on our server. The goal is to use the product generated by my computer using
mvn clean install --DskipTests
. Until not so long, I was able to do this, as this is how we solved some issues with the indexer connection. But currently, I cannot anymore.The platform runs perfectly if I donwload the file from Castalia's server, but if instead of that I copy from the hard disk I get the following issue once I deploy the platform and try to get the metrics:
https://gist.github.com/creat89/a5092d57d78dc8b7ea367d73cbc3fb5d
Any idea why could it be failing with my local copy but not with the remote one? There hasn't been any change in the host, and I've been building without cache, just to be sure everything is clean.
NOTE: As I really need to test these new features, I took the risk and push the changes and wait for Jenkins to do its work. The platform runs correctly, so I can only see this using the locally produced version.
The text was updated successfully, but these errors were encountered: