JVM/Error

· JVM/Error
Kafka Broker 서버 구동 방법 (1) Zookeeper 구동 (2) Broker 구동 문제 상황 아래와 같은 에러가 발생하면서 카프카 브로커 시작 실패 해결 방법 zookeper 와 서버 삭제 References Apache Kafka Apache Kafka: A Distributed Streaming Platform. kafka.apache.org
· JVM/Error
문제 SpringBoot 를 사용한 프로젝트 중 HttpServletRequest 를 받아와 헤더 정보를 출력하는 코드에서 제목과 같은 에러를 만났다. import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @Slf4j @RestController public class LoggingController { @GetMapp..
· JVM/Error
🔒 문제 상황 Intellij IDEA 에서 Gradle Project, JUnit 을 통해 유닛 테스트 코드를 작성하고 실행했을 때 "No found test: " 에러가 발생했다면? 🔑 해결 방법 1. Gradle Project Rebuild Intellij IDEA 맨 우측 상단에 Gradle - Reload All Gradle Projects 2. Set Module Content Root Project Structure - Modules - Content Root Content root? The source code, build scripts, tests, and documentation. These files are usually organized in a hierarchy. The top-l..
· JVM/Error
자바 프로젝트에 저렇게 빨간색 느낌표 뜰 때 Build Path에 문제가 있는 것입니다. [Build 시 사용되는 jar 파일의 경로가 바뀐경우] 해결방법 ? 해당 프로젝트 우클릭 - Properties - Java Build Path
· JVM/Error
JAVA JDK 설치 후 cmd창에서 자바파일을 컴파일 & 실행하기 위한 세팅방법을 알아보자.
· JVM/Error
기본 클래스를 찾을 수 없습니다. 1. 환경변수 설정오류 2. public static void main(String[] args) 철자 오류 or 누락 3. package 패키지명;
M_Falcon
'JVM/Error' 카테고리의 글 목록