Testrpc can t find log handlers

0 votes

I have created a simple truffle project using  'truffle init'. Then I compile and migrate using this:

truffle compile
truffle migrate

I get no errors. In a separate terminal window, I run testrpc and I am getting the following error:

Listening on localhost:8545 127.0.0.1 - - [2019-01-07 20:44:14] "POST / HTTP/1.1" 200 718 0.001816 No handlers could be found for logger "jsonrpc.manager".
Jan 18, 2019 in Blockchain by slayer
• 29,350 points
480 views

1 answer to this question.

+1 vote

This doesn't usually happen, maybe the log configuration was changed. To fix this, go to the directory where testrpc is installed. It is usually installed in /bin/testrpc or /usr/local/bin/testrpc. Now in the testrpc file, add this:

import logging
logging.basicConfig()

This should solve the problem

answered Jan 18, 2019 by Omkar
• 69,210 points

Related Questions In Blockchain

0 votes
1 answer

Ethereum Studio: Can't find Sandbox

The GitHub project site says that the image is ...READ MORE

answered Jul 20, 2018 in Blockchain by Christine
• 15,790 points
624 views
0 votes
1 answer

Can’t find value for key while using CouchDB for Fabric.

In the output you have mentioned: {   "id": ...READ MORE

answered Jul 31, 2018 in Blockchain by slayer
• 29,350 points
1,410 views
0 votes
1 answer

Cant set Remix IDE to work on testrpc

As I can see that you are ...READ MORE

answered Dec 11, 2018 in Blockchain by Omkar
• 69,210 points
594 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,690 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,232 views
0 votes
1 answer
0 votes
1 answer

Hyperledger Composer cant find business card.

I changed the code to: var businessNetwork = ...READ MORE

answered Oct 26, 2018 in Blockchain by Omkar
• 69,210 points
658 views
0 votes
2 answers

Truffle compile: Cant find module error

You can install babel-register and try again. ...READ MORE

answered Feb 19, 2019 in Blockchain by Loki
2,744 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP