[
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)