Advertisement
budding_engineer

AUT is not installed.

Oct 21st, 2020 (edited)
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.40 KB | None | 0 0
  1. org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: AUT is not installed. (WARNING: The server did not provide any stacktrace information)
  2. Command duration or timeout: 701 milliseconds
  3. Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
  4. System info: host: 'MachineName', ip: 'x.x.x.x', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '15'
  5. Driver info: driver.version: IOSDriver
  6. Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
  7. System info: host: 'MachineName', ip: 'x.x.x.x', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '15'
  8. Driver info: driver.version: IOSDriver
  9.  
  10.     at io.appium.java_client.remote.AppiumCommandExecutor$1.createSession(AppiumCommandExecutor.java:208)
  11.     at io.appium.java_client.remote.AppiumCommandExecutor.createSession(AppiumCommandExecutor.java:217)
  12.     at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:239)
  13.     at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552)
  14.     at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:41)
  15.     at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
  16.     at io.appium.java_client.ios.IOSDriver.execute(IOSDriver.java:1)
  17.     at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:213)
  18.     at io.appium.java_client.AppiumDriver.startSession(AppiumDriver.java:336)
  19.     at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:131)
  20.     at io.appium.java_client.DefaultGenericMobileDriver.<init>(DefaultGenericMobileDriver.java:37)
  21.     at io.appium.java_client.AppiumDriver.<init>(AppiumDriver.java:88)
  22.     at io.appium.java_client.AppiumDriver.<init>(AppiumDriver.java:98)
  23.     at io.appium.java_client.ios.IOSDriver.<init>(IOSDriver.java:90)
  24.     at com.AppTest.setupAppium(test_iOSScripts.java:68)
  25.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
  27.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28.     at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  29.     at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:124)
  30.     at org.testng.internal.MethodInvocationHelper.invokeMethodConsideringTimeout(MethodInvocationHelper.java:59)
  31.     at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:458)
  32.     at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:222)
  33.     at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142)
  34.     at org.testng.SuiteRunner.privateRun(SuiteRunner.java:401)
  35.     at org.testng.SuiteRunner.run(SuiteRunner.java:364)
  36.     at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
  37.     at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:84)
  38.     at org.testng.TestNG.runSuitesSequentially(TestNG.java:1208)
  39.     at org.testng.TestNG.runSuitesLocally(TestNG.java:1137)
  40.     at org.testng.TestNG.runSuites(TestNG.java:1049)
  41.     at org.testng.TestNG.run(TestNG.java:1017)
  42.     at com.intellij.rt.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:66)
  43.     at com.intellij.rt.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:109)
  44. Caused by: java.lang.reflect.InvocationTargetException
  45.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46.     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
  47.     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48.     at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  49.     at io.appium.java_client.remote.AppiumCommandExecutor$1.createSession(AppiumCommandExecutor.java:186)
  50.     ... 33 more
  51. Caused by: org.openqa.selenium.WebDriverException: AUT is not installed. (WARNING: The server did not provide any stacktrace information)
  52. Command duration or timeout: 701 milliseconds
  53. Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03'
  54. System info: host: 'MachineName', ip: 'x.x.x.x', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '15'
  55. Driver info: driver.version: IOSDriver
  56.     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  57.     at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
  58.     at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  59.     at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
  60.     at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
  61.     at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
  62.     at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
  63.     at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$errorHandler$0(JsonWireProtocolResponse.java:54)
  64.     at org.openqa.selenium.remote.HandshakeResponse.lambda$getResponseFunction$0(HandshakeResponse.java:30)
  65.     at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:126)
  66.     at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
  67.     at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
  68.     at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
  69.     at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
  70.     at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
  71.     at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
  72.     at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
  73.     at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  74.     at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:543)
  75.     at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:128)
  76.     ... 38 more
  77.  
  78. Test ignored.
  79.  
  80. ===============================================
  81. Default Suite
  82. Total tests run: 1, Failures: 0, Skips: 1
  83. Configuration Failures: 1, Skips: 1
  84. ===============================================
  85.  
  86. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement