Error logs
[Wed Oct 07 10:45:33.781957 2015] [ssl:warn] [pid 5248:tid 380] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:34.086160 2015] [ssl:warn] [pid 5248:tid 380] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:34.450418 2015] [mpm_winnt:notice] [pid 5248:tid 380] AH00455: Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.5.28 configured -- resuming normal operations
[Wed Oct 07 10:45:34.450418 2015] [mpm_winnt:notice] [pid 5248:tid 380] AH00456: Apache Lounge VC11 Server built: Jul 12 2015 10:56:48
[Wed Oct 07 10:45:34.450418 2015] [core:notice] [pid 5248:tid 380] AH00094: Command line: 'C:\\Xampp\\apache\\bin\\httpd.exe -d C:/Xampp/apache'
[Wed Oct 07 10:45:34.461426 2015] [mpm_winnt:notice] [pid 5248:tid 380] AH00418: Parent: Created child process 3408
[Wed Oct 07 10:45:35.852815 2015] [ssl:warn] [pid 3408:tid 392] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:36.162072 2015] [ssl:warn] [pid 3408:tid 392] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Oct 07 10:45:36.239123 2015] [mpm_winnt:notice] [pid 3408:tid 392] AH00354: Child: Starting 150 worker threads.
Related
I'm a newbies on Odoo.
Lately I have been deploying Odoo on AWS Elastic Beanstalk via EB cli.
After I do "eb deploy" the server show this message:
INFO: New application version was deployed to running EC2 instances.
INFO: Environment update completed successfully.
When I go to the site. It shows this:
500 Internal Server Error
Here is my "eb logs":
/var/log/httpd/error_log:
[Wed Sep 20 01:41:03.331534 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] mod_wsgi (pid=10846): Exception occurred processing WSGI script '/opt/python/current/app/odoo-wsgi.py'.
[Wed Sep 20 01:41:03.331570 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] Traceback (most recent call last):
[Wed Sep 20 01:41:03.331586 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/service/wsgi_server.py", line 186, in application
[Wed Sep 20 01:41:03.331606 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] return application_unproxied(environ, start_response)
[Wed Sep 20 01:41:03.331614 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/service/wsgi_server.py", line 172, in application_unproxied
[Wed Sep 20 01:41:03.331624 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] result = handler(environ, start_response)
[Wed Sep 20 01:41:03.331630 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/http.py", line 1308, in __call__
[Wed Sep 20 01:41:03.331641 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] return self.dispatch(environ, start_response)
[Wed Sep 20 01:41:03.331646 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/http.py", line 1282, in __call__
[Wed Sep 20 01:41:03.331655 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] return self.app(environ, start_wrapped)
[Wed Sep 20 01:41:03.331660 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/run/venv/lib64/python2.7/site-packages/werkzeug/wsgi.py", line 600, in __call__
[Wed Sep 20 01:41:03.331672 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] return self.app(environ, start_response)
[Wed Sep 20 01:41:03.331678 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/http.py", line 1445, in dispatch
[Wed Sep 20 01:41:03.331686 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] explicit_session = self.setup_session(httprequest)
[Wed Sep 20 01:41:03.331692 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/http.py", line 1342, in setup_session
[Wed Sep 20 01:41:03.331700 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] session_gc(self.session_store)
[Wed Sep 20 01:41:03.331705 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/tools/func.py", line 23, in __get__
[Wed Sep 20 01:41:03.331714 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] value = self.fget(obj)
[Wed Sep 20 01:41:03.331720 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/http.py", line 1293, in session_store
[Wed Sep 20 01:41:03.331727 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] path = odoo.tools.config.session_dir
[Wed Sep 20 01:41:03.331733 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/current/app/odoo/tools/config.py", line 600, in session_dir
[Wed Sep 20 01:41:03.331751 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] os.makedirs(d, 0700)
[Wed Sep 20 01:41:03.331757 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/run/baselinenv/lib64/python2.7/os.py", line 150, in makedirs
[Wed Sep 20 01:41:03.331768 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] makedirs(head, mode)
[Wed Sep 20 01:41:03.331773 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] File "/opt/python/run/baselinenv/lib64/python2.7/os.py", line 157, in makedirs
[Wed Sep 20 01:41:03.331780 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] mkdir(name, mode)
[Wed Sep 20 01:41:03.331796 2017] [:error] [pid 10846] [remote 127.0.0.1:24340] OSError: [Errno 13] Permission denied: '/var/lib/odoo'
/var/log/eb-activity.log:
Disabled forced hourly log rotation.
[2017-09-20T01:41:04.743Z] INFO [10486] - [Application update app-53e273-170920_083852#76/AddonsAfter/ConfigLogRotation] : Completed activity. Result:
Successfully execute hooks in directory /opt/elasticbeanstalk/addons/logpublish/hooks/config.
[2017-09-20T01:41:04.743Z] INFO [10486] - [Application update app-53e273-170920_083852#76/AddonsAfter] : Completed activity.
[2017-09-20T01:41:04.743Z] INFO [10486] - [Application update app-53e273-170920_083852#76] : Completed activity. Result:
Application update - Command CMD-AppDeploy succeeded
[2017-09-20T01:42:45.599Z] INFO [10989] - [CMD-TailLogs] : Starting activity...
[2017-09-20T01:42:45.599Z] INFO [10989] - [CMD-TailLogs/AddonsBefore] : Starting activity...
[2017-09-20T01:42:45.599Z] INFO [10989] - [CMD-TailLogs/AddonsBefore] : Completed activity.
[2017-09-20T01:42:45.599Z] INFO [10989] - [CMD-TailLogs/TailLogs] : Starting activity...
[2017-09-20T01:42:45.599Z] INFO [10989] - [CMD-TailLogs/TailLogs/TailLogs] : Starting activity...
[2017-09-20T01:42:45.845Z] INFO [10989] - [CMD-TailLogs/TailLogs/TailLogs] : Completed activity.
[2017-09-20T01:42:45.845Z] INFO [10989] - [CMD-TailLogs/TailLogs] : Completed activity. Result:
CMD-TailLogs - stage 0 - Command CMD-TailLogs stage 0 completed
[2017-09-20T01:42:45.845Z] INFO [10989] - [CMD-TailLogs/AddonsAfter] : Starting activity...
[2017-09-20T01:42:45.845Z] INFO [10989] - [CMD-TailLogs/AddonsAfter] : Completed activity.
[2017-09-20T01:42:45.845Z] INFO [10989] - [CMD-TailLogs] : Completed activity. Result:
CMD-TailLogs - Command CMD-TailLogs succeeded
[2017-09-20T01:47:03.218Z] INFO [11141] - [CMD-TailLogs] : Starting activity...
[2017-09-20T01:47:03.218Z] INFO [11141] - [CMD-TailLogs/AddonsBefore] : Starting activity...
[2017-09-20T01:47:03.218Z] INFO [11141] - [CMD-TailLogs/AddonsBefore] : Completed activity.
[2017-09-20T01:47:03.218Z] INFO [11141] - [CMD-TailLogs/TailLogs] : Starting activity...
[2017-09-20T01:47:03.218Z] INFO [11141] - [CMD-TailLogs/TailLogs/TailLogs] : Starting activity...
/var/log/httpd/access_log:
127.0.0.1 (-) - - [20/Sep/2017:01:40:57 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
127.0.0.1 (-) - - [20/Sep/2017:01:41:01 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
127.0.0.1 (-) - - [20/Sep/2017:01:41:02 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
127.0.0.1 (-) - - [20/Sep/2017:01:41:03 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
I would like to know if anyone had the same problem like this before. If so what did you do to resolve the issue? Or anyone has any idea how to deal with this problem?
I am sorry I could not post images because the site require reputation > 10 . :(
Hello I suggest you Reinstall Odoo in your AWS Ubuntu 16.04
Follow the link :
https://www.getopenerp.com/install-odoo-10-on-ubuntu-16-04/
it's good and Perfect installation on odoo
I'm using the latest XAMPP with with PHP 7.1.8 on Windows 10 Pro.
At a moment's notice the included apache server started to produce the following errors. Reinstalling, restarting, trying different versions of xampp, searching the web, nothing helps. It keeps on restarting... Same Problem with Installation of WAMP.
[Thu Sep 14 09:58:09.275015 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 13424 exited with status 3221226356 -- Restarting.
[Thu Sep 14 09:58:09.351715 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 09:58:09.351715 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 09:58:09.352216 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 09:58:09.362746 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 16784
[Thu Sep 14 09:58:10.013977 2017] [mpm_winnt:notice] [pid 16784:tid 724] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 09:58:18.699169 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 16784 exited with status 3221226356 -- Restarting.
[Thu Sep 14 09:58:18.785521 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 09:58:18.785521 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 09:58:18.785521 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 09:58:18.796155 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 8612
[Thu Sep 14 09:58:19.343273 2017] [mpm_winnt:notice] [pid 8612:tid 676] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 09:59:22.489254 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 8612 exited with status 3221226356 -- Restarting.
[Thu Sep 14 09:59:22.560254 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 09:59:22.560756 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 09:59:22.560756 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 09:59:22.571750 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 12896
[Thu Sep 14 09:59:23.129289 2017] [mpm_winnt:notice] [pid 12896:tid 700] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:00:06.956424 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 12896 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:00:07.057701 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:00:07.058201 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:00:07.058201 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:00:07.077759 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 17708
[Thu Sep 14 10:00:07.676408 2017] [mpm_winnt:notice] [pid 17708:tid 732] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:00:14.008406 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 17708 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:00:14.085799 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:00:14.085799 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:00:14.085799 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:00:14.097002 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 3592
[Thu Sep 14 10:00:14.670296 2017] [mpm_winnt:notice] [pid 3592:tid 684] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:00:38.818171 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 3592 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:00:38.893039 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:00:38.893039 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:00:38.893039 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:00:38.905073 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 17056
[Thu Sep 14 10:00:39.587701 2017] [mpm_winnt:notice] [pid 17056:tid 692] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:01:22.737788 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 17056 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:01:22.889690 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:01:22.890191 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:01:22.890191 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:01:22.906235 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 17636
[Thu Sep 14 10:01:23.582065 2017] [mpm_winnt:notice] [pid 17636:tid 692] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:01:34.822440 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 17636 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:01:34.956772 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:01:34.956772 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:01:34.956772 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:01:34.969807 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 12384
[Thu Sep 14 10:01:35.632841 2017] [mpm_winnt:notice] [pid 12384:tid 540] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:02:43.719692 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 12384 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:02:43.802796 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:02:43.802796 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:02:43.802796 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:02:43.816878 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 6380
[Thu Sep 14 10:02:44.383000 2017] [mpm_winnt:notice] [pid 6380:tid 688] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:02:46.833877 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 6380 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:02:46.996185 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:02:46.996185 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:02:46.996185 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:02:47.012227 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 13728
[Thu Sep 14 10:02:47.711441 2017] [mpm_winnt:notice] [pid 13728:tid 728] AH00354: Child: Starting 150 worker threads.
[Thu Sep 14 10:02:50.675777 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00428: Parent: child process 13728 exited with status 3221226356 -- Restarting.
[Thu Sep 14 10:02:50.755284 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00455: Apache/2.4.27 (Win32) PHP/7.1.8 configured -- resuming normal operations
[Thu Sep 14 10:02:50.755284 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00456: Apache Lounge VC14 Server built: Jul 9 2017 11:48:22
[Thu Sep 14 10:02:50.755284 2017] [core:notice] [pid 11268:tid 656] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Sep 14 10:02:50.769128 2017] [mpm_winnt:notice] [pid 11268:tid 656] AH00418: Parent: Created child process 13488
[Thu Sep 14 10:02:51.319194 2017] [mpm_winnt:notice] [pid 13488:tid 684] AH00354: Child: Starting 150 worker threads.
From Windows Eventlog:
Name der fehlerhaften Anwendung: httpd.exe, Version: 2.4.25.0, Zeitstempel: 0x585506f4
Name des fehlerhaften Moduls: ntdll.dll, Version: 10.0.15063.608, Zeitstempel: 0x802f667e
Ausnahmecode: 0xc0000374
Fehleroffset: 0x000d9aba
ID des fehlerhaften Prozesses: 0x21b0
Startzeit der fehlerhaften Anwendung: 0x01d32d5344cc158d
Pfad der fehlerhaften Anwendung: C:\xampp\apache\bin\httpd.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\ntdll.dll
Berichtskennung: a4b863c5-1ad2-4b08-ac54-36767303cc69
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
I have zynq-microzed board and my log messages are following...
[Mon Jun 09 19:28:38.231 2014] SF: Detected S25FL129P_64K/S25FL128S_64K with page size 64 KiB, total 16 MiB
[Mon Jun 09 19:28:38.446 2014] SF: 1245184 bytes # 0x520000 Read: OK
[Mon Jun 09 19:28:38.446 2014] ## Loading kernel from FIT Image at 01000000 ...
[Mon Jun 09 19:28:38.446 2014] Using 'conf#1' configuration
[Mon Jun 09 19:28:38.446 2014] Trying 'kernel#1' kernel subimage
[Mon Jun 09 19:28:38.446 2014] Description: PetaLinux Kernel
[Mon Jun 09 19:28:38.446 2014] Type: Kernel Image
[Mon Jun 09 19:28:38.446 2014] Compression: gzip compressed
[Mon Jun 09 19:28:38.446 2014] Data Start: 0x010000f0
[Mon Jun 09 19:28:38.446 2014] Data Size: 1215908 Bytes = 1.2 MiB
[Mon Jun 09 19:28:38.446 2014] Architecture: ARM
[Mon Jun 09 19:28:38.446 2014] OS: Linux
[Mon Jun 09 19:28:38.446 2014] Load Address: 0x00008000
[Mon Jun 09 19:28:38.446 2014] Entry Point: 0x00008000
[Mon Jun 09 19:28:38.446 2014] Verifying Hash Integrity ... OK
[Mon Jun 09 19:28:38.446 2014] ## Loading fdt from FIT Image at 01000000 ...
[Mon Jun 09 19:28:38.490 2014] Using 'conf#1' configuration
[Mon Jun 09 19:28:38.490 2014] Trying 'fdt#1' fdt subimage
[Mon Jun 09 19:28:38.490 2014] Description: Flattened Device Tree blob
[Mon Jun 09 19:28:38.490 2014] Type: Flat Device Tree
[Mon Jun 09 19:28:38.490 2014] Compression: uncompressed
[Mon Jun 09 19:28:38.490 2014] Data Start: 0x01128f44
[Mon Jun 09 19:28:38.490 2014] Data Size: 9766 Bytes = 9.5 KiB
[Mon Jun 09 19:28:38.490 2014] Architecture: ARM
[Mon Jun 09 19:28:38.490 2014] Hash algo: crc32
[Mon Jun 09 19:28:38.490 2014] Hash value: fad9c7a8
[Mon Jun 09 19:28:38.490 2014] Hash algo: sha1
[Mon Jun 09 19:28:38.490 2014] Hash value: 4ffcd311a61838768c94b2cb0c2e3d5312861fb4
[Mon Jun 09 19:28:38.490 2014] Verifying Hash Integrity ... crc32+ sha1+ OK
[Mon Jun 09 19:28:38.490 2014] Booting using the fdt blob at 0x1128f44
[Mon Jun 09 19:28:38.492 2014] Uncompressing Kernel Image ... OK
[Mon Jun 09 19:28:38.595 2014] Loading Device Tree to 07ffa000, end 07fff625 ... OK
[Mon Jun 09 19:28:38.595 2014]
[Mon Jun 09 19:28:38.595 2014] Starting kernel ...
[Mon Jun 09 19:28:38.595 2014]
[Mon Jun 09 19:28:39.137 2014] Booting Linux on physical CPU 0x0
[Mon Jun 09 19:28:39.137 2014] Linux version 3.8.11 (root#xilinx) (gcc version 4.7.3 (Sourcery CodeBench Lite 2013.05-40) ) #33 SMP PREEMPT Mon Jun 9 19:23:59 IST 2014
[Mon Jun 09 19:28:39.137 2014] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c53c7d
[Mon Jun 09 19:28:39.137 2014] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[Mon Jun 09 19:28:39.137 2014] Machine: Xilinx Zynq Platform, model: suheb_24
[Mon Jun 09 19:28:39.137 2014] Memory policy: ECC disabled, Data cache writealloc
[Mon Jun 09 19:28:39.137 2014] PERCPU: Embedded 7 pages/cpu #c0aa3000 s5568 r8192 d14912 u32768
[Mon Jun 09 19:28:39.137 2014] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
[Mon Jun 09 19:28:39.181 2014] Kernel command line: console=ttyPS0,115200
[Mon Jun 09 19:28:39.181 2014] PID hash table entries: 4096 (order: 2, 16384 bytes)
[Mon Jun 09 19:28:39.181 2014] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[Mon Jun 09 19:28:39.181 2014] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[Mon Jun 09 19:28:39.181 2014] __ex_table already sorted, skipping sort
[Mon Jun 09 19:28:39.181 2014] Memory: 1024MB = 1024MB total
[Mon Jun 09 19:28:39.181 2014] Memory: 1036800k/1036800k available, 11776k reserved, 270336K highmem
[Mon Jun 09 19:28:39.181 2014] Virtual kernel memory layout:
[Mon Jun 09 19:28:39.181 2014] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[Mon Jun 09 19:28:39.181 2014] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[Mon Jun 09 19:28:39.226 2014] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
[Mon Jun 09 19:28:39.226 2014] lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
[Mon Jun 09 19:28:39.226 2014] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[Mon Jun 09 19:28:39.226 2014] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[Mon Jun 09 19:28:39.226 2014] .text : 0xc0008000 - 0xc01b8c4c (1732 kB)
[Mon Jun 09 19:28:39.226 2014] .init : 0xc01b9000 - 0xc02785c0 ( 766 kB)
[Mon Jun 09 19:28:39.226 2014] .data : 0xc027a000 - 0xc0289980 ( 63 kB)
[Mon Jun 09 19:28:39.226 2014] .bss : 0xc0289980 - 0xc0298798 ( 60 kB)
[Mon Jun 09 19:28:39.226 2014] Preemptible hierarchical RCU implementation.
[Mon Jun 09 19:28:39.226 2014] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[Mon Jun 09 19:28:39.267 2014] NR_IRQS:16 nr_irqs:16 16
[Mon Jun 09 19:28:39.267 2014] xslcr mapped to f0002000
[Mon Jun 09 19:28:39.267 2014] Zynq clock init
[Mon Jun 09 19:28:39.267 2014] sched_clock: 16 bits at 54kHz, resolution 18432ns, wraps every 1207ms
[Mon Jun 09 19:28:39.267 2014] ps7-ttc #0 at f0004000, irq=43
it takes 0.542 seconds between...
[Mon Jun 09 19:28:38.595 2014] Starting kernel ...
[Mon Jun 09 19:28:38.595 2014]
[Mon Jun 09 19:28:39.137 2014] Booting Linux on physical CPU 0x0
Now i want to reduce this time as possible..
But i dont know how to reduce this time (0.542 sec)
And i want to know that, what does it do at that time.
Can you please tell me how can i achieve this?
Your method of calculating elapsed time is using flawed data.
What you think is a 0.5 sec "delay" is actually U-Boot outputting "Starting kernel ..." in real time, while the kernel buffers and postpones outputting its "Booting Linux..." until the system and console are initialized. That's comparing apples to oranges.
At the very least you have to get the kernel to output in realtime (just like U-Boot). Then your timestamps will better indicate actual elapsed time.
While the kernel is performing the early initialization, interrupts are disabled and any output to the console (including that "Booting Linux on..." message) is held in a buffer until console_init() is performed at line 572 in Linux/init/main.c. Note that the salient "Booting Linux on..." text was "output" at the beginning of this start_kernel() procedure from the routine smp_setup_processor_id(), line 478. Most of the "delay" that you notice before the "Booting Linux on..." text appears as the kernel starts up is caused by this buffering of the console output.
You can overcome this apparent delay due to buffering by enabling the kernel debugging feature early printk.
Two steps are required:
Enable this feature in configuration:
make menuconfig
Kernel hacking
Kernel low-level debugging functions
Early printk
Add the parameter "earlyprintk" to the kernel command line, which is usually stored in the U-Boot environment variable bootargs or in the Device Tree.
The kernel boot log should indicate that this feature is enabled:
Booting Linux on physical CPU 0x0
Linux version 3.10...
CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Machine: Atmel SAMA5 (Device Tree), model: Atmel SAMA5D36-EK
bootconsole [earlycon0] enabled
Memory policy: ECC disabled, Data cache writeback
...
Kernel command line: console=ttyS0,115200 earlyprintk rootfstype=ubifs ...
I tried upgrading where I successfully upgraded to 1.4.2 from 1.4.1
but the frontend stopped working. Also, phpmyadmin completely stopped.
Below is my error log in /opt/lamp/logs.
Does anyone know where exactly to look for what's causing the error in this big log?
[Fri Jan 24 17:16:44.072704 2014] [ssl:warn] [pid 1180] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:16:44.072796 2014] [ssl:warn] [pid 1180] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:16:44.072825 2014] [suexec:notice] [pid 1180] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 17:16:44.218834 2014] [auth_digest:notice] [pid 1335] AH01757: generating secret for digest authentication ...
[Fri Jan 24 17:16:45.030837 2014] [ssl:warn] [pid 1335] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:16:45.030929 2014] [ssl:warn] [pid 1335] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:16:45.030997 2014] [lbmethod_heartbeat:notice] [pid 1335] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 17:16:45.039496 2014] [mpm_prefork:notice] [pid 1335] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 17:16:45.039531 2014] [core:notice] [pid 1335] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
[Fri Jan 24 17:17:41.073939 2014] [authz_core:error] [pid 1890] [client 127.0.0.1:56956] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:50.020021 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:51.154603 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:51.602371 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:17:51.901841 2014] [authz_core:error] [pid 1891] [client 127.0.0.1:56983] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:20:01.327548 2014] [authz_core:error] [pid 1892] [client 127.0.0.1:56987] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:20:02.489854 2014] [authz_core:error] [pid 1892] [client 127.0.0.1:56987] AH01630: client denied by server configuration: /opt/lampp/phpmyadmin/
[Fri Jan 24 17:20:42.243495 2014] [mpm_prefork:notice] [pid 1335] AH00169: caught SIGTERM, shutting down
[Fri Jan 24 17:20:51.085988 2014] [ssl:warn] [pid 2967] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:20:51.086085 2014] [ssl:warn] [pid 2967] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:20:51.086113 2014] [suexec:notice] [pid 2967] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 17:20:51.216881 2014] [auth_digest:notice] [pid 2968] AH01757: generating secret for digest authentication ...
[Fri Jan 24 17:20:52.074917 2014] [ssl:warn] [pid 2968] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:20:52.074967 2014] [ssl:warn] [pid 2968] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:20:52.075005 2014] [lbmethod_heartbeat:notice] [pid 2968] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 17:20:52.081177 2014] [mpm_prefork:notice] [pid 2968] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 17:20:52.081213 2014] [core:notice] [pid 2968] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
[Fri Jan 24 17:40:47.075100 2014] [ssl:warn] [pid 1188] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:40:47.086940 2014] [ssl:warn] [pid 1188] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:40:47.086998 2014] [suexec:notice] [pid 1188] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 17:40:47.242800 2014] [auth_digest:notice] [pid 1502] AH01757: generating secret for digest authentication ...
[Fri Jan 24 17:40:48.050110 2014] [ssl:warn] [pid 1502] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 17:40:48.050170 2014] [ssl:warn] [pid 1502] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 17:40:48.050214 2014] [lbmethod_heartbeat:notice] [pid 1502] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 17:40:48.055872 2014] [mpm_prefork:notice] [pid 1502] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 17:40:48.055913 2014] [core:notice] [pid 1502] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
[Fri Jan 24 17:50:03.664870 2014] [access_compat:error] [pid 2506] [client 127.0.0.1:44824] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 17:58:43.173383 2014] [access_compat:error] [pid 2512] [client 127.0.0.1:44945] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:02:47.290956 2014] [core:notice] [pid 1502] AH00051: child pid 2915 exit signal Segmentation fault (11), possible coredump in /opt/lampp
[Fri Jan 24 18:05:48.701079 2014] [:error] [pid 2506] [client 127.0.0.1:45082] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:05:59.281046 2014] [:error] [pid 2932] [client 127.0.0.1:45083] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:06:18.870329 2014] [access_compat:error] [pid 2001] [client 127.0.0.1:45088] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:09:28.481096 2014] [:error] [pid 2001] [client 127.0.0.1:45098] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:10:05.300624 2014] [:error] [pid 2946] [client 127.0.0.1:45114] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:10:05.691793 2014] [core:notice] [pid 1502] AH00051: child pid 3781 exit signal Segmentation fault (11), possible coredump in /opt/lampp
[Fri Jan 24 18:10:12.901312 2014] [access_compat:error] [pid 1998] [client 127.0.0.1:45116] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:10:19.200353 2014] [access_compat:error] [pid 2510] [client 127.0.0.1:45122] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:21:01.813878 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:03.603027 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:04.886698 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:05.105651 2014] [:error] [pid 2494] [client 127.0.0.1:45350] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:21:05.278352 2014] [:error] [pid 1998] [client 127.0.0.1:45351] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:22:00.454583 2014] [:error] [pid 2946] [client 127.0.0.1:45403] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:22:57.866575 2014] [:error] [pid 3752] [client 127.0.0.1:45434] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:22:58.061249 2014] [:error] [pid 3752] [client 127.0.0.1:45434] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:23:24.403970 2014] [access_compat:error] [pid 2001] [client 127.0.0.1:45443] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:23:47.017177 2014] [access_compat:error] [pid 3754] [client 127.0.0.1:45452] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:23:53.612522 2014] [access_compat:error] [pid 2946] [client 127.0.0.1:45463] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:23:56.602871 2014] [access_compat:error] [pid 2001] [client 127.0.0.1:45466] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:24:02.936633 2014] [access_compat:error] [pid 2510] [client 127.0.0.1:45472] AH01797: client denied by server configuration: /opt/lampp/htdocs/pedicure/app/etc/local.xml
[Fri Jan 24 18:27:07.836253 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:09.725328 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:11.510547 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.086073 2014] [:error] [pid 3753] [client 127.0.0.1:45605] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.252462 2014] [:error] [pid 2506] [client 127.0.0.1:45606] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.403045 2014] [:error] [pid 2494] [client 127.0.0.1:45607] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:27:13.503701 2014] [:error] [pid 2946] [client 127.0.0.1:45608] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:29:54.146949 2014] [:error] [pid 2510] [client 127.0.0.1:45873] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:30:39.799300 2014] [:error] [pid 3753] [client 127.0.0.1:45991] PHP Fatal error: Call to a member function toHtml() on a non-object in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Layout.php on line 529
[Fri Jan 24 18:30:39.897294 2014] [:error] [pid 3753] [client 127.0.0.1:45991] PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2006 MySQL server has gone away' in /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement/Pdo.php:228\nStack trace:\n#0 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement/Pdo.php(228): PDOStatement->execute(Array)\n#1 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement.php(300): Zend_Db_Statement_Pdo->_execute(Array)\n#2 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)\n#3 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query('UPDATE `core_se...', Array)\n#4 /opt/lampp/htdocs/pedicure/lib/Varien/Db/Adapter/Pdo/Mysql.php(333): Zend_Db_Adapter_Pdo_Abstract->query('UPDATE `core_se...', Array)\n#5 /opt/lampp/htdocs/pedicure/lib/Zend/Db/Adapter/Abstract.php(604): Varien_Db_Adapter_Pdo_Mysql->query('UPDATE `core_se...', Array)\n#6 /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/Model/Mysql4/Session.php(199): Zend_Db_Adapter_Abstract->update('core_session in /opt/lampp/htdocs/pedicure/lib/Zend/Db/Statement/Pdo.php on line 234
[Fri Jan 24 18:40:57.681009 2014] [:error] [pid 2494] [client 127.0.0.1:46634] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:40:57.681057 2014] [:error] [pid 2494] [client 127.0.0.1:46634] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:40:57.681071 2014] [:error] [pid 2494] [client 127.0.0.1:46634] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:02.823272 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:02.823324 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:02.823339 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:06.232257 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:06.232316 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:06.232331 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:08.058339 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:08.058388 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:08.058411 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:10.021820 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:10.021866 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:10.021880 2014] [:error] [pid 2510] [client 127.0.0.1:46643] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:18.703821 2014] [:error] [pid 2506] [client 127.0.0.1:46684] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:18.703868 2014] [:error] [pid 2506] [client 127.0.0.1:46684] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:18.703882 2014] [:error] [pid 2506] [client 127.0.0.1:46684] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:41.511820 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:41.511972 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:41.511997 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:43.294737 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:43.294842 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:43.294862 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:41:44.154850 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:44.154905 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:41:44.154928 2014] [:error] [pid 4590] [client 127.0.0.1:46704] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:43:34.357140 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:34.357197 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:34.357211 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:43:35.823166 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:35.823211 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:35.823225 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
[Fri Jan 24 18:43:40.071212 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(Zend/Log.php): failed to open stream: No such file or directory in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:40.071260 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Warning: include(): Failed opening 'Zend/Log.php' for inclusion (include_path='/opt/lampp/htdocs/pedicure/app/code/local:/opt/lampp/htdocs/pedicure/app/code/community:/opt/lampp/htdocs/pedicure/app/code/core:/opt/lampp/htdocs/pedicure/lib:.:/opt/lampp/lib/php') in /opt/lampp/htdocs/pedicure/lib/Varien/Autoload.php on line 93
[Fri Jan 24 18:43:40.071273 2014] [:error] [pid 2494] [client 127.0.0.1:46818] PHP Fatal error: Class 'Zend_Log' not found in /opt/lampp/htdocs/pedicure/app/code/core/Mage/Core/functions.php on line 247
*** glibc detected *** /opt/lampp/bin/httpd: double free or corruption (!prev): 0x08332630 ***
[Fri Jan 24 18:45:26.599938 2014] [core:notice] [pid 1502] AH00051: child pid 4245 exit signal Aborted (6), possible coredump in /opt/lampp
[Fri Jan 24 18:45:26.600073 2014] [mpm_prefork:notice] [pid 1502] AH00169: caught SIGTERM, shutting down
[Fri Jan 24 18:45:33.065084 2014] [ssl:warn] [pid 4991] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 18:45:33.065195 2014] [ssl:warn] [pid 4991] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 18:45:33.065229 2014] [suexec:notice] [pid 4991] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Fri Jan 24 18:45:33.199857 2014] [auth_digest:notice] [pid 4992] AH01757: generating secret for digest authentication ...
[Fri Jan 24 18:45:34.051094 2014] [ssl:warn] [pid 4992] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Jan 24 18:45:34.051151 2014] [ssl:warn] [pid 4992] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Fri Jan 24 18:45:34.051205 2014] [lbmethod_heartbeat:notice] [pid 4992] AH02282: No slotmem from mod_heartmonitor
[Fri Jan 24 18:45:34.058057 2014] [mpm_prefork:notice] [pid 4992] AH00163: Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri Jan 24 18:45:34.058118 2014] [core:notice] [pid 4992] AH00094: Command line: '/opt/lampp/bin/httpd -D SSL -D PHP5 -E /opt/lampp/logs/error_log'
first of all, there is a mysql error, server has gone away... you should first check, if the webserver can access the db server.
second thing is when you perform an update, especially a majorversion upgrade, make sure that you switch your themes and packages back to the default magento ones, as layoutchanges can cause strange error messages or blank pages. hopefully this was not done on a productive website ;)
Then I would clear the whole cache. If you do not have access to backend, simply remove any files and folders below /docroot/var/cache/ and reload the page after clearing browsercache as well.
If that did not help see if there any frontend errors displayed. If not and only a blank page is displayed or just parts of page with the rest of it blank, it is very hekpful to enable error reporting on frontend in php and magento.
Then you should always take a look on your magentolog found in /docroot/var/log... especially exception.log and system.log can contain a bunch of helpful things...
If you need more help, send over some more info.
Cheers
Ben
I have an web application server sitting behind Apache 2.4.2 in a reverse proxy configuration. The app server returns a response including the following headers:
Pragma: no-cache
Vary: Accept-Encoding
Cache-Control: no-cache
Expires: Mon, 07 Jan 2013 01:21:30 GMT
I have Apache 2.4.2 working as a reverse proxy in front of this application server and want to cache responses from the application server. I can't modify the application server. How do I do this in Apache? I was hopeful for CacheStoreExpired and CacheIgnoreCacheControl but they don't help here because Apache makes a conditional request to the backend - and the app server always wants to refresh the cache with something new that expires 'now'. I wonder if I can rewrite the headers returned from the application server?
I am using mod_cache (to no avail) with this config:
CacheEnable disk /
CacheRoot "C:/Program Files/Apache Software Foundation/Apache2.4/cache/"
CacheIgnoreCacheControl On
CacheIgnoreNoLastMod On
CacheStoreNoStore On
CacheStoreExpired On
CacheStaleOnError on
LogLevel debug
CacheHeader on
CacheDetailHeader on
CacheDefaultExpire 120
CacheMaxExpire 120
SetEnv proxy-nokeepalive 1
ProxyPass / http://localhost:8080/
Apache's debug log is a bit worrying, too:
[Fri Jan 04 16:27:52.113857 2013] [cache:debug] [pid 2824:tid 964] cache_storage.c(624): [client 192.168.4.36:51783] AH00698: cache: Key for entity /browse?(null) is http://192.168.4.189:80/browse?, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:52.113857 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(159): [client 192.168.4.36:51783] AH00750: Adding CACHE_SAVE filter for /browse, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:52.113857 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(169): [client 192.168.4.36:51783] AH00751: Adding CACHE_REMOVE_URL filter for /browse, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.503049 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(1190): [client 192.168.4.36:51783] AH00769: cache: Caching url: /browse, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.503049 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(1196): [client 192.168.4.36:51783] AH00770: cache: Removing CACHE_REMOVE_URL filter., referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.643529 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(1318): [client 192.168.4.36:51783] AH00737: commit_entity: Headers and body for URL http://192.168.4.189:80/browse? cached., referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.799618 2013] [cache:debug] [pid 2824:tid 964] cache_storage.c(624): [client 192.168.4.36:51783] AH00698: cache: Key for entity /browse?(null) is http://192.168.4.189:80/browse?, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.799618 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(569): [client 192.168.4.36:51783] AH00709: Recalled cached URL info header http://192.168.4.189:80/browse?, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.799618 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(865): [client 192.168.4.36:51783] AH00720: Recalled headers for URL http://192.168.4.189:80/browse?, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.799618 2013] [cache:debug] [pid 2824:tid 964] cache_storage.c(320): [client 192.168.4.36:51783] AH00695: Cached response for /browse isn't fresh. Adding/replacing conditional request headers., referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.799618 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(159): [client 192.168.4.36:51783] AH00750: Adding CACHE_SAVE filter for /browse, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:53.799618 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(169): [client 192.168.4.36:51783] AH00751: Adding CACHE_REMOVE_URL filter for /browse, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.235637 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(1190): [client 192.168.4.36:51783] AH00769: cache: Caching url: /browse, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.235637 2013] [cache:debug] [pid 2824:tid 964] mod_cache.c(1196): [client 192.168.4.36:51783] AH00770: cache: Removing CACHE_REMOVE_URL filter., referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.298072 2013] [cache_disk:warn] [pid 2824:tid 964] (OS 5)Access is denied. : [client 192.168.4.36:51783] AH00699: rename tempfile to file failed: C:/Program Files/Apache Software Foundation/Apache2.4/cache/aptmpcJvfPV -> C:/Program Files/Apache Software Foundation/Apache2.4/cache/A/3/xM0hz_t8XPQaojszgaGA.data, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.298072 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(617): [client 192.168.4.36:51783] AH00711: Deleting C:/Program Files/Apache Software Foundation/Apache2.4/cache/A/3/xM0hz_t8XPQaojszgaGA.header from cache., referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.298072 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(634): [client 192.168.4.36:51783] AH00713: Deleting C:/Program Files/Apache Software Foundation/Apache2.4/cache/A/3/xM0hz_t8XPQaojszgaGA.data from cache., referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.298072 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(674): [client 192.168.4.36:51783] AH00715: Deleting directory C:/Program Files/Apache Software Foundation/Apache2.4/cache/A/3 from cache, referer: http://192.168.4.189/browse
[Fri Jan 04 16:27:55.298072 2013] [cache_disk:debug] [pid 2824:tid 964] mod_cache_disk.c(1313): [client 192.168.4.36:51783] AH00736: commit_entity: URL 'http://192.168.4.189:80/browse?' not cached due to earlier disk error., referer: http://192.168.4.189/browse
You can do this with mod_cache
http://httpd.apache.org/docs/current/mod/mod_cache.html
Please consider also to add:
CacheIgnoreQueryString On
Requests with query string parameters are not cached by default.
Looking at your log, there is an error in the last line: not cached due to earlier disk error.
May be your apache server does not have correct permission to write into cache directory, or your disk is full...
You should double check if the apache memcache directory is correctly created.
You can use CacheIgnoreHeaders to ignore unwanted headers from the backend app server:
http://httpd.apache.org/docs/current/mod/mod_cache.html#cacheignoreheaders
For example:
CacheIgnoreHeaders Set-Cookie Cookie Cookie2 X-Forwarded-For X-Forwarded-Host