EMCA, Java, msvcr71.dll problem
455427Sep 21 2005 — edited Dec 21 2005Hi
After installing 10g2 on Windows 2003 I got the database up and running without a problem but the enterprise manager was missing. I tried to configure the service using EMCA but I got the following error:
X:\>emca -config dbcontrol db -repos recreate
STARTED EMCA at Aug 26, 2005 7:17:43 AM
EM Configuration Assistant, Version 10.2.0.1.0 Production
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Enter the following information:
Database SID: oraten
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x7C3
50513
Function=wcsncpy+0x14
Library=D:\oracle\10g2\BIN\msvcr71.dll
Current Java thread:
at oracle.ops.mgmt.has.HASContextNative.allocHASContext(Native Method)
at oracle.ops.mgmt.has.HASContext.<init>(HASContext.java:92)
at oracle.ops.mgmt.has.HASContext.getInstance(HASContext.java:220)
- locked <0x100901e8> (a java.lang.Object)
at oracle.ops.mgmt.has.ClusterUtil.<init>(ClusterUtil.java:50)
at oracle.ops.mgmt.cluster.GetActiveNodes.<init>(GetActiveNodes.java:165
)
at oracle.ops.mgmt.cluster.GetActiveNodes.create(GetActiveNodes.java:214
)
- locked <0x142b5fc0> (a java.lang.Class)
at oracle.ops.mgmt.cluster.Cluster.getLocalNode(Cluster.java:310)
at oracle.sysman.emcp.util.ClusterUtil.getLocalNode(ClusterUtil.java:818
)
at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssis
tant.java:1641)
at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EM
ConfigAssistant.java:2276)
at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAss
istant.java:928)
at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.jav
a:463)
at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
Dynamic libraries:
0x00400000 - 0x0040B000 D:\oracle\10g2\jdk\jre\bin\java.exe
0x77F40000 - 0x77FFA000 C:\WINDOWS\system32\ntdll.dll
0x77E40000 - 0x77F34000 C:\WINDOWS\system32\kernel32.dll
0x77DA0000 - 0x77E30000 C:\WINDOWS\system32\ADVAPI32.dll
.
.
.
0x61E90000 - 0x61EAE000 D:\oracle\10g2\bin\oradbcfg10.dll
0x5CCF0000 - 0x5CD00000 C:\WINDOWS\system32\SAMLIB.dll
0x76C10000 - 0x76C38000 C:\WINDOWS\system32\imagehlp.dll
0x6D580000 - 0x6D621000 C:\WINDOWS\system32\dbghelp.dll
Heap at VM Abort:
Heap
def new generation total 576K, used 135K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 24% used [0x10010000, 0x1002ffb8, 0x10090000)
from space 64K, 11% used [0x10090000, 0x10091c98, 0x100a0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 1408K, used 481K [0x104f0000, 0x10650000, 0x14010000
)
the space 1408K, 34% used [0x104f0000, 0x105684c0, 0x10568600, 0x10650000)
compacting perm gen total 4096K, used 3148K [0x14010000, 0x14410000, 0x1801000
0)
the space 4096K, 76% used [0x14010000, 0x143231d0, 0x14323200, 0x14410000)
Local Time = Fri Aug 26 07:18:08 2005
Elapsed Time = 25
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
#
# An error report file has been saved as hs_err_pid2452.log.
# Please refer to the file for further information.
#
Can anyone help?
Regards
Tom