No such host is known - cannot run tests or download a log

Issue #2592 duplicate
Stanislaw Zan created an issue

Hello, when I try to run Unit Tests using Run Test green button I get a following error, and the test is not run in the Sandbox.

When I enter the Log Analyzer tab, I retrieve all recent logs with no problems, but double-clicking on a any log throws the same error, and the log is not displayed in the window.

However, I am able to Retrieve or Deploy classes and metadata with no problem - it is kinda slow, but it works. I’m using VPN provided by my company, and I suspect that my network traffic goes by some proxy.

I am able to run test from terminal inside WebStorm using Salesforce CLI, it is executed on the Sandbox

PS C:\Repos\salesforce\projectName>     sf apex run test --class-names LM_LeadTriggerTestClass -o ORG-Name
Run "sf apex get test -i 707Pu00000LlcBe -o stanislaw.zan@projectName.com.proj" to retrieve test results
Run with --synchronous or increase --wait timeout to wait for results.
PS C:\Repos\salesforce\projectName>

I am as well able to run tests from Visual Studio Code and Salesforce plugin, the test is executed and log is retrieved.

The Proxy Setting in WebStorm is set to Auto-detect proxy settings. When I change to No-Proxy, I cannot retrieve or deploy files as I get error “UnknownHostException invoking”.

Server Certificates has checked Accept non-trusted certificates automatically.

Versions:

  • Illuminated Cloud - I initially checked at 2.3.11, then updated to 2.3.2.0, still gets error
  • WebStorm 2024.1.2

    • Build #WS-241.15989.105, built on April 23, 2024
  • Salesforce CLI @salesforce/cli/2.39.6 win32-x64 node-v20.12.2

Comments (3)

  1. Scott Wells repo owner
    • changed status to open

    This is likely related to #2589 given that they're both host resolution issues. Can you please take a look at the comments there and see whether they help at all?

  2. Scott Wells repo owner

    I have received confirmation from some others that “Host could not be resolved” issues have been occurring with sandbox orgs the last several days 100% independent of IC2. Merging this into #2589 to track progress/resolution there for all affected, likely either by Salesforce or by flushing local DNS caches as mentioned in the linked issue.

  3. Log in to comment