-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
M2.1.0: System Upgrade: Component Dependency throws error, does not give any details. #6471
Comments
I've encountered this before, the fix for me was to increase the memory limit in PHP. |
We have increased the memory limit to 2GB. The issue still exist. Any other pointers to resolve the issue? I am not even sure what the issue is. How do we reach that information first? |
Guys, any leads on how to debug this issue? If I know which module has the problem, I can try solving it...but how to figure out which one has the issue? Let me know if there are logs that I am missing to look at currently. This is urgent. |
Exactly the same problem here and same versions. Memory increase has no affect. Is there anyone out there who can help us move past this problem? |
Developers, we need attention on this, or at-least a workaround. Don't have any clue what the problem is, so cannot resolve it. Please take this up on priority. |
Hi @apurv-anand Please provide more details about your environment: OS version, PHP version, Apache/Nginx |
OS version: Ubuntu 14.04.4 LTS |
Could you please also try next approach:
|
Followed your steps. The response tab is blank, but the status code is getting set to 500 Internal Server Error. Looking at the Apache error logs, I see: AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) in .../composer/src/Composer/DependencyResolver/RuleSetGenerator.php Are the errors related? What are the next steps? |
In Component Manager one module is present with all empty fields - name, module, etc. (type = module) and id I try to enable it, the message is similar: Check Component Dependency Can these be related? how to find which module is this? |
In the install.log, backup is successful, but UI throws error (as in the previous attachment) even while the back-up is still going on. |
@shiftedreality : Please let me know the next steps. |
Hi @apurv-anand It also may be related to your environment settings. Update: |
503 - Backend fetch failed error. <title>503 Backend fetch failed</title>Error 503 Backend fetch failedBackend fetch failed Guru Meditation:XID: 429618 Varnish cache server |
I could not resolve this issue, even after increasing the http_resp_hdr_len as mentioned in Magento: http://devdocs.magento.com/guides/v2.0/config-guide/varnish/tshoot-varnish-503.html I had to upgrade without the backup. Point here is that none of these issues are shown up in the UI and users takes a lot of time to figure out the reasons for the failure. This needs to be fixed by Magento 2.x |
I also have this issue. Prevents me from upgrading magento or installing modules through the web component manager. I'm on Magento 2.1.1. I'm on a hosted server, so increasing the memory limit is pretty much impossible. |
Hi @apurv-anand |
Hi @Ctucker9233 |
Same Issue Any Solution.... @apurv-anand @alex-code @shiftedreality @veloraven @BaDos |
[trigger] MC-39996: Add composer2 support
M2.1.0: System Upgrade: Component Dependency throws error, does not give any details.
This issue occurred again while upgrading M2.1.0 to M2.1.1
The upgrade triggered from admin interface fails at component dependency. The error does not give any clue which component is facing the issue. No logs (at least I am not able to locate it) has the details.
Steps:
The system fails on dependency failure with no clue to user what should be fixed.
Expected: Clear details for the error so that user can take right actions. I am not sure which log would have the details. The log details can be mentioned in the comment for us to move forward as a workaround.

The text was updated successfully, but these errors were encountered: