Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEVERE ERROR #60

Open
Oxichain opened this issue May 8, 2021 · 0 comments
Open

SEVERE ERROR #60

Oxichain opened this issue May 8, 2021 · 0 comments

Comments

@Oxichain
Copy link

Oxichain commented May 8, 2021

Hello,
I just created my Cryptocurrency and I want it to go into forging mode. Once I type in the command curl -d requestType=startForging -d secretPhrase="HERE I WRITE MY SECRET PHRASE" http://localhost:7375/nxt it gives me following error:

2021-05-08 12:42:50 SEVERE: Error in block generation thread
java.lang.NullPointerException: Cannot invoke "nxt.Block.getHeight()" because "<parameter1>" is null
	at nxt.Generator.setLastBlock(Generator.java:323)
	at nxt.Generator$1.run(Generator.java:79)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:831)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant