1. Using it with redis will cause Netty startup conflicts, so you need to add a method in the ***Application entry file: @PostConstruct public void init() { // see Netty4Utils.setAvailableProcessors() System.setProperty("es.set.netty.runtime.available.processors", "false"); } 2. NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{V4jtTT-tQQqULCNjSNSfgg}{192.168.116.128}{192.168.116.128:9300}] Solution: Replace the elasticsearch version that corresponds to your spring-boot-starter-data-elasticsearch. 3. OpenJDK 64-Bit Server VM warning: $ Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. Solution: Modify the contents of the jvm.options file to: -XX:+UseConcMarkSweepGC is changed to -XX:+UseG1GC 4. Deleting Users Before deleting a user, you need to kill the user's process pkill or kill -9 <pid> Example: Delete user user userdel user Example: Delete user user and delete his working directory at the same time userdel –r user The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Vue dynamic menu, dynamic route loading and refresh pitfalls
>>: MySQL fuzzy query usage (regular, wildcard, built-in function)
1. Enter the directory where your project war is ...
Table of contents Purpose Experimental environmen...
This article mainly introduces why v-if and v-for...
1. CSS file naming conventions Suggestion: Use le...
background In the group, some students will ask r...
Table of contents Install and configure dnsmasq I...
1. Analytical thinking 1. Eliminate the machine...
The mobile version of the website should at least...
1. Problem Sometimes when we log in to Mysql and ...
Table of contents Question: When the button is cl...
Preface In the actual use of the database, we oft...
1. Create a project with vue ui 2. Select basic c...
This article shares the specific code for impleme...
Preface I recently used :first-child in a project...
Indexing is similar to building bibliographic ind...