LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   New 503 Error (http://www.litespeedtech.com/support/forum/showthread.php?t=6019)

theRKF 06-18-2012 09:49 AM

New 503 Error
 
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 06-18-2012 11:41 AM

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 06-18-2012 01:45 PM

1 Attachment(s)
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.

NiteWave 06-18-2012 06:20 PM

you can try to disable some php extensions in php.ini, to see if any difference.

theRKF 06-18-2012 08:30 PM

No luck there either.

webizen 06-19-2012 12:39 AM

Quote:

...
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%3Ac6cb409e0911c8b294f31296803c54 1b; 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?

theRKF 06-20-2012 03:16 AM

Not possible - if we switch to Apache most sites won't load at all. We have a precisely configured php environment.

webizen 06-20-2012 12:39 PM

pm the temporary ssh root access to the server for us to troubleshoot if you like.

theRKF 06-22-2012 02:12 PM

Quote:

Originally Posted by webizen (Post 33995)
pm the temporary ssh root access to the server for us to troubleshoot if you like.

Just sent the credentials via PM


All times are GMT -7. The time now is 03:51 AM.