-
Notifications
You must be signed in to change notification settings - Fork 7
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
ServerErrorHttpException (500) #138
Comments
It seems I have exactly the same error. All goes well, untill the Products Data is migrated. @bengrol dit you find a solution? |
Here is my debug output:
|
Maybe you should have a look at the logs of the destination PIM. You'll certainly find the answer in there. |
I've got the same issue - the error log in my destination PIM is empty...The print_r of the response is: GuzzleHttp\Psr7\Response Object (
) |
Ok - I think I've found the issue. The pim runs under www-data whereas I ran transporteo under a different user. I made sure that both users had permission to write to the var/cache. I found this out by re-installing a new version of v2 and saw this in the log: [Fri Nov 30 16:20:57.188661 2018] [proxy_fcgi:error] [pid 2052:tid 140394025187072] [client 84.9.97.65:63810] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught InvalidArgumentException: The directory "/var/www/pim-community-standard/var/cache/prod/oro_acl_annotations" is not writable. in /var/www/pim-community-standard/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php:92\nStack trace:\n#0 /var/www/pim-community-standard/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php(37): Doctrine\Common\Cache\FileCache->__construct('/var/www/pim-co...', '.doctrinecache....', 2)\n#1 /var/www/pim-community-standard/var/cache/prod/Container1uhk9xx/appProdProjectContainer.php(5486): Doctrine\Common\Cache\FilesystemCache->__construct('/var/www/pim-co...')\n#2 /var/www/pim-community-standard/var/cache/prod/Container1uhk9xx/appProdProjectContainer.php(5568): Container1uhk9xx\appProdProjectContainer->getOroSecurity_Acl_AnnotationProviderService()\n#3 /var/www/pim-community-standard/var/cache/prod/Container1uhk9xx/appProdProjectContainer.php(5558): Container1uhk9xx\appProdProjectContainer->getOroSecurity_SecurityFacadeSe...\n', referer: Hope that helps. |
Any updates? I'm getting the same error for products to migrate from 1.7 to 2.0 using transporteo. Rest categories, families, users migrated. |
Any updates? Same problem with products |
I have an exception during a 1.7 => 2.0 migration.
The exception occurs at the time of the "Migrating products data".
The previous steps are running correctly.
the operation takes place locally.
I use the inner variation Bundle and all our custom code is commented
The API is working properly.
Any idea ?
The text was updated successfully, but these errors were encountered: