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

Package synchronization stuck #73

Closed
sadortun opened this issue Apr 21, 2020 · 13 comments
Closed

Package synchronization stuck #73

sadortun opened this issue Apr 21, 2020 · 13 comments
Labels
bug Something isn't working

Comments

@sadortun
Copy link
Contributor

Hi !

I've added a package from a repository where Repman do not have access, and the sync is stuck, and there is no way to delete the package.

image

Have a good day,
Samuel

@akondas
Copy link
Member

akondas commented Apr 21, 2020

Is the consumer runnig? You need to run

bin/console messenger:consume async

@sadortun
Copy link
Contributor Author

Yes, it's running

@akondas
Copy link
Member

akondas commented Apr 21, 2020

Ok then i have to reproduce it. Normally it is so that if an error occurred during synchronization it is displayed on the package list.

@akondas
Copy link
Member

akondas commented Apr 21, 2020

Normally in such a situation something like what I shared on this screen follows:
Screenshot from 2020-04-22 00-38-12
Are you able to share application logs? Or did it happen on our public instance?

@sadortun
Copy link
Contributor Author

@akondas Yes, i saw this message on later packages due tu access issues.

During the first addition of the package it might be possible that the message consumer was not running.

Sorry, i dont have any logs.

@sadortun
Copy link
Contributor Author

Ill close this since it's probably only an issue with my incorect initial setup.

@akondas
Copy link
Member

akondas commented Apr 22, 2020

consumer was not running

This should not be a problem, when you start the consumer, all the work that was in the queue resumes.

You can try to run:

bin/console messenger:failed:show

@akondas akondas changed the title Synchronizxation stuck Package synchronization stuck Apr 22, 2020
@akondas akondas added the bug Something isn't working label Apr 23, 2020
@akondas
Copy link
Member

akondas commented Apr 27, 2020

@sadortun have you tried bin/console messenger:failed:show? If yes, and still no errors then can we close this? (because at the moment it's difficult to reproduce)

@sadortun
Copy link
Contributor Author

No i did not. I think we can close this anyway, until we get a better way to reproduce the issue

@sadortun
Copy link
Contributor Author

sadortun commented May 9, 2020

Same issue occured again
image

image

@sadortun sadortun reopened this May 9, 2020
@akondas
Copy link
Member

akondas commented May 11, 2020

The next step is the nginx and/or php-fpm logs:

  • /var/log/nginx/app_error.log
  • /var/log/php7.4-fpm.log

@akondas
Copy link
Member

akondas commented May 20, 2020

Hey @sadortun, can we also check:

  • message consumer logs var/log/consumer.log
  • supervisor logs /var/log/supervisor/message-consumer_00-stderr ...

I would like to solve this problem 😉

@akondas
Copy link
Member

akondas commented Oct 22, 2020

Thanks @sadortun for your time with. I think we can close it for now. All helpful information on where to look for errors will be included in the new documentation tab: repman-io/repman-docs-pages#13

In case of further news, please feel free to open this issue or create a new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants