Author: 떠돌이개발자

Android

SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database

Caused by android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14): Could not open database android.database.sqlite.SQLiteConnection.nativeOpen (SQLiteConnection.java) android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:209) android.database.sqlite.SQLiteConnection.open (SQLiteConnection.java:193) android.database.sqlite.SQLiteConnectionPool.openConnectionLocked (SQLiteConnectionPool.java:463) android.database.sqlite.SQLiteConnectionPool.open (SQLiteConnectionPool.java:185) android.database.sqlite.SQLiteConnectionPool.open (SQLiteConnectionPool.java:177) android.database.sqlite.SQLiteDatabase.openInner (SQLiteDatabase.java:804)...
Java

[JAVA SPRING]세션 체크 관련 작업 중 Caused by: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost]] 오류를 만나다.

세션이 끊겼을 때 로그인페이지로 보내기 위한 작업을 진행중이다. vue.js를 사용중인데,  axios 호출시 세션이 끊겼을 경우 서버사이드 컨트롤러 단으로 접근조차 하지 않았다. 그래서 프론트엔드쪽에서 해결할 문제임을...
Android

[안드로이드 백그라운드서비스] RemoteServiceException이 발생하는 이유는 무엇이며 나는 해결책을 찾고 싶다.android.app.ActivityThread$H.handleMessage

백그라운드 서비스의 경우 구글 안드로이드 운영체제가 새롭게 나올때 마다 처리방법이 달라졌다. 특히 오레오 버전부터 확 달라졌고, 그 때 부터 앱 사용자들로부터 RemoteServiceException오류가 대거 발생하기 시작했다....
error: Content is protected !!