Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Parity MacOS pkg seems to be corrupted after performing the update located bottom-right in the web UI. #8607

Closed
stochastic-thread opened this issue May 12, 2018 · 3 comments
Labels
F1-panic 🔨 The client panics and exits without proper error handling. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Milestone

Comments

@stochastic-thread
Copy link

Before filing a new issue, please provide the following information.

I'm running:

  • Which Parity version?: Parity/v1.10.0-beta-0a9d41e-20180320/x86_64-macos/rustc1.24.1
  • Which operating system?: MacOS
  • How installed?: via installer / homebrew / binaries / from source
  • Are you fully synchronized?: yes, my node was fully functional previously
  • Which network are you connected to?: ethereum / ropsten / kovan / ...
  • Did you try to restart the node?: yes

When I open up Launchpad (all the apps displayed as a grid on MacOS for those unfamiliar), I click on Parity and it no longer opens. I know I've backed up private keys/my account, so hopefully I'll be able to recover relatively easily - I don't understand why but for some reason the web app doesn't "open up" automatically anymore but it used to. I don't seem to be able to properly launch a single, nonclashing instance of parity any longer.

This started happening after I attempted an upgrade through the web UX - I tried remapping automatically opening web browser to Safari/Chrome/Firefox seperately to see if somehow it wasn't able to resolve the URI to a web browser, but that didnt work.

any one have an idea whats wrong?

Thanks for your time in advance, I appreciate it

@Tbaut Tbaut added F3-annoyance 💩 The client behaves within expectations, however this “expected behaviour” itself is at issue. M2-installer 📲 Installers for MacOS and Windows. labels May 14, 2018
@Tbaut Tbaut added this to the 1.12 milestone May 14, 2018
@Tbaut
Copy link
Contributor

Tbaut commented May 14, 2018

It's not clear to me what you did.
Please upgrade your parity node to the latest version and make sure to download and install Parity UI following these instructions.

@zhangyijun
Copy link

when Upgrade to v1.10.x, Parity client Service will corrupt, I try invoke from shell, finnaly get Error as:
Client service error: Client(Database(Error(Msg("Received null column family handle from DB."), State { next_error: None, backtrace: None })))

Detail Info as following:

zhangyijun$ /Applications/Parity\ Ethereum.app/Contents/MacOS/parity ui
2018-05-20 18:17:39 Parity browser interface is deprecated. It's going to be removed in the next version, use standalone Parity UI instead.
2018-05-20 18:17:39 Standalone Parity UI: https://github.com/Parity-JS/shell/releases
2018-05-20 18:17:39 Starting Parity/v1.10.4-stable-39b9f1e-20180514/x86_64-macos/rustc1.25.0
2018-05-20 18:17:39 Keys path /Users/zhangyijun/Library/Application Support/io.parity.ethereum/keys/Foundation
2018-05-20 18:17:39 DB path /Users/zhangyijun/Library/Application Support/io.parity.ethereum/chains/ethereum/db/906a34e69aec8c0d
2018-05-20 18:17:39 Path to dapps /Users/zhangyijun/Library/Application Support/io.parity.ethereum/dapps
2018-05-20 18:17:39 State DB configuration: fast
2018-05-20 18:17:39 Operating mode: active
2018-05-20 18:17:40 Configured for Foundation using Ethash engine
2018-05-20 18:17:40 DB corrupted: Invalid argument: You have to open all column families. Column families not opened: col6, col4, col1, col2, col5, col0, col3, attempting repair
2018-05-20 18:17:43 Updated conversion rate to Ξ1 = US$714.90 (6660938 wei/gas)
Client service error: Client(Database(Error(Msg("Received null column family handle from DB."), State { next_error: None, backtrace: None })))

@Tbaut
Copy link
Contributor

Tbaut commented May 20, 2018

Thanks for the precisions. This seems related to #7766
Your database is corrupted. The best way other seem to have solved it is by deleted the DB and redo a sync.
Please try the following:

  • Upgrade to the latest release
  • run parity db kill
  • run parity --warp-barrier 5620000

Note that the UI integrated in Parity has been deprecated, to use it, you can use Parity UI

@Tbaut Tbaut added Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate. F1-panic 🔨 The client panics and exits without proper error handling. and removed F3-annoyance 💩 The client behaves within expectations, however this “expected behaviour” itself is at issue. M2-installer 📲 Installers for MacOS and Windows. labels May 20, 2018
@Tbaut Tbaut closed this as completed May 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F1-panic 🔨 The client panics and exits without proper error handling. Z7-duplicate 🖨 Issue is a duplicate. Closer should comment with a link to the duplicate.
Projects
None yet
Development

No branches or pull requests

3 participants