You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm encountering an issue with running a Spix tests for a C++ application builded on an Amazon EC2 machine.
I'm utilizing Jenkins to build a C++ application on the Amazon machine, as well as Spix and the required libraries, specifically anyrpc and googletest. However, when I attempt to run the application, I'm unable to establish a connection to the anyrpc server using a Python script.
I suspect the issue does not stem from the Python script, as I'm unable to detect the open server connection even when using netstat -ano. I've confirmed that it's not a firewall issue by examining the logs, which showed no relevant entries. Additionally, I've tried disabling the firewall and creating a new rule to permit TCP traffic on server port, but to no avail. I have also verified that no other connection exists on this port.
My guess is that there is some problem with c++ file or maybe libraries linking, but I am just guessing. Do you have any idea why can this happen and how can I fix this? Are there some known problems when it comes to building on windows or starting the anyrpcserver?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm encountering an issue with running a Spix tests for a C++ application builded on an Amazon EC2 machine.
I'm utilizing Jenkins to build a C++ application on the Amazon machine, as well as Spix and the required libraries, specifically anyrpc and googletest. However, when I attempt to run the application, I'm unable to establish a connection to the anyrpc server using a Python script.
I suspect the issue does not stem from the Python script, as I'm unable to detect the open server connection even when using
netstat -ano
. I've confirmed that it's not a firewall issue by examining the logs, which showed no relevant entries. Additionally, I've tried disabling the firewall and creating a new rule to permit TCP traffic on server port, but to no avail. I have also verified that no other connection exists on this port.My guess is that there is some problem with c++ file or maybe libraries linking, but I am just guessing. Do you have any idea why can this happen and how can I fix this? Are there some known problems when it comes to building on windows or starting the anyrpcserver?
main.cpp:
CMakeLists.txt:
Beta Was this translation helpful? Give feedback.
All reactions