question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I deployed marbles in localhost, everything run fine until some of time. When I wake up this morning, and tried to run marbles again, I got this error:

read  - success: { jsonrpc: '2.0',
  error:
   { code: -32003,
     message: 'Query failure',
     data: 'Error when querying chaincode: Error:Failed to launch chaincode spec(Timeout expired while starting chaincode 14b711be6f0d00
b190ea26ca48c22234d93996b6e625a4b108a7bbbde064edf0179527f30df238d61b66246fe1908005caa5204dd73488269c8999276719ca8b(networkid:dev,peerid:
c9527fe1-2332-48aa-8e6f-797d0689c52e_vp1,tx:f77a672d-b239-498b-9e54-803ebeccfca5))' },
  id: 1466646199791 }
marbles index msg error: [SyntaxError: Unexpected token u]

All marbles did I create also dissapear and I can’t create new marble. Any idea what happened?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dshuffma-ibmcommented, Jun 27, 2016

That error is harmless and would have nothing to do with your symptoms. It simply cannot save an optional summary file that can be used to debug/transfer ibc settings.

As for losing your marbles, do you notice if the blockchain ledger is resetting? Examine the block height of the chain from either the UI at the bottom, or by using the GET /chain API directly. Is it possible someone else is using your network?

1reaction
kimdotnetcommented, Jun 27, 2016

@mastersingh24 I already delete my instance, now that problem is solved. But now I got new problem. My marbles is dissapear after some time (most likely 8 hours).

In my console I got this error, after deploy success message.

        deploy success [waiting another 50 seconds]
         14b711be6f0d00b190ea26ca48c22234d93996b6e625a4b108a7bbbde064edf0179527f30df238d61b66246fe1908005caa5204dd73488269c8999276719ca8b

[ibc-js] ibc.save() error { [Error: ENOENT: no such file or directory, open 'C:\Users\kim\Documents\Learn node.js\marbles\cc_summaries\14b711be6f0d00b190ea26ca48c22234d93996b6e625a4b108a7bbbde064edf0179527f30df238d61b66246fe1908005caa5204dd73488269c8999276719ca8b.json']
  errno: -4058,
  code: 'ENOENT',
  syscall: 'open',
  path: 'C:\\Users\\kim\\Documents\\Learn node.js\\marbles\\cc_summaries\\14b711be6f0d00b190ea26ca48c22234d93996b6e625a4b108a7bbbde064edf0179527f30df238d61b66246fe1908005caa5204dd73488269c8999276719ca8b.json' }

What the meaning of that error? is that error related to the loss of my marble?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reason for query failure - Stack Overflow
I want to find out why my query is failing whenever this php script is run. The error is: Fatal error: Query Failed!...
Read more >
Partial query failures - Azure Data Explorer - Microsoft Learn
A partial query failure is a failure to run the query that gets detected only after the query has started the actual execution...
Read more >
Query Failure - Snowflake Community
Query Failure. LATEST QUESTIONS. UNANSWERED QUESTIONS. No posts available! Can't find what you're looking for? Ask a Question.
Read more >
How to troubleshoot An error occurred on a query to database ...
How to troubleshoot An error occurred on a query to database" or "Database Query Failure errors that occur during a backup or restore....
Read more >
A Deep Dive into DNS Query Failures - USENIX
We find that 13.5% of DNS queries fail, and this leads us to explore the root causes. We observe significant differences between IPv4...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found