ContributionsMost RecentMost LikesSolutionsRe: Publish parent pom soapui-project 5.2.1 in SmartBear maven repository +1 for releasing the 5.2.1 parent pom to fix the broken reference (btw 5.2.0 has the same problem). Re: soapui-maven-plugin 5.2.0 not published to SmartBear repository +1 for publishing the 5.2.* soapui-project pom so that the http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.2.0/soapui-5.2.0.pom and http://smartbearsoftware.com/repository/maven2/com/smartbear/soapui/soapui/5.2.1/soapui-5.2.1.pom parent artifact references actually resolve. Re: SOAP-UI 5.1.2 hangs on MacOS at startup. (Macbook Pro)? When is that fixed? I'm experiencing the same behavior with both 5.1.3 and 5.2.0 on an iMac running OsX 10.10.4. I've tried the suggestions on http://www.bencode.net/blog/2015/01/25/soapui-freezing-osx/ and http://forum.loadui.org/viewtopic.php?t=14796. The error/hang happens immediately after launching the app. The /Applications/SoapUI-5.2.0.app/Contents/java/app/bin/soapui.log has this single entry: 2015-08-13 09:19:16,087 INFO [DefaultSoapUICore] initialized soapui-settings from [/Users/x01p/soapui-settings.xml] The /Applications/SoapUI-5.2.0.app/Contents/java/app/bin/error.log has the following error. Is there additional config needed in either soapui-settings.xml or vmoptions.txt? SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.<clinit>(HttpClientSupport.java:73) at com.eviware.soapui.DefaultSoapUICore.initSettings(DefaultSoapUICore.java:361) at com.eviware.soapui.DefaultSoapUICore.init(DefaultSoapUICore.java:129) at com.eviware.soapui.DefaultSoapUICore.<init>(DefaultSoapUICore.java:114) at com.eviware.soapui.DefaultSoapUICore.createDefault(DefaultSoapUICore.java:93) at com.eviware.soapui.SoapUI.getSettings(SoapUI.java:1566) at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:705) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) Caused by: java.lang.NullPointerException: ProxySelector must not be null. at com.btr.proxy.selector.whitelist.ProxyBypassListSelector.<init>(ProxyBypassListSelector.java:39) at com.btr.proxy.selector.whitelist.ProxyBypassListSelector.<init>(ProxyBypassListSelector.java:54) at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.installExceptionList(OsxProxySearchStrategy.java:224) at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.buildSelector(OsxProxySearchStrategy.java:141) at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.getProxySelector(OsxProxySearchStrategy.java:113) 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:176) at com.eviware.soapui.model.propertyexpansion.PropertyExpander.<clinit>(PropertyExpander.java:71) ... 21 more Re: SoapUI 5.0.0 freeze on macI'm experiencing the same thing (although a previous install of 4.6.4 still works). I noticed the following in /Applications/SoapUI-5.0.0.app/Contents/java/app/bin/error.log Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.eviware.soapui.DefaultSoapUICore.initSettings(DefaultSoapUICore.java:396) at com.eviware.soapui.SwingSoapUICore.initSettings(SwingSoapUICore.java:122) at com.eviware.soapui.DefaultSoapUICore.init(DefaultSoapUICore.java:148) at com.eviware.soapui.StandaloneSoapUICore.<init>(StandaloneSoapUICore.java:40) at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:697) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) Caused by: java.lang.NullPointerException: ProxySelector must not be null. at com.btr.proxy.selector.whitelist.ProxyBypassListSelector.<init>(ProxyBypassListSelector.java:39) at com.btr.proxy.selector.whitelist.ProxyBypassListSelector.<init>(ProxyBypassListSelector.java:54) at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.installExceptionList(OsxProxySearchStrategy.java:224) at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.buildSelector(OsxProxySearchStrategy.java:141) at com.btr.proxy.search.desktop.osx.OsxProxySearchStrategy.getProxySelector(OsxProxySearchStrategy.java:113) 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:201) at com.eviware.soapui.impl.wsdl.support.http.HttpClientSupport.<clinit>(HttpClientSupport.java:63) ... 19 more