How to solve the problem of java.lang.NoSuchFieldError: LOGGER when there is an error in the integrated third-party framework?

how to solve the java.lang.NoSuchFieldError: LOGGER problem when there is an error in the integration of the third-party framework above?

Apr.03,2021

this is obviously caused by version conflicts.
you can try to solve this problem:

  1. find the jar where the exception class exists
  2. View the dependencies in the project, mvn dependency:tree
  3. find dependencies and dependent versions from dependency:tree
  4. manually upgrade or downgrade conflict jar (this requires repeated attempts)

but if you are using spring-boot, and the third-party framework has been integrated by spring-boot, you can try to remove the custom version and use the version defined in spring-boot-parent

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3697a-2c054.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3697a-2c054.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?