티스토리 뷰
회사에서 Domino관련 일을 하다보니 에러가 나는 사항을 올려봅니다.
우선, Domino R8.0.1에서 http를 실행시키면(l http), 아래와 같이 에러가 발생했습니다.
HTTP Server: Using Web Configuration View
JVM: Java Virtual Machine initialized.
HTTP Server: Java Virtual Machine loaded
HTTP Server: DSAPI Domino Off-Line Services HTTP extension Loaded successfully
Could not load ko strings from resource module: nstrings_ko
Could not load ko strings from resource module: nstrings
Could not load ko strings from resource module: nhttprs_ko
HTTP Server: Creating Domino Web Administrator...
HTTP Server: Domino Web Administrator created
HTTP Server: Started
HTTP가 실행되긴 해도....위에 Could not...라는 부분처럼 에러가 났습니다. 그래서 Google등을 통해서 검색한 결과....에러문장중 맨 뒤부분이 바로 파일명으로 dll파일의 이름입니다. 그러니까 위의 에러로 봐서는 nstrings_ko.dll, nstrings.dll, nhttprs_ko.dll파일이 없어서 에러가 발생했다는 의미네요.
그래서 정상적인 서버(물론 동인한 버젼의 Domino가 설치되어있는 서버여야 함)에서 세개의 파일을 복사했습니다. 복사하는 위치는 Domino설치폴더(필자는 D:\Lotus\Domino폴더)에 서버 종료상태에서 복사하고 다시 서버를 실행하면 아래처럼 정상적으로 올라옵니다.
HTTP Server: Using Web Configuration View
JVM: Java Virtual Machine initialized.
HTTP Server: Java Virtual Machine loaded
HTTP Server: DSAPI Domino Off-Line Services HTTP extension Loaded successfully
HTTP Server: Started
혹시 Domino R8.0.1서버에 문제가 있다면 아래 파일을 다운받아서 사용하시면 됩니다^^
우선, Domino R8.0.1에서 http를 실행시키면(l http), 아래와 같이 에러가 발생했습니다.
HTTP Server: Using Web Configuration View
JVM: Java Virtual Machine initialized.
HTTP Server: Java Virtual Machine loaded
HTTP Server: DSAPI Domino Off-Line Services HTTP extension Loaded successfully
Could not load ko strings from resource module: nstrings_ko
Could not load ko strings from resource module: nstrings
Could not load ko strings from resource module: nhttprs_ko
HTTP Server: Creating Domino Web Administrator...
HTTP Server: Domino Web Administrator created
HTTP Server: Started
HTTP가 실행되긴 해도....위에 Could not...라는 부분처럼 에러가 났습니다. 그래서 Google등을 통해서 검색한 결과....에러문장중 맨 뒤부분이 바로 파일명으로 dll파일의 이름입니다. 그러니까 위의 에러로 봐서는 nstrings_ko.dll, nstrings.dll, nhttprs_ko.dll파일이 없어서 에러가 발생했다는 의미네요.
그래서 정상적인 서버(물론 동인한 버젼의 Domino가 설치되어있는 서버여야 함)에서 세개의 파일을 복사했습니다. 복사하는 위치는 Domino설치폴더(필자는 D:\Lotus\Domino폴더)에 서버 종료상태에서 복사하고 다시 서버를 실행하면 아래처럼 정상적으로 올라옵니다.
HTTP Server: Using Web Configuration View
JVM: Java Virtual Machine initialized.
HTTP Server: Java Virtual Machine loaded
HTTP Server: DSAPI Domino Off-Line Services HTTP extension Loaded successfully
HTTP Server: Started
혹시 Domino R8.0.1서버에 문제가 있다면 아래 파일을 다운받아서 사용하시면 됩니다^^
댓글