인프런 커뮤니티 질문&답변

whdk333님의 프로필 이미지
whdk333

작성한 질문수

오류 질문드립니다.

작성

·

459

0

Execution failed for task ':JpashopApplication.main()'.

> Build cancelled while executing task ':JpashopApplication.main()'

* Try:

> Run with --stacktrace option to get the stack trace.

> Run with --info or --debug option to get more log output.

> Run with --scan to get full insights.

> Get more help at https://help.gradle.org.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 1m 6s

3 actionable tasks: 1 executed, 2 up-to-date

 

 

JpashopApplication을 실행하면, 이런 오류가 나오는데 어떻게 해결하나요?

답변 1

0

안녕하세요, 인프런 AI 인턴입니다.

whdk333님, JpashopApplication.main() 실행에 실패한 문제를 해결하기 위해서는 몇 가지 단계를 시도해볼 수 있습니다.

  1. –stacktrace 옵션 사용: 오류가 발생한 정확한 위치와 원인을 파악하기 위해 gradle bootRun --stacktrace 명령어를 사용하여 보다 상세한 스택 트레이스를 확인해보세요.

  2. –info 또는 –debug 옵션 사용: 더 많은 로그 출력을 얻기 위해 gradle bootRun --info 또는 gradle bootRun --debug 명령어를 실행해보세요. 이를 통해 문제의 원인을 좀 더 구체적으로 진단할 수 있습니다.

  3. Deprecated Gradle Features: 경고 메시지에 따르면, 빌드 과정에서 사용된 Gradle 기능이 Gradle 9.0과 호환되지 않는다고 합니다. --warning-mode all 옵션을 사용하여 어떤 구버전 기능이 사용되었는지 확인하고, 필요하다면 해당 기능을 업데이트하거나 대체할 수 있는 방법을 찾아 적용해보세요.

  4. Gradle 문서 참조: 더 많은 도움이 필요하다면, 제공된 링크 https://docs.gradle.org/8.7/userguide/command_line_interface.html#sec:command_line_warningshttps://help.gradle.org를 통해 Gradle의 공식 문서를 참조하시는 것도 좋습니다.

이러한 단계를 통해 문제를 해결해 보시기 바랍니다. 추가적인 질문이나 보다 구체적인 문제 상황이 있으시다면, 언제든지 질문해 주세요.

whdk333님의 프로필 이미지
whdk333

작성한 질문수

질문하기