Replies: 1 comment 2 replies
-
@turtoise which version and deployment method do you use? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when i deployed inlong-manager,it looks that service has started ,but i can not find "Started InLongWebApplication in 6.795 seconds (JVM running for 7.565)" in log/manager-web.log , Also, log/error.log report error:
"Error: Could not find or load main class status"
i could not access the inlong-manager url: http://127.0.0.1:8083
my config is:
conf/application.properties:
server.port=8083
spring.profiles.active=dev
conf/application-dev.properties:
spring.datasource.druid.url=jdbc:mysql://127.0.0.1:3306/apache_inlong_manager?useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true&serverTimezone=GMT%2b8
spring.datasource.druid.username=xxxx
spring.datasource.druid.password=xxxx
cluster.tube.manager=http://127.0.0.1:8089
cluster.tube.master=127.0.0.1:8099
cluster.tube.clusterId=1
cluster.zk.url=127.0.0.1:2181
cluster.zk.root=inlong_hive
sort.appName=inlong_app
could anyone help me solve the problem ?
Beta Was this translation helpful? Give feedback.
All reactions