microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Manage subscriptions dialog gets stuck in a message box loop if there's no OpenSSL and you try to import a subscription #202

Closed avranju closed 9 years ago

avranju commented 9 years ago

The Manage Subscriptions dialog gets stuck in a message box loop if there's no OpenSSL and you try to import a subscription. Here're the steps to reproduce this with a fresh install of the plugin on a system that does not have OpenSSL installed and configured. This issue was reported by @DonGlo.

  1. Right click on the Azure node in services explorer.
  2. Choose Manage Subscriptions.
  3. Click the "Import Subscription" button.
  4. Pick a subscription settings file.
  5. Click the "Import" button.
  6. A message pops up stating that you need to configure OpenSSL and provide the path the OpenSSL binary. Cancel out of this dialog.

Now there's no way to exit the Manage Subscriptions dialog without signing in or importing a subscription settings file unless you terminate the IDE process.

babumuralidharan commented 9 years ago

Yes this is an issue and i was able to repro with the above steps.

BeatriceOltean commented 9 years ago

Hi Kasturi, would you please check if this bug is still active?

kasturiswain commented 9 years ago

Yes this issue is reproducible. IDE is showing the below exception when the user trying to cancel the dialog. openssl

kasturiswain commented 9 years ago

This issue is fixed and functionality is working as expected in the latest build.