Today I got an error when running a Java application on a new CentOS server:
1 | SunCertPathBuilderException: unable to find valid certification path to requested target |
Here is the solution.
When I’m writting an Spring Boot command line application and I find this issue. Here is how I solve it.
The question is straightforward. The solution is from here.
Recently I upgraded a computer from Ubuntu 16.04 to 18.04. Then I found when I closed the lid, the notebook computer would go to sleep. Here is the instructions from here how to disable the auto-sleep feature.
From here.
I met a Lombok issue yesterday and here is the details.
Today I upgrade VirtualBox to the latest version 6.0.12 and find 2 issues. Here is the description how to fix them.