XF 1.5 Server Error Logs from Google

Nirjonadda

Well-known member
I am getting lot of Connection timed out from google.com, Does any issue from google.com or Xenforo? Please let me know this fix.

dAvSyi3cRm_6Ac00KlCvMQ.png


Code:
Error Info
Zend_Http_Client_Adapter_Exception: Error submitting sitemap to Google: Unable to Connect to tcp://www.google.com:80. Error #110: Connection timed out - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, Today at 11:38 AM
Stack Trace

#0 /home/nadda/public_html/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('tcp://www.googl...', 80, false)
#1 /home/nadda/public_html/library/XenForo/Model/Sitemap.php(263): Zend_Http_Client->request('GET')
#2 /home/nadda/public_html/library/XenForo/Deferred/Sitemap.php(296): XenForo_Model_Sitemap->sendSitemapPing()
#3 /home/nadda/public_html/library/XenForo/Deferred/Sitemap.php(64): XenForo_Deferred_Sitemap->_finalizeSitemap(3, 99.999999046326)
#4 /home/nadda/public_html/library/XenForo/Model/Deferred.php(295): XenForo_Deferred_Sitemap->execute(Array, Array, 99.999999046326, '')
#5 /home/nadda/public_html/library/XenForo/Model/Deferred.php(429): XenForo_Model_Deferred->runDeferred(Array, 99.999999046326, '', false)
#6 /home/nadda/public_html/library/XenForo/Model/Deferred.php(374): XenForo_Model_Deferred->_runInternal(Array, 100, '', false)
#7 /home/nadda/public_html/deferred.php(23): XenForo_Model_Deferred->run(false)
#8 {main}

Request State

array(3) {
  ["url"] => string(39) "/deferred.php"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(4) {
    ["_xfRequestUri"] => string(29) "/admin.php?tools/run-deferred"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
    ["_xfResponseType"] => string(4) "json"
  }
}

Code:
Error Info
Zend_Http_Client_Adapter_Exception: Unable to Connect to ssl://accounts.google.com:443. Error #110: Connection timed out - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, Today at 8:20 AM
Stack Trace

#0 /home/nadda/public_html/library/Zend/Http/Client.php(973): Zend_Http_Client_Adapter_Socket->connect('ssl://accounts....', 443, true)
#1 /home/nadda/public_html/library/XenForo/ControllerPublic/Register.php(1044): Zend_Http_Client->request('POST')
#2 /home/nadda/public_html/library/XenForo/FrontController.php(351): XenForo_ControllerPublic_Register->actionGoogle()
#3 /home/nadda/public_html/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /home/nadda/public_html/index.php(13): XenForo_FrontController->run()
#5 {main}

Request State

array(3) {
  ["url"] => string(115) "/register/google?code=4/21DkPhvjpmkxTKwr9np789OOz7ds23KJFYoe4M8IlR4&csrf=8GO7atKTgbFxRuR8"
  ["_GET"] => array(2) {
    ["code"] => string(45) "4/21DkPhvjpmkxTKwr9np789OOz7ds23KJFYoe4M8IlR4"
    ["csrf"] => string(16) "8GO7atKTgbFxRuR8"
  }
  ["_POST"] => array(0) {
  }
}
 
This would involve the connection from your server to Google, so it's something your host would need to investigate. IIRC, I have seen a couple comments in the past that involved IPv6 connections failing at the server level, so that could be a potential cause.
 
This would involve the connection from your server to Google, so it's something your host would need to investigate. IIRC, I have seen a couple comments in the past that involved IPv6 connections failing at the server level, so that could be a potential cause.

My server are not using IPv6 Address, So what the issue?
 
I was referring to IPv6 outgoing connections, but that is one of many possibilities. Your host would have to investigate.
 
Top Bottom