Facebook
From Red Pelican, 4 Years ago, written in Plain Text.
This paste is a reply to Untitled from Denim Parrot - go back
Embed
Viewing differences between Untitled and Re: Untitled
MBP-di-Michele:TruffleProject MBP-di-Michele:DAppChain michele$ npm run deploy

> loom-unity-project-template@ deploy /Users/michele/Desktop/unity-tiles-chain-evm-master/TruffleProject
> truffle deploy --network loom_dapp_chain


Compiling your contracts...
===========================
> Everything is up to date, there is nothing to compile.

Error: JSON-RPC Error -32603 (Internal error): missing trie node 0000000000000000000000000000000000000000000000000000000000000001 (path )
    at HTTPRPCClient. (/Users/michele/Desktop/unity-tiles-chain-evm-master/TruffleProject/node_modules/loom-js/src/internal/http-rpc-client.ts:74:13)
    at step (/Users/michele/Desktop/unity-tiles-chain-evm-master/TruffleProject/node_modules/tslib/tslib.js:139:27)
    at Object.next (/Users/michele/Desktop/unity-tiles-chain-evm-master/TruffleProject/node_modules/tslib/tslib.js:120:57)
    at fulfilled (/Users/michele/Desktop/unity-tiles-chain-evm-master/TruffleProject/node_modules/tslib/tslib.js:110:62)
    at process._tickCallback (internal/process/next_tick.js:68:7)
Truffle v5.1.14 (core: 5.1.14)
Node v10.15.3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! loom-unity-project-template@ deploy: `truffle deploy --network loom_dapp_chain`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the loom-unity-project-template@ deploy script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/michele/.npm/_logs/2020-02-27T10_40_39_720Z-debug.log
MBP-di-Michele:TruffleProject 
ps ax | grep loom
 1726   ??  S      0:04.32 ./loom run
 1788 s001  S+     0:00.00 grep loom
MBP-di-Michele:DAppChain 
michele$ sudo kill -9 1726
Password:
MBP-di-Michele:DAppChain michele$ ps ax | grep loom
 1804 s001  S+     0:00.00 grep loom
MBP-di-Michele:DAppChain michele$ sudo ./reset-and-start-chain.sh
Error: genesis file already exists
Usage:
  loom init [flags]

Flags:
  -f, --force   force initialization
  -h, --help    help for init

genesis file already exists
I[2020-02-27|12:24:31.373] Loading Multi-Writer App Store               module=loom 
I[2020-02-27|12:24:31.456] VersionedCachingStore enabled                module=loom 
I[2020-02-27|12:24:31.456] Using simple log event dispatcher            
E[2020-02-27|12:24:31.476] Couldn't connect to any seeds                module=p2p 
I[2020-02-27|12:24:31.478] Starting RPC HTTP server on [::]:46658       module=query-server 
E[2020-02-27|12:25:01.476] Couldn't connect to any seeds                module=p2p 
E