Spark was running fine for a couple of weeks on my machine until one morning it refused to start up. I didn’'t change anything on my computer… this is just a total mystery to me. When I double-click the icon, the process Spark.exe will load for a second in task manager but nothing else happens.
Checking the error.log file, I find this:
Exception in thread “AWT-EventQueue-0” java.lang.NullPointerException
at java.util.Hashtable.put(Unknown Source)
at java.util.Properties.setProperty(Unknown Source)
at java.lang.System.setProperty(Unknown Source)
at com.jivesoftware.LoginDialog.updateProxyConfig(LoginDialog.java:752)
at com.jivesoftware.LoginDialog.invoke(LoginDialog.java:125)
at com.jivesoftware.Spark.(Spark.java:37)
at com.jivesoftware.Spark$1.run(Spark.java:117)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
I have no idea what the log is trying to tell me. Anyone know what’'s going on and how to fix it?