Thread: Random Server DC

Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1 Random Server DC 
    Registered Member ashitrin's Avatar
    Join Date
    Jul 2010
    Posts
    560
    Thanks given
    41
    Thanks received
    78
    Rep Power
    70
    Okay, so recently every few hours everyone online my server randomly DC's then recconnects instantly, this is VERY annoying and happens multiple times. If you know the fix for this please share, I will pay if needed.
    Reply With Quote  
     

  2. #2  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Any errors?
    Reply With Quote  
     

  3. #3  
    Registered Member ashitrin's Avatar
    Join Date
    Jul 2010
    Posts
    560
    Thanks given
    41
    Thanks received
    78
    Rep Power
    70
    Nope none, here is what I'm getting:



    Happens like 3-5 times every few hours.. Beyond annoying.
    Reply With Quote  
     

  4. #4  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Hm i had the same problem, i can't remember what was causing it though it's hard to fix when you can't identify what you need to fix.
    Reply With Quote  
     

  5. #5  
    Registered Member ashitrin's Avatar
    Join Date
    Jul 2010
    Posts
    560
    Thanks given
    41
    Thanks received
    78
    Rep Power
    70
    Any idea on which file or anything?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Whired's Avatar
    Join Date
    Aug 2007
    Posts
    2,126
    Thanks given
    238
    Thanks received
    500
    Rep Power
    822
    Are you catching exceptions without printing them?

    Problems like this are why I tell people to just throw the exception instead of lazily catching it, you never know what problems it can lead to later..

    Look for "catch" in all your files and make sure they are all printing the stack trace, at the very least.
    Reply With Quote  
     

  7. #7  
    Registered Member ashitrin's Avatar
    Join Date
    Jul 2010
    Posts
    560
    Thanks given
    41
    Thanks received
    78
    Rep Power
    70
    So for every } catch(Exception e) {
    add e.printStackTrace();?
    Reply With Quote  
     

  8. #8  
    arrowzftw
    Guest
    Quote Originally Posted by ashitrin View Post
    So for every } catch(Exception e) {
    add e.printStackTrace();?
    For every try { have a
    } catch(Exception e) {
    e.printStacktrace();
    }

    instead of

    } catch(Exception e) {
    }
    Reply With Quote  
     

  9. #9  
    Donator
    Radiation's Avatar
    Join Date
    Aug 2010
    Age
    32
    Posts
    488
    Thanks given
    27
    Thanks received
    28
    Rep Power
    29
    Looks like your using DSPK, I also could use help on this.
    Reply With Quote  
     

  10. #10  
    Registered Member ashitrin's Avatar
    Join Date
    Jul 2010
    Posts
    560
    Thanks given
    41
    Thanks received
    78
    Rep Power
    70
    Okay thank you, just noticed my entire command.java was without e.printStackTrace();
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Random server shutdowns?
    By xxx9234 in forum Help
    Replies: 0
    Last Post: 12-07-2010, 03:22 AM
  2. [PI]Random Whole Server Dc's?
    By Division in forum Help
    Replies: 8
    Last Post: 08-10-2010, 09:17 PM
  3. Runite's Random PvP Server
    By Runite in forum Advertise
    Replies: 47
    Last Post: 04-09-2010, 06:13 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •