python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
When I tried deploying my java application in jboss 7.2 I am getting below Linkage error
The module that I am deploying in jboss has a dependency with org.springframework:spring-orm:4.3.16.Release. I don't see any duplicate dependency added into the classpath. Based on the exception what ...
Haneesh O K
Votes: 0
Answers: 1
org.springframework.boot.loader.LaunchedURLClassLoader attempted duplicate class definition for {class} is in unnamed module of loader
I am using a jar as a dependency in my Gradle Java sprint boot project. Get this error
Unexpected handler method invocation error; nested exception is java.lang.LinkageError: loader org.springframewor...
engg
Votes: 0
Answers: 0