Bug 1047394
Summary: | [abrt] icedtea-web-1.4.1-1.fc20: Uncaught exception in method <init> | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Doncho Gunchev <dgunchev> | ||||||||
Component: | icedtea-web | Assignee: | Deepak Bhole <dbhole> | ||||||||
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | 20 | CC: | dbhole, jvanek, omajid | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | x86_64 | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | abrt_hash:221fe58c1119a834469f3283efee4920fab895ef | ||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2014-01-02 09:38:49 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Attachments: |
|
Description
Doncho Gunchev
2013-12-30 22:28:10 UTC
Created attachment 843556 [details]
File: backtrace
Created attachment 843557 [details]
File: environ
Created attachment 843558 [details]
File: jvm_environment
I visited the http://support.asus.com/select/wizard.aspx?SLanguage=en and in title is written "Navigation Wizard (For Microsoft Internet Explorer browser only) " :) Anyway the loading script looks correct: var sObjHTML = " <object id='app' width='0' height='0' " + " classid='clsid:8AD9C840-044E-11D1-B3E9-00805F499D93' " + " codebase='http://java.sun.com/update/1.6.0/jinstall-6u17-windows-i586.cab#Version=6,0,0,4'> " + " <param name='name' value='ASUS System Information Control' /> " + " <param name='code' value='com.asus.liveupdate.UpdateApplet.class' /> " + " <param name='archive' value='DriverUtils.jar' /> " + " <param name='type' value='application/x-java-applet' /> " + " <param name='scriptable' value='false' /> " + " <comment> " + " <embed id='app' width='0' height='0' " + " name='ASUS System Information Control' " + " code='com.asus.liveupdate.UpdateApplet.class' " + " archive='DriverUtils.jar' " + " type='application/x-java-applet' " + " scriptable='false' " + " pluginspage='http://java.sun.com/products/plugin/index.html#download'> " + " <noembed> " + " </noembed> " + " </embed> " + " </comment> " + " </object> " + " "; and DriverUtils.jar do exists and contais the necessary class. Also the applet starts. Hoewever my exception both on head and 1.4 is different: OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/1388654365808_DriverUtils.dll which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. Exception in thread "ASUS System Information Control applet" java.lang.UnsatisfiedLinkError: /tmp/1388654365808_DriverUtils.dll: /tmp/1388654365808_DriverUtils.dll: invalid ELF header (Possible cause: endianness mismatch) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851) at java.lang.Runtime.load0(Runtime.java:795) at java.lang.System.load(System.java:1062) at com.asus.utils.DllLoader.load(DllLoader.java:38) at com.asus.utils.DriverUtils.<clinit>(DriverUtils.java:18) at com.asus.liveupdate.UpdateApplet.<init>(UpdateApplet.java:24) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:374) at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:722) at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:661) at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:894) java.lang.NullPointerException at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:117) at sun.applet.AppletPanel.run(AppletPanel.java:380) at java.lang.Thread.run(Thread.java:744) and unluckily the DriverUtils.jar contains ONLY DriverUtils.dll, which is file linked for winnows. No .so library was found by me. You should contavt the ASUS for correct linux sollution. Closing now as cant-fix, but please feel free to commnet/reopen after asus reply. |