ERROR

ERROR

[ERROR/에러] Null value was assigned to a property ~ of primitive type

Problem org.springframework.orm.jpa.JpaSystemException: Null value was assigned to a property [class com.cdd.batchservice.module.ingredient.domain.IngredientOnlineMarket.ingredientDivision] of primitive type: 'com.cdd.batchservice.module.ingredient.domain.IngredientOnlineMarket.ingredientDivision' (setter) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(..

ERROR

[ERROR/에러] MySQL Data too long for column

Problem com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'weather_detail' at row 1 at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104) ~[mysql-connector-j-8.3.0.jar:8.3.0] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:912) ~[mysql-connector-j-8.3.0.jar:8.3.0] ..

ERROR

[ERROR/에러] Unknown integral data type for ids : java.lang.String

@Entity @NoArgsConstructor public class Channel{ @Id @GeneratedValue private String id; private String name; private String reference; private AccessType accessType; private ChannelType channelType; @CreatedDate private LocalDateTime createdTime; @LastModifiedDate private LocalDateTime updatedTime; @Builder public Channel(String name, String reference, AccessType accessType, ChannelType channelT..

ERROR

[ERROR/에러] 카프카와 주키퍼 실행 에러 "입력 줄이 너무 깁니다. 명령 구문이 올바르지 않습니다."

주키퍼와 카프카를 실행시키기 위해 아래 명령을 진행하면 "입력 줄이 너무 깁니다. 명령 구문이 올바르지 않습니다." 에러가 발생한다. bin\windows\zookeeper-server-start.bat config\zookeeper.properties bin\windows\kafka-server-start.bat config\server.properties 처음에는 테스트 실행으로 C:\Users\#####\Downloads 해당 경로에서 진행했을 떄 실행이 되지않았다. 카프카 폴더를 루트 디렉토리와 가깝게 옮겨서 실행하면 해결된다. reference https://charactermail.tistory.com/359 윈도우 카프카(kafka) 실행 에러 (입력 줄이 너무 깁니다. , 명령 구문이 올바..

ERROR

[ERROR/에러] APACHE KAFKA 아파치 카프카 실행 에러

Apache Kafka를 처음 실행했을 때에 생기는 문제를 해결해보고자 한다. Classpath is empty. Please build the project first e.g. by running 'gradlew jarAll' 아파치 카프카를 다운받을 때, https://kafka.apache.org/downloads Source File이 아닌 Binary File로 다운받으면 해결된다. Reference https://twofootdog.tistory.com/92 아파치 카프카 실행 에러(Classpath is empty. Please build the project first e.g. by running) 아파치 카프카를 설치한 후 실행시킬 때 아래와 같은 에러가 발생하는 경우가 있다. Class..

JunHoChoi
'ERROR' 카테고리의 글 목록