IT'S DO
article thumbnail
[error] AhnLab 인터넷 연결을 허용하시겠습니까? JDBC Connection for DDL execution , Connect timed out
error 2025. 6. 26. 11:00

에러라고 하기엔 뭐한데 내 실수인데, 이것 때문에 한시간 날렸으니 에러로 생각하고, 작성한다. [에러]윈도우 업데이트 되어서 그런지 설정값이 변경되어서 그런지는 몰라도, 금일 프로젝트를 실행 시켰다. 그래서 그전에는 못 봤던 postgres을 인터넷에서 연결하려고 합니다, 허용, 차단이 뜨길래? 뭐지 싶어서 이상한건가 싶어서 차단 눌렀더니, 로그인도 안되고, 싹다 fetch error로 콘솔 창엔 = Unable to open JDBC Connection for DDL execution [The connection attempt failed.]Caused by: java.net.SocketTimeoutException: Connect timed out 발생 localhost나 127.0.0.1 의 db ..

article thumbnail
[error] intellij lombok 인식 안될때
error 2025. 5. 28. 15:48

error: variable name not initialized in the default constructor & java: variable objectTermService not initialized in the default constructor위와 같은 에러 발생 했을때.# 해결=> intelli > 파일 > 설정 > 빌드, 실행, 배포 > 컴파일러 > 어노테이션 프로세서 > 해당 프로젝트 선택 > 좌측 어노테이션 처리 활성화 및 프로젝트 클래스 경로에서 프로세서 가져오기 체크 출처 : https://stackoverflow.com/questions/59598779/variable-not-initialized-in-default-constructor

런던 입국 심사
여행/이쁜 추억 여행 2025. 3. 4. 15:32

1️⃣ What is the purpose of your visit to the UK? 🇰🇷 (영국 방문 목적이 무엇인가요?) 👉 (관광, 출장, 유학 등 목적을 말하세요.) i'm visiting to watch the tottenham vs Crystal Palace match on May 10. 2️⃣ How long do you plan to stay in the UK? 🇰🇷 (영국에 얼마나 머무를 계획인가요?) 👉 (정확한 기간을 말하세요. "For 10 days." "For 2 weeks.") For 10 days. 3️⃣ Where will you be staying? 🇰🇷 (어디에서 머무를 예정인가요?) 👉 (호텔, 친척 집, 친구 집 등 구체적인 장소를 말하세요.) i w..

article thumbnail
[jenkins & github] webhook, action 에서 로컬 서버 일때 Payload URL 보내는 법(We couldn't deliver this payload: failed to connect to host 해결)
형상관리/jenkins 2025. 2. 7. 15:14

# 결론 부터 말하면 :domain이 있는 서버면 상관 없이 잘 된다.로컬 서버일때는 github에서 Webhook의 payload든, Actions의 jenkins.yml이든 localhost 주소로 보내면 안된다.보낼시We couldn't deliver this payload: failed to connect to host  위와 같은 에러 나타남.  # 해결법 : 1. ngrok 설치https://ngrok.com/downloads/windows Download ngrokDownload ngrokngrok.com  다운 받기  2. ngrok 토큰값 주입.=> localhost를 외부에서 받을 수 있는 도메인 서버로 만들어준다.처음 실행하면 회원가입 후 토큰값 받아라고 나오는데, 회원 가입 후 이메..