Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- java.io.FileNotFoundException: /mnt/sda1/tce/storage/setrobothub/setrobothub.properties (No such file or directory)
- at java.io.FileInputStream.open0(Native Method)
- at java.io.FileInputStream.open(FileInputStream.java:195)
- at java.io.FileInputStream.<init>(FileInputStream.java:138)
- at java.io.FileInputStream.<init>(FileInputStream.java:93)
- at ru.crystals.setrobot.toolkits.utils.TestConfig.reloadConfig(TestConfig.java:96)
- at ru.crystals.setrobot.toolkits.utils.TestConfig.<init>(TestConfig.java:58)
- at ru.crystals.setrobot.hub.SetRobotHub.<init>(SetRobotHub.java:28)
- at ru.crystals.setrobot.hub.SetRobotHub.main(SetRobotHub.java:50)
- 17:24:29.296:
- 17:24:29.296:
- 17:24:29.296: ********************************
- 17:24:29.297: Logging is started on 2018.10.29
- 17:24:29.303: Set Robot 2.0.1 (10.03.2014) [Compiled with AspectJ]
- 17:24:29.303: ********************************
- 17:24:29.320: callbackServerHost = localhost
- Exception in thread "main" java.net.BindException: Address already in use
- at sun.nio.ch.Net.bind0(Native Method)
- at sun.nio.ch.Net.bind(Net.java:433)
- at sun.nio.ch.Net.bind(Net.java:425)
- at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
- at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
- at sun.net.httpserver.ServerImpl.<init>(ServerImpl.java:100)
- at sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:50)
- at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:35)
- at com.sun.net.httpserver.HttpServer.create(HttpServer.java:130)
- at ru.crystals.setrobot.hub.SetRobotHub.startWebService(SetRobotHub.java:66)
- at ru.crystals.setrobot.hub.SetRobotHub.<init>(SetRobotHub.java:45)
- at ru.crystals.setrobot.hub.SetRobotHub.main(SetRobotHub.java:50)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement