You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@linkis.apache.org by 李叶帆 <11...@qq.com.INVALID> on 2023/05/24 08:13:42 UTC

dev@linkis.apache.org

您好,启动linkis所有服务时,服务linkis-cg-linkismanager 启动报错,导致服务无法启动

具体报错信息如下:


2023-05-24 15:38:19.381 [WARN ] [main&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ] o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext (559) [refresh] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'enginePluginRestful': Unsatisfied dependency expressed through field 'engineConnResourceService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultEngineConnResourceService': Unsatisfied dependency expressed through field 'org$apache$linkis$engineplugin$server$service$DefaultEngineConnResourceService$$engineConnBmlResourceGenerator'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getEngineConnBmlResourceGenerator' defined in class path resource [org/apache/linkis/engineplugin/server/conf/EngineConnPluginSpringConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.linkis.engineplugin.server.localize.EngineConnBmlResourceGenerator]: Factory method 'getEngineConnBmlResourceGenerator' threw exception; nested exception is LinkisException{errCode=20001, desc='Cannot find the home path of engineConn(找不到 engineConn 的 home 路径)', ip='0005.novalocal', port=9101, serviceKind='linkis-cg-linkismanager'}

Re: dev@linkis.apache.org

Posted by peacewong <pe...@apache.org>.
Hello, does the path of this wds.linkis.engineconn.home configuration exist?

李叶帆 <11...@qq.com.invalid> 于2023年5月24日周三 16:52写道:

> 您好,启动linkis所有服务时,服务linkis-cg-linkismanager 启动报错,导致服务无法启动
>
> 具体报错信息如下:
>
>
> 2023-05-24 15:38:19.381 [WARN ] [main&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
> &nbsp; &nbsp; &nbsp; ]
> o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext (559)
> [refresh] - Exception encountered during context initialization -
> cancelling refresh attempt:
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'enginePluginRestful': Unsatisfied dependency
> expressed through field 'engineConnResourceService'; nested exception is
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error
> creating bean with name 'defaultEngineConnResourceService': Unsatisfied
> dependency expressed through field
> 'org$apache$linkis$engineplugin$server$service$DefaultEngineConnResourceService$$engineConnBmlResourceGenerator';
> nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'getEngineConnBmlResourceGenerator' defined in class path
> resource
> [org/apache/linkis/engineplugin/server/conf/EngineConnPluginSpringConfiguration.class]:
> Bean instantiation via factory method failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Failed to instantiate
> [org.apache.linkis.engineplugin.server.localize.EngineConnBmlResourceGenerator]:
> Factory method 'getEngineConnBmlResourceGenerator' threw exception; nested
> exception is LinkisException{errCode=20001, desc='Cannot find the home path
> of engineConn(找不到 engineConn 的 home 路径)', ip='0005.novalocal', port=9101,
> serviceKind='linkis-cg-linkismanager'}