Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Rohit Yadav
Thanks for sharing Alena! > On 24-Mar-2015, at 6:02 am, Alena Prokharchyk wrote: > > network_group table is long gone. I guess the only one reason for the > keeping table related mysql statements in ConfigurationServerImpl.java - is > to handle the upgrade scenarios. We should probably just disab

Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Erik Weber
Thanks for the insight Alena :-) -- Erik Den tirsdag 24. mars 2015 skrev Alena Prokharchyk følgende: > network_group table is long gone. I guess the only one reason for the > keeping table related mysql statements in ConfigurationServerImpl.java - is > to handle the upgrade scenarios. We shoul

Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Alena Prokharchyk
network_group table is long gone. I guess the only one reason for the keeping table related mysql statements in ConfigurationServerImpl.java - is to handle the upgrade scenarios. We should probably just disable the logging for this case. The situation with creating duplicated system/admin user is

Re: [ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Rohit Yadav
Hi Erik, Yes, I've seen them before. The network_group table does not exist in ACS, I've seen this issue as well but this is probably harmless and perhaps has to do with maintaining migrations from old/other CCP releases though I'm not sure. I'll try to see if we can address them, though they lo

[ACS 4.5.1 RC1] Caught SQLException on startup

2015-03-23 Thread Erik Weber
Anyone else see these during startup? 2015-03-23 11:59:32,712 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught exception when inserting system account: Duplicate entry '1' for key 'PRIMARY' 2015-03-23 11:59:32,713 DEBUG [c.c.s.ConfigurationServerImpl] (main:null) Caught SQLException when i