본문 바로가기

분류 전체보기154

mybatis localdatetime 에러. errorCaused by: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '???'. It was either not specified and/or could not be found for the javaType (java.time.LocalDateTime) : jdbcType (null) combination.maven 에서mybatis-typehandlers-jsr310 검색하여 maven이나 gradle 에 dependency를 추가해주면 된다. mybatis-typehandlers-jsr310 는 Java 8부터 추가된 LocalDate, LocalTime, LocalDateTime,.. 2016. 12. 26.
Jenkins 배포시 broken pipe 문제 I/O exception (java.net.SocketException) caught when processing request: 파이프가 깨어짐 (Write failed)[ERROR] Failed to execute goal org.apache.tomcat.maven:tomcat7-maven-plugin:2.2:deploy-only (default-cli) on project cherrypksales: Cannot invoke Tomcat manager: Connection reset -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Mave.. 2016. 12. 15.
Java Enum class 제대로 사용하기. Java Enum class 제대로 사용하기 Java에서 public static final int CUSTOMER_NORMAL = 1000; public static final int CUSTOMER_SILVER = 1001; 형식으로 되어 있는 코딩을 많이 볼 수 있다.그런데, 만약 CUSTOMER_* 상수가 숫자 이상의 데이터를 표현하고 싶으면 어떻게 하지?보통은 이렇게 한다. private String getCustomerGradeName(int gradeCode) { switch (gradeCode) { case CUSTOMER_NORMAL : return "일반회원"; case CUSTOMER_SILVER : return "실버회원"; } return null; } 문제는 만약 저 상수를 사용.. 2016. 11. 25.
airvideo error GST_PLUGIN_SCANNER airvideo error Unexpected exception while importing Sharing Configuration: Syntax error: Not a valid integer:Moview GST_PLUGIN_SCANNER=/usr/local/airvideo/Resources/bin/gst-plugin-scanner userAccounts1.allowedFolders = put a number. Not Name of directory!! 2016. 11. 18.