<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>System on Solo</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/</link><description>Recent content in System on Solo</description><generator>Hugo</generator><language>en</language><atom:link href="https://solo.hiero.org/docs/troubleshooting/errors/system/index.xml" rel="self" type="application/rss+xml"/><item><title>SOLO-5001</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5001/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5001/</guid><description>&lt;h2 id="resourcenotfounderror"&gt;&lt;code&gt;ResourceNotFoundError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#resourcenotfounderror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5001&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when an expected resource cannot be found; the message names the resource and, when available, wraps the underlying &lt;code&gt;cause&lt;/code&gt;. solo looks up Kubernetes and related resources by name as it works, so this means the resource was absent where it was expected — for example it was not yet created, was deleted, or was searched for in the wrong place.&lt;/p&gt;</description></item><item><title>SOLO-5002</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5002/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5002/</guid><description>&lt;h2 id="clusterconnectionfailederror"&gt;&lt;code&gt;ClusterConnectionFailedError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#clusterconnectionfailederror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5002&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot establish a connection to the Kubernetes API server for a cluster reference; the message names the cluster reference and the kubeconfig context it tried. solo resolves the context from kubeconfig and connects before running any cluster operation, so this fires when that handshake fails: the context names a server that is unreachable or no longer exists, the cluster has not been started yet (for example a Kind cluster that was never created or was deleted), credentials have expired, or a transient network/DNS problem interrupted the call. It is retryable because a cluster that is still coming up, or a brief network blip, often resolves on a later attempt.&lt;/p&gt;</description></item><item><title>SOLO-5003</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5003/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5003/</guid><description>&lt;h2 id="portforwardrefreshfailederror"&gt;&lt;code&gt;PortForwardRefreshFailedError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#portforwardrefreshfailederror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5003&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot refresh its port-forwards; when available the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo periodically re-establishes port-forwards so endpoints stay reachable, so this means that refresh failed — for example a target pod was unavailable or the API connection dropped. It is retryable.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check the all pods exist and are running: kubectl get pods -n &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Check the port-forwards of your deployment: solo deployment config ports &amp;ndash;deployment &lt;deployment-name&gt;&lt;/li&gt;
&lt;li&gt;Restart the port-forward: solo deployment refresh port-forwards &amp;ndash;deployment &lt;deployment-name&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5004</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5004/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5004/</guid><description>&lt;h2 id="portforwardstatusfailederror"&gt;&lt;code&gt;PortForwardStatusFailedError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#portforwardstatusfailederror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5004&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot display port-forward status; when available the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo reads the state of active port-forwards to report it, so this means that status query failed — for example the cluster API was unreachable. It is retryable.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check the all pods exist and are running: kubectl get pods -n &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Restart the port-forward: solo deployment refresh port-forwards &amp;ndash;deployment &lt;deployment-name&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5005</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5005/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5005/</guid><description>&lt;h2 id="namespacenotfoundsoloerror"&gt;&lt;code&gt;NamespaceNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#namespacenotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5005&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a referenced Kubernetes namespace does not exist; the message names the namespace. solo operates within a deployment namespace, so this means the namespace is absent — for example it was never created, was deleted, or the wrong name was supplied.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;List existing namespaces: kubectl get namespaces&lt;/li&gt;
&lt;li&gt;Check the active deployment: solo deployment config info &amp;ndash;deployment &lt;name&gt;&lt;/li&gt;
&lt;li&gt;Redeploy the network to re-create the namespace: solo consensus network deploy&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5006</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5006/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5006/</guid><description>&lt;h2 id="podnotfoundsoloerror"&gt;&lt;code&gt;PodNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#podnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5006&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo queries Kubernetes for the pod backing a consensus node alias and the lookup returns no pod; the message names the alias. solo needs the pod to run commands, copy files, or check status on a node, so this fires when no pod matches the expected labels in the namespace. Because pod scheduling is asynchronous, it can appear briefly during startup before the pod exists, which is why it is retryable; if it persists, the pod failed to schedule or start, was evicted, or the node was never deployed. This is the base error for the component-specific variants (explorer, relay, mirror-node, block-node, and Postgres pod-not-found errors).&lt;/p&gt;</description></item><item><title>SOLO-5007</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5007/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5007/</guid><description>&lt;h2 id="haproxypodsnotfoundsoloerror"&gt;&lt;code&gt;HaproxyPodsNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#haproxypodsnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5007&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find any HAProxy pods. solo relies on HAProxy pods to route traffic to consensus nodes, so this is raised when none are present in the namespace. It is retryable because the pods may still be scheduling; if it persists, HAProxy failed to start or was not deployed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check HAProxy pod status: kubectl get pods -n &lt;namespace&gt; -l solo.hedera.com/type=haproxy&lt;/li&gt;
&lt;li&gt;Check the active deployment: solo deployment config info &amp;ndash;deployment &lt;name&gt;&lt;/li&gt;
&lt;li&gt;Redeploy the network if HAProxy is missing: solo consensus network deploy&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5008</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5008/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5008/</guid><description>&lt;h2 id="loadbalancernotfoundsoloerror"&gt;&lt;code&gt;LoadBalancerNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#loadbalancernotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5008&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find the expected load balancer. solo looks up the load balancer that exposes a service externally, so this is raised when none is present yet. It is retryable because the load balancer may still be provisioning (for example waiting on MetalLB or a cloud provider); a persistent failure points to a networking misconfiguration.&lt;/p&gt;</description></item><item><title>SOLO-5009</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5009/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5009/</guid><description>&lt;h2 id="kubecontextnotfoundsoloerror"&gt;&lt;code&gt;KubeContextNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#kubecontextnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5009&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot determine the Kubernetes context for a node; the message names the node alias. By this point the node context should already be resolvable from configuration, so reaching it indicates an internal inconsistency and is treated as an internal Solo error.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check active deployments: solo deployment config info&lt;/li&gt;
&lt;li&gt;Verify that the node alias is registered: kubectl get configmap -n &lt;namespace&gt; -o yaml&lt;/li&gt;
&lt;li&gt;Review solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5010</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5010/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5010/</guid><description>&lt;h2 id="consensusnodenotinconfigsoloerror"&gt;&lt;code&gt;ConsensusNodeNotInConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#consensusnodenotinconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5010&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo looks up a consensus node by alias but it is not present in the configuration; the message names the alias. By this point the node should already be known, so reaching it indicates an internal inconsistency between the requested alias and the loaded configuration, and is treated as an internal Solo error.&lt;/p&gt;</description></item><item><title>SOLO-5011</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5011/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5011/</guid><description>&lt;h2 id="k8ssecretcreatefailedsoloerror"&gt;&lt;code&gt;K8sSecretCreateFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#k8ssecretcreatefailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5011&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot create a Kubernetes secret; the message describes the secret and, when available, wraps the underlying &lt;code&gt;cause&lt;/code&gt;. solo stores keys and credentials as cluster secrets, so this means the secret could not be created — for example the namespace is missing, the API rejected the request, or a transient API error occurred. It is retryable.&lt;/p&gt;</description></item><item><title>SOLO-5012</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5012/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5012/</guid><description>&lt;h2 id="statesdirectorynotfoundsoloerror"&gt;&lt;code&gt;StatesDirectoryNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#statesdirectorynotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5012&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when the states directory for a node does not exist; the message names the node alias and the expected directory. solo reads saved consensus state from this directory, so this means it is missing or the path is wrong — for example no state was exported for the node, or the wrong path was supplied.&lt;/p&gt;</description></item><item><title>SOLO-5013</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5013/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5013/</guid><description>&lt;h2 id="portforwardmissingsoloerror"&gt;&lt;code&gt;PortForwardMissingSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#portforwardmissingsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5013&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a configured port-forward is not present; the message names the component, its id, and the local-to-pod port mapping. solo expects each configured port-forward to be active so the component is reachable, so this means it is missing — for example it was never established or was dropped. It is retryable, since re-establishing the port-forward often succeeds.&lt;/p&gt;</description></item><item><title>SOLO-5014</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5014/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5014/</guid><description>&lt;h2 id="nopvcfoundsoloerror"&gt;&lt;code&gt;NoPvcFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#nopvcfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5014&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no PersistentVolumeClaims are found in a namespace where they were expected; the message names the namespace. Some operations require PVCs that are created only when persistent storage is enabled at deployment, so this means PVCs were not enabled for the network — redeploy with PVCs enabled.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Redeploy with PVCs enabled: solo consensus network deploy &amp;ndash;pvcs true&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5015</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5015/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5015/</guid><description>&lt;h2 id="clusterreferenceundeterminedsoloerror"&gt;&lt;code&gt;ClusterReferenceUndeterminedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#clusterreferenceundeterminedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5015&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown during initialization when solo cannot determine which cluster reference to use. solo expects the active cluster reference to be resolvable at this point, so reaching this indicates an internal initialization or ordering defect rather than user input, and is treated as an internal Solo error.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check the remote config: kubectl get configmap -n &lt;namespace&gt; -o yaml&lt;/li&gt;
&lt;li&gt;Verify cluster references: solo deployment config info &amp;ndash;deployment &lt;name&gt;&lt;/li&gt;
&lt;li&gt;Re-initialize solo if needed: solo init&lt;/li&gt;
&lt;li&gt;Review solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5016</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5016/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5016/</guid><description>&lt;h2 id="upgradeversionfetchfailedsoloerror"&gt;&lt;code&gt;UpgradeVersionFetchFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#upgradeversionfetchfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5016&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot fetch a requested upgrade version; the message names the version and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo downloads upgrade artifacts for the chosen version, so this means the fetch did not complete — for example the version assets were unreachable or the download errored. It is retryable, since transient network issues often clear on a later attempt.&lt;/p&gt;</description></item><item><title>SOLO-5017</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5017/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5017/</guid><description>&lt;h2 id="multipledeploymentsfoundsoloerror"&gt;&lt;code&gt;MultipleDeploymentsFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#multipledeploymentsfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5017&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a command needs a single deployment but several are configured and none was selected; the message names the source (local or remote) and the deployments found. solo cannot guess which one to use, so it asks you to disambiguate with &lt;code&gt;--deployment&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;List existing deployments: solo deployment config list&lt;/li&gt;
&lt;li&gt;Specify the deployment explicitly: solo node &lt;command&gt; &amp;ndash;deployment &lt;name&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5018</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5018/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5018/</guid><description>&lt;h2 id="grpcproxyendpointfailedsoloerror"&gt;&lt;code&gt;GrpcProxyEndpointFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#grpcproxyendpointfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5018&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot set the gRPC Web proxy endpoint. solo configures this endpoint so gRPC Web clients can reach the network, so this means that configuration step failed — for example the target service or port-forward was not reachable. It is retryable, since a transient connectivity issue often clears on a later attempt.&lt;/p&gt;</description></item><item><title>SOLO-5019</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5019/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5019/</guid><description>&lt;h2 id="explorerpodnotfoundsoloerror"&gt;&lt;code&gt;ExplorerPodNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#explorerpodnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5019&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find a Hiero Explorer pod. solo locates the explorer pod to operate on it or check its status, so this is raised when no matching pod exists in the namespace — for example the explorer failed to start, was removed, or was never deployed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check pod status: kubectl get pods -A | grep explorer&lt;/li&gt;
&lt;li&gt;Describe pods to check for crashes or evictions: kubectl describe pods -A -l app.kubernetes.io/component=hiero-explorer&lt;/li&gt;
&lt;li&gt;Check recent namespace events: kubectl get events -n &lt;namespace&gt; &amp;ndash;sort-by=.lastTimestamp&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5020</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5020/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5020/</guid><description>&lt;h2 id="explorernotinremoteconfigsoloerror"&gt;&lt;code&gt;ExplorerNotInRemoteConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#explorernotinremoteconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5020&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no Hiero Explorer component is present in the deployment remote configuration. solo looks the explorer up in the remote config before acting on it, so this means none is recorded — typically because the explorer was never deployed for this deployment, or was already removed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;List components in remote config: solo deployment config info&lt;/li&gt;
&lt;li&gt;Deploy the explorer first: solo explorer deploy&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5021</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5021/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5021/</guid><description>&lt;h2 id="relaypodnotfoundsoloerror"&gt;&lt;code&gt;RelayPodNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#relaypodnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5021&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find a JSON-RPC relay pod. solo locates the relay pod to operate on it or check status, so this is raised when no matching pod exists in the namespace — for example the relay failed to start, was removed, or was never deployed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check pod status: kubectl get pods -A | grep relay&lt;/li&gt;
&lt;li&gt;Describe pods to check for crashes or evictions: kubectl describe pods -A -l app.kubernetes.io/instance=relay-&lt;index&gt;&lt;/li&gt;
&lt;li&gt;Check recent namespace events: kubectl get events -n &lt;namespace&gt; &amp;ndash;sort-by=.lastTimestamp&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5022</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5022/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5022/</guid><description>&lt;h2 id="relaynotinremoteconfigsoloerror"&gt;&lt;code&gt;RelayNotInRemoteConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#relaynotinremoteconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5022&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no JSON-RPC relay is present in the deployment remote configuration. solo looks the relay up in the remote config before acting on it, so this means none is recorded — typically because it was never deployed for this deployment, or was already removed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;List components in remote config: solo deployment config info&lt;/li&gt;
&lt;li&gt;Deploy the relay first: solo relay deploy&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5023</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5023/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5023/</guid><description>&lt;h2 id="mirrornodepodsnotfoundsoloerror"&gt;&lt;code&gt;MirrorNodePodsNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#mirrornodepodsnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5023&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find any deployed mirror-node pods; the message names the release and namespace. solo locates the mirror node pods to operate on them, so this is raised when none match in the namespace — for example the release failed to deploy, was removed, or the wrong release or namespace was targeted.&lt;/p&gt;</description></item><item><title>SOLO-5024</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5024/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5024/</guid><description>&lt;h2 id="mirroringresscontrollerpodnotfoundsoloerror"&gt;&lt;code&gt;MirrorIngressControllerPodNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#mirroringresscontrollerpodnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5024&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find the mirror ingress controller pod. solo locates this pod to manage ingress for the mirror node, so this is raised when no matching pod exists in the namespace — for example it failed to start or was not deployed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check ingress controller pod status: kubectl get pods -A | grep ingress&lt;/li&gt;
&lt;li&gt;Describe pods to check for crashes or evictions: kubectl describe pods -A -l app.kubernetes.io/name=haproxy-ingress&lt;/li&gt;
&lt;li&gt;Check recent namespace events: kubectl get events -n &lt;namespace&gt; &amp;ndash;sort-by=.lastTimestamp&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5025</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5025/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5025/</guid><description>&lt;h2 id="mirrornodenotinremoteconfigsoloerror"&gt;&lt;code&gt;MirrorNodeNotInRemoteConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#mirrornodenotinremoteconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5025&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no mirror node is present in the deployment remote configuration. solo looks the mirror node up in the remote config before acting on it, so this means none is recorded — typically because it was never deployed for this deployment, or was already removed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;List components in remote config: solo deployment config info&lt;/li&gt;
&lt;li&gt;Deploy the mirror node first: solo mirror node add &amp;ndash;deployment &lt;deployment&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5026</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5026/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5026/</guid><description>&lt;h2 id="clusternotfoundinremoteconfigsoloerror"&gt;&lt;code&gt;ClusterNotFoundInRemoteConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#clusternotfoundinremoteconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5026&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a referenced cluster is not present in the deployment remote configuration; the message names the cluster reference. solo expects the cluster to be recorded in the remote config before acting on it, so this means the reference does not match any recorded cluster — typically a misspelled name or a cluster that was never attached to the deployment.&lt;/p&gt;</description></item><item><title>SOLO-5027</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5027/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5027/</guid><description>&lt;h2 id="githubapirequestfailederror"&gt;&lt;code&gt;GitHubApiRequestFailedError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubapirequestfailederror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5027&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a GitHub API request cannot be completed; the message names the URL and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. The request did not produce a usable HTTP response at all — for example a network or DNS failure, or a dropped connection. It is retryable, since transient network problems often clear on a later attempt.&lt;/p&gt;</description></item><item><title>SOLO-5028</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5028/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5028/</guid><description>&lt;h2 id="githubapihttpresponseerror"&gt;&lt;code&gt;GitHubApiHttpResponseError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubapihttpresponseerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5028&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a GitHub API request returns a non-success HTTP status; the message names the URL and the status code. solo calls the GitHub API to discover releases and download assets, so this means GitHub responded with an error status — for example rate limiting, a missing resource, or a server error. It is retryable, since transient statuses such as rate limits often clear on a later attempt.&lt;/p&gt;</description></item><item><title>SOLO-5029</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5029/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5029/</guid><description>&lt;h2 id="githubapiresponseparsefailederror"&gt;&lt;code&gt;GitHubApiResponseParseFailedError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubapiresponseparsefailederror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5029&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot parse a GitHub API response; the message names the URL and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo parses release metadata from the API, so this means the body could not be parsed — for example it was not valid JSON or did not match the expected structure.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Inspect the GitHub API response shape and endpoint contract.&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5030</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5030/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5030/</guid><description>&lt;h2 id="githubapiresponsemissingtagnameerror"&gt;&lt;code&gt;GitHubApiResponseMissingTagNameError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubapiresponsemissingtagnameerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5030&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a GitHub API response is missing the expected &lt;code&gt;tag_name&lt;/code&gt; field; the message names the URL. solo reads &lt;code&gt;tag_name&lt;/code&gt; to identify a release version, so this means the response came back without it — indicating an unexpected response shape from the API.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Confirm the repository has a latest release and that the GitHub API response contains expected release fields.&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5031</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5031/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5031/</guid><description>&lt;h2 id="blocknodepodnotfoundsoloerror"&gt;&lt;code&gt;BlockNodePodNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#blocknodepodnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5031&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find a running block node pod. solo locates the block node pod to run commands or check its status, so this is raised when no matching pod exists in the namespace. It is retryable because pod scheduling is asynchronous and the pod may appear shortly; if it persists, the block node failed to start or was never deployed.&lt;/p&gt;</description></item><item><title>SOLO-5032</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5032/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5032/</guid><description>&lt;h2 id="blocknodenotreadysoloerror"&gt;&lt;code&gt;BlockNodeNotReadySoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#blocknodenotreadysoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5032&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a deployed block node does not become ready; the message names the release and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo waits for the block node pods to reach a Ready state, so this means that wait did not succeed. It is retryable, since a block node that is merely slow to start often becomes ready on a later attempt; a persistent failure points to a crash-looping or misconfigured block node.&lt;/p&gt;</description></item><item><title>SOLO-5033</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5033/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5033/</guid><description>&lt;h2 id="blocknodenotinremoteconfigsoloerror"&gt;&lt;code&gt;BlockNodeNotInRemoteConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#blocknodenotinremoteconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5033&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a referenced block node is not present in the deployment remote configuration; when provided, the message includes its identifier. solo looks components up in the remote config before acting on them, so this means the block node id does not match any recorded component — typically because it was never added, was already removed, or the wrong id was supplied.&lt;/p&gt;</description></item><item><title>SOLO-5034</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5034/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5034/</guid><description>&lt;h2 id="externalblocknodenotinremoteconfigsoloerror"&gt;&lt;code&gt;ExternalBlockNodeNotInRemoteConfigSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#externalblocknodenotinremoteconfigsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5034&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a referenced external block node is not present in the deployment remote configuration; when provided, the message includes its id. solo looks external block nodes up in the remote config before acting on them, so this means the id does not match any recorded external block node — typically because it was never added or the wrong id was supplied.&lt;/p&gt;</description></item><item><title>SOLO-5035</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5035/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5035/</guid><description>&lt;h2 id="helmreposetupfailedsoloerror"&gt;&lt;code&gt;HelmRepoSetupFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#helmreposetupfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5035&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot set up the Helm chart repositories; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo adds and updates the repositories its charts come from, so this means that setup failed — for example a repository URL was unreachable or the Helm CLI errored.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;List configured Helm repositories: helm repo list&lt;/li&gt;
&lt;li&gt;Verify network connectivity to chart repository URLs&lt;/li&gt;
&lt;li&gt;Update Helm repositories: helm repo update&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5036</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5036/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5036/</guid><description>&lt;h2 id="helmrepocheckfailedsoloerror"&gt;&lt;code&gt;HelmRepoCheckFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#helmrepocheckfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5036&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot check the configured Helm chart repositories; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo verifies repositories before installing charts from them, so this means that check failed — for example the Helm CLI errored or a repository was unreachable.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;List configured Helm repositories: helm repo list&lt;/li&gt;
&lt;li&gt;Verify network connectivity to chart repository URLs&lt;/li&gt;
&lt;li&gt;Update Helm repositories: helm repo update&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5037</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5037/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5037/</guid><description>&lt;h2 id="helmchartlistfailedsoloerror"&gt;&lt;code&gt;HelmChartListFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#helmchartlistfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5037&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot list installed Helm charts; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo lists releases to check what is installed, so this means the &lt;code&gt;helm list&lt;/code&gt; failed — for example the Helm CLI errored or the cluster API was unreachable.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify Kubernetes connectivity: kubectl cluster-info&lt;/li&gt;
&lt;li&gt;List Helm releases manually: helm list -A&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5038</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5038/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5038/</guid><description>&lt;h2 id="helmchartgenericinstallfailedsoloerror"&gt;&lt;code&gt;HelmChartGenericInstallFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#helmchartgenericinstallfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5038&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot install a Helm chart release; the message names the release and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. This is the generic install failure used by the Helm client, so it means the &lt;code&gt;helm install&lt;/code&gt; did not succeed — for example a bad chart version or values, an image that cannot be pulled, or a cluster that is unreachable or short on resources.&lt;/p&gt;</description></item><item><title>SOLO-5039</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5039/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5039/</guid><description>&lt;h2 id="helmchartuninstallfailedsoloerror"&gt;&lt;code&gt;HelmChartUninstallFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#helmchartuninstallfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5039&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot uninstall a Helm chart release; the message names the release and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo uninstalls releases during teardown, so this means the &lt;code&gt;helm uninstall&lt;/code&gt; did not complete — for example the release was not found, a resource could not be deleted, or the cluster API was unreachable.&lt;/p&gt;</description></item><item><title>SOLO-5040</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5040/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5040/</guid><description>&lt;h2 id="helmchartupgradefailedsoloerror"&gt;&lt;code&gt;HelmChartUpgradeFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#helmchartupgradefailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5040&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot upgrade a Helm chart release; the message names the release and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo upgrades releases to change chart version or values, so this means the &lt;code&gt;helm upgrade&lt;/code&gt; did not succeed — for example a bad chart or values, an image that cannot be pulled, or a cluster issue.&lt;/p&gt;</description></item><item><title>SOLO-5041</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5041/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5041/</guid><description>&lt;h2 id="filenotfoundsoloerror"&gt;&lt;code&gt;FileNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#filenotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5041&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a file solo was asked to use does not exist; the message names the path. solo reads files from paths provided on the command line or in configuration, so this means the file is missing or the path is wrong — for example a typo or a file that was moved or deleted.&lt;/p&gt;</description></item><item><title>SOLO-5042</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5042/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5042/</guid><description>&lt;h2 id="filecopyfailedsoloerror"&gt;&lt;code&gt;FileCopyFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#filecopyfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5042&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a file copy operation fails; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo copies files between local paths and pods during setup, so this means the copy did not complete — for example the source was unreadable, the destination was not writable, or the connection dropped.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify the source file exists and is readable&lt;/li&gt;
&lt;li&gt;Check that the destination directory exists and is writable&lt;/li&gt;
&lt;li&gt;Verify sufficient disk space is available&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5043</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5043/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5043/</guid><description>&lt;h2 id="fileemptysoloerror"&gt;&lt;code&gt;FileEmptySoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#fileemptysoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5043&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a file solo was asked to read is empty; the message names the path. solo expects the referenced file to contain data, so this means it exists but has no content — for example the wrong file was supplied or it was not fully written.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify the file contains valid content: &lt;filePath&gt;&lt;/li&gt;
&lt;li&gt;The file must not be empty to be processed&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5044</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5044/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5044/</guid><description>&lt;h2 id="fileinvalidjsonsoloerror"&gt;&lt;code&gt;FileInvalidJsonSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#fileinvalidjsonsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5044&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a file solo was asked to parse does not contain valid JSON; the message names the path. solo parses JSON from user-provided files, so this means the content could not be parsed — for example a syntax error, a truncated file, or a non-JSON file supplied.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify the file at &lt;filePath&gt; contains valid JSON&lt;/li&gt;
&lt;li&gt;Check for syntax errors such as missing commas, brackets, or quotes&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5045</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5045/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5045/</guid><description>&lt;h2 id="directorycreationfailedsoloerror"&gt;&lt;code&gt;DirectoryCreationFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#directorycreationfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5045&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot create a directory; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo creates working and output directories as it runs, so this means the directory could not be created — for example missing permissions, a read-only or full disk, or a conflicting existing path.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify the parent directory exists and is writable&lt;/li&gt;
&lt;li&gt;Check available disk space&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5046</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5046/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5046/</guid><description>&lt;h2 id="archiveunzipfailedsoloerror"&gt;&lt;code&gt;ArchiveUnzipFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#archiveunzipfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5046&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot unzip an archive; the message names the source and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo unzips downloaded packages and state archives, so this means the unzip failed — for example the zip is corrupt or truncated, a wrong password was supplied, or the destination could not be written.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify the archive is a valid zip file: &lt;sourcePath&gt;&lt;/li&gt;
&lt;li&gt;Ensure the archive is not corrupted&lt;/li&gt;
&lt;li&gt;Check available disk space in the destination&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5047</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5047/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5047/</guid><description>&lt;h2 id="archivetarfailedsoloerror"&gt;&lt;code&gt;ArchiveTarFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#archivetarfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5047&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot create a tar archive from a source path; the message names the source and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo packages directories into tar archives (for example to bundle state or logs), so this means the archiving step failed — for example the source path was unreadable, a file changed during archiving, or the destination could not be written.&lt;/p&gt;</description></item><item><title>SOLO-5048</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5048/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5048/</guid><description>&lt;h2 id="archiveuntarfailedsoloerror"&gt;&lt;code&gt;ArchiveUntarFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#archiveuntarfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5048&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot extract a tar archive; the message names the archive and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo unpacks tar archives it downloads or restores, so this means extraction failed — for example the archive is corrupt or truncated, or the destination directory could not be written.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify the archive is a valid tar file: &lt;sourcePath&gt;&lt;/li&gt;
&lt;li&gt;Check the archive is not corrupted&lt;/li&gt;
&lt;li&gt;Verify available disk space in the extraction destination&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5049</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5049/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5049/</guid><description>&lt;h2 id="dependencyversioncheckfailedsoloerror"&gt;&lt;code&gt;DependencyVersionCheckFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#dependencyversioncheckfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5049&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot determine the installed version of a dependency; the message names the dependency and, when present, wraps the underlying &lt;code&gt;cause&lt;/code&gt; (otherwise it notes the tool may not be installed or on &lt;code&gt;PATH&lt;/code&gt;). solo checks tool versions to confirm they meet its requirements, so this means the version check could not run or its output could not be parsed.&lt;/p&gt;</description></item><item><title>SOLO-5050</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5050/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5050/</guid><description>&lt;h2 id="dependencynotfoundsoloerror"&gt;&lt;code&gt;DependencyNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#dependencynotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5050&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a required dependency is not found; the message names it. solo expects certain external tools to be available, so this means the dependency could not be located — for example it is not installed or not on &lt;code&gt;PATH&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Install the missing dependency: &lt;dependency&gt;&lt;/li&gt;
&lt;li&gt;Run solo init to install all required dependencies: solo init&lt;/li&gt;
&lt;li&gt;Verify the dependency is in your PATH: which &lt;dependency&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5051</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5051/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5051/</guid><description>&lt;h2 id="dependencymanagernotfoundsoloerror"&gt;&lt;code&gt;DependencyManagerNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#dependencymanagernotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5051&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no dependency manager is registered for a requested dependency; the message names the dependency. solo routes each managed dependency to a registered manager that knows how to install and verify it, so a missing registration points to an internal wiring defect and is treated as an internal Solo error.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;This is an internal Solo error. File a bug report: &lt;a href="https://github.com/hiero-ledger/solo/issues"&gt;https://github.com/hiero-ledger/solo/issues&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5052</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5052/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5052/</guid><description>&lt;h2 id="dependencyinstallfailedsoloerror"&gt;&lt;code&gt;DependencyInstallFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#dependencyinstallfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5052&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot install a managed dependency; the message names the executable and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo installs tools like kubectl, helm, and kind when they are missing, so this means installation failed — for example the download failed, the archive was invalid, or the target directory was not writable.&lt;/p&gt;</description></item><item><title>SOLO-5053</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5053/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5053/</guid><description>&lt;h2 id="dependencyinstalldirectoryconflictsoloerror"&gt;&lt;code&gt;DependencyInstallDirectoryConflictSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#dependencyinstalldirectoryconflictsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5053&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when the chosen installation directory is the same as the temporary directory used during install. solo installs managed dependencies (such as kubectl, helm, kind) into a target directory distinct from its temp workspace, so this means the configured paths collide — choose a different installation directory.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Configure separate installation and temporary directories in your Solo configuration&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5054</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5054/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5054/</guid><description>&lt;h2 id="githubreleasesnotfoundsoloerror"&gt;&lt;code&gt;GitHubReleasesNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubreleasesnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5054&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a GitHub repository reports no releases. solo lists releases to choose a version to download, so this means the repository returned an empty release list. It is retryable, since a transient API issue can return empty results that resolve on a later attempt.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify network connectivity and GitHub availability&lt;/li&gt;
&lt;li&gt;Check if GitHub API rate limits have been exceeded&lt;/li&gt;
&lt;li&gt;Verify proxy or firewall settings allow access to api.github.com&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5055</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5055/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5055/</guid><description>&lt;h2 id="githubreleasetagnotfoundsoloerror"&gt;&lt;code&gt;GitHubReleaseTagNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubreleasetagnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5055&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no GitHub release exists for a requested tag; the message names the tag. solo looks up releases by tag to download a specific version, so this means that tag has no release — for example a wrong or not-yet-published version.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Verify the release tag &amp;lsquo;&lt;tagName&gt;&amp;rsquo; exists in the GitHub repository&lt;/li&gt;
&lt;li&gt;Check the GitHub releases page for available versions&lt;/li&gt;
&lt;li&gt;Verify network connectivity to api.github.com&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5056</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5056/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5056/</guid><description>&lt;h2 id="githubreleaseassetnotfoundsoloerror"&gt;&lt;code&gt;GitHubReleaseAssetNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#githubreleaseassetnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5056&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when no GitHub release asset matches the running platform and architecture; the message names the platform and arch. solo selects the release asset built for the current OS and CPU, so this means the release exists but has no matching asset — for example the platform or architecture is unsupported by that release.&lt;/p&gt;</description></item><item><title>SOLO-5057</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5057/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5057/</guid><description>&lt;h2 id="homebrewinstallfailedsoloerror"&gt;&lt;code&gt;HomebrewInstallFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#homebrewinstallfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5057&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot install Homebrew. On macOS solo may use Homebrew to install some dependencies, so this means the Homebrew installation did not succeed — for example the install script failed or could not be downloaded.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify network connectivity&lt;/li&gt;
&lt;li&gt;Install Homebrew manually from &lt;a href="https://brew.sh"&gt;https://brew.sh&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Re-run initialization after installing Homebrew: solo init&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5058</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5058/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5058/</guid><description>&lt;h2 id="podmanmachineinspectfailedsoloerror"&gt;&lt;code&gt;PodmanMachineInspectFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#podmanmachineinspectfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5058&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot inspect the Podman machine; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. When using Podman, solo inspects the machine to read its configuration, so this means that inspection failed — for example Podman is not installed, the machine is not running, or the command errored.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify Podman is installed: podman &amp;ndash;version&lt;/li&gt;
&lt;li&gt;List Podman machines: podman machine list&lt;/li&gt;
&lt;li&gt;Start the Podman machine if it is not running: podman machine start&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5059</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5059/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5059/</guid><description>&lt;h2 id="dockerauthstalesoloerror"&gt;&lt;code&gt;DockerAuthStaleSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#dockerauthstalesoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5059&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;User&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo detects stale Docker authentication for the GitHub Container Registry (GHCR). solo needs valid GHCR credentials to pull images, so this means the cached Docker auth is expired or invalid — re-authenticate to GHCR to refresh it.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Re-authenticate with the GitHub Container Registry: docker login ghcr.io&lt;/li&gt;
&lt;li&gt;Verify your GitHub Personal Access Token has the read:packages scope&lt;/li&gt;
&lt;li&gt;Clear stale credentials: docker logout ghcr.io&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5060</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5060/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5060/</guid><description>&lt;h2 id="pvccreationfailedsoloerror"&gt;&lt;code&gt;PvcCreationFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#pvccreationfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5060&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot create a PersistentVolumeClaim. solo provisions PVCs for components that need persistent storage, so this means the create request failed — for example the API rejected the spec, or no StorageClass could satisfy it.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify available storage in the cluster: kubectl get pv&lt;/li&gt;
&lt;li&gt;Check if a StorageClass is configured: kubectl get storageclass&lt;/li&gt;
&lt;li&gt;Inspect PVC events: kubectl describe pvc -n &lt;namespace&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5061</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5061/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5061/</guid><description>&lt;h2 id="kubernetesapiinvalidresponsesoloerror"&gt;&lt;code&gt;KubernetesApiInvalidResponseSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#kubernetesapiinvalidresponsesoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5061&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when the Kubernetes API returns an incorrect or unexpected response. solo expects well-formed responses from the API, so this means a call returned something it could not interpret — for example a malformed or partial response, often indicating an API server problem.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify Kubernetes API server is reachable: kubectl cluster-info&lt;/li&gt;
&lt;li&gt;Check kubeconfig context: kubectl config current-context&lt;/li&gt;
&lt;li&gt;Inspect Kubernetes API server health&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5062</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5062/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5062/</guid><description>&lt;h2 id="ingressclasslistfailedsoloerror"&gt;&lt;code&gt;IngressClassListFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#ingressclasslistfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5062&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot list Kubernetes IngressClasses; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo reads IngressClasses to configure ingress for components, so this means the lookup failed — for example the cluster API was unreachable or the current user lacks permission.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify Kubernetes connectivity: kubectl cluster-info&lt;/li&gt;
&lt;li&gt;List IngressClasses manually: kubectl get ingressclass&lt;/li&gt;
&lt;li&gt;Ensure the Kubernetes API server supports IngressClass resources (requires v1.18+)&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5063</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5063/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5063/</guid><description>&lt;h2 id="multipleitemsfoundsoloerror"&gt;&lt;code&gt;MultipleItemsFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#multipleitemsfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5063&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a Kubernetes lookup that expected a single resource matches more than one; the filters used are attached to the error. solo expects these filtered lookups to be unique, so multiple matches indicate an internal assumption was violated (for example over-broad filters), and it is treated as an internal Solo error.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;This is an internal Solo error. File a bug report: &lt;a href="https://github.com/hiero-ledger/solo/issues"&gt;https://github.com/hiero-ledger/solo/issues&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5064</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5064/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5064/</guid><description>&lt;h2 id="podcreationfailedsoloerror"&gt;&lt;code&gt;PodCreationFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#podcreationfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5064&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot create a Kubernetes pod. solo creates helper or workload pods as part of its operations, so this means the create request did not yield a running pod — for example the API rejected the spec, scheduling failed, or required resources were unavailable.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Inspect pod events: kubectl get events -n &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Check resource quotas: kubectl describe namespace &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Verify node resource availability: kubectl get nodes&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5065</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5065/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5065/</guid><description>&lt;h2 id="packagedownloadfailedsoloerror"&gt;&lt;code&gt;PackageDownloadFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#packagedownloadfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5065&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot download a package; the message names the URL and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo downloads packages such as platform builds and tools, so this means the download did not complete — for example the URL was unreachable, returned an error, or the connection dropped. It is retryable, since transient network issues often clear on a later attempt.&lt;/p&gt;</description></item><item><title>SOLO-5066</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5066/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5066/</guid><description>&lt;h2 id="checksumreadfailedsoloerror"&gt;&lt;code&gt;ChecksumReadFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#checksumreadfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5066&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot read a checksum file; the message names the file. solo reads checksum files to verify downloaded artifacts, so this means the file could not be read — for example it is missing, empty, or unreadable due to permissions or an interrupted download.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify the checksum file exists and is readable: &lt;checksumFile&gt;&lt;/li&gt;
&lt;li&gt;Re-download the package to regenerate the checksum file&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5067</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5067/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5067/</guid><description>&lt;h2 id="containerinvalidpathsoloerror"&gt;&lt;code&gt;ContainerInvalidPathSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#containerinvalidpathsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5067&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo is given an invalid path for a container operation; the message names the context and the path. solo validates container paths before using them for copy or exec operations, so an invalid value here (for example an empty or malformed path passed internally) points to a defect in the calling code and is treated as an internal Solo error.&lt;/p&gt;</description></item><item><title>SOLO-5068</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5068/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5068/</guid><description>&lt;h2 id="containeroperationfailedsoloerror"&gt;&lt;code&gt;ContainerOperationFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#containeroperationfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5068&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when an operation against a container fails; the message names the operation and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo runs operations such as exec and file copy inside pod containers, so this means that operation failed — for example the container was not reachable, the command errored, or the connection dropped.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify the pod is running: kubectl get pods -n &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Inspect pod logs: kubectl logs &lt;pod&gt; -n &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Check pod status: kubectl describe pod &lt;pod&gt; -n &lt;namespace&gt;&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5069</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5069/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5069/</guid><description>&lt;h2 id="postgrespodnotfoundsoloerror"&gt;&lt;code&gt;PostgresPodNotFoundSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#postgrespodnotfoundsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5069&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot find the Postgres pod; the message names the namespace. solo locates the mirror node Postgres pod to operate on the database, so this is raised when no matching pod exists in the namespace — for example the database failed to start or was not deployed.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify Postgres pods are running: kubectl get pods -n &lt;namespace&gt; -l app.kubernetes.io/name=postgresql&lt;/li&gt;
&lt;li&gt;Inspect Postgres deployment: kubectl describe deployment -n &lt;namespace&gt;&lt;/li&gt;
&lt;li&gt;Re-deploy the mirror node to recreate Postgres: solo mirror node add&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5070</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5070/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5070/</guid><description>&lt;h2 id="initsystemfilesfailedsoloerror"&gt;&lt;code&gt;InitSystemFilesFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#initsystemfilesfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5070&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot initialize its system files; the underlying failure is wrapped in &lt;code&gt;cause&lt;/code&gt;. solo lays down the files it needs under its home directory during initialization, so this means that step failed — for example the directory was not writable or a file could not be created.&lt;/p&gt;
&lt;h2 id="troubleshooting-steps"&gt;Troubleshooting Steps&lt;a class="td-heading-self-link" href="#troubleshooting-steps" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check solo logs: tail -n 100 ~/.solo/logs/solo.log&lt;/li&gt;
&lt;li&gt;Verify write permissions for the Solo home directory (~/.solo)&lt;/li&gt;
&lt;li&gt;Check available disk space&lt;/li&gt;
&lt;li&gt;Re-run initialization: solo init&lt;/li&gt;
&lt;/ol&gt;</description></item><item><title>SOLO-5071</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5071/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5071/</guid><description>&lt;h2 id="cacheprovidernotconfiguredsoloerror"&gt;&lt;code&gt;CacheProviderNotConfiguredSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#cacheprovidernotconfiguredsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5071&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Solo&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a cache is built before its required provider or engine has been set; the message names the cache and which piece is missing. solo requires both to be configured before constructing the cache, so reaching this points to an internal setup or ordering defect rather than user input, and is treated as an internal Solo error.&lt;/p&gt;</description></item><item><title>SOLO-5072</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5072/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5072/</guid><description>&lt;h2 id="podterminationtimeoutsoloerror"&gt;&lt;code&gt;PodTerminationTimeoutSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#podterminationtimeoutsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5072&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when pods do not terminate within the allotted time; the message names the namespace and the label selector being waited on. solo waits for matching pods to disappear during teardown, so this means they were still present when the deadline passed — for example a pod is stuck terminating or has a finalizer. It is retryable, since termination often completes shortly after.&lt;/p&gt;</description></item><item><title>SOLO-5073</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5073/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-5073/</guid><description>&lt;h2 id="clusterrolecheckfailedsoloerror"&gt;&lt;code&gt;ClusterRoleCheckFailedSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#clusterrolecheckfailedsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-5073&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;No&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when solo cannot check whether a Kubernetes ClusterRole exists; the message names the role and wraps the underlying failure in &lt;code&gt;cause&lt;/code&gt;. solo queries for ClusterRoles before installing or relying on them, so this means the lookup failed — for example the Kubernetes API was unreachable or the current user lacks permission to read ClusterRoles.&lt;/p&gt;</description></item><item><title>SOLO-9001</title><link>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-9001/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://solo.hiero.org/docs/troubleshooting/errors/system/SOLO-9001/</guid><description>&lt;h2 id="timeoutsoloerror"&gt;&lt;code&gt;TimeoutSoloError&lt;/code&gt;&lt;a class="td-heading-self-link" href="#timeoutsoloerror" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;&lt;/th&gt;
					&lt;th&gt;&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Code&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;SOLO-9001&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Category&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;System&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Ownership&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Infrastructure&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;strong&gt;Retryable&lt;/strong&gt;&lt;/td&gt;
					&lt;td&gt;Yes&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="description"&gt;Description&lt;a class="td-heading-self-link" href="#description" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Thrown when a bounded operation does not finish within the time solo allows for it. solo guards long-running waits with deadlines — most often while polling for a Kubernetes pod or service to become Ready, but also for Hedera SDK calls and other long-running CLI steps — and raises this once the deadline passes without the expected condition being met. It signals that the operation was still in progress (or stuck), not that it definitively failed, which is why it is retryable: a resource that is merely slow to stabilise often succeeds on a later run or with a larger timeout. It is the base error for more specific timeouts such as &lt;code&gt;PodTerminationTimeoutSoloError&lt;/code&gt; and &lt;code&gt;ClusterApiServerTimeoutSoloError&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>