강의

멘토링

커뮤니티

Inflearn Community Q&A

dlfnxl06274896's profile image
dlfnxl06274896

asked

Spring for Beginners - Learn Spring Boot, Web MVC, and DB Access Technology with Code

Member Web Features - Registration

회원 관리 예제 - 웹 MVC 개발

Resolved

Written on

·

414

0


질문 시에는 위 내용은 삭제하고 다음 내용을 남겨주세요.
=========================================
[질문 템플릿]
1. 강의 내용과 관련된 질문인가요? (예/아니오)
2. 인프런의 질문 게시판과 자주 하는 질문에 없는 내용인가요? (예/아니오)
3. 질문 잘하기 메뉴얼을 읽어보셨나요? (예/아니오)

[질문 내용]
여기에 질문 내용을 남겨주세요.

혹시 제가 폴더 명이나 파일 위치가 잘못 된 걸까요..?

https://drive.google.com/file/d/150XPoxwV1oDeLVp8b2oAuuNBADwwXIEl/view?usp=drive_link

javaspringmvcspring-boot

Answer 3

0

dlfnxl06274896님의 프로필 이미지
dlfnxl06274896
Questioner

앗 해결했습니다! 감사합니다

0

dlfnxl06274896님의 프로필 이미지
dlfnxl06274896
Questioner

2024-04-15T22:53:18.319+09:00 WARN 18696 --- [hello-spring] [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'webServerStartStop'

dlfnxl06274896님의 프로필 이미지
dlfnxl06274896
Questioner

rror starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.

2024-04-15T22:55:26.651+09:00 ERROR 15544 --- [hello-spring] [ main] o.s.b.d.LoggingFailureAnalysisReporter :

***************************

APPLICATION FAILED TO START

***************************

Description:

Web server failed to start. Port 8080 was already in use.

Action:

Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.

Process finished with exit code 1

0

안녕하세요. 간다간다뿅간다님, 공식 서포터즈 David입니다.

아래와 같이 설정을 변경하신 뒤 다시 시도해 보시겠어요?

image

감사합니다.

dlfnxl06274896님의 프로필 이미지
dlfnxl06274896
Questioner

dlfnxl06274896님의 프로필 이미지
dlfnxl06274896
Questioner

회원 목록이랑 등록을 해도 whiteLabel Error가 발생하네요. 이러면 코드 문제인가요?

 

이미 실행중이신 애플리케이션이 있네요. 이미 실행중인 애플리케이션을 종료하시거나

윈도우 사용자시라면 아래 가이드를 참고해서 프로세스를 종료한 뒤 다시 시도해 주세요.

image

white label 에러면 코드 문제일 확률이 높습니다.

에러 메시지 전체를 함께 올려주세요.

dlfnxl06274896's profile image
dlfnxl06274896

asked

Ask a question