簡體   English   中英

Applet無法運行並且在Chrome中崩潰了7u55插件,Firefox和IE工作正常

[英]Applet does not run and crashes 7u55 plugin in chrome, Firefox and IE work fine

網頁中的我的小程序無法打開,Java插件變得無法響應,並且Chrome凍結了。 我是Java Web Services的新手。 任何幫助將不勝感激。

Java Plug-in 10.55.2.14
Using JRE version 1.7.0_55-b14 Java HotSpot(TM) Client VM
User home directory = 
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
cache: Initialize resource manager: com.sun.deploy.cache.ResourceProviderImpl@15b758
java.lang.NullPointerException
    at sun.awt.SunToolkit.getSystemEventQueueImplPP(Unknown Source)
    at sun.awt.SunToolkit.getSystemEventQueueImplPP(Unknown Source)
    at sun.awt.SunToolkit.getSystemEventQueueImpl(Unknown Source)
    at java.awt.Toolkit.getEventQueue(Unknown Source)
    at java.awt.EventQueue.invokeLater(Unknown Source)
    at sun.awt.windows.WToolkit.windowsSettingChange(Unknown Source)
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(Unknown Source)
basic: Added progress listener: sun.plugin.util.ProgressMonitorAdapter@7544a6
security: Expected Main URL: http://soemething/applet.jar
basic: Plugin2ClassLoader.addURL parent called for http://soemething/applet.jar
security: Blacklist revocation check is enabled
security: blacklist: created: NEED_LOAD, lastModified: 1397750579401
security: blacklist: hasBeenModifiedSince 1397750579477 (we have 1397750579401)
security: Trusted libraries list check is enabled
network: Cache entry found [url: http://soemething/applet.jar, version: null] prevalidated=false/0
cache: Adding MemoryCache entry: http://soemething/applet.jar
cache: Resource http://soemething/applet.jar has expired.

在7u25之后調用EventQueue.invokeLater()時,有許多關於NullPointerException的已知錯誤。 他們之中有一些是:

如果8017776的修復程序沒有,則修復8019274可能會對您有所幫助。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM