<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>5 - Configuration (Central) Layer on Apache Dubbo</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/</link><description>Recent content in 5 - Configuration (Central) Layer on Apache Dubbo</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/index.xml" rel="self" type="application/rss+xml"/><item><title>5-1 - Configuration Center Connection Failure</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/1/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/1/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The server where the configuration center is located is shut down or crashed.&lt;/li>
&lt;li>The IP address or port number is incorrect.&lt;/li>
&lt;li>A firewall is incorrectly blocking the port used by the configuration center.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check the configuration of the configuration center&amp;rsquo;s IP address and port.&lt;/li>
&lt;li>Verify whether the server is powered on and functioning properly.&lt;/li>
&lt;li>Check if the firewall is allowing the port used by the configuration center.&lt;/li>
&lt;/ol></description></item><item><title>5-2 - Failure in Registering/Unregistering Shutdown Hook Methods</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/2/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/2/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Custom hook methods may have exceptions in their business logic.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether there are any runtime exceptions in the business logic of the custom hook methods.&lt;/p></description></item><item><title>5-3 - An unexpected error occurs when destroying method calls</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/3/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/3/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Custom destroy method, there are exceptions in business processing.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether the custom destroy method has runtime exceptions in the business processing logic.&lt;/p></description></item><item><title>5-4 - Method not found in service interface</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/4/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/4/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The interface name/method called by the consumer does not exist.&lt;/li>
&lt;li>The server has not correctly exposed the current interface.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check whether the interface name/method called by the consumer exists.&lt;/li>
&lt;li>Check whether it is listed in the services exposed by the server.&lt;/li>
&lt;/ol></description></item><item><title>5-5 - Unable to get env variable</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/5/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/5/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Environment variables cannot be retrieved.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check the variable name prompted to see if it is configured and can be properly read and loaded.&lt;/p></description></item><item><title>5-6 - Attribute conflict of interface types</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/6/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/6/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Improper configuration of the generic definition.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check if the generic definition is correct.&lt;/p></description></item><item><title>5-7 - Unexpected error occurred while canceling export</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/7/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/7/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Unable to connect to the configuration center service.&lt;/li>
&lt;li>The configured protocol, IP, or port is incorrect.&lt;/li>
&lt;li>There is a version conflict between the configuration center client and server, preventing an effective connection.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the status of the configuration center service is normal.&lt;/li>
&lt;li>Verify that the configured protocol, IP, or port is correct.&lt;/li>
&lt;li>Check if the version of the configuration center client in use is compatible with the server version.&lt;/li>
&lt;/ol></description></item><item><title>5-8 - The protocol will use a randomly available port</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/8/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/8/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The port specified by the protocol is occupied, and a random port is selected for startup.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check if the currently configured port is occupied by other applications.&lt;/p></description></item><item><title>5-9 - Service configuration export failed</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/9/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/9/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Unable to connect to the configuration center&amp;rsquo;s service.&lt;/li>
&lt;li>Incorrect protocol, IP, or port configured.&lt;/li>
&lt;li>Conflict between the version of the configuration center client and the server version, preventing a valid connection.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the status of the configuration center service is normal.&lt;/li>
&lt;li>Check if the configured protocol, IP, or port is correct.&lt;/li>
&lt;li>Verify whether the version of the configuration center client being used is compatible with the server version.&lt;/li>
&lt;/ol></description></item><item><title>5-10 - Service registration interface application mapping failed</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/10/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/10/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The service metadata exposed by the service does not match or has been tampered with the application.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether the metadata content in the configuration center matches that within the application.&lt;/p></description></item><item><title>5-11 - Registration Instance Error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/11/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/11/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The service of the configuration center cannot be connected.&lt;/li>
&lt;li>The configured protocol, IP, or port is incorrect.&lt;/li>
&lt;li>There is a conflict between the version of the configuration center client in use and the server version, preventing an effective connection.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the service status of the configuration center is normal.&lt;/li>
&lt;li>Verify that the configured protocol, IP, or port is correct.&lt;/li>
&lt;li>Ensure that the version of the configuration center client used is compatible with the server version.&lt;/li>
&lt;/ol></description></item><item><title>5-12 - Refresh instance and metadata error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/12/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/12/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The configuration center service cannot be connected.&lt;/li>
&lt;li>The configured protocol, IP, and port are incorrect.&lt;/li>
&lt;li>There is a conflict between the version of the configuration center client used and the version of the server, preventing an effective connection.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check whether the status of the configuration center service is normal.&lt;/li>
&lt;li>Verify that the configured protocol, IP, and port are correct.&lt;/li>
&lt;li>Check if the version of the configuration center client used is compatible with the server version.&lt;/li>
&lt;/ol></description></item><item><title>5-13 - Unable to Destroy Model</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/13/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/13/</guid><description>&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;p>Custom destroy method has exceptions in business processing.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether the custom destroy method and business processing logic have any runtime exceptions.&lt;/p></description></item><item><title>5-14 - Model startup error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/14/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/14/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The connection is disconnected while the service is waiting to publish or subscribe.&lt;/li>
&lt;li>Network connection timeout.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check whether the connection between the application server and the configuration center is normal.&lt;/li>
&lt;li>Check for network connection timeouts or other issues.&lt;/li>
&lt;/ol></description></item><item><title>5-15 - Model Reference Error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/15/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/15/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The methods of Dubbo&amp;rsquo;s core handling classes are misused or have been tampered with.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check for misuse or decompilation modifications in the application.&lt;/p></description></item><item><title>5-16 - Unable to find any valid protocol</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/16/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/16/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The configured protocol is not supported.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>The currently supported protocols include dubbo, rmi, hessian, http, webservice, thrift, redis, etc.&lt;/p>
&lt;blockquote>
&lt;p>See also
&lt;a href="https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/config/">Configuration Reference Manual&lt;/a>&lt;/p>
&lt;/blockquote></description></item><item><title>5-17 - Parameter Value Format Error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/17/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/17/</guid><description>&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;ol>
&lt;li>The configuration value length is too long, generally set to within 200 characters.&lt;/li>
&lt;li>The format of the configuration value is incorrect; currently supports numbers, -, _ and others.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the content of the configuration value is too long; modify according to the prompt information.&lt;/li>
&lt;li>Check if the content of the configuration value contains special characters, such as @#$%^&amp;amp; etc.; please refer to the prompt information for modifications.&lt;/li>
&lt;/ol></description></item><item><title>5-18 - Notification Registration Event Failed</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/18/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/18/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The notification has been sent, but an unexpected error occurred in the business processing logic.&lt;/li>
&lt;li>The configuration center cannot be connected, resulting in a timeout error.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check the custom business logic implementation for any runtime exceptions.&lt;/li>
&lt;li>Check whether the configuration center can be connected normally.&lt;/li>
&lt;/ol></description></item><item><title>5-20 - Error occurred when stopping the dubbo module</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/20/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/20/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>Custom implementation of the destroy method may have runtime exceptions in business logic.&lt;/li>
&lt;li>The service was not stopped gracefully, which may lead to unhandled business logic.&lt;/li>
&lt;/ol>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check the custom implementation of the destroy method and the business logic.&lt;/li>
&lt;li>Verify if there are any time-consuming business processing logic when stopping the service.&lt;/li>
&lt;/ol></description></item><item><title>5-21 - Exception occurred when destroying the service</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/21/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/21/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The service discovery instance has been destroyed.&lt;/p>
&lt;blockquote>
&lt;p>The current method has been deprecated since version 3.1.&lt;/p>
&lt;/blockquote>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3></description></item><item><title>5-22 - An error occurred when initializing the registry</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/22/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/22/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;ol>
&lt;li>The address of the registry is configured incorrectly.&lt;/li>
&lt;li>The configured address information cannot be connected to the network properly.&lt;/li>
&lt;li>The version of the configuration center client does not match the actual server version, leading to compatibility issues.&lt;/li>
&lt;/ol>
&lt;h3 id="investigation-and-resolution-steps">Investigation and Resolution Steps&lt;/h3>
&lt;ol>
&lt;li>Check if the configured address is correct.&lt;/li>
&lt;li>Check if the network is smooth and can be connected using a third-party client.&lt;/li>
&lt;li>Check for compatibility matching issues, and refer to third-party websites for version adaptation.&lt;/li>
&lt;/ol></description></item><item><title>5-23 - Waiting for export/reference service to encounter an exception</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/23/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/23/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The registration center unexpectedly stops or cannot provide normal services when exporting/referencing services.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether the registration center can be connected normally, and check whether the current client version is compatible with the server version.&lt;/p>
&lt;blockquote>
&lt;p>Exceptions are handled within the export/reference single method, so theoretically this exception should not be thrown.&lt;/p>
&lt;/blockquote></description></item><item><title>5-24 - Asynchronous waiting for service reference exceptions</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/24/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/24/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The registry center has crashed or is unable to provide normal services externally.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check whether the registry center is connectable and verify if the current client version is compatible with the server version.&lt;/p></description></item><item><title>5-25 - Custom implementation causes undefined exceptions</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/25/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/25/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The custom implementation of the &lt;code>org.apache.dubbo.rpc.Protocol&lt;/code> protocol throws a business logic exception during the method call destroy.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check the &lt;code>destroy&lt;/code> method of the custom implementation class code.&lt;/p></description></item><item><title>5-26 - Metadata has been exported</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/26/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/26/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The metadata has been exported in the current JVM.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3></description></item><item><title>5-27 - Incorrect usage of internal class API</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/27/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/27/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>&lt;code>org.apache.dubbo.config.ReferenceConfig&lt;/code> and &lt;code>org.apache.dubbo.common.config.ReferenceCache&lt;/code> may be defined as non-singleton mode.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check custom annotations or configurations that have defined the core application class as non-singleton mode, and check the &lt;code>scope&lt;/code> configuration.&lt;/p></description></item><item><title>5-28 - No available annotations found</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/28/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/28/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>No reliable annotations found under the scanned package configuration. Mainly &lt;code>@DubboService&lt;/code> or &lt;code>@Service&lt;/code>&lt;/p>
&lt;h3 id="troubleshooting-and-resolving-steps">Troubleshooting and Resolving Steps&lt;/h3>
&lt;p>Check the current version in use; prior to 2.7.7 it scanned for &lt;code>@Service&lt;/code> annotations, and thereafter for &lt;code>@DubboService&lt;/code>&lt;/p></description></item><item><title>5-29 - Scan package not configured</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/29/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/29/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The parameter value of the &lt;code>@EnableDubbo.scanBasePackages&lt;/code> annotation is not configured.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Simply configure &lt;code>@EnableDubbo.scanBasePackages&lt;/code>.&lt;/p></description></item><item><title>5-30 - Duplicate Bean Definition Declaration</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/30/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/30/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The declared object ID or name is duplicated.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Modify the name to make it unique based on the fully qualified class name output in the console.&lt;/p></description></item><item><title>5-31 - Status Check Error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/31/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/31/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The status of the currently running server; the system&amp;rsquo;s CPU usage is too high or memory and other indicators are too low.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check the current memory usage status of the server and the CPU usage along with other indicators. There may be a risk of downtime.&lt;/p></description></item><item><title>5-32 - Error Occurred When Apollo Disconnected</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/32/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/32/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The Apollo configuration center may be down or the network may be disconnected.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check the status of the Apollo server and verify if the network communication is functioning properly.&lt;/p></description></item><item><title>5-33 - Exception Occurred During Apollo Configuration Update Event</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/33/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/33/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Incorrect usage of Apollo Configuration API.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Please refer to the documentation on the dynamic configuration center regarding the Apollo section.&lt;/p></description></item><item><title>5-34 - Error Occurred in NACOS</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/34/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/34/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Incorrect use of the NACOS configuration API.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Please refer to the description of the NACOS section in the dynamic configuration center usage documentation.&lt;/p></description></item><item><title>5-35 - Container initialization failure</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/35/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/35/</guid><description>&lt;h2 id="possible-causes">Possible Causes&lt;/h2>
&lt;p>Undefined interface &lt;code>org.apache.dubbo.container.Container&lt;/code> SPI implementation.&lt;/p>
&lt;p>Note: Currently tested in the &lt;code>org.apache.dubbo.container.Main&lt;/code> class.&lt;/p>
&lt;h2 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h2>
&lt;p style="margin-top: 3rem;"> &lt;/p></description></item><item><title>5-36 - Error occurred during filter validation</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/36/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/36/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>An exception occurs in the business code within the overridden &lt;code>invoke&lt;/code> method of the custom filter extension class.&lt;/p>
&lt;h3 id="troubleshooting-and-solutions">Troubleshooting and Solutions&lt;/h3>
&lt;ol>
&lt;li>Use &lt;code>ps -eaf |grep &amp;lt;error service&amp;gt;&lt;/code>&lt;/li>
&lt;li>You can analyze the stack trace using some third-party tools or by using &lt;code>jstack [PID] &amp;gt; jstack.log&lt;/code> for diagnosis.&lt;/li>
&lt;/ol></description></item><item><title>5-37 - Dynamic configuration listener processing error</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/37/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/37/</guid><description>&lt;p>Listener event handling failed when the file changed&lt;/p>
&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;p>File permissions have changed or directory permissions have changed.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>You can locate the code based on the stack information from the console.&lt;/p></description></item><item><title>5-38 - Configuration parameter undefined</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/38/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/38/</guid><description>&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;p>Configuration parameter undefined&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Mainly used in test cases, configure the parameters according to the prompt details.&lt;/p></description></item><item><title>5-39 - Error occurred with Dubbo Config Bean Initializer</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/39/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/39/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Source code or modifications made&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check that the business code hasn’t modified the core classes or the order in which they are loaded.
For example: &lt;code>org.apache.dubbo.config.spring.context.DubboConfigBeanInitializer&lt;/code>&lt;/p></description></item><item><title>5-40 - Dubbo configuration bean not found</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/40/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/40/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Source code or modification&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check that the business code has not modified the source code of core classes or altered the loading order.
For example: &lt;code>org.apache.dubbo.config.spring.context.DubboConfigBeanInitializer&lt;/code>&lt;/p></description></item><item><title>5-41 - Failed to Read SSL Certificate</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/41/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/41/</guid><description>&lt;h3 id="possible-reasons">Possible Reasons&lt;/h3>
&lt;p>Abnormal SSL certificate configuration&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;p>Check the SSL certificate configuration and see if the corresponding file exists&lt;/p></description></item><item><title>5-42 - Dubbo Certificate Issuance Failure</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/42/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/42/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>Dubbo failed to request the remote CA to issue a certificate.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ul>
&lt;li>Check CA connection configuration&lt;/li>
&lt;li>Check CA operational status&lt;/li>
&lt;li>Check CA logs&lt;/li>
&lt;/ul></description></item><item><title>5-43 - Dubbo certificate issuance connection is insecure</title><link>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/43/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-3199--dubbo.netlify.app/en/overview/mannual/java-sdk/reference-manual/faq/5/43/</guid><description>&lt;h3 id="possible-causes">Possible Causes&lt;/h3>
&lt;p>The connection between Dubbo and the remote CA is insecure.&lt;/p>
&lt;h3 id="troubleshooting-and-resolution-steps">Troubleshooting and Resolution Steps&lt;/h3>
&lt;ul>
&lt;li>Check whether the Dubbo process has been correctly configured with the CA certificate information and the method for obtaining the OIDC (OpenID Connect) Token.&lt;/li>
&lt;/ul></description></item></channel></rss>