When using Java prior to version 1.1.5, you will see a
NullPointerException after initiating sharing. This exception is
harmless; the process will continue to execute as if the exception had
not occurred. This exception is the result of a fixed
known bug #4063321 in the AWT. The bug
report says it was fixed in 1.1.4, but it still existed in 1.1.4
and is actually fixed in 1.1.5.
java.lang.NullPointerException
at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
at java.awt.Container.dispatchEventImpl(Compiled Code)
at java.awt.Window.dispatchEventImpl(Compiled Code)
at java.awt.Component.dispatchEvent(Compiled Code)
at java.awt.EventDispatchThread.run(Compiled Code)