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

Withdraw future transfer failed #11

Closed
elonkusk opened this issue Dec 15, 2021 · 0 comments · Fixed by #25
Closed

Withdraw future transfer failed #11

elonkusk opened this issue Dec 15, 2021 · 0 comments · Fixed by #25
Assignees
Labels
bug Something isn't working

Comments

@elonkusk
Copy link
Member

Withdraw future transfer failed:

  • create multiple future deals
  • all deals expired
  • create withdraw tx
  • got error:
    3:20:13.781 ERROR [pool-48-thread-3] actuator exec withdraw future error -->
    java.lang.NullPointerException: null
    at org.unichain.core.actuator.WithdrawFutureActuator.withdraw(WithdrawFutureActuator.java:118)
    at org.unichain.core.actuator.WithdrawFutureActuator.execute(WithdrawFutureActuator.java:40)
    at org.unichain.common.runtime.RuntimeImpl.setupPrecompiled(RuntimeImpl.java:159)
    at org.unichain.common.runtime.RuntimeImpl.setup(RuntimeImpl.java:167)
    at org.unichain.core.db.TransactionTrace.exec(TransactionTrace.java:136)
    at org.unichain.core.db.Manager.processTransaction(Manager.java:1294)
    at org.unichain.core.db.Manager.pushTransaction(Manager.java:752)
    at org.unichain.core.Wallet.broadcastTransaction(Wallet.java:408)
    at org.unichain.core.services.RpcApiService$WalletApi.broadcastTransaction(RpcApiService.java:907)
    at org.unichain.api.WalletGrpc$MethodHandlers.invoke(WalletGrpc.java:8506)
    at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:171)
    at io.grpc.internal.ServerCallImpl$ServerStreamListenerImpl.halfClosed(ServerCallImpl.java:283)
    at io.grpc.internal.ServerImpl$JumpToApplicationThreadServerStreamListener$1HalfClosed.runInContext(ServerImpl.java:707)
    at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
    at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    23:20:13.781 ERROR [pool-48-thread-3] o.u.c.Wallet Broadcast transaction 34e401c09440a1f2492cbfea629e158141d904a0695601b54a0ea5188fe530de failed, null.
    23:20:15.192 INFO [UnichainJClientWorker-7] net Receive from /13.250.187.196:5525, type: INVENTORY
@elonkusk elonkusk added the bug Something isn't working label Dec 15, 2021
@elonkusk elonkusk pinned this issue Dec 20, 2021
@elonkusk elonkusk unpinned this issue Dec 21, 2021
@realelonmusk102 realelonmusk102 linked a pull request Dec 22, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants