SoapUI freeze during startup macOS Monterey
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
SoapUI freeze during startup macOS Monterey
Hi Everybody,
I installed soapui 5.6.0.
But when i start SoapUI it doesn't come further then the splash screen.
I searched the forum for a solution but couldn't find a working answer.
Same issue when i re-installed 5.5.0
Hope you can help me.
macOS Monterey 12.0.1
Java Version 8 update 311 (build 1.8.0_311-b11)
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for the reply but i have no issues with the installation.
The issue is that soapui does not start.
Only the splash screen is shown.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm having the same issue with an M1-Pro chipset machine. I have another Mac (intel) with Monterey and worked...
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
I have the same problem.
I reinstall java, old soap ui versions, modify the soapui.sh file... nothing is working.
As see that this application is not compatible with Monterrey, there is any other application?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
Very strange but it works again. I don't know why (but i'm happy).
The only thing that was changed is my location. The issue above was when i was working at my home office.
Some days later i was at the office, i start Soapui (5.6.0) and it worked.
Later at the home office, it still works. Also restarted it and still works.
I have no clue what the solution is but i think it has something to do with the settings of the local network? (http, firewall, router).
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
In the same network, with WiFi all is ok, with Cable (conected to a hub via usbC) impossible to open
All the network configuration is the same, with no proxy, same DNS, ....
Why? i don't know
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
