Advertisement
fedorm

fedorm

Oct 29th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.73 KB | None | 0 0
  1. java.io.FileNotFoundException: /mnt/sda1/tce/storage/setrobothub/setrobothub.properties (No such file or directory)
  2.     at java.io.FileInputStream.open0(Native Method)
  3.     at java.io.FileInputStream.open(FileInputStream.java:195)
  4.     at java.io.FileInputStream.<init>(FileInputStream.java:138)
  5.     at java.io.FileInputStream.<init>(FileInputStream.java:93)
  6.     at ru.crystals.setrobot.toolkits.utils.TestConfig.reloadConfig(TestConfig.java:96)
  7.     at ru.crystals.setrobot.toolkits.utils.TestConfig.<init>(TestConfig.java:58)
  8.     at ru.crystals.setrobot.hub.SetRobotHub.<init>(SetRobotHub.java:28)
  9.     at ru.crystals.setrobot.hub.SetRobotHub.main(SetRobotHub.java:50)
  10. 17:24:29.296:
  11. 17:24:29.296:
  12. 17:24:29.296: ********************************
  13. 17:24:29.297: Logging is started on 2018.10.29
  14. 17:24:29.303: Set Robot 2.0.1 (10.03.2014) [Compiled with AspectJ]
  15. 17:24:29.303: ********************************
  16. 17:24:29.320: callbackServerHost = localhost
  17. Exception in thread "main" java.net.BindException: Address already in use
  18.     at sun.nio.ch.Net.bind0(Native Method)
  19.     at sun.nio.ch.Net.bind(Net.java:433)
  20.     at sun.nio.ch.Net.bind(Net.java:425)
  21.     at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
  22.     at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
  23.     at sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:100)
  24.     at sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:50)
  25.     at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:35)
  26.     at com.sun.net.httpserver.HttpServer.create(HttpServer.java:130)
  27.     at ru.crystals.setrobot.hub.SetRobotHub.startWebService(SetRobotHub.java:66)
  28.     at ru.crystals.setrobot.hub.SetRobotHub.<init>(SetRobotHub.java:45)
  29.     at ru.crystals.setrobot.hub.SetRobotHub.main(SetRobotHub.java:50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement