Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bbb-apps receiving corrupt messages from html5 server #9605

Closed
ritzalam opened this issue May 19, 2020 · 2 comments
Closed

bbb-apps receiving corrupt messages from html5 server #9605

ritzalam opened this issue May 19, 2020 · 2 comments

Comments

@ritzalam
Copy link
Member

Describe the bug
We are seeing logs where bbb-apps cannot deserialize messages from html5 server.

2020-05-18T00:19:27.197-04:00 ERROR o.b.c.p.s.ReceivedJsonMsgHandlerActor - Failed to deserialize message Missing creator property 'meetingId' (index 1); `DeserializationFeature.FAIL_ON_MISSING_CREATOR_PROPERTIES` enabled
 at [Source: (String)"{"header":{"name":"UserTypingPubMsg"},"body":{"chatId":"w_lvgjf9zb2ihn"}}"; line: 1, column: 37] (through reference chain: org.bigbluebutton.common2.msgs.UserTypingPubMsg["header"])
2020-05-18T00:35:24.700-04:00 ERROR o.b.c.p.s.ReceivedJsonMsgHandlerActor - Failed to deserialize message Missing creator property 'meetingId' (index 1); `DeserializationFeature.FAIL_ON_MISSING_CREATOR_PROPERTIES` enabled
 at [Source: (String)"{"header":{"name":"SetCurrentPagePubMsg"},"body":{"podId":"DEFAULT_PRESENTATION_POD","presentationId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1589774022302","pageId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1589774022302/2"}}"; line: 1, column: 41] (through reference chain: org.bigbluebutton.common2.msgs.SetCurrentPagePubMsg["header"])
2020-05-18T00:35:27.993-04:00 ERROR o.b.c.p.s.ReceivedJsonMsgHandlerActor - Failed to deserialize message Missing creator property 'meetingId' (index 1); `DeserializationFeature.FAIL_ON_MISSING_CREATOR_PROPERTIES` enabled
 at [Source: (String)"{"header":{"name":"SetCurrentPagePubMsg"},"body":{"podId":"DEFAULT_PRESENTATION_POD","presentationId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1589774022302","pageId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1589774022302/2"}}"; line: 1, column: 41] (through reference chain: org.bigbluebutton.common2.msgs.SetCurrentPagePubMsg["header"])
2020-05-18T00:35:31.385-04:00 ERROR o.b.c.p.s.ReceivedJsonMsgHandlerActor - Failed to deserialize message Missing creator property 'meetingId' (index 1); `DeserializationFeature.FAIL_ON_MISSING_CREATOR_PROPERTIES` enabled
 at [Source: (String)"{"header":{"name":"SetCurrentPagePubMsg"},"body":{"podId":"DEFAULT_PRESENTATION_POD","presentationId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1589774022302","pageId":"d2d9a672040fbde2a47a10bf6c37b6a4b5ae187f-1589774022302/2"}}"; line: 1, column: 41] (through reference chain: org.bigbluebutton.common2.msgs.SetCurrentPagePubMsg["header"])

To Reproduce
Not sure how to reproduce. Is it due to server load? Or reconnect issue where the client is sending messages while the connection is waiting for validate token response?

Expected behavior
html5 server should send a properly formatted or complete message.

Actual behavior
Messages are not processed correctly.

Additional context
Don't see any failures on messages from bbb-web and fsesl-akka. Only from html5 server.

@Corradones
Copy link

hi there, something new about this? I' finding a lot of these messages on my app-akka logs....
Is this a problem? can I ignore?

This consideration seems to be really important :
"Is it due to server load? Or reconnect issue where the client is sending messages while the connection is waiting for validate token response?"

Can anybody say more? thanks

@antobinary
Copy link
Member

Fixed by #11658

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants