maqiang0813 opened a new issue #4476:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/4476


   I compiled 1.3.4 source code on arm64 platform,and my hadoop version is 
3.1.0.
   api server cannot start,but other services were working fine.
   
   I checked the dolphinscheduler-api-server-xx.out,found error as below:
   
   ERROR org.springframework.boot.SpringApplication - Application run failed
   java.lang.NoClassDefFoundError: org/mortbay/log/Log
   
   then I found 
https://github.com/apache/incubator-dolphinscheduler/issues/3036 in issue list 
mentioned that  could fix it after replacing jetty-util-9.4.14.v20181114.jar 
with jetty-util-6.1.26.jar,
   but after doing that,I got a new error ,and still only api server cannot be 
started.
   
   
   [main] ERROR org.springframework.boot.SpringApplication - Application run 
failed
   org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.context.ApplicationContextException: Unable to start 
ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
           at 
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:157)
 ~[spring-boot-2.1.3.RELEASE.jar:2.1.3.RELEASE]
           at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543)
 ~[spring-context-5.1.5.RELEASE.jar:5.1.5.RELEASE]
   
   
   can someone help me to resolve this?        


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to