Thursday, January 8, 2026

 Lombok @Builder not recognised by IntelliJ 

2026-01-09T12:57:07.327+05:30  WARN 11732 --- [RATING-SERVICE1] [foReplicator-%d] c.n.discovery.InstanceInfoReplicator     : There was a problem with the instance info replicator

com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

at com.netflix.discovery.shared.transport.decorator.RetryableEurekaHttpClient.execute(RetryableEurekaHttpClient.java:112) ~[eureka-client-2.0.5.jar:2.0.5]

at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator.register(EurekaHttpClientDecorator.java:56) ~[eureka-client-2.0.5.jar:2.0.5]

at com.netflix.discovery.shared.transport.decorator.EurekaHttpClientDecorator$1.execute(EurekaHttpClientDecorator.java:59) ~[eureka-client-2.0.5.jar:2.0.5]


SOLUTION : 

In my case I changed the following in File->Settings->Annotation Processors->UserService from (1) 
C:\Users\balaji\.m2\repository\org\projectlombok\lombok\unkn‌​own\lombok-unknown.j‌​ar.lastUpdated to C:\Users\balaji\.m2\repository\org\projectlombok\lombok\1.18‌​.42\lombok-1.18.42.j‌​ar 

once changed click Apply and Ok button

(2) Build -> Rebuild Project (3) Ran the UserServiceApplication and it Ran Successfully

IMAGE ATTACHED : 


to 




Click Ok and Run Now  - You will be able to run successfully