line-fido2-server icon indicating copy to clipboard operation
line-fido2-server copied to clipboard

Getting error while running spring boot demo

Open vinodahegde opened this issue 2 years ago • 1 comments

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

vinodahegde avatar May 22 '23 16:05 vinodahegde