zhoulijuanmiao commented on issue #6036:
URL:
https://github.com/apache/dolphinscheduler/issues/6036#issuecomment-906946166
> **Describe the question**
> Run the masterServer,workerServer,apiServerApplication successful,and
install the dolphinscheduler-ui is ok, but i cannot visit the views. i see the
console log apiServerApplicaiton's port is 8080. but the properties server.port
is 12345, why it doesn't work?
>
> 2021-08-26 08:31:25.400 INFO 100672 --- [ main]
d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation
plugin(s)
> 2021-08-26 08:31:25.443 INFO 100672 --- [ main]
s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
> 2021-08-26 08:31:25.761 INFO 100672 --- [ main]
.d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named:
viewTreeUsingGET_1
> 2021-08-26 08:31:25.912 INFO 100672 --- [ main]
o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet
'dispatcherServlet'
> 2021-08-26 08:31:25.930 INFO 100672 --- [ main] org.mortbay.log : Logging
to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
> 2021-08-26 08:31:26.188 INFO 100672 --- [ main]
o.e.jetty.server.AbstractConnector : Started ServerConnector@29a98d9f{HTTP/1.1,
(http/1.1)}{0.0.0.0:8080}
>
> **Which version of DolphinScheduler:**
> -[release1.3.6]
> **Describe the question**
> Run the masterServer,workerServer,apiServerApplication successful,and
install the dolphinscheduler-ui is ok, but i cannot visit the views. i see the
console log apiServerApplicaiton's port is 8080. but the properties server.port
is 12345, why it doesn't work?
>
> 2021-08-26 08:31:25.400 INFO 100672 --- [ main]
d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation
plugin(s)
> 2021-08-26 08:31:25.443 INFO 100672 --- [ main]
s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
> 2021-08-26 08:31:25.761 INFO 100672 --- [ main]
.d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named:
viewTreeUsingGET_1
> 2021-08-26 08:31:25.912 INFO 100672 --- [ main]
o.e.j.s.h.ContextHandler.application : Initializing Spring DispatcherServlet
'dispatcherServlet'
> 2021-08-26 08:31:25.930 INFO 100672 --- [ main] org.mortbay.log : Logging
to Logger[org.mortbay.log] via org.mortbay.log.Slf4jLog
> 2021-08-26 08:31:26.188 INFO 100672 --- [ main]
o.e.jetty.server.AbstractConnector : Started ServerConnector@29a98d9f{HTTP/1.1,
(http/1.1)}{0.0.0.0:8080}
>
> **Which version of DolphinScheduler:**
> -[release1.3.6]
add `@PropertySource(ignoreResourceNotFound = false, value =
"classpath:application-api.properties")` to ApiApplicationServer Class and
restart apiServer
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]