易截截图软件、单文件、免安装、纯绿色、仅160KB

dbca出错C [libnnz11.so+0x3c3a8]

2010年05月1号  | 
23:15分类:管理维护
, 诊断案例
  |  编辑
  |  标签:11g
、dbca
、netca
  |  13
views
本文出自 “inthirties(男
人三十)
”博客,转载请务必注明作者和保留出处。
客户装好了Oracle,安装成功了,但是运行dbca和netca都出现错误。
[oracle@db1 ~]$ netca
Oracle Net Services Configuration:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xa44b13a8, pid=2973, tid=3086891216
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_17-b02 mixed mode)
# Problematic frame:
# C [libnnz11.so+0x3c3a8]
#
# An error report file with more information is saved as
hs_err_pid2973.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
/u01/app/oracle/product/11.2.0/dbhome_1/bin/netca: line 178: 2973
Aborted $JRE $JRE_OPTIONS -classpath $CLASSPATH
oracle.net.ca.NetCA $*
客户机环境
OS: RHEL AS 4 (32bit)
Oracle: Oracle 11g release 2(11.2.0.1)
很明显是JVM导致的问题。
查看hs_err_pid2973.log
里面是JVM的error stack
Stack: [0xbf8b5000,0xbfab5000), sp=0xbfab01d8, free space=2028k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code,
C=native code)
C [libnnz11.so+0x3c3a8]
[error occurred during error reporting, step 120, id 0xb]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j
oracle.ldap.util.discovery.DiscoveryHelper.ldapDiscover(ILjava/util/Hashtable;Ljava/util/HashMap;)I+0
j
oracle.ldap.util.discovery.DiscoveryHelper.discover(Ljava/util/HashMap;)I+9
j oracle.net.config.Config.discoverLdapConfig()V+42
j oracle.net.config.Config.(Ljava/lang/String;I[Ljava/lang/String;)V+55
j oracle.sysman.assistants.util.NetworkUtils.(Ljava/lang/String;)V+17
j oracle.sysman.assistants.util.step.StepContext.(Ljava/lang/String;)V+128
j oracle.sysman.assistants.dbca.backend.Host.(Ljava/lang/String;Loracle/sysman/


相关文档:

解析C与C++中的关键字const

 
 
在C与C++语言中都存在关键字const,很多人都对此关键字存在一个错误的认识,认为在C语言中关键字const是使变量作为一个常量,即将变量常量化,就像宏定义一样。而在C语言中的关键字const所起的作用并不是使变量常量话,而是限制变量,使变量除了被赋初值外,无法被重新赋值。
而在C++中关键字const不仅使 ......

c/c++类型

1.分类
 内部类型 和用户定义类型
2.
 整形:bool ,字符型,整形
   true  1                   flase 0
   非零 true              & ......

c标签与choose标签在select标签中的用法

<select class="wellId" id="gasOriginWellId" name="gasOriginWellId" value="${mechWellForm.gasOriginWellId}" index="true">
                             < ......

C Language: A Example of Print Snake Matrix


// SnakeMatrix.cpp : Defines the entry point for the console application.
// Create by Xianyi.Ye, May 4,2010
#include "stdafx.h"
#include <iostream.h>
/*
Question: Print a Sanke Matrix as following
i\j 1 2 3 4 5 6
1 1 2 9 10 25 26
2 4 3 8 11 24 27
3 5 6 7 12 23 28
4 16 15 14 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号