some service stoped. please

Results 1 to 19 of 19
  1. #1
    Proficient Member behbeh111 is offline
    MemberRank
    Mar 2011 Join Date
    auth_tableLocation
    167Posts

    smile some service stoped. please

    anyone have idea? i use repack 1.0

    [root@localhost ~]# service cabal status
    AuthDBAgent (pid 27140) is running...
    DBAgent_01 (pid 27166) is running...
    RockAndRollITS (pid 27188) is running...
    GlobalMgrSvr (pid 27205) is running...
    GlobalDBAgent (pid 27222) is running...
    CashDBAgent (pid 27248) is running...
    PCBangDBAgent (pid 27274) is running...
    EventDBAgent (pid 27298) is running...
    PartySvr_01 (pid 27324) is running...
    ChatNode_01 is stopped
    EventMgrSvr is stopped
    AgentShop_01 is stopped
    LoginSvr_01 is stopped
    WorldSvr_01_01 is stopped


  2. #2
    Member Trojan123 is offline
    MemberRank
    Nov 2012 Join Date
    54Posts

    Re: some service stoped. please

    started it manually
    service ChatNode_01 start
    service EventMgrSvr start
    service AgentShop_01 start
    service LoginSvr_01 start
    WorldSvr_01_01 start

  3. #3
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: some service stoped. please

    have the same problem as me..

    i try fix.. :D

  4. #4
    UtakAso Drav3n is offline
    MemberRank
    Aug 2011 Join Date
    PHLocation
    919Posts

    Re: some service stoped. please

    Quote Originally Posted by behbeh111 View Post
    anyone have idea? i use repack 1.0

    [root@localhost ~]# service cabal status
    AuthDBAgent (pid 27140) is running...
    DBAgent_01 (pid 27166) is running...
    RockAndRollITS (pid 27188) is running...
    GlobalMgrSvr (pid 27205) is running...
    GlobalDBAgent (pid 27222) is running...
    CashDBAgent (pid 27248) is running...
    PCBangDBAgent (pid 27274) is running...
    EventDBAgent (pid 27298) is running...
    PartySvr_01 (pid 27324) is running...
    ChatNode_01 is stopped
    EventMgrSvr is stopped
    AgentShop_01 is stopped
    LoginSvr_01 is stopped
    WorldSvr_01_01 is stopped
    I think there is no solution until now about this error. everyone can encounter it. I hope there is a solution instead of manual service.

  5. #5
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: some service stoped. please

    Quote Originally Posted by mikkomoley View Post
    I think there is no solution until now about this error. everyone can encounter it. I hope there is a solution instead of manual service.
    i try start manually.. dont work..

  6. #6
    Proficient Member behbeh111 is offline
    MemberRank
    Mar 2011 Join Date
    auth_tableLocation
    167Posts

    Re: some service stoped. please

    me too. not work

  7. #7
    Proficient Member sonsen is offline
    MemberRank
    Mar 2009 Join Date
    161Posts

    Re: some service stoped. please

    Make a new .txt file, paste this:

    Code:
    service DBAgent_01 start
    sleep 3
    service AuthDBAgent start
    sleep 3
    service GlobalDBAgent start
    sleep 3
    service RockAndRollITS start
    sleep 3
    service GlobalMgrSvr start
    sleep 3
    service CashDBAgent start
    sleep 3
    service PCBangDBAgent start
    sleep 3
    service EventDBAgent start
    sleep 3
    service PartySvr_01 start
    sleep 5
    service EventMgrSvr start
    sleep 3
    service ChatNode_01 start
    sleep 3
    service AgentShop_01 start
    sleep 3
    service WorldSvr_01_01 start
    sleep 3
    service LoginSvr_01 start
    sleep 3
    Save it as Start.sh, copy to /root, chmod +x start.sh, in terminal ./start.sh . If that dosent work then you probably messed up something.

  8. #8
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: some service stoped. please

    Quote Originally Posted by sonsen View Post
    Make a new .txt file, paste this:

    Code:
    service DBAgent_01 start
    sleep 3
    service AuthDBAgent start
    sleep 3
    service GlobalDBAgent start
    sleep 3
    service RockAndRollITS start
    sleep 3
    service GlobalMgrSvr start
    sleep 3
    service CashDBAgent start
    sleep 3
    service PCBangDBAgent start
    sleep 3
    service EventDBAgent start
    sleep 3
    service PartySvr_01 start
    sleep 5
    service EventMgrSvr start
    sleep 3
    service ChatNode_01 start
    sleep 3
    service AgentShop_01 start
    sleep 3
    service WorldSvr_01_01 start
    sleep 3
    service LoginSvr_01 start
    sleep 3
    Save it as Start.sh, copy to /root, chmod +x start.sh, in terminal ./start.sh . If that dosent work then you probably messed up something.
    on centos new make txt & copy ? or in winscp ?

    what chmod +x start.sh ??

  9. #9
    Proficient Member behbeh111 is offline
    MemberRank
    Mar 2011 Join Date
    auth_tableLocation
    167Posts

    Re: some service stoped. please

    make txt file in your desktop, write the script in txt. file, and save "start.sh" name's. after copy >centos /root, and use "chmod 0777" for running: chmod 0777 /root/start.sh (in terminal[putty])
    sry my eng...

  10. #10
    Member ArmOReTotTL is offline
    MemberRank
    Jan 2012 Join Date
    63Posts

    Re: some service stoped. please

    Quote Originally Posted by behbeh111 View Post
    make txt file in your desktop, write the script in txt. file, and save "start.sh" name's. after copy >centos /root, and use "chmod 0777" for running: chmod 0777 /root/start.sh (in terminal[putty])
    sry my eng...
    ok i try now thx for help.. ;)

    dont work again.. :(
    Last edited by ArmOReTotTL; 04-02-13 at 09:09 PM.

  11. #11
    Apprentice prinzorgi is offline
    MemberRank
    Jan 2013 Join Date
    10Posts

    Re: some service stoped. please

    did it with the start.sh

    servies still stopped :<

    what do i do

  12. #12
    Novice KindaRigel is offline
    MemberRank
    Mar 2012 Join Date
    4Posts

    Re: some service stoped. please

    I had the same problem. Here's what worked for me:
    1. service cabal stop
    2. service cabal start
    3. wait at least 30 seconds
    4. service cabal start

    You'll immediately get a bunch of errors (at least I did) complaining about "assertion failed for...". As soon as the errors appear, cancel with [ctrl] + [c].
    Use "service cabal start" again. All services should be running now.

  13. #13
    Apprentice sword28 is offline
    MemberRank
    Jul 2010 Join Date
    Ohio, USALocation
    12Posts

    Re: some service stoped. please

    None of these solutions have worked for me, are there any others known?

  14. #14
    Member lordlord007 is offline
    MemberRank
    Nov 2011 Join Date
    BrazilLocation
    86Posts

    Re: some service stoped. please

    if the 4 last stoped , start manually not work, you have mssql connection error, you created linked server?

  15. #15
    Apprentice sword28 is offline
    MemberRank
    Jul 2010 Join Date
    Ohio, USALocation
    12Posts

    Re: some service stoped. please

    Last four will not start, manually starting them does not do anything, linked server is created, do you have to forward ports on the CentOS machine? Or is forwarding done on the main computer that has the mssql server on it?

  16. #16
    Member lordlord007 is offline
    MemberRank
    Nov 2011 Join Date
    BrazilLocation
    86Posts

    Re: some service stoped. please

    Quote Originally Posted by sword28 View Post
    Last four will not start, manually starting them does not do anything, linked server is created, do you have to forward ports on the CentOS machine? Or is forwarding done on the main computer that has the mssql server on it?
    no need port forwarding.

  17. #17
    Apprentice sword28 is offline
    MemberRank
    Jul 2010 Join Date
    Ohio, USALocation
    12Posts

    Re: some service stoped. please

    Welp, I did everything correctly by the guides, the video tutorials... I have no idea what could be wrong now..

  18. #18
    Member lordlord007 is offline
    MemberRank
    Nov 2011 Join Date
    BrazilLocation
    86Posts

    Re: some service stoped. please

    sure, try this, uninstall Vbox, and delete the all machines, install again, make a new machine , install CentOS 5.8, make 2 connection in vbox
    the fist NAT, second host-Only, after upload the files to root and install the repack EP8, after type service cabal config and set mssql ip and passwd, after restore all db , reboot and start the server.

  19. #19
    Apprentice sword28 is offline
    MemberRank
    Jul 2010 Join Date
    Ohio, USALocation
    12Posts

    Re: some service stoped. please

    Quote Originally Posted by lordlord007 View Post
    sure, try this, uninstall Vbox, and delete the all machines, install again, make a new machine , install CentOS 5.8, make 2 connection in vbox
    the fist NAT, second host-Only, after upload the files to root and install the repack EP8, after type service cabal config and set mssql ip and passwd, after restore all db , reboot and start the server.
    Alright, that worked, thanks man, but one last problem with it I assume, everything else should be fine afterwards, server runs fine, my internal.txt is in the Data folder with everything correct for the CentOS IP, servers fine, it just won't let me connect to it? When I press ok on the login screen the bar fills up, and then it says "Failed to connect, please try again later." If the server is up and my internal.txt is right, what could be wrong? You sure this doesn't require port forwarding? ( If so I already did that, so that couldn't be a problem either. )



Advertisement