Solution to the problem that Oracle cannot start netmgr

Source: Internet
Author: User
Let's take a look at the demo: $ cat. bash_profile ...... # PATH $ PATH: $ HOMEbin # exportPATHORACLE_SIDltyORACLE_BASEu01

Let's take a look at the demo: $ cat. bash_profile... ... # PATH = $ PATH: $ HOME/bin # export PATH ORACLE_SID = ltyORACLE_BASE =/u01

See the following demo:
$ 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:/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: actionreceivmed signature: (Ljava/awt/event/ActionEvent;) V) Illegal use of nonvirtual function call
At oracle.net. mgr. servicename. DBPanel. (DBPanel. java)
At oracle.net. mgr. servicename. ConnectInfoEditor. (ConnectInfoEditor. java)
At oracle.net. mgr. servicename. ServiceNameComponent. (ServiceNameComponent. java)
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)

Solution:
$ Vi ~ /Bin/netmgr
Row 139th: $ JRE-classpath $ CLASSPATH oracle.net. mgr. container. NetApplication oracle.net. mgr. container. NetApplication
Change to: $ JRE-classpath $ CLASSPATH-noverify oracle.net. mgr. container. NetApplication oracle.net. mgr. container. NetApplication

,

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.