<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>1 - Registry Center Layer on Apache Dubbo</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/</link><description>Recent content in 1 - Registry Center Layer on Apache Dubbo</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/index.xml" rel="self" type="application/rss+xml"/><item><title>1-1 - Invalid Address</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/1/</guid><description>&lt;p>This log can be ignored; the service version or group does not match. It only appears in the Zookeeper registry and this check has been removed in version 3.1.7.&lt;/p>
&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The &lt;code>service.group&lt;/code> configured on the Provider side does not match the &lt;code>reference.group&lt;/code> configured on the Consumer side (i.e., the service group configuration).&lt;/li>
&lt;li>The &lt;code>service.version&lt;/code> configured on the Provider side does not match the &lt;code>reference.version&lt;/code> configured on the Consumer side (i.e., the service version configuration).&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Can be ignored; this check has been removed in version 3.1.7.&lt;/p></description></item><item><title>1-3 - URL destruction failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/3/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>When the &lt;code>FrameworkExecutorRepository&lt;/code> is destroyed, calling &lt;code>CacheableFailbackRegistry.evictURLCache&lt;/code> can lead to destruction failure, resulting in an error code.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;blockquote>
&lt;p>Also refer to &lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Item Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-4 - Empty Address</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/4/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/4/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The 1-4 error in &lt;code>registry.integration.RegistryDirectory&lt;/code> is caused by &lt;code>invokerUrls&lt;/code> being empty during the &lt;code>refreshInvoker&lt;/code> process, which can be ignored.&lt;/li>
&lt;li>The 1-4 error in &lt;code>registry.support.CacheableFailbackRegistry&lt;/code> may be caused by a mismatch between the consumer and provider, and the “empty protection” being disabled.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Ensure that the service group configurations on both the Provider and Consumer sides correspond.&lt;/li>
&lt;li>Ensure that the service version configurations on both the Provider and Consumer sides correspond.&lt;/li>
&lt;li>Check whether &lt;code>enable-empty-protection&lt;/code> in the registry center is set to true (default is true).&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Reference Manual&lt;/a>&lt;/p></description></item><item><title>1-5 - Received URL with no parameters</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/5/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/5/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>When calling &lt;code>CacheableFailbackRegistry.toUrlsWithoutEmpty&lt;/code>, if the parameter &lt;code>Collection&amp;lt;String&amp;gt; providers&lt;/code> contains a provider that has no parameters, a URL with no parameters will be received.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>This error is an internal error of Dubbo. If you encounter it, you can create an issue on GitHub and provide the error information along with reproduction steps. We will assist you in resolving the issue.&lt;/p>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://github.com/apache/dubbo">Dubbo Community&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-6 - Error clearing URL cache</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/6/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/6/</guid><description>&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;p>Errors occurring while clearing the URL cache in &lt;code>CacheableFailbackRegistry.RemovalTask&lt;/code> will trigger an error in clearing the URL cache.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>This error is an internal Dubbo error. If you encounter it, please create an &lt;strong>issue&lt;/strong> on GitHub and provide the error message along with reproduction steps. We will assist you in resolving the issue.&lt;/p>
&lt;blockquote>
&lt;p>Also refer to
&lt;a href="https://github.com/apache/dubbo">Dubbo Community&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-7 - Notification registration event failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/7/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/7/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>When applied to platforms based on the xDS protocol, it is necessary to notify the consumer when the metadata is updated. If a consumer is offline, it may cause the notification to fail and remove the corresponding consumer&amp;rsquo;s listener.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;blockquote>
&lt;p>Please also refer to
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties#dubbo.registry">Registry Center - Configuration Item Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-8 - Failure to unregister (unsubscribe) address during destruction</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/8/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/8/</guid><description>&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;ol>
&lt;li>The error during consumer unregistration or unsubscription may be caused by a failure of the registry center.&lt;/li>
&lt;li>The corresponding provider may not have been successfully published.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check whether the registry center is operating normally.&lt;/li>
&lt;li>Check whether the provider has been successfully published.&lt;/li>
&lt;li>Check the relevant parameters of the provider for the registry center, such as &lt;code>registry&lt;/code>, &lt;code>config-center&lt;/code>, and &lt;code>metadata-report&lt;/code>, to ensure they are configured correctly.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Item Reference Manual&lt;/a>&lt;/p></description></item><item><title>1-9 - Failure to read and write the registry service cache</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/9/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/9/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Multiple Dubbo processes (or other Java processes) are using the same cache file.&lt;/li>
&lt;li>Failure to read and write due to filesystem permission issues on the directory where the cache file is located.&lt;/li>
&lt;li>Incorrect input for the value of &lt;code>dubbo.registry.file&lt;/code>.&lt;/li>
&lt;li>Accidentally specified two registries to use the same file storage.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>&lt;strong>Tip:&lt;/strong>
If &lt;code>dubbo.registry.file&lt;/code> is not specified, the cache path for the registry service defaults to the &lt;code>~/.dubbo&lt;/code> directory
(where &lt;code>~&lt;/code> is the user&amp;rsquo;s HOME directory)&lt;/p></description></item><item><title>1-10 - Failed to read and write the service cache of the registry</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/10/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/10/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Multiple Dubbo processes are using the same cache file.&lt;/li>
&lt;li>In the case of multiple registries, multiple registries are specified to use the same file for storage.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>This error often occurs together with error 1-9. Check if multiple Dubbo processes are using the same cache file or if multiple registries are specified to use the same cache file.&lt;/p>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties#dubbo.registry">Configuration Reference Manual for the Registry&lt;/a>&lt;/p></description></item><item><title>1-11 - Service instance registration failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/11/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/11/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>It might be due to an error in the SPI/IOC configuration of the Registry.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>This error is an internal error of Dubbo. If you encounter it, you can create an Issue on GitHub and provide the error information and reproduction steps, and we will assist you in resolving the issue.&lt;/p>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://github.com/apache/dubbo">Dubbo Community&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-12 - Instances of "Registered Service" have been destroyed</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/12/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/12/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>During the graceful shutdown of Dubbo, deregistration is performed by calling &lt;code>destroyAll&lt;/code> of &lt;code>AbstractRegistryFactory&lt;/code>.&lt;/p>
&lt;p>In the process of destroying &lt;code>unexport&lt;/code> of &lt;code>Registryprotocol&lt;/code>, there may be an attempt to obtain the already destroyed registry through &lt;code>getRegistry&lt;/code> of &lt;code>AbstractRegistryFactory&lt;/code>, leading to &amp;ldquo;Instances of Registered Service have been destroyed.&amp;rdquo;&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Item Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-13 - Failed to execute retry task</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/13/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/13/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The registry center is offline.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the registry center is functioning properly.&lt;/li>
&lt;li>Check if the server where the registry center is located and its network are functioning properly.&lt;/li>
&lt;/ol></description></item><item><title>1-14 - Dynamic Configuration Recognition Failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/14/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/14/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>When using the service governance features of Dubbo Admin for dynamic configuration, incorrect content or format of the configuration file may result in the inability to parse the dynamic configuration content, leading to error 1-14.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Please check whether the content or format of the dynamic configuration file is correct.&lt;/p>
&lt;h3 id="see-also">See Also&lt;/h3>
&lt;blockquote>
&lt;p>&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Item Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-15 - Service destruction failed</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/15/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/15/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>An exception thrown when destroying all invokers in the RegistryDirectory may trigger error 1-15.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>This error is an internal Dubbo error. If you encounter it, you can create an issue on GitHub and provide the error message along with reproduction steps, and we will assist you in resolving the problem.&lt;/p>
&lt;blockquote>
&lt;p>See also &lt;a href="https://github.com/apache/dubbo">Dubbo Community&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-16 - Unsupported categories exist</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/16/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/16/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>When there are changes in the registration center, the corresponding listener will be notified. If the category is invalid during the notification, it will result in unsupported categories existing.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>This error is an internal Dubbo error. If you encounter it, you can create an issue on GitHub and provide the error information as well as reproduction steps, and we will assist you in resolving the issue.&lt;/p></description></item><item><title>1-17 - metadata Server failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/17/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/17/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>There may be issues with the configuration of relevant parameters related to metadata, particularly &lt;code>metadataServiceProtocol&lt;/code> and &lt;code>metadataServicePort&lt;/code>.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the failure occurs simultaneously with the absence of the metadata service port. If both occur, prioritize resolving the absence of the metadata service port. &lt;strong>(1-18 FAQ)&lt;/strong>&lt;/li>
&lt;li>Check whether there is a conflict with the &lt;code>metadataServicePort&lt;/code> port number. If there is a conflict between the ports configured for the Provider and Consumer, it will cause the metadata Server to fail.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Reference Manual&lt;/a>&lt;/p></description></item><item><title>1-18 - Metadata service port not provided</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/18/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/18/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>This may be due to the &lt;code>metadataType&lt;/code> being set to local mode, and there is an error in the &lt;code>metadataServicePort&lt;/code> configuration.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check the &lt;code>metadataType&lt;/code> attribute value on the Provider side.&lt;/li>
&lt;li>Check if the &lt;code>metadataServicePort&lt;/code> configuration on the Provider side is correct, paying particular attention to whether there is a conflict with other application ports.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>Also Refer To
&lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/properties/">Configuration Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>1-19 - K8S Listener Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/19/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/19/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The custom resource type in K8S has been modified or removed by the container.&lt;/li>
&lt;li>The K8S container is disconnected from the service.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the custom resource type and configuration are correct. For syntax or formatting, please refer to the official K8S documentation.&lt;/li>
&lt;li>Check if the network is functioning properly or if the port mapping is correct.&lt;/li>
&lt;/ol></description></item><item><title>1-20 - K8S Pod does not exist</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/20/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/20/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Controller is Pending.&lt;/li>
&lt;li>The Pod may not exist or has been removed by the container.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>You can analyze the stack information using some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to locate the issue.&lt;/p></description></item><item><title>1-21 - No available services in K8S</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/21/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/21/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The current service has not been loaded properly.&lt;/li>
&lt;li>The configured Pod does not actually exist in the current instance service.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>You can analyze stack information through some third-party tools or by using &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to locate the issue.&lt;/p></description></item><item><title>1-22 - Incorrect K8S configuration address</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/22/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/22/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The K8S URL configuration is incorrect, preventing normal access.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check the K8S URL configuration information and ensure that the port mapping is also accessible.&lt;/p></description></item><item><title>1-26 - xDS Certificate Generation Failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/26/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/26/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The system may not support the algorithms &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> for generating certificates.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether the operating system supports the &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> algorithms. You may need to download the corresponding dll files or lib.&lt;/p></description></item><item><title>1-27 - K8S Listening Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/27/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/27/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The system may not support the &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> algorithms for certificate generation.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check if the operating system supports the &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> algorithms. Required DLL files or libraries need to be downloaded.&lt;/p></description></item><item><title>1-28 - xDS Stub Error</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/28/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/28/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The current pod is down or has crashed.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>You can analyze the stack information using some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to locate the issue.&lt;/p></description></item><item><title>1-29 - xDS File Read Failed</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/29/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/29/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Network disconnection or the target file is corrupted at this time.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the network is normal.&lt;/li>
&lt;li>You can analyze the stack information using some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> for diagnosis.&lt;/li>
&lt;/ol></description></item><item><title>1-30 - xDS Request Failed</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/30/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/30/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The versions may be inconsistent or incompatible.&lt;/li>
&lt;li>Timeout while reading data.&lt;/li>
&lt;li>Issues with parameter configuration.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Adapt according to the introduction provided by the third-party official website.&lt;/li>
&lt;li>Confirm whether the timeout setting is too short or there are issues on the server side.&lt;/li>
&lt;li>Check whether the port mapping is correct.&lt;/li>
&lt;/ol></description></item><item><title>1-31 - xDS Response Failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/31/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/31/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The client service has lost connection to the server.&lt;/li>
&lt;li>The server is unavailable or offline.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check whether the server is offline or if the client&amp;rsquo;s network is disconnected.&lt;/li>
&lt;li>Verify that the server service is running normally and can be accessed via network interface requests.&lt;/li>
&lt;/ol></description></item><item><title>1-32 - xDS Channel initialization failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/32/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/32/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The versions may be inconsistent or incompatible.&lt;/li>
&lt;li>Timeout while reading data.&lt;/li>
&lt;li>There may be issues with parameter configuration.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Adapt according to the introduction from the third-party official website.&lt;/li>
&lt;li>Confirm whether the timeout is set too short or if there are issues on the server side.&lt;/li>
&lt;li>Check whether the port mapping relationship is correct.&lt;/li>
&lt;/ol></description></item><item><title>1-33 - xDS service discovery initialization failure</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/33/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/33/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Incorrect address configuration of the registry in xDS mode.&lt;/li>
&lt;li>Firewalls and third-party protection software preventing external connections.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the xDS configuration is correct and verify the status of Istio.&lt;/li>
&lt;li>Check the firewall configuration or perform basic tests using the &lt;code>ping&lt;/code> command in cmd.&lt;/li>
&lt;/ol></description></item><item><title>1-34 - Error occurred while parsing xDS</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/34/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/34/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>There is an error in the content of the xDS protocol.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>You can locate the cause based on the Endpoints List printed in the stack trace.&lt;/p></description></item><item><title>1-35 - ZK Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/35/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/35/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Unable to connect to ZK or connection timeout.&lt;/li>
&lt;li>ZNode already exists at the time of creation.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the ZK configuration IP and port number are correct. You can use third-party tools like ZooInspector for connection testing.&lt;/li>
&lt;li>Based on the stack trace, determine the ZNode information to see if the current node can be cleaned up.&lt;/li>
&lt;/ol></description></item><item><title>1-36 - Unknown Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/36/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/36/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The meaning of this error code has been adjusted. For the errors associated with this error code in Dubbo versions 3.1.4, 3.2.0-beta.3 and prior, please refer to error code &lt;a href="https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/faq/99/0/">99-0&lt;/a>.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>(This error code currently has no information)&lt;/p></description></item><item><title>1-37 - Nacos Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/37/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/37/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Nacos configuration information is not properly configured.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check if the IP and port number for configuring Nacos are correct. If Nacos&amp;rsquo;s security authentication is enabled, check if the username and password configuration are correct.&lt;/p></description></item><item><title>1-38 - Socket Connection Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/38/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/38/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Connection was refused.&lt;/li>
&lt;li>Connection has been closed.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>You can use some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to analyze the stack information for diagnostics.&lt;/p></description></item><item><title>1-39 - Failed to retrieve metadata</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/39/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/39/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The metadata center has been disconnected from the application service.&lt;/li>
&lt;li>The data of the metadata center has been modified or corrupted.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if network communication is normal; you can use simple cmd commands for testing, such as &lt;code>ping&lt;/code>, etc.&lt;/li>
&lt;li>Use third-party tools to establish a connection and view the content.&lt;/li>
&lt;/ol></description></item><item><title>1-40 - Route waiting time is too long</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/40/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/40/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The routing calculation takes too long, causing the address notification to not wait for a suitable time to perform the address update.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check the application QPS; if the QPS is very high, this is expected logging.&lt;/li>
&lt;li>Check the implementation of custom routing to identify any abnormal implementations, such as deadlocks or infinite loops.&lt;/li>
&lt;li>You can use some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to analyze stack information for diagnosis.&lt;/li>
&lt;/ol></description></item><item><title>1-41 - Istio Exception</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/41/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/41/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Failed to obtain the Istio configuration file.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check if the application is deployed in a Kubernetes Pod environment, as VM deployment is currently not supported.&lt;/p></description></item><item><title>1-42 - Low Version Services Exist in Nacos</title><link>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/42/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3203--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/1/42/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The Nacos registry is subscribed to older version services, usually caused by the server-side Dubbo version being lower than 2.7.3.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Upgrade the server to the latest stable version.&lt;/p></description></item></channel></rss>