Hi Secfree, Could you try to access *http://localhost:8080/api/v1/version <http://localhost:8080/api/v1/version> *access in your local browser or *http://localhost:38080/api/v1/version <http://localhost:38080/api/v1/version> *in docker? If they're all unavailable, you'd better check whether service.jar runs using *ps -ef | grep service* in your docker.
Thanks, Kevin On Thu, Apr 25, 2019 at 10:27 AM Secfree Teng <[email protected]> wrote: > Hi all, > > I replaced the “service.jar” in the docker container from the image > “apachegriffin/griffin_spark2:0.3.0”. The new “service.jar” is from the > source code of master/griffin-0.5.0 branch. After restarting the service, > access the Griffin host “http://griffin:port/“ returns > > Whitelabel Error Page > This application has no explicit mapping for /error, so you are seeing this > as a fallback. > > Thu Apr 25 02:11:33 UTC 2019 > There was an unexpected error (type=Not Found, status=404). > No message available > > But access the APIs under “/api/v1/“ is OK. > > Does the latest version support UI? Or I’ve done something wrong. > > Thank you. >
