Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. $ ./boing-java.sh 5 10 32 22
  2. WELCOME TO BOING JAVA!
  3. Setting up for Windows
  4. Creating lists....
  5. Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  6. at java.util.ArrayList.rangeCheck(Unknown Source)
  7. at java.util.ArrayList.remove(Unknown Source)
  8. at bing.main(bing.java:36)
  9. Running searches
  10. Loading...
  11. Reading desktop search file... DONE!
  12. Reading mobile search file... DONE!
  13. Setting up Chrome... DONE!
  14. Starting Chrome for desktop searches...
  15. Going to Bing
  16. Exception in thread "main" org.openqa.selenium.NoSuchSessionException: no such session
  17. (Driver info: chromedriver=2.27.440174 (e97a722caafc2d3a8b807ee115bfb307f7d2cfd9),platform=Windows NT 10.0.14393 x86_64) (WARNING: The server did not provide any stacktrace information)
  18. Command duration or timeout: 24 milliseconds
  19. Build info: version: 'unknown', revision: '1969d75', time: '2016-10-18 09:43:45 -0700'
  20. System info: host: 'Lenovo-Digu', ip: '10.8.43.246', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_102'
  21. Driver info: org.openqa.selenium.chrome.ChromeDriver
  22. Capabilities [{message=unknown error: Chrome failed to start: crashed
  23. (Driver info: chromedriver=2.27.440174 (e97a722caafc2d3a8b807ee115bfb307f7d2cfd9),platform=Windows NT 10.0.14393 x86_64), platform=ANY}]
  24. Session ID: dcea9bfc179a4b7183fa1d252c85d1a5
  25. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  26. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  27. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  28. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  29. at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:216)
  30. at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:168)
  31. at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:635)
  32. at org.openqa.selenium.remote.RemoteWebDriver.get(RemoteWebDriver.java:322)
  33. at searchrunner.SearchRunner.main(SearchRunner.java:104)
  34. Removing temporary files....
  35. Done! Terminating....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement