Native connection forgetting credentials

Issue #1472 resolved
Xander Victory created an issue

I’m having an odd issue with the latest update, in that after a restart of IDEA, it gives me a ‘problems needing resolving’ toast saying that the connection has no password set.

  1. Configured as a native (non sfdx) Sandbox connection, no security token (ip is trusted)
  2. I enter the password on the config dialog
  3. Click test, then apply, everything works
  4. Close project
  5. Close IDEA
  6. Open IDEA from start menu
  7. Open same project
  8. Module config error returns

Doesn’t seem to be anything relevant in the log with my debug settings

2019-11-16 13:53:29,912 [  24071]   INFO - ellij.license.LicenseValidator - Server license validation result was Genuine. 
2019-11-16 13:53:29,918 [  24077]   INFO - luminatedCloudConnectionConfig - Retrieving org list from sfdx CLI. 
2019-11-16 13:53:29,948 [  24107]   INFO - luminatedCloudConnectionConfig - Retrieving org list information from sfdx CLI. 
2019-11-16 13:58:18,411 [ 312570]   WARN - ess.util.ProgressIndicatorBase - This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress.
com.illuminatedcloud.intellij.settings.application.IlluminatedCloudApplicationConnectionsTab$16.run(SourceFile:1231) 
2019-11-16 13:58:18,474 [ 312633]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:partner.soap.sforce.com}PartnerService from class com.sforce.soap.partner.PartnerApi 
2019-11-16 13:58:20,202 [ 314361]   INFO - cloud.client.ForceComApiClient - Login successful for connection 'Andrew May SANDBOX'. 
2019-11-16 13:58:21,335 [ 315494]   WARN - ess.util.ProgressIndicatorBase - This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress.
com.illuminatedcloud.intellij.settings.application.IlluminatedCloudApplicationConnectionsTab$17.run(SourceFile:1303) 
2019-11-16 13:58:21,890 [ 316049]   INFO - cloud.client.ForceComApiClient - Login successful for connection 'Andrew May SANDBOX'. 
2019-11-16 13:58:21,890 [ 316049]   INFO - y.ReflectionServiceFactoryBean - Creating Service {urn:partner.soap.sforce.com}PartnerService from class com.sforce.soap.partner.PartnerApi 
2019-11-16 13:58:21,913 [ 316072]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.partner.SessionHeader took 12 ms. 
2019-11-16 13:58:21,924 [ 316083]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.partner.CallOptions took 11 ms. 
2019-11-16 13:58:21,927 [ 316086]   INFO - y.ReflectionServiceFactoryBean - Creating Service {http://soap.sforce.com/2006/04/metadata}MetadataService from class com.sforce.soap.metadata.MetadataApi 
2019-11-16 13:58:22,021 [ 316180]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.metadata.SessionHeader took 19 ms. 
2019-11-16 13:58:22,037 [ 316196]   INFO - cloud.client.ForceComApiClient - JAXB initialization for com.sforce.soap.metadata.CallOptions took 16 ms. 
2019-11-16 13:58:26,629 [ 320788]   INFO - rationStore.ComponentStoreImpl - Saving Module: 'Andrew May SANDBOX'FacetManager took 19 ms 
2019-11-16 13:58:26,731 [ 320890]   INFO - mponents.impl.stores.StoreUtil - saveProjectsAndApp took 248 ms 

Comments (3)

  1. Xander Victory reporter

    Well, that helped me find the problem:

    I had some issues after moving the profile to to a new install of Windows, but I’m sure I fixed the issue it came up with!

  2. Log in to comment