Forum Discussion
Maybe this is the fix.
Normally soapui is installed in /Applications/SoapUI-5.6.0.app.
Try to install in /Users/Yourusername/Applications/SoapUI-5.6.0.app and start it up from this folder.
This doesn't solve the problem either. I'm running an intel Mac Pro and having this same issue. I've uninstalled, reinstalled the application and the problem still exists. I've tried to install it to another location and the problem still exists. Anyone else have something that will work for this?
- jdiez3 years agoFrequent Visitor
Same problem here!
Solution for me was:
/Users/<user>/soapui-settings.xml
=> search for "<con:setting id="ProxySettings@enableProxy">true</con:setting>" => set to "false"- Ulrich13 years agoOccasional Visitor
Thanks, this solved it for me, too (Intel Mac, Soap UI 5.7). I also saw the error.log, which looked like some Proxy related issue:
--
Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError
at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.<clinit>(HttpClientSupport.java:131)
at com.eviware.soapui.DefaultSoapUICore.initSettings(DefaultSoapUICore.java:376)
at com.eviware.soapui.SwingSoapUICore.initSettings(SwingSoapUICore.java:99)
at com.eviware.soapui.DefaultSoapUICore.init(DefaultSoapUICore.java:143)
at com.eviware.soapui.StandaloneSoapUICore.<init>(StandaloneSoapUICore.java:38)
at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:793)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:391)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.NullPointerException: Cannot invoke "com.btr.proxy.util.PListParser$Dict.getAtPath(String)" because "selectedServiceSettings" is null
at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.getProxySelector(OsxProxySearchStrategy.java:103)
at com.btr.proxy.search.desktop.DesktopProxySearchStrategy.getProxySelector(DesktopProxySearchStrategy.java:34)
at com.btr.proxy.search.ProxySearch.getProxySelector(ProxySearch.java:193)
at com.eviware.soapui.impl.wsdl.support.http.ProxyUtils.setGlobalProxy(ProxyUtils.java:191)
at com.eviware.soapui.model.propertyexpansion.PropertyExpander.<clinit>(PropertyExpander.java:80)
... 19 more
Related Content
- 8 years ago
- 11 years ago
- 2 years ago
- 11 years ago
Recent Discussions
- 11 hours ago