This is the output log for the error that i'm getting on the console.

An internal error occurred during: "Launching application-name".
org.eclipse.m2e.core.embedder.ArtifactKey.groupId()Ljava/lang/String;

I'm on java 8 and maven 3.6.3. Is it related any of the system configuration?

1

There are 1 best solutions below

0
howlger On

It is probably related to the Eclipse version, more specifically the m2e version, the Maven support of Eclipse, and also to the additional plugins you have installed that do not seem to work with the m2e version you have. Maybe due to the multiple API breakages in m2e 2.x.

Update the affected plugin that uses m2e (if you don't know which plugin, go to the Error Log view and look in the stack trace to see what m2e is calling). If no newer version of the plugin is yet available, using an older Eclipse/m2e version might work as a temporary workaround (m2e 2.x has been introduced in Eclipse 2022-09).