- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
SQL state [HY000]; error code [1030]; Got error -1 from storage engine 본문
SQL state [HY000]; error code [1030]; Got error -1 from storage engine
브라이언7 2013. 5. 21. 19:432013. 5. 21 오후 7:36:17 org.apache.catalina.core.StandardWrapperValve invoke
심각: Servlet.service() for servlet [SyncServerServlet] in context with path [/{context명}] threw exception [org.springframework.jdbc.UncategorizedSQLException:
### Error updating database. Cause: java.sql.SQLException: Got error -1 from storage engine
### The error may involve {패키지명}.dao.CommMapper.startPackage-Inline
### The error occurred while setting parameters
### SQL: /* SQL_ID : CommMapper - startPackage */ INSERT INTO T_PACKAGE (SESSION_ID, PACKAGE_INDEX, RECV_TIME, RECV_MSG) VALUES (?, ?, now(6), ?)
### Cause: java.sql.SQLException: Got error -1 from storage engine
; uncategorized SQLException for SQL []; SQL state [HY000]; error code [1030]; Got error -1 from storage engine; nested exception is java.sql.SQLException: Got error -1 from storage engine] with root cause
java.sql.SQLException: Got error -1 from storage engine
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1074)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4120)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4052)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2503)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2794)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)
at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1379)
...
- Unexpected or improper system shutdown
- Virus attack or any kind of software malfunction
- Because of inappropriate editing of database
- Due to Mysql application crash
이거 중에 하나라고 얘기를 함.
MySQL의 기본 설정 파일(my.cnf)의 위치 확인
C.5.4.4. Where MySQL Stores Temporary Files
TMPDIR, TEMP, and TMP environment variables. For the first one found to be set, MySQL uses it and does not check those remaining. If none of TMPDIR, TEMP, or TMP are set, MySQL uses the Windows system default, which is usually C:\windows\temp\.Change the MySQL temp directory
'Database > MySQL' 카테고리의 다른 글
| CODE NAME 을 반환하는 MySQL Function (0) | 2013.06.07 |
|---|---|
| UPPER ID로 최상위노드 찾아가는 MySQL Function (0) | 2013.06.07 |
| MySQL - selectKey 사용하기 (0) | 2013.05.09 |
| MySQL - AUTOCOMMIT 여부 확인하기 (2) | 2013.05.09 |
| MySQL에서 millisecond 나 microsecond 단위로 저장하기 (0) | 2013.05.08 |