关于Oracle启动无法启动netmgr问题的解决
看下面演示:$ cat .bash_profile。。。 。。。#PATH=$PATH:$HOME/bin #export PATH ORACLE_SID=ltyORACLE_BASE=/u01
看下面演示:
$ cat .bash_profile
。。。 。。。
#PATH=$PATH:$HOME/bin
#export PATH
Oracle_SID=lty
ORACLE_BASE=/u01
ORACLE_HOME=/u01/oracle
#PATH=$ORACLE_HOME/bin:$PATH
#LD_ASSUME_KERNEL=2.4.19
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib:/usr/X11R6/lib
TNS_ADMIN=$ORACLE_HOME/network/admin
ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
ORACLE_OWNER=oracle
ORACLE_TERM=xterm
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:$ORACLE_HOME/bin
DISPLAY=192.168.1.200:0.0
export ORACLE_SID ORACLE_BASE ORACLE_HOME PATH LD_LIBRARY_PATH TNS_ADMIN ORA_NLS33 ORACLE_OWNER ORACLE_TERM DISPLAY
stty erase ^h
$ netmgr
。。。 。。。
Exception in thread "main" java.lang.VerifyError: (class: oracle/net/mgr/servicename/DBPanel$1, method: actionPerformed signature: (Ljava/awt/event/ActionEvent;)V) Illegal use of nonvirtual function call
at oracle.net.mgr.servicename.DBPanel.
at oracle.net.mgr.servicename.ConnectInfoEditor.
at oracle.net.mgr.servicename.ServiceNameComponent.
at oracle.net.mgr.container.NetContainer.loadComponents(NetContainer.java)
at oracle.net.mgr.container.NetContainer.initClient(NetContainer.java)
at oracle.sysman.emSDK.client.appComponent.BaseAppComponent.init(BaseAppComponent.java:242)
at oracle.sysman.emSDK.client.appContainer.WebApplication.addApplicationComponent(WebApplication.java:1168)
at oracle.net.mgr.container.NetApplication.init(NetApplication.java)
at oracle.sysman.emSDK.client.appContainer.WebApplication.launch(WebApplication.java:3443)
at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:3326)
解决方法:
$ vi ~/bin/netmgr
第139行:$JRE -classpath $CLASSPATH oracle.net.mgr.container.NetApplication oracle.net.mgr.container.NetApplication
改为: $JRE -classpath $CLASSPATH -noverify oracle.net.mgr.container.NetApplication oracle.net.mgr.container.NetApplication
上一篇: PHP.MVC的模板标签系统(一)
推荐阅读
-
关于Oracle启动无法启动netmgr问题的解决
-
Oracle 10.2.0.4/5版本数据库无法启动dbconsole问题解决
-
Oracle 11g 无法启动的处理方式
-
MongoDB无法启动的解决方法
-
关于Oracle存储过程执行权限问题的解决
-
Javarebel启动程序java.lang.OutOfMemoryError: PermGen space问题的解决 博客分类: 开发杂记 JavaJVMMyeclipse金山thread
-
碰到MySQL无法启动1067错误问题解决方法
-
MySQL无法启动1067错误的又一种解决方法(机房断电)
-
eclipse启动tomcat无法访问的解决方法
-
Oracle备库宕机启动的完美解决方案