search for: server_error

Displaying 6 results from an estimated 6 matches for "server_error".

2013 Sep 23
0
400 bad request
.../log/nginx/gancx.access.log; error_log /var/log/nginx/gancx.error.log; client_body_in_file_only clean; client_body_buffer_size 32K; charset UTF-8; source_charset UTF-8; client_max_body_size 300M; error_page 400 404 = @notfound; error_page 500 502 504 = @server_error; error_page 503 = @maintenance; location @notfound { rewrite ^(.*)$ $scheme://$host permanent; } location @server_error { rewrite ^(.*)$ $scheme://$host permanent; } location @maintenance { rewrite ^(.*)$ $scheme://$host permanent; }...
2012 Jul 20
2
Bug#682202: xcp-squeezed not started on boot
...exist Jul 20 09:02:35 h09 xapi: [error|h09|75|scan one D:ba7e1b263c64|xapi] Caught exception attempting an SR.scan: INTERNAL_ERROR: [ Not_found ] Jul 20 09:02:35 h09 xapi: [ warn|h09|0 thread_zero|server_init D:65ec2f79406b|startup] task [initialising storage] exception: Api_errors.Server_error("SESSION_INVALID", _) Jul 20 09:02:35 h09 xapi: [ warn|h09|0 thread_zero|server_init D:65ec2f79406b|startup] task [wait management interface to come up] exception: Api_errors.Server_error("INTERNAL_ERROR", _) Jul 20 09:02:35 h09 xapi: [ warn|h09|79|Calling on_xap...
2007 Jul 07
0
logging errors
Looking over the ServerError code there is no built in way to tell camping to log its errors is there? I suppose the answer it to instantiate a logger, inherit ServerError, call super and pass the return into the logger? If we using fcgi on production, does the ServerError get called, or only the server_error in fcgi.rb? Mainly I''m wondering if there is just one place I can handle things (my theoretical overloaded ServerError method), or if I need to get in there and muck with e code of fastcgi.rb also. BTW, I''ve got things (camping fcgi on dreamhost with mysql) mostly running, aside...
2006 Jan 31
0
Apache2+fcgid = "malformed header from script" when page starts with a space
I was getting some "application failed to start properly" pages, but production.log was not showing anything. Looking closer I''ve noticed that server_error.log (the apache log) was giving lines like: "malformed header from script. Bad header=<html>: dispatch.fcgi, referer:" I was able to determine the cause, and that was that some pages were starting with a space or a carriage return. On the other hand, the same pages were throwing no...
2007 Jan 09
4
Overriding ServerError?
I''m getting ready to deploy a production app based on Camping, but have one little thing I want to iron out. Is it possible to override the ServerError class? I need custom 500''s to come up, and not the normal "Camping Problem!" page. I am trying to override, just like I do the NotFound class, but can''t seem to get it to take. I just get a blank page back
2013 Feb 06
2
[XCP] recompiling xapi rpm changes version and licensing details.
...t this VM on. The following table provides per-host reasons for why the VM could not be starte d: DCSC-XEN03 : Cannot start here [Not enough free memory] DCSC-XEN01: Cannot start here [Api_errors.Server_error("VM_HOST_INCOMPATIBLE_VERSION", _)] My question is how do I go about modifying the version and platform information for XAPI? My xensource-inventory file looks fine: BUILD_NUMBER=''61809c'' SOFTWARE_VERSION=''1.6.10'' DOM0_MEM=''752'' MANA...