Latest update prevents webstorm opening.

Issue #1486 closed
Justin Julicher created an issue

HI Scott,

Just updated to the latest - not sure what is happening here. Reloaded and IC is getting stuck at ‘Listing Salesforce DX Connections’.

As there is no way to close this dialog I am unable to get into Webstorm.

I’ve attached the log file.

I’ve run the command: /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json

It takes a couple of seconds to resolve but it does resolve. I’ve also run a force:org:list --clean too.

I’m going to have to remove the plugin from the config to load up and try again.

Comments (3)

  1. Justin Julicher reporter

    Weird - ok so I removed the plugin from the plugin directory and then reinstalled it and everything is ok.

    I’ll close this and file it under stranger things.

  2. Scott Wells repo owner

    That is strange. Based on the provided log, it looks like it was due to force:org:list just kept running interminably:

    2019-12-09 10:35:32,198 [  17947]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 1. 
    2019-12-09 10:35:32,608 [  18357]   INFO - tellij.openapi.util.IconLoader - replace '/general/inspectionsPause.svg' with '/icons/general/inspectionsPause.svg' 
    2019-12-09 10:35:33,199 [  18948]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 2. 
    2019-12-09 10:35:34,199 [  19948]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 3. 
    2019-12-09 10:35:35,199 [  20948]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 4. 
    2019-12-09 10:35:36,199 [  21948]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 5. 
    2019-12-09 10:35:37,199 [  22948]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 6. 
    2019-12-09 10:35:38,199 [  23948]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 7. 
    2019-12-09 10:35:39,200 [  24949]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 8. 
    2019-12-09 10:35:40,200 [  25949]  DEBUG - .VariableLengthPollingInterval - /home/justin/.nvm/versions/node/v12.6.0/bin/sfdx force:org:list --json: Using polling interval 1000 ms for polling iteration 9. 
    

    Let me know if you see that happen again.

  3. Log in to comment