왕초보입니다. 답변 부탁해요..
root계정으로 linux에 j2sdk 1.4.2를 설치한 후 PATH 설정을 하였습니다.
root계정으로는 성공된 것을 확인하였습니다.
[root@pointi ~]# java
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
<이하생략>
일반계정으로 동일하게 했을 경우
[pointi@pointi include]$ java
Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (4F533F4C494E55583F491418160E4350500385), pid=7787, tid=3086052016
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_15-b02 mixed mode)
# An error report file with more information is saved as /tmp/hs_err_pid7787.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
위와 같은 에러가 발생합니다.
hs_err_pid7787.log의 내용을 보면
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (4F533F4C494E55583F491418160E4350500385), pid=7787, tid=3086052016
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_15-b02 mixed mode)
--------------- T H R E A D ---------------
Current thread is native thread
Stack: [0xbf82e000,0xbfa20000)
[error occurred during error reporting, step 110, id 0xb]
[error occurred during error reporting, step 120, id 0xb]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
Other Threads:
VM state:not at safepoint (not fully initilizated)
VM Mutex/Monitor currently owned by a thread: None
Heap
[error occurred during error reporting, step 190, id 0xb]
Dynamic libraries:
Can not get library information for pid = 7787
VM Arguments:
java_command:
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/usr/java/j2sdk1.4.2_15
CLASSPATH=:/usr/local/j2sdk1.4.2_15/lib/tools.jar:/usr/local/resin/lib
PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/java/j2sdk1.4.1_03/bin:/usr/java/j2sdk1.4.2_15/bin:/usr/local/apache/bin:/home/pointi/bin
LD_LIBRARY_PATH=/usr/java/j2sdk1.4.2_15/jre/lib/i386/client:/usr/java/j2sdk1.4.2_15/jre/lib/i386:/usr/java/j2sdk1.4.2_15/jre/../lib/i386
SHELL=/bin/bash
--------------- S Y S T E M ---------------
OS:Fedora Core release 5 (Bordeaux)
uname:Linux 2.6.18 #4 SMP Wed Mar 14 16:15:16 KST 2007 i686
libc:glibc 2.4 NPTL 2.4
rlimit: STACK 8192k, CORE 0k, NPROC 8190, NOFILE 1024, AS infinity
load average:2305371875193477.00 3682211737374180026647287394465231144322965111161713695038128720135521032342882689836971020800477151018305177395940366631821643870250301855693715527850966783703355386287362112749568.00 51809783858.73
CPU:total 1
Memory: 4k page, physical 1033956k(810856k free), swap 987956k(987956k free)
vm_info: Java HotSpot(TM) Client VM (1.4.2_15-b02) for linux-x86, built on May 22 2007 17:37:58 by unknown with unknown compiler
이유가 뭔지 모르겠습니다. 답변 좀 꼭꼭꼭 부탁드립니다.
제가 왕초보라 어렵게 이야기하면 잘 모릅니다. 쉽게 이야기해주고 조치방법도 차근차근 말씀해주시면 좋겠네요..^^
댓글 달기