yulongz opened a new pull request #5664:
URL: https://github.com/apache/dolphinscheduler/pull/5664
fix docker-compose run error
wrong logļ¼
...
INFO] 2021-06-19 18:07:52.059
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader:[93] -
DolphinPluginLoader.loadPlugins() configPlugins.plugin= (registry)
[INFO] 2021-06-19 18:07:52.060
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader:[100] - -- Loading
plugin registry --
[INFO] 2021-06-19 18:07:52.060
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader:[123] -
DolphinPluginLoader.buildPluginClassLoader(registry)
[INFO] 2021-06-19 18:07:52.061
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader:[124] -
DolphinPluginLoader.buildPluginClassLoader, file.getAbsolutePath()
(**/opt/apache-dolphinscheduler-1.3.6-SNAPSHOT-bin/registry**)
18:07:52.131 [Master-Server] ERROR
org.springframework.boot.SpringApplication - Application run failed
....
Caused by: java.lang.IllegalArgumentException: **plugin must be a pom file
or directory registry .**
at
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader.buildPluginClassLoader(DolphinPluginLoader.java:131)
at
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader.loadPlugin(DolphinPluginLoader.java:101)
at
org.apache.dolphinscheduler.spi.plugin.DolphinPluginLoader.loadPlugins(DolphinPluginLoader.java:94)
at
org.apache.dolphinscheduler.service.registry.RegistryCenter.installRegistryPlugin(RegistryCenter.java:138)
--
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]