-
Notifications
You must be signed in to change notification settings - Fork 56
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
operation timeout #162
Labels
bug
Something isn't working
Comments
I don't think @kneckinator or I are the right assignee. |
Could you please tag the right person @jeremi as we need it urgently. |
Hi,
I hope this email finds you well. I am currently using this
<https://github.com/mosip/mimoto> repository and have encountered an issue
that I'd like to bring to your attention. The details of the problem are
outlined below:
2024-01-08 23:31:06.446 ERROR [mimoto,,,] 98773 --- [TaskScheduler-1]
o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in
scheduled task. reactor.core.Exceptions$ReactiveException:
io.netty.channel.ConnectTimeoutException: connection timed out:
iam.dev2.mosip.net/10.3.148.169:443 at
reactor.core.Exceptions.propagate(Exceptions.java:326)
~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE] at
reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:91)
~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE] at
reactor.core.publisher.Mono.block(Mono.java:1175)
~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE] at
io.mosip.kernel.auth.defaultadapter.helper.TokenHelper.getClientToken(TokenHelper.java:130)
~[kernel-auth-adapter-1.2.0.1-B1.jar:na] at
io.mosip.kernel.auth.defaultadapter.config.SelfTokenRenewalTaskExecutor$SelfTokenHandlerTask.run(SelfTokenRenewalTaskExecutor.java:76)
~[kernel-auth-adapter-1.2.0.1-B1.jar:na] at
org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
~[spring-context-5.0.6.RELEASE.jar:5.0.6.RELEASE] at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
~[na:na] at
java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
~[na:na] at
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305)
~[na:na] at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
~[na:na] at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
~[na:na] at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
Suppressed: java.lang.Exception: #block terminated with an error at
reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:93)
~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE] ... 10 common frames omitted
I appreciate your prompt attention to this matter and look forward to a
quick resolution. If there's any additional information or steps required
from my end, please let me know.
Thank You
With Regards
Nishtha Monga
www.thewitslab.com
|
Gurpreet41082
pushed a commit
to tw-mosip/mimoto
that referenced
this issue
Jan 8, 2025
* [INJIWEB-977]: Create Util Tests Signed-off-by: Kamlesh Singh Bisht <[email protected]> * [INJIWEB-977]: Fixed Comments in Util Signed-off-by: Kamlesh Singh Bisht <[email protected]> * [INJIWEB-977]: Fixed Snapshots Signed-off-by: Kamlesh Singh Bisht <[email protected]> * [INJIWEB-977]: AppToaster merge conflicts resolve Signed-off-by: Kamlesh Singh Bisht <[email protected]> * [INJIWEB-977]: Standardaized Describe & Test Names Signed-off-by: Kamlesh Singh Bisht <[email protected]> * [INJIWEB-977]: Fix storage.ts & Add comment in reduxMockUtils Signed-off-by: Kamlesh Singh Bisht <[email protected]> * Update reduxMockUtils.tsx Signed-off-by: Kamlesh Singh Bisht <[email protected]> * [INJIWEB-977]: Fixed DefaultLanguage Signed-off-by: Kamlesh Singh Bisht <[email protected]> --------- Signed-off-by: Kamlesh Singh Bisht <[email protected]> Signed-off-by: Kamlesh Singh Bisht <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2024-01-08 23:31:06.446 ERROR [mimoto,,,] 98773 --- [TaskScheduler-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task.
reactor.core.Exceptions$ReactiveException: io.netty.channel.ConnectTimeoutException: connection timed out: iam.dev2.mosip.net/10.3.148.169:443
at reactor.core.Exceptions.propagate(Exceptions.java:326) ~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE]
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:91) ~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE]
at reactor.core.publisher.Mono.block(Mono.java:1175) ~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE]
at io.mosip.kernel.auth.defaultadapter.helper.TokenHelper.getClientToken(TokenHelper.java:130) ~[kernel-auth-adapter-1.2.0.1-B1.jar:na]
at io.mosip.kernel.auth.defaultadapter.config.SelfTokenRenewalTaskExecutor$SelfTokenHandlerTask.run(SelfTokenRenewalTaskExecutor.java:76) ~[kernel-auth-adapter-1.2.0.1-B1.jar:na]
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-5.0.6.RELEASE.jar:5.0.6.RELEASE]
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[na:na]
at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) ~[na:na]
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[na:na]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[na:na]
at java.base/java.lang.Thread.run(Thread.java:829) ~[na:na]
Suppressed: java.lang.Exception: #block terminated with an error
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:93) ~[reactor-core-3.1.7.RELEASE.jar:3.1.7.RELEASE]
... 10 common frames omitted
The text was updated successfully, but these errors were encountered: