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

No data returned from 127.0.0.1:51477, uBridge process running: True #1289

Closed
AJNOURI opened this issue Feb 8, 2018 · 40 comments
Closed

No data returned from 127.0.0.1:51477, uBridge process running: True #1289

AJNOURI opened this issue Feb 8, 2018 · 40 comments
Assignees
Labels
Milestone

Comments

@AJNOURI
Copy link
Contributor

AJNOURI commented Feb 8, 2018

From GNS3 community forum:
https://gns3.com/discussions/ubridge-process-running-true


Hi
Opening GNS3'project (2.1.0, Win10 x64) after one month i see suddenly this stupid error:

No data returned from 127.0.0.1:51477, uBridge process running: True

What is that ? I'm not able to open my project because of that.


Noticed prior tickets with the same errors:
#275
#976

@grossmj grossmj self-assigned this Feb 9, 2018
@grossmj grossmj added the Bug label Feb 9, 2018
@grossmj grossmj added this to the 2.1.4 milestone Feb 9, 2018
@grossmj
Copy link
Member

grossmj commented Feb 9, 2018

We need to check the output of uBridge. The log file is ubridge.log and there is one file for each node.

grossmj added a commit that referenced this issue Mar 7, 2018
grossmj added a commit that referenced this issue Mar 7, 2018
@grossmj
Copy link
Member

grossmj commented Mar 7, 2018

This should fix the problem.

@grossmj grossmj closed this as completed Mar 7, 2018
@abner19
Copy link

abner19 commented Mar 20, 2018

Hello, where can I find the solution for this..?

Thanks,
Rick

@grossmj
Copy link
Member

grossmj commented Mar 20, 2018

@abner19 please download and install GNS3 version 2.1.4

@abner19
Copy link

abner19 commented Mar 20, 2018

Hi, I'm running ver 2.1.4.. Win 10

@grossmj
Copy link
Member

grossmj commented Mar 20, 2018

Can you reproduce the issue every time?

@abner19
Copy link

abner19 commented Mar 20, 2018

Thanks for the swift response. Started working after the 5th try or so, beats me...

@grossmj
Copy link
Member

grossmj commented Apr 16, 2018

This time I found the source of the problem. Should be good now.

@grossmj grossmj closed this as completed Apr 16, 2018
@light-foot
Copy link

light-foot commented Apr 21, 2018

I find this problem is not fixed. I've got 4 MikrotikCHR's hooked together and when I try to put NAT to one of them I get Error while creating node: No data returned from 127.0.0.1:55459, uBridge process running: True
Error while creating node: No data returned from 127.0.0.1:55466, uBridge process running: True
Until I've tried about 5 times then it works. It's almost as if it's trying ports that are not working because every error has a randomized port and eventually one works.
I'm running GNS 2.1.5 and GNS VM 2.1.5

@grossmj grossmj modified the milestones: 2.1.5, 2.1.6 Apr 23, 2018
@grossmj grossmj reopened this Apr 23, 2018
@grossmj
Copy link
Member

grossmj commented Apr 24, 2018

Do you get the error when you try to link one of your Mikrotik node to a NAT cloud? Please post some screenshots if you can.

Thanks,

@light-foot
Copy link

light-foot commented Apr 27, 2018 via email

@grossmj
Copy link
Member

grossmj commented Apr 28, 2018

Thanks for the feedback. Was it happening when you dropped the NAT or Cloud node in the drawing area?

@light-foot
Copy link

light-foot commented Apr 28, 2018 via email

@grossmj grossmj removed this from the 2.1.6 milestone May 23, 2018
@sixshakybones
Copy link

@grossmj have you any further news on this ?

@grossmj
Copy link
Member

grossmj commented Sep 25, 2018

@sixshakybones version 2.1.10 may have fixed this problem. Can you confirm this since we cannot reproduce that issue on our side?

Thanks! :)

@sixshakybones
Copy link

sixshakybones commented Sep 25, 2018

Thanks, I have tried that. Good news is I haven't got the message bad news is I got this message.
A quick google search does not bring up any results.

Error while creating node: GNS3 controller version 2.1.10 is not the same as compute server GNS3 VM (GNS3 VM) version 2.1.9

EDIT: Apologies, it just struck me, I guess I need to download the new VM version too... I will provide an update after downloading and reconfiguring the new VM

@grossmj
Copy link
Member

grossmj commented Sep 25, 2018 via email

