Skip to content

Instantly share code, notes, and snippets.

@minyk
Created December 1, 2017 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minyk/d63b9fe5422c5ce3447a40c5a1ccb15e to your computer and use it in GitHub Desktop.
Save minyk/d63b9fe5422c5ce3447a40c5a1ccb15e to your computer and use it in GitHub Desktop.
Tadpole 1.7.5r2
tadpole_1 | 2017-12-01 08:38:59,033 ERROR - TadpoleSystem_UserQuery : saveLoginHistory save login history
tadpole_1 | com.ibatis.common.jdbc.exception.NestedSQLException:
tadpole_1 | --- The error occurred in com/hangum/tadpole/engine/query/internal/system/Tadpole-System-Common.xml.
tadpole_1 | --- The error occurred while executing update.
tadpole_1 | --- Check the INSERT INTO login_history(user_seq, login_ip, succes_yn, fail_reason) VALUES (?, ?, ?, ?); .
tadpole_1 | --- Check the SQL Statement (preparation failed).
tadpole_1 | --- Cause: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (no such table: login_history)
tadpole_1 | at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeUpdate(MappedStatement.java:107)
tadpole_1 | at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.insert(SqlMapExecutorDelegate.java:393)
tadpole_1 | at com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.insert(SqlMapSessionImpl.java:82)
tadpole_1 | at com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.insert(SqlMapClientImpl.java:58)
tadpole_1 | at com.hangum.tadpole.engine.query.sql.TadpoleSystem_UserQuery.saveLoginHistory(TadpoleSystem_UserQuery.java:364)
tadpole_1 | at com.hangum.tadpole.engine.query.sql.TadpoleSystem_UserQuery.saveLoginHistory(TadpoleSystem_UserQuery.java:345)
tadpole_1 | at com.hangum.tadpole.application.start.ApplicationWorkbenchWindowAdvisor.login(ApplicationWorkbenchWindowAdvisor.java:131)
tadpole_1 | at com.hangum.tadpole.application.start.ApplicationWorkbenchWindowAdvisor.preWindowOpen(ApplicationWorkbenchWindowAdvisor.java:104)
tadpole_1 | at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWindow.java:1380)
tadpole_1 | at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:401)
tadpole_1 | at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workbench3xImplementation.java:29)
tadpole_1 | at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1933)
tadpole_1 | at org.eclipse.ui.internal.Workbench.access$11(Workbench.java:1931)
tadpole_1 | at org.eclipse.ui.internal.Workbench$16.runWithException(Workbench.java:1244)
tadpole_1 | at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:32)
tadpole_1 | at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:230)
tadpole_1 | at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
tadpole_1 | at org.eclipse.swt.widgets.Display.syncExec(Display.java:1092)
tadpole_1 | at org.eclipse.ui.internal.StartupThreading.runWithWorkbenchExceptions(StartupThreading.java:55)
tadpole_1 | at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:1242)
tadpole_1 | at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:2061)
tadpole_1 | at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1992)
tadpole_1 | at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:188)
tadpole_1 | at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:790)
tadpole_1 | at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1640)
tadpole_1 | at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:32)
tadpole_1 | at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:230)
tadpole_1 | at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
tadpole_1 | at org.eclipse.swt.widgets.Display.syncExec(Display.java:1092)
tadpole_1 | at org.eclipse.ui.internal.StartupThreading.runWithoutExceptions(StartupThreading.java:110)
tadpole_1 | at org.eclipse.ui.internal.Workbench.init(Workbench.java:1635)
tadpole_1 | at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2655)
tadpole_1 | at org.eclipse.ui.internal.Workbench.access$5(Workbench.java:2530)
tadpole_1 | at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:701)
tadpole_1 | at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
tadpole_1 | at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:684)
tadpole_1 | at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:157)
tadpole_1 | at com.hangum.tadpole.application.Application.createUI(Application.java:58)
tadpole_1 | at org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:177)
tadpole_1 | at org.eclipse.rap.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:290)
tadpole_1 | at java.lang.Thread.run(Thread.java:745)
tadpole_1 | at org.eclipse.rap.rwt.internal.lifecycle.UIThread.run(UIThread.java:107)
tadpole_1 | Caused by: java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (no such table: login_history)
tadpole_1 | at org.sqlite.DB.newSQLException(DB.java:383)
tadpole_1 | at org.sqlite.DB.newSQLException(DB.java:387)
tadpole_1 | at org.sqlite.DB.throwex(DB.java:374)
tadpole_1 | at org.sqlite.NativeDB.prepare(Native Method)
tadpole_1 | at org.sqlite.DB.prepare(DB.java:123)
tadpole_1 | at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
tadpole_1 | at org.sqlite.Conn.prepareStatement(Conn.java:404)
tadpole_1 | at org.sqlite.Conn.prepareStatement(Conn.java:399)
tadpole_1 | at org.sqlite.Conn.prepareStatement(Conn.java:383)
tadpole_1 | at org.apache.commons.dbcp.DelegatingConnection.prepareStatement(DelegatingConnection.java:281)
tadpole_1 | at org.apache.commons.dbcp.PoolingDataSource$PoolGuardConnectionWrapper.prepareStatement(PoolingDataSource.java:313)
tadpole_1 | at com.ibatis.sqlmap.engine.execution.SqlExecutor.prepareStatement(SqlExecutor.java:554)
tadpole_1 | at com.ibatis.sqlmap.engine.execution.SqlExecutor.executeUpdate(SqlExecutor.java:93)
tadpole_1 | at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.sqlExecuteUpdate(MappedStatement.java:216)
tadpole_1 | at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeUpdate(MappedStatement.java:94)
tadpole_1 | ... 41 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment