Skip to content

Commit

Permalink
update console
Browse files Browse the repository at this point in the history
  • Loading branch information
ywy2090 authored and cyjseagull committed Mar 31, 2020
1 parent a408086 commit 3ddf4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
13 changes: 2 additions & 11 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,17 +176,6 @@ cp -n console/conf/applicationContext-sample.xml console/conf/applicationContext
cp nodes/127.0.0.1/sdk/* console/conf/
```

```eval_rst
.. important::
- 如果控制台配置正确,但是在CentOS系统上启动控制台出现如下错误:
Failed to connect to the node. Please check the node status and the console configuration.
是因为使用了CentOS系统自带的JDK版本(会导致控制台与区块链节点认证失败),请从 `OpenJDK官网 <https://jdk.java.net/java-se-ri/8>`_ 或 `Oracle官网 <https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html>`_ 下载并安装Java 8或以上版本(具体安装步骤 `参考附录 <manual/console.html#java>`_ ),安装完毕后再启动控制台。
```

### 启动控制台

- 启动
Expand All @@ -213,6 +202,8 @@ Type 'help' or 'h' for help. Type 'quit' or 'q' to quit console.
=============================================================================================
```

控制台启动失败,参考 [附录:JavaSDK启动失败场景](./sdk/java_sdk.html#id22)

### 使用控制台获取信息

```bash
Expand Down
11 changes: 0 additions & 11 deletions en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,6 @@ cp -n console/conf/applicationContext-sample.xml console/conf/applicationContext
cp nodes/127.0.0.1/sdk/* console/conf/
```

```eval_rst
.. important::
- if the console has been configured correctly, but it reports the following exception when starting console in CentOS system:
Failed to connect to the node. Please check the node status and the console configuration.
this is caused by the in-built JDK version of CentOS system(who will lead to verification failure of console and nodes). Please download and install Java 8 or above version from `OpenJDK official website <https://jdk.java.net/java-se-ri/8>`_ or `Oracle official website <https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html>`_ (for detailed installation steps please check `Additional <manual/console.html#java>`_ ), and start console after finishing installation.
```

### Start console

- Start console
Expand Down

0 comments on commit 3ddf4bc

Please sign in to comment.