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

VxWorks connection issues #29

Closed
timcanham opened this issue Sep 9, 2021 · 3 comments
Closed

VxWorks connection issues #29

timcanham opened this issue Sep 9, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@timcanham
Copy link
Contributor

F´ Version v2.0.0
Affected Component n/a

Problem Description

We frequently get these messages on VxWorks:

-> 0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
0x203cf2f8 (TV_ELOG): [ERROR] Failed to send framed data: 0
...
0x203f3320 (TV_ReceiveTask): Connected to �:0 as a tcp client

In some cases, the FSW doesn't initially connect, and it can take a minute or so to reconnect. I don't know if this unique to our case, but I wanted to capture it.

How to Reproduce

On an internal system, so we would have to show it.

Expected Behavior

Clean first-time and secondary connections.

@timcanham timcanham added the bug Something isn't working label Sep 9, 2021
@Joshua-Anderson
Copy link
Contributor

You can see this behavior in the Ref app as well. The TCP client will print errors until it can connect to the GDS. Maybe we should only warn about failing to send after the initial connection?

@timcanham
Copy link
Contributor Author

timcanham commented Sep 9, 2021

That would make sense. What we're seeing sometimes is that even after the "Connected to" EVR, it can take a minute or so to REALLY connect.

@LeStarch
Copy link
Collaborator

This isn't a GDS issue. This is an fprime issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants