Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning file name too long #31

Closed
MichaelLuehr opened this issue Nov 21, 2013 · 3 comments
Closed

Warning file name too long #31

MichaelLuehr opened this issue Nov 21, 2013 · 3 comments

Comments

@MichaelLuehr
Copy link

Hi there,

I was playing around with OroPlatform and OroCRM. For some reason I needed to reload my fixtures. HOwever I got the following output on a Ubuntu system:

loading [25] Oro\Bundle\SecurityBundle\DataFixtures\ORM\LoadAclRoles

Warning: file_put_contents(/home/michael/public/oro-crm/app/cache/dev/oro_acl/sf2_acl_[sf2_acl_9bc4619176b8667b084f8b6e79b14cbbb0c5913aaa5bd61cb039fb96e0b99209b62ad035_418c5509e2171d55b0aee5c2ea4442b534eb4c4ef005207e8b8f916b9f1fffacccd6945e][7].doctrinecache.data): failed to open stream: File name too long in /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php on line 112

Call Stack:
0.0001 230000 1. {main}() /home/michael/public/oro-crm/app/console:0
0.1296 21556944 2. Symfony\Component\Console\Application->run() /home/michael/public/oro-crm/app/console:23
0.1343 21783304 3. JMS\JobQueueBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:121
0.1343 21783392 4. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Console/Application.php:44
0.1956 26935424 5. Symfony\Component\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:96
0.1975 26936688 6. Symfony\Component\Console\Application->doRunCommand() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:191
0.1979 26966832 7. Symfony\Component\Console\Command\Command->run() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:904
0.1982 26971072 8. Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand->execute() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:244
2.2655 30682416 9. Doctrine\Common\DataFixtures\Executor\ORMExecutor->execute() /home/michael/public/oro-crm/vendor/doctrine/doctrine-fixtures-bundle/Doctrine/Bundle/FixturesBundle/Command/LoadDataFixturesDoctrineCommand.php:106
2.2656 30683672 10. Doctrine\ORM\EntityManager->transactional() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:85
2.2661 30687304 11. call_user_func() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
2.2661 30687336 12. Doctrine\Common\DataFixtures\Executor\ORMExecutor->Doctrine\Common\DataFixtures\Executor{closure}() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
28.4210 96657288 13. Doctrine\Common\DataFixtures\Executor\AbstractExecutor->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:83
28.4212 96657624 14. Oro\Bundle\SecurityBundle\DataFixtures\ORM\LoadAclRoles->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/AbstractExecutor.php:121
28.4233 96957384 15. Oro\Bundle\SecurityBundle\DataFixtures\ORM\LoadAclRoles->loadSuperAdminRole() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/DataFixtures/ORM/LoadAclRoles.php:38
28.4265 97051232 16. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/DataFixtures/ORM/LoadAclRoles.php:56
28.4266 97051536 17. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setObjectPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:339
28.4266 97051776 18. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->doSetPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:580
28.4266 97052144 19. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->getAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:641
28.4271 97088704 20. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:989
28.4271 97089192 21. Symfony\Component\Security\Acl\Dbal\MutableAclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:86
28.4271 97089472 22. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php:116
28.4307 97384456 23. Symfony\Component\Security\Acl\Domain\DoctrineAclCache->putInCache() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:174
28.4308 97388240 24. Doctrine\Common\Cache\CacheProvider->save() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php:139
28.4308 97388640 25. Doctrine\Common\Cache\FilesystemCache->doSave() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:94
28.4308 97391944 26. file_put_contents() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php:112

Warning: file_put_contents(/home/michael/public/oro-crm/app/cache/dev/oro_acl/sf2_acl_[sf2_acl_9bc4619176b8667b084f8b6e79b14cbbb0c5913aaa5bd61cb039fb96e0b99209b62ad035_f5e638cc78dd325906c1298a0c21fb6be711631380ef1b422ae392db3ca08b8e061aea4e][7].doctrinecache.data): failed to open stream: File name too long in /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php on line 112

Call Stack:
0.0001 230000 1. {main}() /home/michael/public/oro-crm/app/console:0
0.1296 21556944 2. Symfony\Component\Console\Application->run() /home/michael/public/oro-crm/app/console:23
0.1343 21783304 3. JMS\JobQueueBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:121
0.1343 21783392 4. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Console/Application.php:44
0.1956 26935424 5. Symfony\Component\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:96
0.1975 26936688 6. Symfony\Component\Console\Application->doRunCommand() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:191
0.1979 26966832 7. Symfony\Component\Console\Command\Command->run() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:904
0.1982 26971072 8. Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand->execute() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:244
2.2655 30682416 9. Doctrine\Common\DataFixtures\Executor\ORMExecutor->execute() /home/michael/public/oro-crm/vendor/doctrine/doctrine-fixtures-bundle/Doctrine/Bundle/FixturesBundle/Command/LoadDataFixturesDoctrineCommand.php:106
2.2656 30683672 10. Doctrine\ORM\EntityManager->transactional() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:85
2.2661 30687304 11. call_user_func() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
2.2661 30687336 12. Doctrine\Common\DataFixtures\Executor\ORMExecutor->Doctrine\Common\DataFixtures\Executor{closure}() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
28.4210 96657288 13. Doctrine\Common\DataFixtures\Executor\AbstractExecutor->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:83
28.4212 96657624 14. Oro\Bundle\SecurityBundle\DataFixtures\ORM\LoadAclRoles->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/AbstractExecutor.php:121
28.4233 96957384 15. Oro\Bundle\SecurityBundle\DataFixtures\ORM\LoadAclRoles->loadSuperAdminRole() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/DataFixtures/ORM/LoadAclRoles.php:38
28.4315 97387144 16. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/DataFixtures/ORM/LoadAclRoles.php:56
28.4316 97387192 17. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setObjectPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:339
28.4316 97387368 18. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->doSetPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:580
28.4316 97387416 19. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->getAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:641
28.4316 97387592 20. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:989
28.4316 97388032 21. Symfony\Component\Security\Acl\Dbal\MutableAclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:86
28.4316 97388032 22. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php:116
28.4331 97403576 23. Symfony\Component\Security\Acl\Domain\DoctrineAclCache->putInCache() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:174
28.4332 97406720 24. Doctrine\Common\Cache\CacheProvider->save() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php:139
28.4332 97407072 25. Doctrine\Common\Cache\FilesystemCache->doSave() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:94
28.4332 97410352 26. file_put_contents() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php:112

loading [26] Oro\Bundle\CalendarBundle\DataFixtures\ORM\UpdateAclRoles

Warning: file_put_contents(/home/michael/public/oro-crm/app/cache/dev/oro_acl/sf2_acl_[sf2_acl_6c2b12b23d29e83fdcbabde1797d3d0c319ff9e358de38a5dd9df98f87fc7ed9c56c6e81_f5e638cc78dd325906c1298a0c21fb6be711631380ef1b422ae392db3ca08b8e061aea4e][7].doctrinecache.data): failed to open stream: File name too long in /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php on line 112

Call Stack:
0.0001 230000 1. {main}() /home/michael/public/oro-crm/app/console:0
0.1296 21556944 2. Symfony\Component\Console\Application->run() /home/michael/public/oro-crm/app/console:23
0.1343 21783304 3. JMS\JobQueueBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:121
0.1343 21783392 4. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Console/Application.php:44
0.1956 26935424 5. Symfony\Component\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:96
0.1975 26936688 6. Symfony\Component\Console\Application->doRunCommand() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:191
0.1979 26966832 7. Symfony\Component\Console\Command\Command->run() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:904
0.1982 26971072 8. Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand->execute() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:244
2.2655 30682416 9. Doctrine\Common\DataFixtures\Executor\ORMExecutor->execute() /home/michael/public/oro-crm/vendor/doctrine/doctrine-fixtures-bundle/Doctrine/Bundle/FixturesBundle/Command/LoadDataFixturesDoctrineCommand.php:106
2.2656 30683672 10. Doctrine\ORM\EntityManager->transactional() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:85
2.2661 30687304 11. call_user_func() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
2.2661 30687336 12. Doctrine\Common\DataFixtures\Executor\ORMExecutor->Doctrine\Common\DataFixtures\Executor{closure}() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
28.4372 97416576 13. Doctrine\Common\DataFixtures\Executor\AbstractExecutor->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:83
28.4374 97416912 14. Oro\Bundle\CalendarBundle\DataFixtures\ORM\UpdateAclRoles->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/AbstractExecutor.php:121
28.4374 97417336 15. Oro\Bundle\CalendarBundle\DataFixtures\ORM\UpdateAclRoles->updateUserRole() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/CalendarBundle/DataFixtures/ORM/UpdateAclRoles.php:38
28.4396 97472208 16. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/CalendarBundle/DataFixtures/ORM/UpdateAclRoles.php:51
28.4396 97472304 17. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setClassPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:343
28.4396 97472560 18. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->doSetPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:562
28.4396 97472608 19. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->getAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:641
28.4397 97472832 20. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:989
28.4397 97473272 21. Symfony\Component\Security\Acl\Dbal\MutableAclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:86
28.4397 97473272 22. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php:116
28.4420 97488560 23. Symfony\Component\Security\Acl\Domain\DoctrineAclCache->putInCache() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:174
28.4421 97491112 24. Doctrine\Common\Cache\CacheProvider->save() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php:139
28.4421 97491464 25. Doctrine\Common\Cache\FilesystemCache->doSave() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:94
28.4422 97494096 26. file_put_contents() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php:112

Warning: file_put_contents(/home/michael/public/oro-crm/app/cache/dev/oro_acl/sf2_acl_[sf2_acl_5bf141491ea35b8f0769a861be4524f3f15e6cd491ef94beeeab5a979e0a6ab8407bd1d2_f5e638cc78dd325906c1298a0c21fb6be711631380ef1b422ae392db3ca08b8e061aea4e][7].doctrinecache.data): failed to open stream: File name too long in /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php on line 112

Call Stack:
0.0001 230000 1. {main}() /home/michael/public/oro-crm/app/console:0
0.1296 21556944 2. Symfony\Component\Console\Application->run() /home/michael/public/oro-crm/app/console:23
0.1343 21783304 3. JMS\JobQueueBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:121
0.1343 21783392 4. Symfony\Bundle\FrameworkBundle\Console\Application->doRun() /home/michael/public/oro-crm/vendor/jms/job-queue-bundle/JMS/JobQueueBundle/Console/Application.php:44
0.1956 26935424 5. Symfony\Component\Console\Application->doRun() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:96
0.1975 26936688 6. Symfony\Component\Console\Application->doRunCommand() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:191
0.1979 26966832 7. Symfony\Component\Console\Command\Command->run() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:904
0.1982 26971072 8. Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand->execute() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php:244
2.2655 30682416 9. Doctrine\Common\DataFixtures\Executor\ORMExecutor->execute() /home/michael/public/oro-crm/vendor/doctrine/doctrine-fixtures-bundle/Doctrine/Bundle/FixturesBundle/Command/LoadDataFixturesDoctrineCommand.php:106
2.2656 30683672 10. Doctrine\ORM\EntityManager->transactional() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:85
2.2661 30687304 11. call_user_func() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
2.2661 30687336 12. Doctrine\Common\DataFixtures\Executor\ORMExecutor->Doctrine\Common\DataFixtures\Executor{closure}() /home/michael/public/oro-crm/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:223
28.4372 97416576 13. Doctrine\Common\DataFixtures\Executor\AbstractExecutor->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/ORMExecutor.php:83
28.4374 97416912 14. Oro\Bundle\CalendarBundle\DataFixtures\ORM\UpdateAclRoles->load() /home/michael/public/oro-crm/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Executor/AbstractExecutor.php:121
28.4374 97417336 15. Oro\Bundle\CalendarBundle\DataFixtures\ORM\UpdateAclRoles->updateUserRole() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/CalendarBundle/DataFixtures/ORM/UpdateAclRoles.php:38
28.4441 97488456 16. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/CalendarBundle/DataFixtures/ORM/UpdateAclRoles.php:65
28.4442 97488552 17. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->setClassPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:343
28.4442 97488728 18. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->doSetPermission() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:562
28.4442 97488776 19. Oro\Bundle\SecurityBundle\Acl\Persistence\AclManager->getAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:641
28.4443 97489000 20. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcl() /home/michael/public/oro-crm/vendor/oro/platform/src/Oro/Bundle/SecurityBundle/Acl/Persistence/AclManager.php:989
28.4443 97489440 21. Symfony\Component\Security\Acl\Dbal\MutableAclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:86
28.4443 97489440 22. Symfony\Component\Security\Acl\Dbal\AclProvider->findAcls() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php:116
28.4461 97504736 23. Symfony\Component\Security\Acl\Domain\DoctrineAclCache->putInCache() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php:174
28.4462 97507296 24. Doctrine\Common\Cache\CacheProvider->save() /home/michael/public/oro-crm/vendor/symfony/symfony/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php:139
28.4462 97507648 25. Doctrine\Common\Cache\FilesystemCache->doSave() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php:94
28.4462 97510408 26. file_put_contents() /home/michael/public/oro-crm/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php:112

Did I accidently changed some configuration or is there a bug?

@digedag
Copy link
Contributor

digedag commented Nov 21, 2013

Hi Michael,
I guess you use an encrypted home directory. There is a limitation of 143 characters for filenames in Ubuntu. I pushed all my oro-code outside of home and set symbolic links. This works for me!

@MichaelLuehr
Copy link
Author

Hi digedag,

indeed I have an encrypted home directory which has the limitation to 143 charactes. I pushed the cache directory outside the home directory and the problem is solved.
However I'm wondering if this shouldn't be checked by the module which is using the cache or at least by the cache component itself.

@dxops
Copy link
Member

dxops commented May 23, 2014

Hi, @MichaelLuehr and @digedag !

We well add some information related to this issue to our installer. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants