Among Us - Crewmates
To make each day count

Error Solution 3

[Oracle DB] Port 8080 required by Tomcat v9.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change ..

Port 8080 required by Tomcat v9.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s). 파파고 해석 : 로컬 호스트에서 Tomcat v9.0 Server에 의해 필요한 포트 8080 서버를 이미 사용합니다. 서버가 이미 다른 프로세스에서 실행되거나 시스템 프로세스가 실행될 수 있습니다. 이 서버를 시작하려면 다른 프로세스를 중지하거..

Error Solution 2024.03.20

[Oracle DB] 상태: 실패 -테스트 실패: ORA-01017: invalid username/password; logon denied

상태: 실패 -테스트 실패: ORA-01017: invalid username/password; logon denied Oracle SQL Developer를 실행하여 데이터 베이스를 생성하려고 하는데 잘못된 사용자의 이름과 비밀번호라고 로그온을 거부하고 있다. 1. 명령 프롬포트 (cmd)를 실행하여 준다. 2. sql 접속 3. 설치 시에 넣었던 아이디, 비밀번호 입력 4. 위의 그림처럼 접속이 완료되었다면 아래 명령어를 통해서 사용자 생성 (소문자 상관 X) CREATE USER 아이디 IDENTIFIED BY "비밀번호"; 5. 그다음은 그 아이디에게 데이터 베이스에 접속할 수 있는 권한을 주자 GRANT CONNECT, RESOURCE TO 아이디; 6. Oracle SQL Developer 화..

Error Solution 2024.03.15

[Tomcat] The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports 해결 방법

The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. 1. 하단에 Servers 창 "Tomcat v9.0 Server at loaclhost" 더블 클릭 (설치 버전은 다를 수 있음) 2. Overview - Tomcat admin port 에 Port Number 를 '8005' 로 입력 후 저장 3. 설정은 끝! 잘 실행되는지 확인

Error Solution 2024.03.04