'windows'에 해당되는 글 13건
- 2008.06.18 500 Internal Server 에러가 가끔 나는 군요. 2
- 2008.04.04 TOW (TracOnWindows) 사용기 및 팁 모음입니다.
- 2008.02.05 TOW (TracOnWindows) 한글판 블로그를 티스토리로 이전할 예정입니다. 1
2008. 6. 18. 11:59
500 Internal Server 에러가 가끔 나는 군요.
2008. 6. 18. 11:59 in 사용자 가이드
제가 사용하는 TOW도 가끔 500 Internal Server 에러가 나는데, 역시나 windows event log의 문제인가 봅니다.
[Wed Jun 18 11:48:43 2008] [error] [client ...] mod_python (pid=2980, interpreter='tow.localhost', phase='PythonHandler', handler='trac.web.modpython_frontend'): Application error
[Wed Jun 18 11:48:43 2008] [error] [client ...] ServerName: 'tow.localhost'
[Wed Jun 18 11:48:43 2008] [error] [client ...] DocumentRoot: 'C:/TOW/Apache/htdocs'
[Wed Jun 18 11:48:43 2008] [error] [client ...] URI: '/projects/.../ticket/133'
[Wed Jun 18 11:48:43 2008] [error] [client ...] Location: '/projects'
[Wed Jun 18 11:48:43 2008] [error] [client ...] Directory: None
[Wed Jun 18 11:48:43 2008] [error] [client ...] Filename: 'C:/TOW/Apache/cgi-bin/trac.cgi'
[Wed Jun 18 11:48:43 2008] [error] [client ...] PathInfo: '/.../ticket/133'
[Wed Jun 18 11:48:43 2008] [error] [client ...] Traceback (most recent call last):
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py", line 1128, in _execute_target\n result = object(arg)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\modpython_frontend.py", line 87, in handler\n gateway.run(dispatch_request)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\wsgi.py", line 87, in run\n response = application(self.environ, self._start_response)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\main.py", line 416, in dispatch_request\n env.log.warn(e)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 983, in warning\n apply(self._log, (WARNING, msg, args), kwargs)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 1079, in _log\n self.handle(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 1089, in handle\n self.callHandlers(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 1126, in callHandlers\n hdlr.handle(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 642, in handle\n self.emit(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\logging\\handlers.py", line 819, in emit\n self.handleError(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 693, in handleError\n traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\traceback.py", line 125, in print_exception\n print_tb(tb, limit, file)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\traceback.py", line 70, in print_tb\n if line: _print(file, ' ' + line.strip())
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\traceback.py", line 13, in _print\n file.write(str+terminator)
[Wed Jun 18 11:48:43 2008] [error] [client ...] IOError: [Errno 9] Bad file descriptor
다음버전의 log 기본 설정을 파일로 해야겠습니다.
[Wed Jun 18 11:48:43 2008] [error] [client ...] mod_python (pid=2980, interpreter='tow.localhost', phase='PythonHandler', handler='trac.web.modpython_frontend'): Application error
[Wed Jun 18 11:48:43 2008] [error] [client ...] ServerName: 'tow.localhost'
[Wed Jun 18 11:48:43 2008] [error] [client ...] DocumentRoot: 'C:/TOW/Apache/htdocs'
[Wed Jun 18 11:48:43 2008] [error] [client ...] URI: '/projects/.../ticket/133'
[Wed Jun 18 11:48:43 2008] [error] [client ...] Location: '/projects'
[Wed Jun 18 11:48:43 2008] [error] [client ...] Directory: None
[Wed Jun 18 11:48:43 2008] [error] [client ...] Filename: 'C:/TOW/Apache/cgi-bin/trac.cgi'
[Wed Jun 18 11:48:43 2008] [error] [client ...] PathInfo: '/.../ticket/133'
[Wed Jun 18 11:48:43 2008] [error] [client ...] Traceback (most recent call last):
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py", line 1537, in HandlerDispatch\n default=default_handler, arg=req, silent=hlist.silent)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py", line 1229, in _process_target\n result = _execute_target(config, req, object, arg)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\mod_python\\importer.py", line 1128, in _execute_target\n result = object(arg)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\modpython_frontend.py", line 87, in handler\n gateway.run(dispatch_request)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\wsgi.py", line 87, in run\n response = application(self.environ, self._start_response)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\site-packages\\trac\\web\\main.py", line 416, in dispatch_request\n env.log.warn(e)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 983, in warning\n apply(self._log, (WARNING, msg, args), kwargs)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 1079, in _log\n self.handle(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 1089, in handle\n self.callHandlers(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 1126, in callHandlers\n hdlr.handle(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 642, in handle\n self.emit(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\Lib\\logging\\handlers.py", line 819, in emit\n self.handleError(record)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\logging\\__init__.py", line 693, in handleError\n traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\traceback.py", line 125, in print_exception\n print_tb(tb, limit, file)
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\traceback.py", line 70, in print_tb\n if line: _print(file, ' ' + line.strip())
[Wed Jun 18 11:48:43 2008] [error] [client ...] File "C:\\TOW\\Python\\lib\\traceback.py", line 13, in _print\n file.write(str+terminator)
[Wed Jun 18 11:48:43 2008] [error] [client ...] IOError: [Errno 9] Bad file descriptor
다음버전의 log 기본 설정을 파일로 해야겠습니다.
2008. 4. 4. 09:16
TOW (TracOnWindows) 사용기 및 팁 모음입니다.
2008. 4. 4. 09:16 in 사용자 가이드
이 포스트에 모아보겠습니다.
TOW 설치
TOW를 윈도우 서비스로 등록하기
- 윈도우에서 프로젝트 관리툴 Trac 설치와 기타 Plugin 설치
- Trac을 Windows에서 쉽게 설치하여 사용하기
- TOW (Trac On Windows) 사용하기
- [TRAC] 1장. Trac On Windows - 설치 파일 버전맞추기
- TOW ( TracOnWindows ) 설치기
- [펌]TracOnWindows 설치
- Trac 설치하기 (Trac on Windows)
- Trac, Moniwiki, Subversion Install of Window
- Trac 설치하기
- Trac On Windows
- AS3 Friends : Trac on Windows, Subclipse, Mylyn
- 협업관리 및 이슈트래커 비교자료
- Trac on Windows, Subclipse, Mylyn
- TOW(TracOnWindows)에서 다른 Subversion으로 연동하기
- 윈도우 계열에서의 초간단 Trac 설치 방법
Trac 플러그인 설치
2008. 2. 5. 16:25
TOW (TracOnWindows) 한글판 블로그를 티스토리로 이전할 예정입니다.
2008. 2. 5. 16:25 in 공지사항
한글판 사용자분들이 영문판보다 더 많아서 별도로 한글판 전용 블로그를 개설하게 되었습니다.
아무래도 워드프레스보단 티스토리가 편한 것도 있겠구요.
기존 블로그에는 영문버전에 대한 설명만 남기고, 이쪽에는 한글판 위주로 설명할 예정입니다.
설 이후에 본격적으로 이전 작업을 진행하겠습니다.
그럼, 새해 복 많이 받으시구요. 설 잘 지내십시오.
p.s. 0.2.2a 버전을 조만간 릴리즈 할 계획입니다.
아무래도 워드프레스보단 티스토리가 편한 것도 있겠구요.
기존 블로그에는 영문버전에 대한 설명만 남기고, 이쪽에는 한글판 위주로 설명할 예정입니다.
설 이후에 본격적으로 이전 작업을 진행하겠습니다.
그럼, 새해 복 많이 받으시구요. 설 잘 지내십시오.
p.s. 0.2.2a 버전을 조만간 릴리즈 할 계획입니다.