-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unable to connect with expired IDE #144
Comments
This sounds awfully similar to #128 which I could have not reproduce it. @ericpaulsen @bpmct from what templates were your workspaces created from? |
Eric is still running into this |
If I recall correctly the logs were saying "This IDE build has expired. Please download a new build from JetBrains official site". I am not exactly sure what the perfect solution here is but at the very least being presented with the option to download the new build would be nice. The problem is that it seems this error appears in the logs, but is never thrown in the code, so we never see it. That means we either have to check the log output which seems janky, or check for expired builds before connecting to them. Or, it could be that there is some other property on the host status we are meant to check. |
JetBrains Gateway expires the IDE backends, at least for EAP versions, after a specific duration, and that causes this error. |
We have added a flag |
We may still want to do something here, because I think it only downloads the latest if you launch from the dashboard again right? If you launch from the recent connections window of Gateway for example it will use the currently installed version. It does ask if you want to update, but if you decline or have updates disabled then it will fail without any obvious error. But, this might be something better to raise upstream with JetBrains anyway. |
We have started working on the ToolBox integration and going forward I don't think gateway will receive much support. I will bring this up with gateway team if it comes from any users. |
Yup that is fair. Hopefully Toolbox handles expired IDEs more gracefully! |
when i first try to connect to a workspace using the gateway plugin, I'm returned this error:
upon clicking
Retry
, the connection is successfully established.The text was updated successfully, but these errors were encountered: