You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting class not found error while running spring boot demo, can someone guide me what I am doing wrong here? I am able to run rpserver and server modules fine.
Used below command:
cd spring-boot-starter/line-fido2-spring-boot-demo
./gradlew bootRun
Below is the error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'challengeController': Resoluti
on of declared constructors on bean Class [com.linecorp.line.auth.fido.fido2.springboot.controller.ChallengeController
] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@10c25cdb] failed; nested
exception is java.lang.NoClassDefFoundError: com/linecorp/line/auth/fido/fido2/server/service/ChallengeService
The text was updated successfully, but these errors were encountered:
I am getting class not found error while running spring boot demo, can someone guide me what I am doing wrong here? I am able to run rpserver and server modules fine.
Used below command:
cd spring-boot-starter/line-fido2-spring-boot-demo
./gradlew bootRun
Below is the error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'challengeController': Resoluti
on of declared constructors on bean Class [com.linecorp.line.auth.fido.fido2.springboot.controller.ChallengeController
] from ClassLoader [org.springframework.boot.devtools.restart.classloader.RestartClassLoader@10c25cdb] failed; nested
exception is java.lang.NoClassDefFoundError: com/linecorp/line/auth/fido/fido2/server/service/ChallengeService
The text was updated successfully, but these errors were encountered: