|
|

06-18-2012, 09:49 AM
|
|
Member
|
|
Join Date: Apr 2012
Posts: 31
|
|
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.
|

06-18-2012, 11:41 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
|
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).
|

06-18-2012, 01:45 PM
|
|
Member
|
|
Join Date: Apr 2012
Posts: 31
|
|
|
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.
|

06-18-2012, 06:20 PM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,216
|
|
|
you can try to disable some php extensions in php.ini, to see if any difference.
|

06-18-2012, 08:30 PM
|
|
Member
|
|
Join Date: Apr 2012
Posts: 31
|
|
|
No luck there either.
|

06-19-2012, 12:39 AM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
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?
|

06-20-2012, 03:16 AM
|
|
Member
|
|
Join Date: Apr 2012
Posts: 31
|
|
|
Not possible - if we switch to Apache most sites won't load at all. We have a precisely configured php environment.
|

06-20-2012, 12:39 PM
|
|
LiteSpeed Staff
|
|
Join Date: Oct 2010
Posts: 2,337
|
|
|
pm the temporary ssh root access to the server for us to troubleshoot if you like.
|

06-22-2012, 02:12 PM
|
|
Member
|
|
Join Date: Apr 2012
Posts: 31
|
|
Quote:
Originally Posted by webizen
pm the temporary ssh root access to the server for us to troubleshoot if you like.
|
Just sent the credentials via PM
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 12:53 PM.
|
|