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. Command Introduction The ifconfig (configure a...
Table of contents useMemo useCallback useMemo We ...
Adding the attribute selected = "selected&quo...
In my last post I talked about how to make a web p...
A while ago, I wrote a blog post titled "Can...
Table of contents 1. Understand the basics 2. Con...
Today I will introduce a small Javascript animati...
No way, no way, it turns out that there are peopl...
This article shares the specific code for impleme...
First execute the command: [root@mini61 setuptool...
Today, let's introduce several common text pr...
Many times, we expect the query result to be at m...
Server Status Analysis View Linux server CPU deta...
30 free high-quality English ribbon fonts for down...
1.mysql-5.7.19-winx64.zip (this is the free insta...