Fedora 5 如何使用erp11和11i
Fedora 5 如何使用erp11和11i
已经安装好了JDK,使用11i时,登陆进去,选好任何一个责任时,界面就弹不出来了。出现以下的错误提示:
Please make sure that JDK 1.4.2_04 is installed on your client and NPX_PLUGIN_PATH environment variable is set before starting Netscape. To download JDK 1.4.2_04 plugin you can visit http://shp650.lkm.com:8002/OA_HTML/oajinit.exe. Please contact your System Administrator to know the correct version of the plugin.
使用11时,在终端里输入以下:
appletviewer http://.....................
可以弹出ERP界面,但是却乱码,而且界面也变小了。
以上问题,请问怎么解决???
谢谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我也碰到相同的问题,期待您的回复。thanks
dengyongbin@live.com
在Fedora5中怎样使用oracle erp 11
我的一运行以下的命令,ERP的界面就狂闪烁,也乱码了。
[root@mis0842 ~]# java -version
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)
Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)
[root@mis0842 ~]# appletviewer http://lkmp570:7000/OA_HTML/ZHS/PROD_ZHS.html
Forms Applet version is : 4
Exception in thread "AWT-EventQueue-1" java.security.AccessControlException: acc ess denied (java.lang.RuntimePermission modifyThread)
at java.security.AccessControlContext.checkPermission(AccessControlConte xt.java:264)
at java.security.AccessController.checkPermission(AccessController.java: 427)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at sun.applet.AppletSecurity.checkAccess(AppletSecurity.java:13
at java.lang.Thread.checkAccess(Thread.java:121
at java.lang.Thread.interrupt(Thread.java:803)
at oracle.ewt.timer.Timer.cancel(Unknown Source)
at oracle.ewt.lwAWT.lwText.CursorIdler.setIdlee(Unknown Source)
at oracle.ewt.lwAWT.lwText.CursorIdler.cancel(Unknown Source)
at oracle.ewt.lwAWT.lwText.LWTextComponent.removeNotify(Unknown Source)
at oracle.ewt.lwAWT.lwText.LWTextField.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.LWComponent.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.LWComponent.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.LWComponent.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.LWComponent.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.LWComponent.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.LWComponent.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at oracle.ewt.lwAWT.BufferedPanel.removeNotify(Unknown Source)
at java.awt.Container.removeNotify(Container.java:2527)
at java.awt.Frame.removeNotify(Frame.java:904)
at oracle.ewt.lwAWT.BufferedFrame.removeNotify(Unknown Source)
at java.awt.Window$1DisposeAction.run(Window.java:629)
at java.awt.Window.doDispose(Window.java:641)
at java.awt.Window.dispose(Window.java:596)
at sun.awt.AppContext$4.run(AppContext.java:370)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh read.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
[root@mis0842 ~]#
[sun@mis0842 ~]$ appletviewer http://lkmp570:7000/OA_HTML/US/PROD_US.html
Warning: Cannot convert string "-isas-song ti-medium-r-normal--*-140-*-*-c-*-gb2312.1980-0" to type FontStruct
Forms Applet version is : 4
java.lang.NullPointerException
at oracle.ewt.lwAWT.BufferedDialog.getFill(Unknown Source)
at oracle.ewt.lwAWT.BufferedDialog.reshape(Unknown Source)
at java.awt.Component.setBounds(Component.java:1664)
at java.awt.Component.move(Component.java:1541)
at java.awt.Component.setLocation(Component.java:1533)
at java.awt.Window.init(Window.java:249)
at java.awt.Window.<init>(Window.java:217)
at java.awt.Window.<init>(Window.java:301)
at java.awt.Dialog.<init>(Dialog.java:222)
at java.awt.Dialog.<init>(Dialog.java:177)
at oracle.ewt.popup.PopupDialog.<init>(Unknown Source)
at oracle.ewt.lwAWT.BufferedDialog.<init>(Unknown Source)
at oracle.ewt.alert.BaseAlert.<init>(Unknown Source)
at oracle.ewt.alert.Alert.<init>(Unknown Source)
at oracle.ewt.alert.Alert.<init>(Unknown Source)
at oracle.forms.uiClient.v1_4.ui.DialogThread.<init>(DialogThread.java)
at oracle.forms.uiClient.v1_4.ui.DialogThread.showAlert(DialogThread.java)
at oracle.forms.uiClient.v1_4.engine.Runform.showAlert(Runform.java)
at oracle.forms.uiClient.v1_4.engine.Runform.startRunform(Runform.java)
at oracle.forms.uiClient.v1_4.engine.Runform.run(Runform.java)
at java.lang.Thread.run(Thread.java:534)
请大家一定要帮我
非常感谢!