You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@iotdb.apache.org by "Tsung Han Tsai (JIRA)" <ji...@apache.org> on 2019/05/25 12:43:00 UTC

[jira] [Closed] (IOTDB-94) IoTDB failed to start client since the required jars are not in the correct lib directory

     [ https://issues.apache.org/jira/browse/IOTDB-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsung Han Tsai closed IOTDB-94.
-------------------------------
    Resolution: Not A Problem

> IoTDB failed to start client since the required jars are not in the correct lib directory
> -----------------------------------------------------------------------------------------
>
>                 Key: IOTDB-94
>                 URL: https://issues.apache.org/jira/browse/IOTDB-94
>             Project: Apache IoTDB
>          Issue Type: Bug
>            Reporter: Tsung Han Tsai
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: 1.PNG, 2.PNG, 3.PNG, 4.PNG, 5.PNG, 6.PNG, 7.PNG, 8.PNG
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *Operating system version*: Windows 10 x64
> *Reproduction of the problem*
> When following the "Quick Start" instruction on IoTDB website ([https://iotdb.apache.org/#/Documents/Quick%20Start]), it would result in "Cannot find the main class 'org.apache.iotdb.cli.client.Client' error". There is the detailed operation below:
>  # Let $IOTDB_HOME = /workspace/incubator-iotdb/iotdb/iotdb/
>  Let $IOTDB_CLI_HOME = /workspace/incubator-iotdb/iotdb-cli/cli/
>  #  
> {code:java}
> > pwd
> /workspace/incubator-iotdb
> > mvn clean package -pl iotdb -am -Dmaven.test.skip=true{code}
>  # 
> {code:java}
> > $IOTDB_HOME\bin\start-server.bat{code}
>  # 
> {code:java}
> > pwd
> /workspace/incubator-iotdb
> > mvn clean package -pl iotdb-cli -am -Dmaven.test.skip=true
> > $IOTDB_CLI_HOME\bin\start-client.bat -h <IP> -p <PORT> -u <USER_NAME>{code}
> which would result in:
>  
> {code:java}
> Cannot find the main class 'org.apache.iotdb.cli.client.Client'{code}
>  
> *Screenshots*
> Follow the "Quick Start" instruction on the website.
>   !5.PNG!
> !6.PNG!
> !7.PNG!
> !8.PNG!
> !2.PNG!
> !1.PNG!
> !3.PNG!!4.PNG!
> *Reason*
> The reason of causing this error is the required jars to start IoTDB client are not in the correct lib directory.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

回覆: [jira] [Closed] (IOTDB-94) IoTDB failed to start client since the required jars are not in the correct lib directory

Posted by Jack Tsai <ja...@outlook.com>.
Hi,

I would like to improve the document. Is it OK for me to reopen the issue and re-mark it as the "improvement"?

Best regards,
Tsung Han Tsai
________________________________
寄件者: Xiangdong Huang <sa...@gmail.com>
寄件日期: 2019年5月26日 上午 10:58
收件者: dev@iotdb.apache.org
主旨: Re: [jira] [Closed] (IOTDB-94) IoTDB failed to start client since the required jars are not in the correct lib directory

Hi,

Though the issues is not a bug [1], I think improving the user manual
document is also an important task :)

[1]
https://issues.apache.org/jira/browse/IOTDB-94?focusedCommentId=16848186&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16848186
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Tsung Han Tsai (JIRA) <ji...@apache.org> 于2019年5月25日周六 下午8:43写道:

>
>      [
> https://issues.apache.org/jira/browse/IOTDB-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Tsung Han Tsai closed IOTDB-94.
> -------------------------------
>     Resolution: Not A Problem
>
> > IoTDB failed to start client since the required jars are not in the
> correct lib directory
> >
> -----------------------------------------------------------------------------------------
> >
> >                 Key: IOTDB-94
> >                 URL: https://issues.apache.org/jira/browse/IOTDB-94
> >             Project: Apache IoTDB
> >          Issue Type: Bug
> >            Reporter: Tsung Han Tsai
> >            Priority: Major
> >              Labels: pull-request-available
> >         Attachments: 1.PNG, 2.PNG, 3.PNG, 4.PNG, 5.PNG, 6.PNG, 7.PNG,
> 8.PNG
> >
> >          Time Spent: 20m
> >  Remaining Estimate: 0h
> >
> > *Operating system version*: Windows 10 x64
> > *Reproduction of the problem*
> > When following the "Quick Start" instruction on IoTDB website ([
> https://iotdb.apache.org/#/Documents/Quick%20Start]), it would result
> in "Cannot find the main class 'org.apache.iotdb.cli.client.Client' error".
> There is the detailed operation below:
> >  # Let $IOTDB_HOME = /workspace/incubator-iotdb/iotdb/iotdb/
> >  Let $IOTDB_CLI_HOME = /workspace/incubator-iotdb/iotdb-cli/cli/
> >  #
> > {code:java}
> > > pwd
> > /workspace/incubator-iotdb
> > > mvn clean package -pl iotdb -am -Dmaven.test.skip=true{code}
> >  #
> > {code:java}
> > > $IOTDB_HOME\bin\start-server.bat{code}
> >  #
> > {code:java}
> > > pwd
> > /workspace/incubator-iotdb
> > > mvn clean package -pl iotdb-cli -am -Dmaven.test.skip=true
> > > $IOTDB_CLI_HOME\bin\start-client.bat -h <IP> -p <PORT> -u
> <USER_NAME>{code}
> > which would result in:
> >
> > {code:java}
> > Cannot find the main class 'org.apache.iotdb.cli.client.Client'{code}
> >
> > *Screenshots*
> > Follow the "Quick Start" instruction on the website.
> >   !5.PNG!
> > !6.PNG!
> > !7.PNG!
> > !8.PNG!
> > !2.PNG!
> > !1.PNG!
> > !3.PNG!!4.PNG!
> > *Reason*
> > The reason of causing this error is the required jars to start IoTDB
> client are not in the correct lib directory.
> >
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>

Re: [jira] [Closed] (IOTDB-94) IoTDB failed to start client since the required jars are not in the correct lib directory

Posted by Xiangdong Huang <sa...@gmail.com>.
Hi,

Though the issues is not a bug [1], I think improving the user manual
document is also an important task :)

[1]
https://issues.apache.org/jira/browse/IOTDB-94?focusedCommentId=16848186&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16848186
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Tsung Han Tsai (JIRA) <ji...@apache.org> 于2019年5月25日周六 下午8:43写道:

>
>      [
> https://issues.apache.org/jira/browse/IOTDB-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
>
> Tsung Han Tsai closed IOTDB-94.
> -------------------------------
>     Resolution: Not A Problem
>
> > IoTDB failed to start client since the required jars are not in the
> correct lib directory
> >
> -----------------------------------------------------------------------------------------
> >
> >                 Key: IOTDB-94
> >                 URL: https://issues.apache.org/jira/browse/IOTDB-94
> >             Project: Apache IoTDB
> >          Issue Type: Bug
> >            Reporter: Tsung Han Tsai
> >            Priority: Major
> >              Labels: pull-request-available
> >         Attachments: 1.PNG, 2.PNG, 3.PNG, 4.PNG, 5.PNG, 6.PNG, 7.PNG,
> 8.PNG
> >
> >          Time Spent: 20m
> >  Remaining Estimate: 0h
> >
> > *Operating system version*: Windows 10 x64
> > *Reproduction of the problem*
> > When following the "Quick Start" instruction on IoTDB website ([
> https://iotdb.apache.org/#/Documents/Quick%20Start]), it would result
> in "Cannot find the main class 'org.apache.iotdb.cli.client.Client' error".
> There is the detailed operation below:
> >  # Let $IOTDB_HOME = /workspace/incubator-iotdb/iotdb/iotdb/
> >  Let $IOTDB_CLI_HOME = /workspace/incubator-iotdb/iotdb-cli/cli/
> >  #
> > {code:java}
> > > pwd
> > /workspace/incubator-iotdb
> > > mvn clean package -pl iotdb -am -Dmaven.test.skip=true{code}
> >  #
> > {code:java}
> > > $IOTDB_HOME\bin\start-server.bat{code}
> >  #
> > {code:java}
> > > pwd
> > /workspace/incubator-iotdb
> > > mvn clean package -pl iotdb-cli -am -Dmaven.test.skip=true
> > > $IOTDB_CLI_HOME\bin\start-client.bat -h <IP> -p <PORT> -u
> <USER_NAME>{code}
> > which would result in:
> >
> > {code:java}
> > Cannot find the main class 'org.apache.iotdb.cli.client.Client'{code}
> >
> > *Screenshots*
> > Follow the "Quick Start" instruction on the website.
> >   !5.PNG!
> > !6.PNG!
> > !7.PNG!
> > !8.PNG!
> > !2.PNG!
> > !1.PNG!
> > !3.PNG!!4.PNG!
> > *Reason*
> > The reason of causing this error is the required jars to start IoTDB
> client are not in the correct lib directory.
> >
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>