Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hono-dev] Problems with IOT Hono Tutorial

Hello everyone,


previously i attended the lwm2m hands-on workshop in eclipse conference 2016, 


now i do the tutorial 1 for hono setup: "Use Hono as Leshan's SecurityRegistry"  


I started the lwm2m using the following command:

mvn spring-boot:run -Dhono.client.host=192.168.99.100 (Docker machine ip)

 

 After I added the device security info on the website: " http://localhost:8090/#/security", there is an error in the docker shell: ERROR o.e.h.a.l.s.HonoBasedSecurityRegistry - could not get RegistrationClient

io.vertx.core.impl.NoStackTraceThrowable: client is not connected to Hono (yet)

 

And then later I tried

 

curl -i -X POST -d ep=mydevice \

$> http://192.168.99.100:8080/registration/DEFAULT_TENANT/find

 

I have another error:

 

http1.1 /404 not found

Content Length = 0

 

Could someone help me to solve this?  


Thank you very much

Attachment: slides.pdf
Description: slides.pdf


Back to the top