New install - Projects Missing Follow
Greetings
I have a fresh HUB install via docker using systemctl as per the install recommendations:
ExecStartPre=-/usr/bin/docker exec %n stop
ExecStartPre=-/usr/bin/docker rm %n
ExecStartPre=/usr/bin/docker pull jetbrains/hub:2018.1.9041
ExecStart=/usr/bin/docker run --rm --name %n \
-v /data/jetbrains/hub/data:/opt/hub/data \
-v /data/jetbrains/hub/conf:/opt/hub/conf \
-v /data/jetbrains/hub/logs:/opt/hub/logs \
-v /data/jetbrains/hub/backups:/opt/hub/backups \
-p 6080:8080 \
--net=isolated_0 \
jetbrains/hub:2018.1.9041
Access is via nginx proxy.
Other than 1 other user added, and linking youtrack, upsource and teamcity virgin installs, I created 2 other project other than global.
Today i wanted to get started and upon opening HUB, all projects have disappeared.
This is the only error I can see in the logs:
* Starting Bundle Hub Configurator
20:48:56,528 WARN [JetPassServiceDAO ] [qtp728034317-35] Service Id is deprecated and will be removed shortly, please update to key usages
20:52:17,693 ERROR [DataAccessExceptionUtil ] [qtp728034317-35] Operation CREATE for Service with id "5cd554a2-ef72-4364-89cf-9dcc9ce14b73" named "JetBrains YouTrack 2018.1 Bundle (@/172.31.101.4)" is not permitted
jetbrains.jetpass.dao.api.SecurityViolationException: Operation CREATE for Service with id "5cd554a2-ef72-4364-89cf-9dcc9ce14b73" named "JetBrains YouTrack 2018.1 Bundle (@/172.31.101.4)" is not permitted
20:52:24,765 WARN [JetPassServiceDAO ] [qtp728034317-48] Service Id is deprecated and will be removed shortly, please update to key usages
20:52:46,044 WARN [JetPassServiceDAO ] [qtp728034317-43] Service Id is deprecated and will be removed shortly, please update to key usages
20:54:09,028 ERROR [DataAccessExceptionUtil ] [qtp728034317-39] Operation CREATE for Service with id "48731122-d0ec-4548-aeae-a93b54aa818e" named "JetBrains Upsource 2017.3 Bundle (@/172.31.101.3)" is not permitted
jetbrains.jetpass.dao.api.SecurityViolationException: Operation CREATE for Service with id "48731122-d0ec-4548-aeae-a93b54aa818e" named "JetBrains Upsource 2017.3 Bundle (@/172.31.101.3)" is not permitted
As I am totally new to this, anyone have ideas as to how to fix this/ avoid this in the future ?
Please sign in to leave a comment.
Hello, please accept our sincerest apologies that we have missed your request.
Is your question still relevant? Please let us know if you still need our assistance, we’ll be happy to help.
If you have urgent questions, please feel free to submit a support request: https://hub-support.jetbrains.com/hc/en-us/requests/new?ticket_form_id=66692