for weeks we had very annoying ajax error popups that seemed to appear randomly. We were finally able to fix them by setting the Cache SubDirLevel from 2 to 0. My question now is: Will that decrease the cache performance? And could this be considered a bug in otrs which we should report?
The only messages we were able to find are from the apache error log:
Code: Select all
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) f: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) 0: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) 4: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) 1: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) 9: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) 2: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/) e: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) b: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) c: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 3: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 0: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 4: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 1: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 6: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 8: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 9: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) 2: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 1 11:38:44 2014] -e: Can't cd to (/opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/) e: No such file or directory
[Tue Jul 1 11:38:44 2014] -e: at /opt/otrs//Kernel/System/Cache/FileStorable.pm line 204.
[Tue Jul 01 11:38:44 2014] [error] [Tue Jul 1 11:38:44 2014] -e: Can't cd to /opt/otrs/var/tmp/CacheFileStorable/DynamicFieldValue/f/a: No such file or directory\n
This is the very meaningful popup: Best regards,
Rolf
(Note: This happened on 3.3.5, 3.3.7 and 3.3.8 on three different VMs, all using Ubuntu)