1. 程式人生 > >Error creating bean with name 'eurekaAutoServiceRegistration'

Error creating bean with name 'eurekaAutoServiceRegistration'

Error creating bean with name ‘eurekaAutoServiceRegistration’

org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name ‘eurekaAutoServiceRegistration’: Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)

  • 錯誤原因:
    • 同一個服務重複啟了;
    • 或者是埠被其他應用佔用了。
  • 解決辦法: 釋放被佔用的埠即可