Advertisement
KingLinux01

Untitled

Mar 25th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. 25.03 15:36:20 [Server] INFO Could not load native library: /tmp/bungeecord-native-cipher3642308061732847638.so: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory 25.03 15:36:20 [Server] INFO Using standard Java JCE cipher. To enable the OpenSSL based native cipher, please make sure you are using 64 bit Ubuntu or Debian with libssl installed. 25.03 15:36:20 [Server] INFO Using native code compressor 25.03 15:36:20 [Server] INFO Enabled BungeeCord version git:BungeeCord-Bootstrap:1.9-SNAPSHOT:f265f7c:1136 25.03 15:36:20 [Server] INFO Not on Windows, attempting to use enhanced EpollEventLoop 25.03 15:36:20 [Server] INFO Epoll is working, utilising it! 25.03 15:36:20 [Server] INFO Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource()) 25.03 15:36:20 [Server] INFO Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource()) 25.03 15:36:20 [Server] INFO Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource()) 25.03 15:36:20 [Server] INFO Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource()) 25.03 15:36:20 [Server] INFO Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource()) 25.03 15:36:20 [Server] INFO Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource()) 25.03 15:36:20 [Server] INFO Attempting to update plugin from ModuleVersion(build=1133, git=f53e66e) to ModuleVersion(build=1136, git=f265f7c) 25.03 15:36:20 [Server] INFO Attempting to Jenkins download module cmd_alert v1136 25.03 15:36:20 [Server] INFO Download complete 25.03 15:36:20 [Server] INFO Attempting to update plugin from ModuleVersion(build=1133, git=f53e66e) to ModuleVersion(build=1136, git=f265f7c) 25.03 15:36:20 [Server] INFO Attempting to Jenkins download module cmd_find v1136 25.03 15:36:20 [Server] INFO Download complete 25.03 15:36:20 [Server] INFO Attempting to update plugin from ModuleVersion(build=1133, git=f53e66e) to ModuleVersion(build=1136, git=f265f7c) 25.03 15:36:20 [Server] INFO Attempting to Jenkins download module cmd_list v1136 25.03 15:36:21 [Server] INFO Download complete 25.03 15:36:21 [Server] INFO Attempting to update plugin from ModuleVersion(build=1133, git=f53e66e) to ModuleVersion(build=1136, git=f265f7c) 25.03 15:36:21 [Server] INFO Attempting to Jenkins download module cmd_send v1136 25.03 15:36:21 [Server] INFO Download complete 25.03 15:36:21 [Server] INFO Attempting to update plugin from ModuleVersion(build=1133, git=f53e66e) to ModuleVersion(build=1136, git=f265f7c) 25.03 15:36:21 [Server] INFO Attempting to Jenkins download module cmd_server v1136 25.03 15:36:21 [Server] INFO Download complete 25.03 15:36:21 [Server] INFO Attempting to update plugin from ModuleVersion(build=1133, git=f53e66e) to ModuleVersion(build=1136, git=f265f7c) 25.03 15:36:21 [Server] INFO Attempting to Jenkins download module reconnect_yaml v1136 25.03 15:36:21 [Server] INFO Download complete 25.03 15:36:21 [Server] INFO Loaded plugin reconnect_yaml version git:reconnect_yaml:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Loaded plugin cmd_find version git:cmd_find:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Loaded plugin cmd_server version git:cmd_server:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Loaded plugin cmd_alert version git:cmd_alert:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Loaded plugin cmd_send version git:cmd_send:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Loaded plugin cmd_list version git:cmd_list:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Enabled plugin reconnect_yaml version git:reconnect_yaml:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Enabled plugin cmd_find version git:cmd_find:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Enabled plugin cmd_server version git:cmd_server:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Enabled plugin cmd_alert version git:cmd_alert:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Enabled plugin cmd_send version git:cmd_send:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] INFO Enabled plugin cmd_list version git:cmd_list:1.9-SNAPSHOT:f265f7c:1136 by SpigotMC 25.03 15:36:21 [Server] WARNING Could not bind to host /0.0.0.0:25577 25.03 15:36:21 [Server] INFO io.netty.channel.unix.Errors$NativeIoException: bind() failed: Address already in use 25.03 15:36:21 [Server] INFO at io.netty.channel.unix.Errors.newIOException(Errors.java:105) 25.03 15:36:21 [Server] INFO at io.netty.channel.unix.Socket.bind(Socket.java:186) 25.03 15:36:21 [Server] INFO at io.netty.channel.epoll.EpollServerSocketChannel.doBind(EpollServerSocketChannel.java:90) 25.03 15:36:21 [Server] INFO at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:485) 25.03 15:36:21 [Server] INFO at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1089) 25.03 15:36:21 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:440) 25.03 15:36:21 [Server] INFO at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:425) 25.03 15:36:21 [Server] INFO at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:903) 25.03 15:36:21 [Server] INFO at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:198) 25.03 15:36:21 [Server] INFO at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:348) 25.03 15:36:21 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:358) 25.03 15:36:21 [Server] INFO at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:259) 25.03 15:36:21 [Server] INFO at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112) 25.03 15:36:21 [Server] INFO at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement