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

Enabling the admin for a world results in an exception #232

Open
aiakide opened this issue May 9, 2019 · 2 comments
Open

Enabling the admin for a world results in an exception #232

aiakide opened this issue May 9, 2019 · 2 comments
Assignees
Labels
bug An error that needs to be fixed not too important Use it when the issue is a minor annoyance that could be fixed sometime

Comments

@aiakide
Copy link
Collaborator

aiakide commented May 9, 2019

When the admin is activated for a world, the following exception occurs.

Caused by: java.lang.IllegalStateException: Multiple representations of the same entity [com.viadee.sonarquest.entities.Level#2] are being merged. Detached: [com.viadee.sonarquest.entities.Level@3f24c92]; Detached: [com.viadee.sonarquest.entities.Level@10ff72c0]

@Christoph-Meyer Christoph-Meyer added the bug An error that needs to be fixed label May 10, 2019
@Christoph-Meyer Christoph-Meyer self-assigned this May 10, 2019
@Christoph-Meyer
Copy link
Collaborator

I can reproduce it, but this is not serious imO as the administrator rarely actively plays in a world.

@Christoph-Meyer Christoph-Meyer added the not too important Use it when the issue is a minor annoyance that could be fixed sometime label May 10, 2019
@Christoph-Meyer
Copy link
Collaborator

Code to look into here is
at com.viadee.sonarquest.services.UserService.save(UserService.java:130)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An error that needs to be fixed not too important Use it when the issue is a minor annoyance that could be fixed sometime
Projects
None yet
Development

No branches or pull requests

2 participants