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 2021/08/26 01:21:07 UTC

[GitHub] [dolphinscheduler] meyp opened a new issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

meyp opened a new issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036


   **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]
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] zhoulijuanmiao edited a comment on issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
zhoulijuanmiao edited a comment 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]
   
   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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] meyp closed issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
meyp closed issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036


   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] meyp closed issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
meyp closed issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036


   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] zhoulijuanmiao commented on issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] meyp commented on issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
meyp commented on issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036#issuecomment-908820567


   > > **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
   
   ok, thanks


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036#issuecomment-905998054


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/zh-cn/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] chengshiwen commented on issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
chengshiwen commented on issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036#issuecomment-907581828


   @meyp Please set VM options like
   
   ![image](https://user-images.githubusercontent.com/4902714/131208936-7902e6ec-744d-47f2-bf8e-46aa1e13cd2a.png)
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] meyp commented on issue #6036: version:1.3.6,start API, see the console log apiServerApplicaiton's port is 8080. but the properties server.port is 12345, why it doesn't work?

Posted by GitBox <gi...@apache.org>.
meyp commented on issue #6036:
URL: https://github.com/apache/dolphinscheduler/issues/6036#issuecomment-908820567


   > > **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
   
   ok, thanks


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org