2026-05-18 14:51:32	Thread ID: 0x1f84c50c0	Proxy configuration not found in configuration source. Check your configuration:
{
  "licenseKey": "your-license-key"
}
2026-05-18 14:51:33	Thread ID: 0x1f84c50c0	Proxy configuration not found in configuration source. Check your configuration:
{
  "licenseKey": "your-license-key"
}
2026-05-18 14:51:33	Thread ID: 0x1f84c50c0	Proxy configuration not found in configuration source. Check your configuration:
{
  "licenseKey": "your-license-key"
}
2026-05-18 14:51:34	Thread ID: 0x1f84c50c0	Proxy configuration not found in configuration source. Check your configuration:
{
  "licenseKey": "your-license-key"
}
2026-05-18 14:51:34	Thread ID: 0x1f84c50c0	Runtime config default not found in configuration source for runtime invalid_runtime_name. Check your configuration:
{
  "licenseKey": "unit-tests-key",
  "loggingLevel": "runtimeInfo",
  "proxy": {
    "host": "test",
    "username": "test",
    "password": "test",
    "domain": "test"
  },
  "runtimes": {
    "jvm": [
      {
        "name": "default",
        "customOptions": "",
        "modules": "",
        "channel": {
          "type": "inMemory",
          "runtimePath": "/test/path/to/jvm/runtime"
        }
      },
      {
        "name": "custom1",
        "customOptions": "",
        "modules": "",
        "channel": {
          "type": "tcp",
          "host": "127.0.0.1",
          "port": 8083
        }
      }
    ],
    "netcore": [
      {
        "name": "default",
        "customOptions": "",
        "modules": "",
        "channel": {
          "type": "tcp",
          "host": "127.0.0.1",
          "port": 8080
        }
      },
      {
        "name": "custom1",
        "customOptions": "",
        "modules": "",
        "channel": {
          "type": "tcp",
          "host": "127.0.0.1",
          "port": 8081
        }
      }
    ],
    "python": [
      {
        "name": "default",
        "customOptions": "",
        "modules": "",
        "channel": {
          "type": "inMemory"
        }
      },
      {
        "name": "with-modules-relative",
        "customOptions": "",
        "modules": "../python-package",
        "channel": {
          "type": "inMemory"
        }
      }
    ],
    "ruby": {
      "name": "default",
      "customOptions": "",
      "modules": "",
      "channel": {
        "type": "tcp",
        "host": "127.0.0.1",
        "port": 8082
      }
    },
    "nodejs": {
      "name": "default",
      "customOptions": "",
      "modules": "",
      "channel": {
        "type": "inMemory"
      }
    },
    "clr": {
      "name": "default",
      "customOptions": "",
      "modules": "",
      "channel": {
        "type": "inMemory"
      }
    },
    "perl": {
      "name": "default",
      "customOptions": "",
      "modules": "",
      "channel": {
        "type": "inMemory"
      }
    }
  }
}
