Study/Exception (9) 썸네일형 리스트형 [Flutter]flutter doctor --android-licenses java 오류 java.lang.NoClassDefFoundError Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema at com.android.repository.api.SchemaModule$SchemaModuleVersion.(SchemaModule.java:156) at com.android.repository.api.SchemaModule.(SchemaModule.java:75) at com.android.sdklib.repository.AndroidSdkHandler.(AndroidSdkHandler.java:81) at com.android.sdklib.tool.sdkmanager.Sd.. Git 원격 저장소 에러 : ']' does not appear to be a git repository Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 원인 : 마스터 브런치에는 commit 과 push 가 잘 됨. new189p 라는 브런치 생성 local에는 commit 이 됨. 하지만 push는 안됨. Remote branch 가 생성이 안되있었다. 해결방법 : git remote -v origin 이 이상해 보인다. 그래서 삭제했다. git remote remove origin 그리고 나서 다시 연결. git remote add origin https://저장소 연결주소 결과 : 정상적으로 commit , push 됨. 깃을 모르는 상태여서 찾아보면서 두들기다보니 해결하게 되었다. 깃도 빨리 공부해야지 참고한 사이트 이동 Public Key Retrieval is not allowed Public Key Retrieval is not allowed 뜬금없이 에러가 발생했다. 해결책. Local instance MySQL80 선택 후 OK 정상작동한다. java.lang.IllegalStateException: Optional int parameter 'num' is present but cannot be translated into a null value due to being declared as a primitive type. Consider declaring it as object wrapper for the corresponding primitive type. 폼을 넘겨야 되는데... location.href 를 해서 get 방식으로 넘어감. 그래서 getMapping이 호출되면서 num을 넘기지 않으니까 에러가 발생함. 수정하니 잘 됨.. 그 전 html에서 location을 썼더니 무의식 적으로 같은 방식을 써버림... 이것저것 해보고 검색해보다가 디버깅해보고 눈치챔 java.sql.SQLException: Column count doesn't match value count at row 1 * 해결 실제 db의 컬럼 수 와 mapper insert 문의 변수 수가 틀려서 나는 메시지 맞춰주면 해결 mybatis) org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'name' in 'class board.mybatis_board.dto.NoticeDto' mapper.xml 파일에 insert SQL 변수명이 잘 못 되어있었다. java jpa sql 오류) Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. Mysql 오류 오라클 오류) ORA-12526, TNS:listener: all appropriate instances are in restricted mode ORA-12526, TNS:listener: all appropriate instances are in restricted mode (SID_DESC = (GLOBAL_DBNAME = ORA12C) (ORACLE_HOME = D:\app\woom\product\11.2.0\dbhome_1) (SID_NAME = ORA12C) ) 추가 이전 1 2 다음