Yearner opened a new issue, #12309:
URL: https://github.com/apache/iotdb/issues/12309

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   1.3.0
   
   ### Describe the bug and provide the minimal reproduce step
   
   1 Run cmd in the sbin directory
   2 exec  start-cli.bat -h 192.168.0.4 -p 6667 -u root -pw root
   
   ### What did you expect to see?
   
   ---------------------
   Starting IoTDB Cli
   ---------------------
    _____       _________  ______   ______
   |_   _|     |  _   _  ||_   _ `.|_   _ \
     | |   .--.|_/ | | \_|  | | `. \ | |_) |
     | | / .'`\ \  | |      | |  | | |  __'.
    _| |_| \__. | _| |_    _| |_.' /_| |__) |
   |_____|'.__.' |_____|  |______.'|_______/  version 1.3.0 (Build: d1326c5)
   
   ### What did you see instead?
   
   -h 127.0.0.1 -p 6667 -u root -pw root
   java  -ea -DIOTDB_HOME="E:\Programming software\apache-iotdb-1.3.0-all-bin" 
-cp  org.apache.iotdb.cli.Cli -h 127.0.0.1 -p 6667 -u root -pw root
   用法: java [-options] class [args...]
              (执行类)
      或  java [-options] -jar jarfile [args...]
              (执行 jar 文件)
   
   ### Anything else?
   
   I have found the cause of the problem.
   about 60 lines.
   change
   if EXIST %IOTDB_HOME%\lib ...
   to
   if EXIST "%IOTDB_HOME%\lib" ...
   
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


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

Reply via email to