Jump to content
  • 0

RCON to server issue


DobriyDed

Question

Earlier (38.17) i was able to connect via RCON

Now have THIS (server console) 

 

1506866956044 RCON: new connection Socket[addr=/192.xxx.xxx.xxx,port=53489,localport=XXXXX]
1506866956074 RCON: ID=1 Type=3 Body='***here is my password***' Socket[addr=/192.xxx.xxx.xxx,port=53489,localport=XXXXX]
1506866959661 RCON: ID=2 Type=2 Body='players' Socket[addr=/192.xxx.xxx.xxx,port=53489,localport=XXXXX]
java.nio.BufferOverflowException
        at java.nio.HeapByteBuffer.put(HeapByteBuffer.java:183)
        at java.nio.ByteBuffer.put(ByteBuffer.java:832)
        at zombie.network.RCONServer$ClientThread.handleResponse(RCONServer.java:274)
        at zombie.network.RCONServer$ClientThread.handlePacket(RCONServer.java:211)
        at zombie.network.RCONServer$ClientThread.runInner(RCONServer.java:165)
        at zombie.network.RCONServer$ClientThread.run(RCONServer.java:121)
1506866963580 znet: SendFileAnnounce: tag 200 size 12846, chunks 13, fileId 1098, name $zip

 

Just out of memory? 

How i can be sure? 

Please, help 


-------------------------

Free -m 
                 total        used        free      shared  buff/cache   available
memory:   9761        8591         138          14        1030         824
swap:        4095              7        4088
--------------------------

vmstat -s 

      9995612 K total memory
      8797664 K used memory
      7812300 K active memory
      1747664 K inactive memory
       142552 K free memory
       233700 K buffer memory
       821696 K swap cache
      4194300 K total swap
         7916 K used swap
      4186384 K free swap
      2827767 non-nice user cpu ticks
          426 nice user cpu ticks
       127260 system cpu ticks
     59960817 idle cpu ticks
       213563 IO-wait cpu ticks
            0 IRQ cpu ticks
        51582 softirq cpu ticks
            0 stolen cpu ticks
      3885717 pages paged in
     18499130 pages paged out
        13195 pages swapped in
        42675 pages swapped out
    257877679 interrupts
    437251375 CPU context switches
   1506708496 boot time
       337151 forks
 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...