lordk911 opened a new issue, #12528: URL: https://github.com/apache/dolphinscheduler/issues/12528
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened dolphinscheduler 2.0.7 I install dolphinscheduler on path : /data/dolphinscheduler , and change the logback-*.xml's log.base as /data/dolphinscheduler-log. then when I try to view the log detail , logger-server will throw java.lang.IllegalArgumentException: Illegal path exception. ``` ERROR org.apache.dolphinscheduler.remote.handler.NettyServerHandler - process msg Command [type=ROLL_VIEW_LOG_REQUEST, opaque=2, genCommandTimeMillis=0, bodyLen=101] error java.lang.IllegalArgumentException: Illegal path at org.apache.dolphinscheduler.server.log.LoggerRequestProcessor.process(LoggerRequestProcessor.java:104) at org.apache.dolphinscheduler.remote.handler.NettyServerHandler.lambda$processReceived$0(NettyServerHandler.java:129) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ``` ### What you expected to happen view log detail with out error ### How to reproduce change the logback-*.xml's log.base out of dolphinscheduler install dir ### Anything else _No response_ ### Version 2.0.x ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
