You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2021/06/28 14:22:13 UTC

[GitHub] [incubator-tuweni] atoulme opened a new issue #293: 0 port throws the discovery service

atoulme opened a new issue #293:
URL: https://github.com/apache/incubator-tuweni/issues/293


   ```
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: 01:37:49.926 [DefaultDispatcher-worker-8] ERROR o.a.tuweni.devp2p.DiscoveryService - ÐΞVp2p discovery 758643411: unexpected error during packet handling
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: java.lang.IllegalArgumentException: udpPort should be between 1 and 65535, got 0
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.Endpoint.<init>(Endpoint.kt:97)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.Endpoint$Companion.readFrom(Endpoint.kt:92)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.PingPacket$Companion$decode$1$from$1.apply(Packet.kt:148)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.PingPacket$Companion$decode$1$from$1.apply(Packet.kt:117)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.BytesRLPReader.readList(BytesRLPReader.java:114)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.RLPReader.readList(RLPReader.java:285)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.PingPacket$Companion$decode$1.apply(Packet.kt:148)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.PingPacket$Companion$decode$1.apply(Packet.kt:117)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.BytesRLPReader.readList(BytesRLPReader.java:114)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.RLPReader.readList(RLPReader.java:285)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.RLP.lambda$decodeList$1(RLP.java:302)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.RLP.decode(RLP.java:270)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.RLP.decodeList(RLP.java:302)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.rlp.RLP.decodeList(RLP.java:284)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.PingPacket$Companion.decode(Packet.kt:146)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.PacketType$PING.decode(PacketType.kt:39)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.Packet$Companion.decodeFrom(Packet.kt:77)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.CoroutineDiscoveryService.receivePacket(DiscoveryService.kt:499)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at org.apache.tuweni.devp2p.CoroutineDiscoveryService$receiveDatagram$1.invokeSuspend(DiscoveryService.kt:428)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
   Jun 28 01:37:49 ip-172-31-23-167 crawler[727181]: #011at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] atoulme closed issue #293: 0 port throws the discovery service

Posted by GitBox <gi...@apache.org>.
atoulme closed issue #293:
URL: https://github.com/apache/incubator-tuweni/issues/293


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org