You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/03/19 01:30:47 UTC

[GitHub] [incubator-dolphinscheduler] barntt77 commented on issue #2073: the question about starting api server

barntt77 commented on issue #2073: the question about starting api server
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2073#issuecomment-600939688
 
 
   > has this issue solved or not ?
   
   when i start those server ,such as api-server , master-server,work-server....,meet this question
   ![image](https://user-images.githubusercontent.com/54257101/77022165-dd444700-69c3-11ea-89a0-028e069c993c.png)
   Logging system failed to initialize using configuration from '/opt/soft/dolphinscheduler/conf/apiserver_logback.xml'
   java.io.FileNotFoundException: /opt/soft/dolphinscheduler/conf/apiserver_logback.xml (No such file or directory)
   	at java.io.FileInputStream.open0(Native Method)
   	at java.io.FileInputStream.open(FileInputStream.java:195)
   	at java.io.FileInputStream.<init>(FileInputStream.java:138)
   	at java.io.FileInputStream.<init>(FileInputStream.java:93)
   	at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
   	at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
   	at java.net.URL.openStream(URL.java:1038)
   	at org.springframework.boot.context.logging.LoggingApplicationListener.initializeSystem(LoggingApplicationListener.java:297)
   	at org.springframework.boot.context.logging.LoggingApplicationListener.initialize(LoggingApplicationListener.java:266)
   	at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEnvironmentPreparedEvent(LoggingApplicationListener.java:229)
   	at org.springframework.boot.context.logging.LoggingApplicationListener.onApplicationEvent(LoggingApplicationListener.java:202)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
   	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
   	at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:75)
   	at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
   	at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:347)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:306)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1260)
   	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1248)
   	at org.apache.dolphinscheduler.api.ApiApplicationServer.main(ApiApplicationServer.java:32)
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services