ContributionsMost RecentMost LikesSolutionsRe: SOAPUI 5.5.0 installation issue BenoitB :- Can you please help me with the below issue:- We tried to install soapui via command line path but when executing the command ./soapui.sh we are facing issue and the error is as below:- [linux@abc bin]$ ./soapui.sh ================================ = = SOAPUI_HOME = /home/linux/SmartBear/SoapUI-5.5.0 = ================================ Configuring log4j from [/home/linux/SmartBear/SoapUI-5.5.0/bin/soapui-log4j.xml] 05:14:29,025 INFO [DefaultSoapUICore] Creating new settings at [/home/linux/soapui-settings.xml] 05:14:29,675 INFO [PluginManager] 0 plugins loaded in 1 ms 05:14:29,676 INFO [DefaultSoapUICore] All plugins loaded Configuring log4j from [/home/linux/SmartBear/SoapUI-5.5.0/bin/soapui-log4j.xml] 05:14:29,863 INFO [DefaultSoapUICore] Creating new settings at [/home/linux/soapui-settings.xml] 05:14:29,875 INFO [PluginManager] 0 plugins loaded in 0 ms 05:14:29,875 INFO [DefaultSoapUICore] All plugins loaded java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.<init>(Window.java:536) at java.awt.Frame.<init>(Frame.java:420) at javax.swing.JFrame.<init>(JFrame.java:233) at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:939) at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:807) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) 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:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) 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) Checked the java version and its installed. We would like to install the same via command mode. GUI is also not launched. We are using OS RHEL 7.7(Maipo). Please let me know in case if any more details are required. Re: SOAPUI 5.5.0 installation issue As this is a linux machine we need to do SSH. But basically as soon as we execute ./soapui.sh it should show graphical interface.. right Re: SOAPUI 5.5.0 installation issue Screenshot as attached how we can access putty Re: SOAPUI 5.5.0 installation issue I have the same.. But the issue here is we are not provided with password. It is inbuilt as the tool is designed in that way,, Re: SOAPUI 5.5.0 installation issue Actually it is based on SSH. It is configured in a tool called as Beyond Trust. So basically SSH needs to be directly done from the beyond trust under certain time frame say around 20 secs. After 20 seconds there will be a new ID that will be generated. So can u suggest now what else can be done Re: SOAPUI 5.5.0 installation issue Tried but its not working. For example :- export DISPLAY=:0.0 and with export DISPLAY=:0 Re: SOAPUI 5.5.0 installation issue Can you please let me know how to set the variable aacrdingly.. SOAPUI 5.5.0 installation issue Hi Team, Good Day. We tried to install soapui via command line path but when executing the command ./soapui.sh we are facing issue and the error is as below:- [linux@abc bin]$ ./soapui.sh ================================ = = SOAPUI_HOME = /home/linux/SmartBear/SoapUI-5.5.0 = ================================ Configuring log4j from [/home/linux/SmartBear/SoapUI-5.5.0/bin/soapui-log4j.xml] 05:14:29,025 INFO [DefaultSoapUICore] Creating new settings at [/home/linux/soapui-settings.xml] 05:14:29,675 INFO [PluginManager] 0 plugins loaded in 1 ms 05:14:29,676 INFO [DefaultSoapUICore] All plugins loaded Configuring log4j from [/home/linux/SmartBear/SoapUI-5.5.0/bin/soapui-log4j.xml] 05:14:29,863 INFO [DefaultSoapUICore] Creating new settings at [/home/linux/soapui-settings.xml] 05:14:29,875 INFO [PluginManager] 0 plugins loaded in 0 ms 05:14:29,875 INFO [DefaultSoapUICore] All plugins loaded java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:204) at java.awt.Window.<init>(Window.java:536) at java.awt.Frame.<init>(Frame.java:420) at javax.swing.JFrame.<init>(JFrame.java:233) at com.eviware.soapui.SoapUI.startSoapUI(SoapUI.java:939) at com.eviware.soapui.SoapUI$SoapUIRunner.run(SoapUI.java:807) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758) 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:74) at java.awt.EventQueue.dispatchEvent(EventQueue.java:728) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) 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) Checked the java version and its installed. We would like to install the same via command mode. GUI is also not launched. We are using OS RHEL 7.7(Maipo). Please let me know in case if any more details are required. nmrao