Results 1 to 7 of 7
  1. #1
    Community Member Chaosprism's Avatar
    Join Date
    Apr 2006
    Posts
    654

    Default Cant connect to server, but I could 8 hours ago?

    As soon as I go to log onto my account (or any account, tried an old f2p one too) I get retry 1 of 2, retry 2 of 2.. then this.

    Code:
    System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Web.Services.Protocols.WebClientAsyncResult.WaitForResponse()
       at System.Web.Services.Protocols.WebClientProtocol.EndSend(IAsyncResult asyncResult, Object& internalAsyncState, Stream& responseStream)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult asyncResult)
       at com.turbine.launcher.gls.GlobalLoginSystemAuthenticationService.EndLoginAccount(IAsyncResult asyncResult)
       at com.turbine.launcher.Services.SOAPAuthenticator.EndAuthenticate(IAsyncResult ar)
    The infamous SOAP comes to visit?

  2. #2
    Community Member RandolphIV's Avatar
    Join Date
    Jun 2010
    Posts
    37

    Default

    Quote Originally Posted by Chaosprism View Post
    As soon as I go to log onto my account (or any account, tried an old f2p one too) I get retry 1 of 2, retry 2 of 2.. then this.

    Code:
    System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Web.Services.Protocols.WebClientAsyncResult.WaitForResponse()
       at System.Web.Services.Protocols.WebClientProtocol.EndSend(IAsyncResult asyncResult, Object& internalAsyncState, Stream& responseStream)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult asyncResult)
       at com.turbine.launcher.gls.GlobalLoginSystemAuthenticationService.EndLoginAccount(IAsyncResult asyncResult)
       at com.turbine.launcher.Services.SOAPAuthenticator.EndAuthenticate(IAsyncResult ar)
    The infamous SOAP comes to visit?
    I have had this problem for three days now. Whats odd is that on my 4 computer lan here, I can connect on three comps, but not one (I also have multiple accounts for myself and kids). I get this error EVERY time. Come on devs... whats up?
    Many fell things dwell in the dark places of the earth...

  3. #3
    Community Member RandolphIV's Avatar
    Join Date
    Jun 2010
    Posts
    37

    Default

    Quote Originally Posted by Chaosprism View Post
    As soon as I go to log onto my account (or any account, tried an old f2p one too) I get retry 1 of 2, retry 2 of 2.. then this.

    Code:
    System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedly.
       at System.Web.Services.Protocols.WebClientAsyncResult.WaitForResponse()
       at System.Web.Services.Protocols.WebClientProtocol.EndSend(IAsyncResult asyncResult, Object& internalAsyncState, Stream& responseStream)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult asyncResult)
       at com.turbine.launcher.gls.GlobalLoginSystemAuthenticationService.EndLoginAccount(IAsyncResult asyncResult)
       at com.turbine.launcher.Services.SOAPAuthenticator.EndAuthenticate(IAsyncResult ar)
    The infamous SOAP comes to visit?
    I have had this problem for three days now. Whats odd is that on my 4 computer lan here, I can connect on three comps, but not one (I also have multiple accounts for myself and kids). I get this error EVERY time. Come on devs... whats up? here's my error:

    System.Net.WebException: The underlying connection was closed: Unable to connect to the remote server. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive.
    at System.Net.HttpWebRequest.CheckFinalStatus()
    at System.Net.HttpWebRequest.EndGetResponse(IAsyncRes ult asyncResult)
    at System.Net.HttpWebRequest.GetResponse()
    at System.Net.Connection.TunnelThroughProxy(Uri proxy, HttpWebRequest originalRequest, Socket& socket)
    --- End of inner exception stack trace ---
    at System.Web.Services.Protocols.WebClientAsyncResult .WaitForResponse()
    at System.Web.Services.Protocols.WebClientProtocol.En dSend(IAsyncResult asyncResult, Object& internalAsyncState, Stream& responseStream)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.EndInvoke(IAsyncResult asyncResult)
    at com.turbine.launcher.gls.GlobalLoginSystemAuthenti cationService.EndLoginAccount(IAsyncResult asyncResult)
    at com.turbine.launcher.Services.SOAPAuthenticator.En dAuthenticate(IAsyncResult ar)
    Many fell things dwell in the dark places of the earth...

  4. #4
    Community Member DareDelvis's Avatar
    Join Date
    Mar 2006
    Posts
    959

    Default Me 2

    I was playing today on this computer running Vista or my laptop using Windows 7

    Then tried to log in and got this retry error:
    System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> The remote name could not be resolved: 'ams.production.turbine.int'
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.EndInvoke(IAsyncResult asyncResult)
    at com.turbine.launcher.gls.GlobalLoginSystemAuthenti cationService.EndLoginAccount(IAsyncResult asyncResult)
    at com.turbine.launcher.Services.SOAPAuthenticator.En dAuthenticate(IAsyncResult ar)
    I can log in on Lamania on same computer.
    I cannot log in on my VIP or F2P accounts on the live server.
    Fellowship of the Bling Ghallanda
    Main: Shado
    Tier 1 Alts: DareDelvis; Ottis; Tortelvis
    Tier 2 Alts and Banks: JoeBiten; Hary Darkness; BurnyCynders; Ashhole; Mournfist; Maimonides; DareDelviss; Aeteentee; DareSoulvis; Rambam; Jawill; DoubleDee; Myzadventure; Krav Maga; Snakecobra; and others

  5. #5
    Community Member
    Join Date
    Mar 2010
    Posts
    215

    Default

    Same here - Worked fine yesterday...

    System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> The remote name could not be resolved: 'ams.production.turbine.int'
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.EndInvoke(IAsyncResult asyncResult)
    at com.turbine.launcher.gls.GlobalLoginSystemAuthenti cationService.EndLoginAccount(IAsyncResult asyncResult)
    at com.turbine.launcher.Services.SOAPAuthenticator.En dAuthenticate(IAsyncResult ar)

  6. #6
    Community Member StableKobold's Avatar
    Join Date
    Jun 2011
    Posts
    229

    Exclamation Yea,Seems like this prob is going on alot.I dont really know.

    Well,I had that problem myself-And in most of the cases,Resetting the client,Reseting the internet,Redownloading DDO,Restarting CPU-lastly it`ll help you.90% of the problems getting of that way.

  7. #7
    Hero
    2015 DDO Players Council
    Guild Scribe
    Lerl's Avatar
    Join Date
    Jul 2010
    Posts
    0

    Post

    There are issues at Turbine and ALL the servers are down. No current ETA for when they will be back up.
    We magnetize to our lives what we hold in our thoughts-Anonymous

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

This form's session has expired. You need to reload the page.

Reload