The same process name is already existed.

Results 1 to 6 of 6
  1. #1
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    The same process name is already existed.

    Hi Ragezoner,

    Would like to know if anyone encounter error below and know how to solve this issue?

    [Tue Nov 3 2015 19:48:02.403568 3077973712]: Start WorldSvr_01_01 Server
    [Tue Nov 3 2015 19:48:02.403625 3077973712]: InitEnv BEGIN
    [Tue Nov 3 2015 19:48:02.410635 3077973712]: [##ERROR##] The same process name is already existed. WorldSvr_01_01
    [Tue Nov 3 2015 19:48:02.410682 3077973712]: [##ERROR##] Or Please try again.

    When such issue happen, I can't even kill the process, the only solution is to reboot server


  2. #2
    Valued Member LedZeppelin is offline
    MemberRank
    May 2014 Join Date
    103Posts

    Re: The same process name is already existed.

    did you try stopping the service before starting again?

    service WorldSvr_01_01 stop
    service WorldSvr_01_01 start

    or

    service WorldSvr_01_01 restart

  3. #3
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: The same process name is already existed.

    Quote Originally Posted by takashi92000 View Post
    Hi Ragezoner,

    Would like to know if anyone encounter error below and know how to solve this issue?

    [Tue Nov 3 2015 19:48:02.403568 3077973712]: Start WorldSvr_01_01 Server
    [Tue Nov 3 2015 19:48:02.403625 3077973712]: InitEnv BEGIN
    [Tue Nov 3 2015 19:48:02.410635 3077973712]: [##ERROR##] The same process name is already existed. WorldSvr_01_01
    [Tue Nov 3 2015 19:48:02.410682 3077973712]: [##ERROR##] Or Please try again.

    When such issue happen, I can't even kill the process, the only solution is to reboot server
    Channel crashing. Need reboot server.

  4. #4
    Valued Member takashi92000 is offline
    MemberRank
    Feb 2011 Join Date
    136Posts

    Re: The same process name is already existed.

    Thanks for the reply, looks like there is no other option but to restart the server to solve this issue.
    @LedZeppelin Yeah, I have try everything including stop/start, restart, kill process id (not found)

  5. #5
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: The same process name is already existed.

    Quote Originally Posted by takashi92000 View Post
    Thanks for the reply, looks like there is no other option but to restart the server to solve this issue.
    @LedZeppelin Yeah, I have try everything including stop/start, restart, kill process id (not found)
    Yes there is other option, just secure ur server agaist crash tool.

  6. #6
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: The same process name is already existed.

    Command:
    ps -c | grep WorldSvr_0x_0x (will give u the PID= process ID)

    Then:
    kill PID

    Restar individual service now
    No need restart all server machine



Advertisement