mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 04:05:49 +00:00
Replace update rippled links
This commit is contained in:
@@ -30,7 +30,7 @@ For troubleshooting purposes, the most important fields are (from most commonly
|
||||
[ips_fixed]
|
||||
s2.ripple.com 51235
|
||||
|
||||
- **`amendment_blocked`** - This field is normally omitted from the `server_info` response. If this field appears with the value `true`, then the network has approved an [amendment](amendments.html) for which your server doesn't have an implementation. Most likely, you can fix this by [updating rippled](update-rippled.html) to the latest version. You can also use the [feature method][] to see what amendment IDs are currently enabled and which one(s) your server does and does not support.
|
||||
- **`amendment_blocked`** - This field is normally omitted from the `server_info` response. If this field appears with the value `true`, then the network has approved an [amendment](amendments.html) for which your server doesn't have an implementation. Most likely, you can fix this by [updating rippled](install-rippled.html) to the latest version. You can also use the [feature method][] to see what amendment IDs are currently enabled and which one(s) your server does and does not support.
|
||||
|
||||
- **`peers`** - This field indicates how many other servers in the XRP Ledger peer-to-peer network your server is connected to. Healthy servers typically show between 5 and 50 peers, unless explicitly configured to connect only to certain peers.
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ You can fix this issue using `rippled` on supported Linux systems according to t
|
||||
|
||||
- You must be running **[rippled version 1.1.0][New in: rippled 1.1.0] or later**.
|
||||
|
||||
- [Upgrade rippled](update-rippled.html) to the latest stable version before starting this process.
|
||||
- [Upgrade rippled](install-rippled.html) to the latest stable version before starting this process.
|
||||
|
||||
- You can check what version of `rippled` you have installed locally by running the following command:
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ Terminating thread rippled: main: unhandled St13runtime_error
|
||||
|
||||
If your server always crashes on startup, see [Server Won't Start](server-wont-start.html) for possible cases.
|
||||
|
||||
If your server crashes randomly during operation or as a result of particular commands, make sure you are [updated](update-rippled.html) to the latest `rippled` version. If you are on the latest version and your server is still crashing, check the following:
|
||||
If your server crashes randomly during operation or as a result of particular commands, make sure you are [updated](install-rippled.html) to the latest `rippled` version. If you are on the latest version and your server is still crashing, check the following:
|
||||
|
||||
- Is your server running out of memory? On some systems, `rippled` may be terminated by the Out Of Memory (OOM) Killer or another monitor process.
|
||||
- If your server is running in a shared environment, are other users or administrators causing the machine or service to be restarted? For example, some hosted providers automatically kill any service that uses a large amount of a shared machine's resources for an extended period of time.
|
||||
|
||||
Reference in New Issue
Block a user