-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes - IssuesFaced
35 lines (23 loc) · 1.72 KB
/
notes - IssuesFaced
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Issue - MultipleRepresentations
Multiple representations of the same entity [servie.track_servie.entity.ProductionCompany#437] are being merged.
Detached: [ProductionCompany(id=437, name=Heyday Films, logoPath=/nu20mtwbEIhUNnQ5NXVhHsNknZj.png, originCountry=GB, servies=null)];
Detached: [ProductionCompany(id=437, name=Heyday Films, logoPath=/nu20mtwbEIhUNnQ5NXVhHsNknZj.png, originCountry=GB, servies=null)]] with root cause
################################################################
################################################################
***************************
APPLICATION FAILED TO START
***************************
Description:
The dependencies of some of the beans in the application context form a cycle:
listController (field private servie.track_servie.service.ListService servie.track_servie.controller.ListController.listService)
↓
listService (field private servie.track_servie.service.ServieService servie.track_servie.service.ListService.servieService)
┌─────┐
| servieService (field private servie.track_servie.service.SeriesService servie.track_servie.service.ServieService.seriesService)
↑ ↓
| seriesService (field private servie.track_servie.service.SeasonService servie.track_servie.service.SeriesService.seasonService)
↑ ↓
| seasonService (field private servie.track_servie.service.ServieService servie.track_servie.service.SeasonService.servieService)
└─────┘
Action:
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.