ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Failed to load Universal Automation. We tried to connect to port 10000 but failed. #138

Closed mkellerman closed 4 years ago

mkellerman commented 4 years ago

Describe the Issue

Installed UA version 1.10 on a new workstation, and received error.

Expected behavior

No error.. ;)

Screenshots

image

Version Information

adamdriscoll commented 4 years ago

@mkellerman Did restarting UA help in this environment? I've extended to time we attempt to connect to 60 seconds. It seems like for whatever reason it takes a while for UA to startup.

mkellerman commented 4 years ago

No. Restarted UA, and even rebooting, did not resolve the issue.

I did uninstall 1.10, and proceeded to install 1.00... and now UA won’t even load. No icon in tray, no GUI.

adamdriscoll commented 4 years ago

I think it does by default but does this machine have .NET v4.7.2 installed?

adamdriscoll commented 4 years ago

whoops

mkellerman commented 4 years ago

Version installed: v4.0.30319

Seems like the bug is that the installer isn't checking for prerequisites.. :P

I'll install 4.7.2 and confirm that all is good in the world.

mkellerman commented 4 years ago

I installed using chocolate:

choco install dotnet4.7.2 -y

And problem persists. I tried uninstalling, and reinstalling, now that 4.7.2 was installed, and same problem.

mkellerman commented 4 years ago

Travelled to C:\Users\\AppData\Local Deleted the 2 UA folders, and will re-install.

mkellerman commented 4 years ago

Nope, that didn't work. Let me know what to try next.

adamdriscoll commented 4 years ago

@mkellerman Can you please try this build? https://send.firefox.com/download/d776e4d96b53f87b/#F-_OQOTUEkHKAJT1m0QuYw

Primarily, it turns on logging by default to C:\ProgramData\UniversalAutomation\logs

Hopefully, we can catch something interesting in there.

mkellerman commented 4 years ago

I uninstalled and deleted the UA folders in AppData\Local, and that build worked. It opened up from the first launch!

What does it all mean?

adamdriscoll commented 4 years ago

Not sure. I did extend the amount of time the UA UI will wait for the backend to start-up and add the logging but pretty much all the other changes were mostly cosmetic. I'm going to close this for now and we will continue to test and reopen with any additional information. We have logging enabled by default now so if it does happen hopefully we will see it there.