Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wakaama-dev] LWM2M client registration failure

Hi Bill,

> The 13 byte CoAP ACK from the server to the client seems not to be understood, 
> and the client keeps retransmitting the registration POST request until it gives
> up with a registration failure message to the client's user.

Does the log of the client shows, that it receives something?

(May be a shortcut: since 2. June we switched to IPv6. 
Did you configure your ubuntu to support IPv6? 
If not, see the last question here and you may find how to switch back to IPv4)


Mit freundlichen Grüßen / Best regards

Achim Kraus

Bosch Software Innovations GmbH
Communications (INST/ESY4)
Stuttgarter Straße 130
71332 Waiblingen
GERMANY
www.bosch-si.de
www.blog.bosch-si.com 

achim.kraus@xxxxxxxxxxxx

Registered office: Berlin, Register court: Amtsgericht Charlottenburg, HRB 148411 B
Executives: Dr.-Ing. Rainer Kallenbach; Michael Hahn


-----Ursprüngliche Nachricht-----
Von: wakaama-dev-bounces@xxxxxxxxxxx [mailto:wakaama-dev-bounces@xxxxxxxxxxx] Im Auftrag von Bill Silverajan
Gesendet: Dienstag, 18. August 2015 11:17
An: wakaama-dev@xxxxxxxxxxx
Betreff: [wakaama-dev] LWM2M client registration failure


Hello,

I downloaded and successfully compiled the latest Wakaama code in trunk from GitHub, but I seem to encounter a strange problem with the LWM2M client.

Basically, I fired up the default LWM2M server (trunk/tests/server/lwm2mserver), and then I started the default client
(trunk/tests/client/lwm2mclient) without any commandline arguments. The client sends the initial registration to the server, which the server successfully registers as client #0 with the name "testlwm2mclient" and sends an acknowledgement.

The 13 byte CoAP ACK from the server to the client seems not to be understood, and the client keeps retransmitting the registration POST request until it gives up with a registration failure message to the client's user. On the other hand, the Wakaama server responds to each incoming client registration and returning an acknowledgement. Wireshark does not show any malformed CoAP packets.

I crosstested with a Wakaama snapshot I have from May 2015, and the lwm2mclient from May 2015 seems to work successfully with the current (and previous) lwm2mserver.

I tried rebuilding the current client after disabling bootstrapping but I received the same error. I'm using a Ubuntu 14.10 desktop environment with gcc 4.9.1.

Is there something I'm doing wrong?

Regards,
Bill

_______________________________________________
wakaama-dev mailing list
wakaama-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/wakaama-dev


Back to the top