@sixshakybones
Copy link

PERFECT !!! Its working, You have made me so happy, thanks for all your development efforts !

I did get one error message popup but it does not seem to have affected the VM startup.
When starting the first virtual machine this error comes up : Could not determine uBridge version for C:\Program Files\GNS3\ubridge.EXE

@grossmj
Copy link
Member

grossmj commented Sep 25, 2018

@sixshakybones do you get this error message everytime?

@sixshakybones
Copy link

sixshakybones commented Sep 26, 2018

@grossmj I have tested, yes it does. It happens each time starting a virtual machine, 3 times if I have 3 VM's. They all start however.

error while starting Win7ProX86-Attacker-1: No data returned from 127.0.0.1:62989 after sending command 'hypervisor version
', uBridge process running: True
error while starting Server2012R2-1: No data returned from 127.0.0.1:63009 after sending command 'hypervisor version
', uBridge process running: True

e

I cant add a cloud to the network using the host system as the option from the menu provided once the cloud is dragged into the project.

Error: No data returned from 127.0.0.1:63009 after sending command 'hypervisor version
', uBridge process running: True

@grossmj
Copy link
Member

grossmj commented Oct 3, 2018

@sixshakybones I can't figure out what is the problem. Would you mind if I take remote control of your computer using Team Viewer so I can debug that issue? Please contact me on developers@gns3.net to discuss a time and exchange information.

Thanks!

@grossmj
Copy link
Member

grossmj commented Nov 26, 2018

Switched to Python 3.5 on Windows to see if this issue can be resolved since this could possibly be a bug with asyncio. Another possible solution could be to implement asyncio.Protocol to communicate with uBridge but I am reluctant to do it for 2.1.x

@sixshakybones
Copy link

sixshakybones commented Nov 27, 2018 via email

@grossmj
Copy link
Member

grossmj commented Dec 4, 2018

Please can you try this development build to see if it changes anything?

https://sourceforge.net/projects/gns-3/files/Nightly%20Builds/2018-12-04/2.1/GNS3-2.1.2018-12-04-all-in-one.exe/download

Thanks!

@sixshakybones
Copy link

sixshakybones commented Dec 5, 2018 via email

@sixshakybones
Copy link

sixshakybones commented Dec 19, 2018 via email

@grossmj grossmj modified the milestones: 2.1.12, 2.1.13 Jan 10, 2019
@byunkook
Copy link

Looks like this is still an on-going issue. I do have the same issue on the lastest version 2.1.12.

@grossmj
Copy link
Member

grossmj commented Feb 16, 2019

@byunkook do you confirm this happens only with VirtualBox and VMware nodes?

@byunkook
Copy link

I'm using VMs in VMware and this is only happening to VM nodes.
This is the exact error message
No data returned from 127.0.0.1:54925 after sending command 'hypervisor version' uBrdige process running:True

I use vmware for GNS3 VM.

When I tried to start a VirtualBox VM node, I get the following error.
"error while starting macOS-1: Cannot start VM because hardware virtualization (VT-x/AMD-V) is already used by another software like VMware or KVM (on Linux)

I never tried GNS3 with VirtualBox GNS3 VM and a VirtualBox node.

@byunkook
Copy link

FYI, uninstalling VirtualBox fixed the issue.
I no longer get error messages on VMware nodes

I don't understand why installing VirtualBox would interfere and trigger such error on VMware VMs in GNS3 project. I didn't run it. It wasn't running in the background either.

@grossmj grossmj modified the milestones: 2.1.13, 2.1.14 Feb 22, 2019
@grossmj
Copy link
Member

grossmj commented Feb 27, 2019

Please can you try version 2.1.14 to check if the problem is still present? Thanks :)

@sixshakybones
Copy link

sixshakybones commented Feb 28, 2019 via email

@byunkook
Copy link

byunkook commented Mar 2, 2019

It's better now. I don't get those reported error messages when I start VMware and Virtualbox VM.

Here's new one from .14.
If Virtualbox VM in the project is running on the host already, and if I choose the project to launch, I get below error.

=> VirtualBox has returned an error:

Once I stop the Virtualbox VM, then I can open the project.

With VMware VM, GNS3 doesn't behave this way, it doesn't care if VMware VM in project is running standalone.

Thank you

@grossmj grossmj modified the milestones: 2.1.15, 2.1.16 Mar 21, 2019
@grossmj grossmj closed this as completed Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants