-
Bug
-
Resolution: Fixed
-
P2
-
7u25, 8
-
b01
-
windows_7
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8036155 | 9 | David Dehaven | P2 | Resolved | Fixed | b24 |
JDK-8056591 | emb-9 | Unassigned | P2 | Resolved | Fixed | b24 |
JDK-8051137 | 8u40 | David Dehaven | P2 | Resolved | Fixed | b01 |
JDK-8050780 | 8u20 | David Dehaven | P2 | Resolved | Fixed | b23 |
JDK-8053083 | emb-8u26 | David Dehaven | P2 | Resolved | Fixed | b17 |
JDK-8050616 | 7u80 | David Dehaven | P2 | Resolved | Fixed | b02 |
JDK-8047436 | 7u72 | David Dehaven | P2 | Resolved | Fixed | b01 |
JDK-8028290 | 7u65 | David Dehaven | P2 | Closed | Fixed | b02 |
Java(TM) SE Runtime Environment (build 1.7.0_40-ea-b29)
Java HotSpot(TM) Client VM (build 24.0-b48, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
We have a client-server app where the client is notified over RMI from the server using SwingUtilities.invokeLater. These calls all fail with a NullPointerException when our application is launched with Java Web Start, but succeed when launched as a local application
REGRESSION. Last worked in version 7u21
ERROR MESSAGES/STACK TRACES THAT OCCUR :
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 javax.swing.SwingUtilities.invokeLater(Unknown Source)
at com.nexgenfs.process.processcontroller.ui.MainPanel$PListener.changed(MainPanel.java:242)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:178)
at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:132)
at com.sun.proxy.$Proxy15.changed(Unknown Source)
at com.nexgenfs.process.processcontroller.manager.ManagerImpl$4.fire(ManagerImpl.java:717)
at com.nexgenfs.process.processcontroller.manager.ManagerImpl$7.run(ManagerImpl.java:768)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
Was not able to reduce to a simple test case
---------- END SOURCE ----------
- backported by
-
JDK-8036155 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8047436 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8050616 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8050780 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8051137 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8053083 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8056591 RMI thread can no longer call out to AWT thread for webstart app
-
- Resolved
-
-
JDK-8028290 RMI thread can no longer call out to AWT thread for webstart app
-
- Closed
-
- duplicates
-
JDK-8019272 SwingUtilities.invokeLater(Runnable r) throws NullPointerexception from within
-
- Closed
-
-
JDK-8033255 NullPointerException in sun.awt.SunToolkit when using EventQueue from RMI-Thread
-
- Closed
-
-
JDK-8017770 webstart swing applications that use rmi with invokeLater are broken in u25
-
- Closed
-
-
JDK-8021370 RMI through a proxy server fails
-
- Closed
-
- relates to
-
JDK-8135232 sun.awt.AppContext is null when setting SecurityManager null in JavaWS
-
- Closed
-
-
JDK-8143287 SwingUtilities API call throws NPE with JRE 1.8.0_51
-
- Closed
-
-
JDK-8255284 Running our app via JNLP causes java.lang.NullPointerException at sun.awt.SunToolkit.getSystemEventQueueImplPP
-
- Closed
-