Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Android Apk 이름 변경
- MySQL
- DataTable
- Eclipse
- spring
- release unsigned
- Android Apk
- R프로그래밍
- error
- FLUTTER
- html
- Kotlin
- Android Apk 이름
- android fragment
- Java
- tomcat
- release Apk
- Firebase
- JavaScript
- Exception
- 안드로이드
- java error
- css
- CSS사용법
- jQuery
- apache gzip
- fragment
- Program type already present
- Android
- android error
Archives
- Today
- Total
selfstarter
The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. 본문
Server/Spring
The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports.
selfstarter 2020. 8. 4. 12:51The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. Error 해결
서버 실행 시 다음과 같은 에러 발생
Error
The server cannot be started because one or more of the ports are invalid.
Open the server editor and correct the invalid ports.
Cause
Servers 탭에서 서버 선택 후 Overview 탭에서 PortName있는 곳에 Tomcat admin port가 지정되지 않았다
Soluve
8005으로 지정해도 주니 서버가 잘 시작되었다.
'Server > Spring' 카테고리의 다른 글
HTTP 요청 헤더를 파싱하는 중 오류 발생 (0) | 2020.07.24 |
---|---|
MyBatis resultType bool 사용하기 (0) | 2020.07.20 |
Eclipse 프로젝트 빨간색 느낌표 (0) | 2020.07.15 |
Mybatis 사용 시 주의 사항 (0) | 2020.07.03 |
jaxb 사용법 (0) | 2020.07.02 |
Comments