blob: c60754aba848f3fde3023052800fb1a55a46b425 [file] [log] [blame]
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Apache Dubbo – 1 - Registry</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/</link><description>Recent content in 1 - Registry on Apache Dubbo</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/index.xml" rel="self" type="application/rss+xml"/><item><title>Docs3-V2: 1-1 - Address Illegal</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/1/</guid><description>
&lt;p>This log can be ignored, service version or grouping mismatch. Appears only in the zookeeper registry, this check has been removed in version 3.1.7.&lt;/p>
&lt;h3 id="possible-reason">possible reason&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 (that is, the configuration of the service group).&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 (that is, the configuration of the service version).&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>Docs3-V2: 1-3 - URL destruction failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/3/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>When &lt;code>FrameworkExecutorRepository&lt;/code> is destroyed, calling &lt;code>CacheableFailbackRegistry.evictURLCache&lt;/code> will cause the destruction to fail and generate an error code.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h3>
&lt;blockquote>
&lt;p>See also the &lt;a href="../../../reference-manual/config/properties">Configuration Items Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-4 - Empty address</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/4/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/4/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;ol>
&lt;li>Errors 1-4 in registry.integration.RegistryDirectory are caused by the null invokerUrls in the refreshInvoker process, which can be ignored.&lt;/li>
&lt;li>The 1-4 errors in registry.support.CacheableFailbackRegistry may be caused by the mismatch between consumer and provider, and the &amp;ldquo;null protection&amp;rdquo; is turned off.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h3>
&lt;ol>
&lt;li>Make sure that the service group configurations on the Provider and Consumer side correspond.&lt;/li>
&lt;li>Make sure that the service version configurations on the Provider and Consumer side correspond.&lt;/li>
&lt;li>Check whether &lt;code>enable-empty-protection&lt;/code> of the registration center is true (the default is true).&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>see also
&lt;a href="../../../reference-manual/config/properties">Configuration item reference manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-5 - URL received without any parameters</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/5/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/5/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>When calling &lt;code>CacheableFailbackRegistry.toUrlsWithoutEmpty&lt;/code>, if there is a provider in &lt;code>Collection&amp;lt;String&amp;gt;providers&lt;/code> that does not have any parameters, the URL without any 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 and steps to reproduce it. We will help you solve 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>Docs3-V2: 1-6 - Error clearing URL cache</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/6/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/6/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>An error 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 error of Dubbo, if you encounter it, you can create &lt;strong>issues&lt;/strong> on github and provide the error information and steps to reproduce, we will help you solve 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>Docs3-V2: 1-7 - Notification registration event failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/7/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/7/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;ol>
&lt;li>When applied to related platforms based on the xDS protocol, when metadata is updated, consumers need to be notified. If a consumer is offline, the notification will fail and the listener of the corresponding consumer will be removed.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h3>
&lt;blockquote>
&lt;p>see also
&lt;a href="https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties/#registry">Registration Center - Configuration Item Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-8 - Unregister (unsubscribe) address failed on destroy</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/8/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/8/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;ol>
&lt;li>An error may occur when the consumer logs out or unsubscribes due to the downtime of the registration center.&lt;/li>
&lt;li>It may be that the corresponding provider has not been released successfully.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h3>
&lt;ol>
&lt;li>Check whether the registration center is running normally.&lt;/li>
&lt;li>Check whether the provider is released successfully.&lt;/li>
&lt;li>Check whether the provider’s registry-related parameters such as &lt;code>registry&lt;/code> &lt;code>config-center&lt;/code> &lt;code>metadata-report&lt;/code> are configured correctly.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>see also
&lt;a href="../../../reference-manual/config/properties">Configuration item reference manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-9 - Failed to read and write registry service cache</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/9/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/9/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;ol>
&lt;li>Multiple Dubbo processes (or other Java processes) use the same cache file.&lt;/li>
&lt;li>Due to the file system permission problem of the directory where the cache file is located, reading and writing fails.&lt;/li>
&lt;li>The value of &lt;code>dubbo.registry.file&lt;/code> is entered incorrectly.&lt;/li>
&lt;li>Accidentally specify two registries to use the same file store.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>&lt;strong>Hint:&lt;/strong>
If &lt;code>dubbo.registry.file&lt;/code> is not specified, the registry service cache path defaults to the &lt;code>~/.dubbo&lt;/code> directory
(where &lt;code>~&lt;/code> is the user&amp;rsquo;s HOME directory)&lt;/p>
&lt;/blockquote>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h3>
&lt;ol>
&lt;li>Check the value of &lt;code>dubbo.registry.file&lt;/code> for typos.&lt;/li>
&lt;li>Check whether other processes use the same cache file.&lt;/li>
&lt;li>If &lt;code>dubbo.registry.file&lt;/code> is specified, check its permissions in the file system.&lt;/li>
&lt;li>Check whether the situation of &amp;ldquo;two registration centers use the same file storage&amp;rdquo; occurs, and adjust if it occurs.&lt;/li>
&lt;/ol>
&lt;blockquote>
&lt;p>see also
&lt;a href="https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties/#registry">Reference Manual for Registry Configuration Items&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-10 - Failed to read and write registry service cache</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/10/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/10/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;ol>
&lt;li>Multiple Dubbo processes use the same cache file.&lt;/li>
&lt;li>In the case of multiple registries, multiple registries are specified to use the same file storage.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h3>
&lt;p>This error often occurs with errors 1-9. Check whether multiple Dubbo processes use the same cache file or specify multiple registries to use the same cache file.&lt;/p>
&lt;blockquote>
&lt;p>see also
&lt;a href="https://dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties/#registry">Reference Manual for Registry Configuration Items&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-11 - Registration service instance creation failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/11/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/11/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>It may be caused by Registry&amp;rsquo;s SPI/IOC configuration error.&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 steps to reproduce it. We will help you solve 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>Docs3-V2: 1-12 - Instances of "Registry Service" have been destroyed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/12/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/12/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>During the graceful shutdown of Dubbo, unregister by calling &lt;code>destroyAll&lt;/code> of &lt;code>AbstractRegistryFactory&lt;/code>.&lt;/p>
&lt;p>During the process of destroying the &lt;code>unexport&lt;/code> of &lt;code>Registryprotocol&lt;/code>, the &lt;code>getRegistry&lt;/code> of &lt;code>AbstractRegistryFactory&lt;/code> will be used to try to obtain the registry that has been destroyed, which leads to the destruction of all instances of the &amp;ldquo;registry service&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="../../../reference-manual/config/properties">Configuration item reference manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-13 - Failed to execute task retry</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/13/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/13/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;ol>
&lt;li>The registry 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 is working properly.&lt;/li>
&lt;li>Check whether the server where the registration center is located and its network are working normally.&lt;/li>
&lt;/ol></description></item><item><title>Docs3-V2: 1-14 - Dynamic configuration recognition failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/14/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/14/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>When using the service management function of dubbo admin for dynamic configuration, if the content or format of the configuration file is incorrect, the content of the dynamic configuration cannot be parsed, resulting in 1-14 errors.&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="../../../reference-manual/config/properties">Configuration Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>Docs3-V2: 1-15 - Failed to destroy service</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/15/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/15/</guid><description>
&lt;h3 id="possible-reason">Possible Reason&lt;/h3>
&lt;p>Throwing an exception while destroying all invokers in the RegistryDirectory may trigger errors 1-15.&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 steps to reproduce it. We will help you solve 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>Docs3-V2: 1-16 - There are unsupported categories</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/16/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/16/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>When the registration center changes, the corresponding listener will be notified. If the category is illegal during notify, 1-16 errors will be generated.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 steps to reproduce it. We will help you solve the problem.&lt;/p>
&lt;h2 id="dubbo-community">Dubbo Community&lt;/h2>
&lt;p>&lt;a href="https://github.com/apache/dubbo">github&lt;/a>&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-17 - Metadata Server Failure</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/17/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/17/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>It may be that there is a problem with the parameter configuration of metadata, especially &lt;code>metadataServiceProtocol&lt;/code> and &lt;code>metadataServicePort&lt;/code>.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether it occurs at the same time as 1-18 error, if it occurs at the same time, first try to solve 1-18&lt;/li>
&lt;li>Check whether the &lt;code>metadataServicePort&lt;/code> port number conflicts. If the ports configured by Provider and Consumer are in conflict at the same time, a 1-17 error will be generated.&lt;/li>
&lt;/ol>
&lt;h2 id="see-also">see also&lt;/h2>
&lt;p>&lt;a href="../../../reference-manual/config/properties">Configuration item reference manual&lt;/a>&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-18 - metadata service port not provided</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/18/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/18/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>It may be that &lt;code>metadataType&lt;/code> is in local mode, and &lt;code>metadataServicePort&lt;/code> is configured incorrectly.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check the &lt;code>metadataType&lt;/code> attribute value on the Provider side.&lt;/li>
&lt;li>Check whether the configuration of &lt;code>metadataServicePort&lt;/code> on the Provider side is correct, and pay special attention to whether there is any conflict with other application ports.&lt;/li>
&lt;/ol>
&lt;h2 id="see-also">see also&lt;/h2>
&lt;p>&lt;a href="../../../reference-manual/config/properties">Configuration item reference manual&lt;/a>&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-19 - K8S monitoring exception</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/19/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/19/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>K8S custom resource type, the configuration 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;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether the custom resource type is correctly configured. For syntax, please refer to the official documentation of K8S.&lt;/li>
&lt;li>Check whether the network is normal or the port mapping is correct.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-20 - K8S Pod does not exist</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/20/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/20/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>Pods may not exist or have been removed by containers.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-21 - K8S No Service Available</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/21/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/21/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>The current service is not loaded correctly.&lt;/li>
&lt;li>The configured Pod does not exist in the current instance service.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-22 - K8S configuration address error</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/22/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/22/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The K8S url is configured incorrectly and cannot be accessed normally.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;p>Check the K8S url configuration information to ensure that the port mapping can also be accessed normally.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-23 - Unable to download files via url</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/23/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/23/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>The url mapping file does not exist.&lt;/li>
&lt;li>The URL cannot be connected.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether the url mapping file exists.&lt;/li>
&lt;li>Whether it can be accessed normally through a browser or other tools.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-24 - ZK startup exception</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/24/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/24/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>There is an incompatibility between the zk server version and the client version, and the connection cannot be made.&lt;/li>
&lt;li>The zk service is not started normally or the firewall cannot provide external services.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Confirm that the client version is consistent with the server version.&lt;/li>
&lt;li>zk can start normally or provide normal external services.&lt;/li>
&lt;/ol>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-25 - ZK destruction exception</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/25/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/25/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The current instance has been destroyed.
The network may be disconnected.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-26 - xDS certificate generation failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/26/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/26/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The system may not support algorithms &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> to generate certificates.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;p>Check if the operating system supports &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> algorithms. Need to download the dll file or lib for&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-27 - K8S monitoring exception</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/27/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/27/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The system may not support algorithms &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> to generate certificates.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;p>Check if the operating system supports &lt;code>secp256r1&lt;/code> and &lt;code>RSA&lt;/code> algorithms. Need to download the dll file or lib for&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-28 - xDS Stub Error</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/28/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/28/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The current pod may be down.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-29 - xDS failed to read file</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/29/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/29/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The network is disconnected or the target file is corrupted at this time.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Whether the network is normal.&lt;/li>
&lt;li>You can use some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to analyze the stack information and locate it.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-30 - xDS request failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/30/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/30/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>Versions may be inconsistent or incompatible.&lt;/li>
&lt;li>Timeout while reading data.&lt;/li>
&lt;li>There is a problem with parameter configuration.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>It can be adapted according to the introduction of the third-party official website.&lt;/li>
&lt;li>Check whether the timeout setting is too short or there is a problem on the server.&lt;/li>
&lt;li>Check whether the port mapping relationship is correct.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-31 - xDS Response Failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/31/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/31/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>The client service has disconnected from the server.&lt;/li>
&lt;li>The server is unavailable or offline.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether the server is offline or the network of the client is disconnected.&lt;/li>
&lt;li>Check whether the service on the server side is normal, and the interface request can be made through the network.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-32 - xDS Channel initialization failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/32/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/32/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>Versions may be inconsistent or incompatible.&lt;/li>
&lt;li>Timeout while reading data.&lt;/li>
&lt;li>There is a problem with parameter configuration.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>It can be adapted according to the introduction of the third-party official website.&lt;/li>
&lt;li>Check whether the timeout setting is too short or there is a problem on the server.&lt;/li>
&lt;li>Check whether the port mapping relationship is correct.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-33 - xDS service discovery initialization failed</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/33/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/33/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>The address configuration of the registration center in xDS mode is wrong.&lt;/li>
&lt;li>The firewall and third-party protection software make it impossible to provide external connections.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether the xDS configuration is correct and whether the Istio status is normal.&lt;/li>
&lt;li>Check the firewall configuration or use the &lt;code>ping&lt;/code> command of cmd for basic detection.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-34 - Error parsing xDS</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/34/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/34/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>There is an error in the xDS protocol content.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;p>The cause can be located according to the Endpoints List printed by the stack.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-35 - ZK Anomaly</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/35/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/35/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>ZK cannot connect or the connection times out.&lt;/li>
&lt;li>The ZNode already exists at the time of creation.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether ZK configuration IP and port number are correct. Connection testing can be done using the third-party tool ZooInspector&lt;/li>
&lt;li>According to the stack reminder ZNode information, judge whether the current node can be cleaned up.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-36 - Unknown exception</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/36/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/36/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-37 - Nacos Anomaly</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/37/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/37/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>Nacos configuration information is not configured correctly.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;p>Check whether the ip and port number configured for Nacos are correct. If the security authentication of Nacos is enabled, check whether the user name and password are configured correctly.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-38 - Socket connection exception</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/38/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/38/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>Connection refused.&lt;/li>
&lt;li>The connection has been closed.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&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 and locate it.&lt;/p>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-39 - Failed to fetch metadata</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/39/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/39/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;ol>
&lt;li>Metadata Center has been disconnected from App Service.&lt;/li>
&lt;li>The data in the metadata center may have been modified.&lt;/li>
&lt;/ol>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether the network communication is normal, you can use some simple cmd commands to detect, such as &lt;code>ping&lt;/code> and so on.&lt;/li>
&lt;li>Connect and view content through third-party tools.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-40 - Route waiting too long</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/40/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/40/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>The route calculation time is too long, so the address notification cannot wait for an appropriate time to update the address.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check the application QPS, if the QPS is very high, this is the expected log&lt;/li>
&lt;li>Check the implementation of custom routes, and check whether there are abnormal implementations, such as deadlocks, infinite loops, etc.&lt;/li>
&lt;li>You can use some third-party tools or &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> to analyze the stack information and locate it.&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-41 - Istio exceptions</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/41/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/41/</guid><description>
&lt;h2 id="possible-reason">Possible Reason&lt;/h2>
&lt;p>Failed to fetch configuration file for istio&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and resolution steps&lt;/h2>
&lt;ol>
&lt;li>Check whether the application is deployed in the Kubernetes Pod environment, currently does not support VM deployment&lt;/li>
&lt;/ol>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>Docs3-V2: 1-42 - Nacos has a low version service</title><link>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/42/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://dubbo.apache.org/en/docs3-v2/java-sdk/faq/1/42/</guid><description>
&lt;h3 id="possible-reason">possible reason&lt;/h3>
&lt;p>The Nacos registry has subscribed to an old version of the service, usually because the Dubbo version on the server side is 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>