just check if some other service is running on 8000 port. I think its port issue
On Thu, May 25, 2017 at 4:04 PM, Dennis Honders <[email protected]> wrote: > From the classification template docs: > > $ curl -H "Content-Type: application/json" \ > -d '{ "attr0":2, "attr1":0, "attr2":0 }' http://localhost:8000/queries.json > > Add /queries.json to the url. > > > > > Op 25 mei 2017 om 10:21 heeft Naresh Peddy <[email protected]> het > volgende geschreven: > > Hi Team, > > I am using Prediction IO 0.10 in Docker Tool Box(win 8.1) and > Classification template. > Am able to build,train,deploy Engine service. But am not able to send > queries to deployed service. > > I tried with > 1)localhost:8000 > 2)0.0.0.0.0:8000 > 3)192.168.99.100:8000 > > I tried from new window in docker, from java client as well but nothing > fruitful > > Please find the attached screenshot Could you please help me in this > > <image.png> > > > -- > Naresh Peddy > >
