Error:java: java.lang.ExceptionInInitializerError IntelliJ

The problem in your case is - Lambook. Lombok does not currently support JDK10. If you comment the dependency the project compiled without errors (i checked).
And here is a full error stack (if you run mvn compile in console):

`Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags`


Update Lombok to the newest version. Helped in my case Here is a link with the newest Lombok https://projectlombok.org/download Optionally modify the .pom file in Your project (by changing the name of the lombok version).