2007년 07월 23일
Struts 설치 중
작업 첫째날
1. 윈도우 2003 서버 + SP1으로 업데이트
2. JDK-1.5.0_12 설치 + 톰캣(6.0.13) 설치시 계속 jvm.dll 에서 에러 발생.
( 오늘은 되는 일이 없나 ? )
2.1 해결방법이 있는 에러이기를 ... 다행이도 있었음.
--> 톰캣 설치에서 에러가 난다 ... ㅠㅠ
" 최근 발표된 JDK 6.0을 설치한 Windows PC에서 Tomcat을 서비스로 등록하여 시작하려고 하면 문제가 발생하는 경우가 있다. 이 경우 Tomcat의 logs 디렉토리에서 jakarata_services_yyyymmdd.log 파일을 열어보면 다음과 같은 에러 메시지를 발견할 수 있다.
[2007-04-10 14:51:59] [174 javajni.c] [error] The specified module could not be found.
[2007-04-10 14:51:59] [947 prunsrv.c] [error] Failed creating java C:\Java\jdk1.6.0\jre\bin\server\jvm.dll
[2007-04-10 14:52:00] [1202 prunsrv.c] [error] ServiceStart returned 1
http://forum.java.sun.com/thread.jspa?threadID=5121172 에 가보면 같은 문제에 다한 논의가 있는데 Tomcat NT 서비스의 문제라기 보다는 JVM 6.0의 jni에 변경이 있는 것 같다고 한다.
아무튼 이 문제는 JVM이 설치된 디렉토리에서 msvcr71.dll을 찾아 \Windows\system32에 복사해 넣으면 간단히 해결된다. "
작업 둘째날
2.2 구글링해서 첫번째 나온 대답. 윈도우 서비스에 같은 이름이 있어서 발생한 에러가 아닐까..
나의 조잡한 해석을 믿고 작업 개시.
-> 성공 !!
( 시작 -> 실행 sc delete 해당서비스이름
해당서비스이름은 서비스 관리자에서 해당서비스를 클릭했을때
서비스 이름 란에 뜨는 것입니다.)
"I spent about a frustrating half-hour solving this one.Tomcat 5 has such a nice Windows installer,and good integration with Windows services,so I hate to rag on it.But for such a common situation,it seems this is a vast oversight in the Windows Tomcat installation program.
The problem was with installing Tomcat 5.5.9 on a Windows XP system.I'd run the Windows installer and get this error dialog:
It seems the problem was having Tomcat 5.0 installed on the box.It appears that the 5.5.9 installer tries to install Tomcatas a service using the same service name,and gets an error from Windows that a service with that name exists.Either that,or the installer tries to create a Windows registry key thatalready was in use by Tomcat 5.0.At least these are my guesses,because uninstalling Tomcat 5.0 made the 5.5.9 installer happy.After the Tomcat 5.0 uninstall,everything worked OK.
It seems too bad I can't have both versions installed at the same time,at least by using the Windows installer.
Sunday June 19, 2005"
작업 셋째날
MySql(5.0.45), MySql connector(5.0.7), Gui Tools(5.0-r12) 설치
JNDI 작성 중

1. 윈도우 2003 서버 + SP1으로 업데이트
2. JDK-1.5.0_12 설치 + 톰캣(6.0.13) 설치시 계속 jvm.dll 에서 에러 발생.
( 오늘은 되는 일이 없나 ? )
2.1 해결방법이 있는 에러이기를 ... 다행이도 있었음.
--> 톰캣 설치에서 에러가 난다 ... ㅠㅠ
" 최근 발표된 JDK 6.0을 설치한 Windows PC에서 Tomcat을 서비스로 등록하여 시작하려고 하면 문제가 발생하는 경우가 있다. 이 경우 Tomcat의 logs 디렉토리에서 jakarata_services_yyyymmdd.log 파일을 열어보면 다음과 같은 에러 메시지를 발견할 수 있다.
[2007-04-10 14:51:59] [174 javajni.c] [error] The specified module could not be found.
[2007-04-10 14:51:59] [947 prunsrv.c] [error] Failed creating java C:\Java\jdk1.6.0\jre\bin\server\jvm.dll
[2007-04-10 14:52:00] [1202 prunsrv.c] [error] ServiceStart returned 1
http://forum.java.sun.com/thread.jspa?threadID=5121172 에 가보면 같은 문제에 다한 논의가 있는데 Tomcat NT 서비스의 문제라기 보다는 JVM 6.0의 jni에 변경이 있는 것 같다고 한다.
아무튼 이 문제는 JVM이 설치된 디렉토리에서 msvcr71.dll을 찾아 \Windows\system32에 복사해 넣으면 간단히 해결된다. "
작업 둘째날
2.2 구글링해서 첫번째 나온 대답. 윈도우 서비스에 같은 이름이 있어서 발생한 에러가 아닐까..
나의 조잡한 해석을 믿고 작업 개시.
-> 성공 !!
( 시작 -> 실행 sc delete 해당서비스이름
해당서비스이름은 서비스 관리자에서 해당서비스를 클릭했을때
서비스 이름 란에 뜨는 것입니다.)
"I spent about a frustrating half-hour solving this one.Tomcat 5 has such a nice Windows installer,and good integration with Windows services,so I hate to rag on it.But for such a common situation,it seems this is a vast oversight in the Windows Tomcat installation program.
The problem was with installing Tomcat 5.5.9 on a Windows XP system.I'd run the Windows installer and get this error dialog:
Failed to install tomcat 5 serviceThe above is accompanied by a warning to select Ignore at your own peril.I googled around and none of the suggestions worked.The most common situation that results in that error is not being logged in with administrative privileges,since the Windows installer installs Tomcat as a service.That wasn't my problem.My login privileges was the first thing I checked afterthe "check your settings and permissions" message.I even checked the Tomcat bugzilla site and got the "Zarro Boogs found"when looking for my particular problem.
Check your settings and permissions
Abort Retry Ignore
It seems the problem was having Tomcat 5.0 installed on the box.It appears that the 5.5.9 installer tries to install Tomcatas a service using the same service name,and gets an error from Windows that a service with that name exists.Either that,or the installer tries to create a Windows registry key thatalready was in use by Tomcat 5.0.At least these are my guesses,because uninstalling Tomcat 5.0 made the 5.5.9 installer happy.After the Tomcat 5.0 uninstall,everything worked OK.
It seems too bad I can't have both versions installed at the same time,at least by using the Windows installer.
Sunday June 19, 2005"
작업 셋째날
MySql(5.0.45), MySql connector(5.0.7), Gui Tools(5.0-r12) 설치
JNDI 작성 중
이 글과 관련있는 글을 자동검색한 결과입니다 [?]
- 윈도우 세 번 인스톨.. by Jeimian
- JSP 개발환경 구축 이클립스 3.2 + WTP 1.5 + 톰캣 5.5.17 by -A2-
- 윈도우즈 XP SP1에대한 업데이트 중지 by D군-디지
# by | 2007/07/23 19:29 | 연구실 | 트랙백 | 덧글(0)






☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]