일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- jQuery
- Oracle SQL
- Java
- tomcat
- HTML
- group by
- 한글 인코딩
- alias
- SQL
- HTTP Status 500
- 성적프로그램
- 모조칼럼
- ||
- Bootstrap
- git
- Oracle DB
- rownum
- CRUD
- 부트스트랩
- distinct
- oracle
- 이클립스
- github
- JSP
- JavaScript
- sql developer
- 과정평가형
- 답변형 게시판
- 제약조건
- HTTP Status 404
Archives
초급의 끄적거림
[에러] Could not delete 경로/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myweb/storage. May be locked by another process. 본문
JSP
[에러] Could not delete 경로/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myweb/storage. May be locked by another process.
codingD 2019. 9. 30. 09:50에러 메세지
Could not delete 경로/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myweb/storage.
May be locked by another process.
해결 방법
1. Server의 톰캣 우클릭 → 아래와 같은 'Clean...' 과 'Clean Tomcat Work Directory'
2. 톰캣 서버에 1개 이상 돌리기 어렵기 때문에 연결하고자 하는 것 하나만 남기고 제거
+) 이렇게 해서 해결 가능했지만, 안됐을 경우
org.eclipse.wst.server.core 디렉토리의 tmp0폴더 삭제.
경로가 다를 수 있지만, workspace/.metadata/.plugins/org.eclipse.wst.server.core의 tmp0폴더 삭제후 Clean 실행시, 해결
'JSP' 카테고리의 다른 글
[MVC] EL / JSTL / 에러페이지 구현 (0) | 2019.10.01 |
---|---|
[MVC] 서블릿 개요, JSP 형식 출력 (0) | 2019.09.30 |
HTTP Status 500 - java.lang.NumberFormatException: null (0) | 2019.09.25 |
[JSP] HTTP Status 500 - java.lang.NumberFormatException: null (0) | 2019.08.30 |
[JSP] JAVA빈즈 (DTO, DAO, CRUD) / 성적프로그램 (0) | 2019.08.29 |
Comments