You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Eric Pai (Jira)" <ji...@apache.org> on 2021/12/16 14:06:00 UTC

[jira] [Created] (IOTDB-2169) error start-node/server.bat in windows

Eric Pai created IOTDB-2169:
-------------------------------

             Summary: error start-node/server.bat in windows
                 Key: IOTDB-2169
                 URL: https://issues.apache.org/jira/browse/IOTDB-2169
             Project: Apache IoTDB
          Issue Type: Bug
          Components: Others
            Reporter: Eric Pai
            Assignee: Eric Pai
         Attachments: image-2021-12-16-21-59-50-521.png, image-2021-12-16-22-02-15-971.png

In my PC with Windows10 installed, I ran the .\start-server.bat in Windows Terminal and got a error response like this

!image-2021-12-16-21-59-50-521.png!

 

By adding '@echo on' to open the debug mode in .bat, I got this final executed command

!image-2021-12-16-22-02-15-971.png!

We can see that these binary operators are separated with spaces, which can't be correctly intercepted as an inner parameter.

 

What's more, in Windows platform, only Java7 and 11 are allowed in the start-node.bat. However, in start-server.bat, any version equal or larger than 8 is allowed. They should be consistent.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)