Error - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html) +--- Forum: Discussion (https://forum.cuberite.org/forum-5.html) +--- Thread: Error (/thread-1157.html) |
Error - DrkCodeman - 06-14-2013 Had a issue with my server it had to be forced to shut down now when I try to launch the application this error comes up when a client tries to connect: Code: [22:45:14] Client "192.168.0.2" connected! RE: Error - tonibm19 - 06-14-2013 Are you in Linux or Windows? RE: Error - xoft - 06-14-2013 This looks like linux. I'd expect this error to go away on its own after a while. RE: Error - DrkCodeman - 06-15-2013 I think my ISP is blocking my ports and preventing me from hosting TBH, Since I can no longer ssh to my box from the outside. I am going to try to reload my Raspberry Pi if that doesn't do the trick i'm going to be giving them a call. RE: Error - xoft - 06-15-2013 This error has nothing to do with the ISP, it's about a hung process in linux still having some leftover resources. Have a look if MCServer is still in the process list ("ps uxaw" command in the shell); if it is, kill it ("kill -9 <PID>" command). In the very last, restarting the system should help. RE: Error - DrkCodeman - 06-15-2013 I know how to use linux, i've even rebooted the device with the same error after the reboot. I am going to recompile the server regardless. |