tjaol 发表于 2003-8-1 14:04:03

ml 1.1 oracle net manager 无法运行

其实就是oracle 8i里边的net 8,我感觉就是不能显示中文问题,请各位帮忙,提示如下错误信息

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.<init>(DBPanel.java)
      at oracle.net.mgr.servicename.ConnectInfoEditor.<init>(ConnectInfoEditor.java)
      at oracle.net.mgr.servicename.ServiceNameComponent.<init>(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)



其他图形界面,均能运行正常,中文已经没有问题了,例如,dbca,oemapp console,worksheet 还请各位帮助

cjacker 发表于 2003-8-1 14:51:36

Re: ml 1.1 oracle net manager

其实就是oracle 8i里边的net 8,我感觉就是不能显示中文问题,请各位帮忙,提示如下错误信息

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.<init>(DBPanel.java)
      at oracle.net.mgr.servicename.ConnectInfoEditor.<init>(ConnectInfoEditor.java)
      at oracle.net.mgr.servicename.ServiceNameComponent.<init>(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)



其他图形界面,均能运行正常,中文已经没有问题了,例如,dbca,oemapp console,worksheet 还请各位帮助
8i的时候是Oracle自带的jre问题,现在不清楚了。

tjaol 发表于 2003-8-1 16:47:10

8i假如出现这样的问题如何解决呢?换掉jre么,换什么版本的 1.1.8 1.3.1 1.4.0呢?
如何换呢?

tjaol 发表于 2003-8-2 01:49:02

问题完全解决了,只要在 netmgr里边139行变成这样即可

$JRE -classpath$CLASSPATH -noverify oracle.net.mgr.container.NetApplication oracle.net.mgr.container.NetApplication

小弟不会java,知道这种方法实属不易,不过总觉得这种方法不好,希望各位能够抛砖引玉
现在是凌晨一点四十三分,至此 ml 1.1 with oracle 9i 完全搞定,最近太忙,过两天我把我的经验分享给大家
页: [1]
查看完整版本: ml 1.1 oracle net manager 无法运行