ContributionsMost RecentMost LikesSolutionsRe: HTTP/1.1 401 Unauthorized warning followed by ORA-00936 when building via Jenkinsrichie, For me it is not showing 'ORA-00936' error but it is showing 'HTTP/1.1 401 Unauthorized'. Simple request is getting successfull but while running testrunner only is showing the error. The request has three headers added. I think testrunner is not getting these headers where while executing simple request it is taking these headers. Do you know if there is option to pass headers to testrunner ?Re: HTTP/1.1 401 Unauthorized warning followed by ORA-00936 when building via Jenkins Hi, I am also facing same issue - 19:48:01,474 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 401 Unauthorized 19:48:01,502 DEBUG [HttpClientSupport$SoapUIHttpClient] Connection can be kept alive indefinitely 19:48:01,503 DEBUG [HttpClientSupport$SoapUIHttpClient] Target requested authentication 19:48:01,503 WARN [HttpClientSupport$SoapUIHttpClient] Authentication error: Unable to respond to any of these challenges: {} 19:48:02,244 INFO [SoapUITestCaseRunner] Finished running SoapUI testcase [GetProcess TestCase], time taken: 2320ms, status: FINISHED 19:48:02,246 INFO [SoapUITestCaseRunner] TestCase [GetProcess TestCase] finished with status [FINISHED] in 2320ms SoapUI 5.4.0 TestCaseRunner Summary ----------------------------- Time Taken: 3734ms Total TestSuites: 0 Total TestCases: 1 (0 failed) Total TestSteps: 1 Total Request Assertions: 0 Total Failed Assertions: 0 Total Exported Results: 0 Could you please help. How to do Command line installation of SoapUI Open Source on Linux server ? Hi Team, I am installing SoapUI Open Source on my Linux server. For installtion I am executing following commands: wget https://s3.amazonaws.com/downloads.eviware/soapuios/5.4.0/SoapUI-5.4.0-linux-bin.tar.gz tar -xzf SoapUI-5.4.0-linux-bin.tar.gz -C /opt/ cd /opt/SoapUI-5.4.0/bin/ ./soapui.sh While installtion last step (./soapui.sh) is giving me following error: 05:11:16,498 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) When I use 'export DISPLAY=:0.0' , step ./soapui.sh goes in long run and need to abort manually with following message - Exception in thread "main" java.awt.AWTError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method) at sun.awt.X11GraphicsEnvironment.access$200(X11GraphicsEnvironment.java:65) at sun.awt.X11GraphicsEnvironment$1.run(X11GraphicsEnvironment.java:115) Kindly suggest solution for Command line installation of SoapUI Open Source on Linux.