Spark 2_5_6 will not open

Hello All,

I installed Spark 2_ 5_6 on my computer and it worked fine on the first day. Now, Whenever I open Spark, nothing happens. In Task mgr, you see the icon appear for about 10-20 Sec and it disappears after. I uninstalled it and re-installed it but no luck. Anyone know what the porblem might be?

Dana

HI Dana

Can you start by checking your error.log and spark-error.log under the logs directory of your spark installation directory. THe entries in here should give people a bit more info to help diagnose the problem.

Sorry for the delay. I tried to login and give you the log but the site was down. Anyway, in the meantime, I went searching for the solution based on the error message in error.log. The error was “Caused by: java.lang.NullPointerException”. Found a site that pointed to my settings.xml file being corrupted. So, I deleted the spark folder from my documents and settings. This solved the problem and I am now able to login. Just for kicks, below is the error.log. And the site that I found the solution at is: http://eval.jivesoftware.com/forums/thread.jspa?threadID=21128&tstart=425. I appreciate your help in pointing me to the log file.

java.lang.reflect.InvocationTargetException

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.jivesoftware.launcher.Startup.start(Startup.java:83)

at org.jivesoftware.launcher.Startup.main(Startup.java:33)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

at com.exe4j.runtime.WinLauncher.main(Unknown Source)

Caused by: 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 org.jivesoftware.LoginDialog$LoginPanel.useSSO(LoginDialog.java:709)

at org.jivesoftware.LoginDialog$LoginPanel.<init>(LoginDialog.java:390)

at org.jivesoftware.LoginDialog.invoke(LoginDialog.java:133)

at org.jivesoftware.Spark.startup(Spark.java:163)

… 12 more

no problems dana, glad its all working fine for you now