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

Link emission should include LinkId #673

Open
sentry-io bot opened this issue Oct 5, 2020 · 0 comments
Open

Link emission should include LinkId #673

sentry-io bot opened this issue Oct 5, 2020 · 0 comments

Comments

@sentry-io
Copy link

sentry-io bot commented Oct 5, 2020

Sentry Issue: XPRING-ILP-TESTNET-9K

LinkException: Unable to sendPacket. preparePacket=InterledgerPreparePacket{, amount=0, expiresAt=2020-10-05T08:01:33.618204Z, executionCondition=Condition{hash=Zmh6rfhivXdsj8GLjp+OIAiXFIVu4jOzkCpZHQ1fKSU=}, destination=InterledgerAddress{value=peer.route.update}, data=+aHnYZFqT865KsmralHStAAAAmkAAAJpAAACaQAAr8gXdGVzdC54cHJpbmctZGV2LndjLnByb2QBAAEA} error=connect timed out
    at org.interledger.link.http.IlpOverHttpLink.sendPacket(IlpOverHttpLink.java:198)
    at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateFunction$10(CircuitBreaker.java:361)
    at org.interledger.connector.link.CircuitBreakingLink.sendPacket(CircuitBreakingLink.java:83)
    at org.interledger.connector.routing.DefaultCcpSender.sendRouteUpdateRequest(DefaultCcpSender.java:320)
    at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
...
(6 additional frame(s) were not displayed)

SocketTimeoutException: connect timed out
    at java.net.PlainSocketImpl.socketConnect
    at java.net.AbstractPlainSocketImpl.doConnect
    at java.net.AbstractPlainSocketImpl.connectToAddress
    at java.net.AbstractPlainSocketImpl.connect
    at java.net.SocksSocketImpl.connect
...
(29 additional frame(s) were not displayed)

08:00:49.643 [pool-7-thread-1] ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - Unexpected error occurred in scheduled task
org.interledger.link.exceptions.LinkException: Unable to sendPacket. preparePacket=InterledgerPreparePacket{, amount=0, expiresAt=2020-10-05T08:01:33.618204Z, executionCondition=Condition{hash=Zmh6rfhivXdsj8GLjp+OIAiXFIVu4jOzkCpZHQ1fKSU=}, destination=InterledgerAddress{value=peer.route.update}, data=+aHnYZFqT865KsmralHStAAAAmkAAAJpAAACaQAAr8gXdGVzdC54cHJpbmctZGV2LndjLnByb2QBAAEA} error=connect timed out
	at org.interledger.link.http.IlpOverHttpLink.sendPacket(IlpOverHttpLink.java:198)
	at io.github.resilience4j.circuitbreaker.CircuitBreaker.lambda$decorateFunction$10(CircuitBreaker.java:361)
	at org.interledger.connector.link.CircuitBreakingLink.sendPacket(CircuitBreakingLink.java:83)
	at org.interledger.connector.routing.DefaultCcpSender.sendRouteUpdateRequest(DefaultCcpSender.java:320)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.r...

It would be nice to see which link is causing this error. We can't look at the ILP address because it's a peer. address and doesn't tell us enough information.

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

0 participants