New 503 Error

theRKF

Well-Known Member
#1
I'm using a tool in our CMS dashboard that I've used a thousand times (literally!!) to import an XML file by uploading from my PC. As of this morning, I'm immediately greeted with the famed 503 error.

I do have the graceful restart option enabled, and I've tried a few restarts myself without success.

I would prefer to not have to recompile PHP (as that seems to be the prevailing wisdom on 503s) since PHP was originally compiled by LiteSpeed support in a special configuration.

Any other ieas? I don't see any nuggets of wisdom in the log files, except for the fact that the error occurred.
 

webizen

Well-Known Member
#2
if you did import xml file before without problem, it could be something else. you may want to enable debug logging (admin console => Server => Log => Log Level: DEBUG; Debug Level: low).
 

theRKF

Well-Known Member
#3
I've done this and attached a snippet of the log file (I cleared the log, then tried to run the import, then grepped the log for mentions of this problem site).

I'm not seeing anything that would point to the cause - but you'll probably have a better idea of what you're looking at/for.
 

Attachments

webizen

Well-Known Member
#6
...
2012-06-18 16:37:55.669 [INFO] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] connection to [/tmp/lshttpd/APVH_colemanflorist.com_Suphp.sock] on request #3, confirmed, 1, associated process: 12722, running: 0, error: Connection reset by peer!
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] [ExtConn] close()
2012-06-18 16:37:55.669 [NOTICE] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] POST request in process stage, fail with 503
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] HttpIOLink::continueWrite()...
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] write resumed!
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] HttpIOLink::suspendWrite()...
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] HttpConnection::sendHttpError(),code=503 Service Unavailable
2012-06-18 16:37:55.669 [NOTICE] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] oops! 503 Service Unavailable
2012-06-18 16:37:55.669 [NOTICE] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Content len: 2633, Request line: 'POST /dashboard/core_commerce/florist_import/import_customer/ HTTP/1.1'
2012-06-18 16:37:55.669 [INFO] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Cookie len: 100, ccmUserHash=1%3Ac6cb409e0911c8b294f31296803c541b; CONCRETE5=abc9af381961243b0fe956860f0da13fd4e0af78
2012-06-18 16:37:55.669 [NOTICE] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Redirect: #1, URL: /index.php/dashboard/core_commerce/florist_import/import_customer/
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] redirect to:
2012-06-18 16:37:55.669 [INFO] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] File not found [/home/coleman/public_html/503.shtml]
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Error Page, processContextPath() return 25
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] HttpConnection::flush()!
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Written to client: 620
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] HttpConnection::nextRequest()!
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Non-KeepAlive, CLOSING!
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Shutting down out-bound socket ...
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Available Connections: 1997, concurrent conn: 3
2012-06-18 16:37:55.669 [DEBUG] [173.15.152.145:62227-0#APVH_colemanflorist.com:lsapi] Close socket ...
seem php failed on import. is it possible you switch to apache and see any difference?
 
Top