dependabot[bot] on npm_and_yarn
chore(deps): bump async from 2.… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump minimist from… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump moment from 2… (compare)
dependabot[bot] on npm_and_yarn
chore(deps): bump ajv from 6.12… (compare)
dependabot[bot] on npm_and_yarn
chore(deps-dev): bump shelljs f… (compare)
forge@craig-backbone:~/.forge_chains$ forge start demo-chain
⠉ Waiting for chain demo-chain to start...
✖ Forge start failed: forge is not started within 40 seconds
✖ Forge cannot be successfully started, now exiting...
ℹ Stopping demo-chain chain...
ဝ Waiting for chain demo-chain to stop...
✖ kill EPERM
✖ cannot get daemon process info, ensure forge is started!
ℹ Possible solutions:
──────────────
Cleanup already running forge
Ensure no running forge process that cannot be detected by forge-cli
Run: forge stop demo-chain, to stop forge related processes, then try forge start demo-chain again
Report bug to our engineer
It is very likely that forge cannot be started on your environment
Please run: forge start demo-chain --dry-run
forge@craig-backbone:~/.forge_chains$ forge start demo-chain --dry-run
ℹ Command ```to debug forge starting issue:
──────────────
ERL_AFLAGS="-sname forge-forge-35f42098ce85e6defd749fae791ad32d" FORGE_CONFIG=/home/forge/.forge_chains/forge_demo-chain/forge_release.toml /home/forge/.forge_cli/release/forge/0.38.7/bin/forge start
──────────────
re: Web interface showing the wrong chain - this is my error, I didn't forge web stop/start. That said the UI (in my opinion) should reflect the state of the currently used chain from the command line
There's already a github issue for this it looks like: ArcBlock/forge-cli#80
Quite a few deprecated js packages too, as a developer seeing warnings from the package maintainer that say things like "This is very old, do not use" scares me a little haha. I know this is fairly common in node packages but thought I'd mention it just in case there's alternatives to the ones in use later on when there's time
Will record this as issue, but this may take some time to resolve since the dependency chain maybe very long.
Versions of fordchain chain:
forge-core version 0.38.7 on centos
forge-cli version 0.39.5
forge_web 0.38.7
simulator 0.38.7
forge_workshop 0.38.7
✔ app: fordchain version 0.1
throw new Error('APP_TOKEN_SECRET must be set to start the application');
^
forge ps
Chain: demo-chain v0.38.7
┌───────────────┬──────────┬──────────┬──────────┬──────────┬──────────────────────────────┐
│ Name │ PID │ Uptime │ Memory │ CPU │ Endpoint │
├───────────────┼──────────┼──────────┼──────────┼──────────┼──────────────────────────────┤
│ web │ 28697 │ 6h │ 103 MB │ 0.00 % │ http://127.0.0.1:8210/api │
├───────────────┼──────────┼──────────┼──────────┼──────────┼──────────────────────────────┤
│ forge │ 16423 │ 2h │ 180 MB │ 0.00 % │ tcp://127.0.0.1:38210 │
├───────────────┼──────────┼──────────┼──────────┼──────────┼──────────────────────────────┤
│ tendermint │ 16543 │ 2h │ 58.2 MB │ 0.00 % │ - │
└───────────────┴──────────┴──────────┴──────────┴──────────┴──────────────────────────────┘
forge install latest
claims I have the latest version. I'm going to reinstall the entire thing but I thought I'd mention this here in case it is helpful for you guys to know
forge install latest
output confusing me a little