We failed to start project sometimes, of course launched successfully most of the time. Error reported during failure:
[AbstractApplicationContext.java] refresh : 487 -- Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCurrentlyInCreationException:
Error creating bean with name 'ITsysDesktopConfig':
Requested bean is currently in creation:
Is there an unresolvable circular reference?
I am sure there is no circular reference.
Spring version 4.1.1.RELEASE is used, and I use Spring XML file, not annotation in project
When I was using computer with higher configuration,there is less chance of error happening.