You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have followed all the steps as described in the linux installation section, all components are installed and running.
service-index - running,
migration - done
analyzer service - running (via uwsgi)
starting service api is throwing below error:
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.epam.ta.reportportal.core.analyzer.auto.client.RabbitMqManagementClient]: Factory method 'managementTemplate' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error
Rabbitmq is up and running
Listing connections ...
user peer_host peer_port state
rpmquser 127.0.0.1 51798 running
user permission provided
Listing permissions for vhost "analyzer" ...
user configure write read
rabbitmq .* .* .*
rpmquser .* .* .*
admin .* .* .*
The text was updated successfully, but these errors were encountered:
Have followed all the steps as described in the linux installation section, all components are installed and running.
service-index - running,
migration - done
analyzer service - running (via uwsgi)
starting service api is throwing below error:
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.epam.ta.reportportal.core.analyzer.auto.client.RabbitMqManagementClient]: Factory method 'managementTemplate' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error
Rabbitmq is up and running
Listing connections ...
user peer_host peer_port state
rpmquser 127.0.0.1 51798 running
user permission provided
Listing permissions for vhost "analyzer" ...
user configure write read
rabbitmq .* .* .*
rpmquser .* .* .*
admin .* .* .*
The text was updated successfully, but these errors were encountered: