Forum Discussion

kfwilkinson's avatar
kfwilkinson
Occasional Contributor
6 years ago

SoapUI 5.4.0 has Null Pointer Exception on startup on Mac High Sierra

Hello,

When I go to start up SoapUI-5.4.0 I get this exception:

15:34:38,372 INFO  [DefaultSoapUICore] initialized soapui-settings from [/Users/kwilkinson/soapui-settings.xml]
15:34:38,383 INFO  [PluginManager] 0 plugins loaded in 0 ms
15:34:38,383 INFO  [DefaultSoapUICore] All plugins loaded
java.lang.NullPointerException
	at java.awt.Window.init(Window.java:497)
	at java.awt.Window.<init>(Window.java:537)
	at java.awt.Frame.<init>(Frame.java:420)
	at javax.swing.JFrame.<init>(JFrame.java:233)
	at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:865)
	at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:732)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

I've tried setting the JAVA_OPTS to uncomment the -Dsoapui.browser.disabled=true, I've tried downloading and reinstalling the application, I've tried downloading the .zip file and launching it from the "soapui.sh" file in the .zip file.  None of these work.

I've tried it with JRE 9.0.1 and JRE 1.8.0_161

I'm on Mac, OS X 10.13.3.