기타/에러 (5) 썸네일형 리스트형 [Spring Boot Error] Aop 사용시 cycle(순환참조) 에러 Config 파일에 Aop를 Bean으로 등록하고 해당 Config 파일의 Bean 생성 함수까지 Aop의 타겟으로 잡히면서 순환참조가 발생한다. 이럴땐 해당 Config 파일을 Aop 타겟에서 뺴준다. [VSCODE] Window Terminal에서 스크립트 실행할 수 없음 이런 에러가 날때, powershell -> New Command Prompt 또는 New Git Bash로 변경해서 스크립트를 실행 해줌 [JPA Error] com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor and no properties discovered to create BeanSerializer JPA에서 엔터티를 Json으로 Serialize할때 연관된 다른 엔터티를 Json으로 변경 못하는 문제 -해결법 fetch = FethchType.Lazy을 지워줌 또는 @JsonIgnore 어노테이션을 붙혀줌 [Eclipse Error] log4j.dtd Not Found log4j.xml 로컬에서 찾던걸 웹 상에서 찾음 [Tomcat Error] - The server cannot be started because one or more of the ports are invalid. Open the server editor and correct the invalid ports. Server 더블클릭 후 Tomcat admin port 8005로 입력 publish module contexts to separate XML files 체크 이전 1 다음