添加环境流水线gitops上无法创建目录

  • Choerodon平台版本: 0.9.0

  • 遇到问题的执行步骤:一键安装

  • 文档地址:无

  • 环境信息(如:节点信息):


  • 报错日志:
    choerodon-gitlab-service报错:
    2018-10-12 14:06:56.433 WARN [gitlab-service,] 1 — [ XNIO-2 task-32] o.s.b.f.s.DefaultListableBeanFactory : Bean creation exception on non-lazy FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘io.choerodon.event.consumer.FailedMsgEventStoreFeign’: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.springframework.transaction.config.internalTransactionAdvisor’ defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor]: Factory method ‘transactionAdvisor’ threw exception; nested exception is java.lang.NullPointerException
    2018-10-12 14:06:56.434 WARN [gitlab-service,] 1 — [ XNIO-2 task-32] o.s.b.f.s.DefaultListableBeanFactory : Bean creation exception on non-lazy FactoryBean type check: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘io.choerodon.event.producer.execute.EventStoreClient’: Initialization of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.springframework.transaction.config.internalTransactionAdvisor’ defined in class path resource [org/springframework/transaction/annotation/ProxyTransactionManagementConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.transaction.interceptor.BeanFactoryTransactionAttributeSourceAdvisor]: Factory method ‘transactionAdvisor’ threw exception; nested exception is java.lang.NullPointerException
    2018-10-12 14:06:56.440 ERROR [gitlab-service,] 1 — [ XNIO-2 task-32] o.s.web.servlet.DispatcherServlet : Context initialization failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration’: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘spring.http.multipart-org.springframework.boot.autoconfigure.web.MultipartProperties’: Initialization of bean failed; nested exception is java.lang.IllegalStateException: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@5a4aa2f2 has not been refreshed yet
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1201) ~[spring-beans-4.3.18.RELEASE.jar!/:4.3.18.RELEASE]

  • 原因分析:

    提出您分析问题的过程,以便我们能更准确的找到问题所在

  • 疑问:

    提出您对于遇到和解决该问题时的疑问

你好,无法创建目录具体指的是什么,这个报错是创建环境的时候报的吗