Skip to content

Instantly share code, notes, and snippets.

View fbocse's full-sized avatar

Filip Bocse fbocse

View GitHub Profile
@fbocse
fbocse / gist:443be9d63c0116c5b0d4124ad0805f77
Created July 21, 2022 15:35
Caused by: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
2022-07-21T18:33:04.507 [grpc-default-executor-39] WARN i.t.s.i.ExceptionHandlerServerInterceptor - ExceptionInterceptor status Status{code=UNKNOWN, description=null, cause=io.tapwater.common.RuntimeIOException: org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 1 action: CancelledException: 1 time, servers with issues: localhost
at io.tapwater.common.RuntimeIOException.attempt(RuntimeIOException.java:33)
at io.tapwater.business.BusinessB3ServiceV1beta1.lambda$listTasks$4(BusinessB3ServiceV1beta1.java:127)
at java.base/java.util.Optional.ifPresent(Optional.java:178)
at io.tapwater.business.BusinessB3ServiceV1beta1.listTasks(BusinessB3ServiceV1beta1.java:125)
at io.tapwater.protobuf.v1beta1.b3.BusinessB3ServiceGrpc$MethodHandlers.invoke(BusinessB3ServiceGrpc.java:274)
at io.grpc.stub.ServerCalls$UnaryServerCallHandler$UnaryServerCallListener.onHalfClose(ServerCalls.java:182)
at io.grpc.PartialForwardingServerCallListener.onHalfClose(PartialForwardingServerCallListener.java:35)
2022-04-09T14:06:26.683 [workflow-method-advanced-payment:405b:allocation:8a5-0708dfbb-14b9-49b1-9b7f-7ebce95f9e8d] INFO i.t.t.s.d.DefaultDisbursementWorkflow - Scheduled allocation in seconds:11
2022-04-09T14:06:26.686 [workflow-method-advanced-payment:405b:disburs-e8b04f3b-0281-45a6-ba22-e386565bda8f] INFO i.t.t.s.d.DefaultDisbursementWorkflow - Scheduled disbursement in seconds:5
2022-04-09T14:06:26.700 [workflow-method-advanced-payment:405b:collection:19b-b1f9cf6f-01de-4cff-b286-abeeedb672c1] INFO i.t.t.s.d.DefaultDisbursementWorkflow - Scheduled collection in seconds:8
Apr 09, 2022 2:06:31 PM io.tapwater.common.LoggingInterceptor lambda$new$0
INFO: Sending request https://api.moov.io/oauth2/token
Apr 09, 2022 2:06:32 PM io.tapwater.common.LoggingInterceptor lambda$new$0
INFO: [409.3ms] Received response status code 200 for url https://api.moov.io/oauth2/token
date: Sat, 09 Apr 2022 11:06:32 GMT
content-type: application/json; charset=UTF-8
@fbocse
fbocse / gist:feb40bdf006093bfc0246f525a98794a
Last active March 7, 2022 19:42
Maven settings for osx-x86_64 detected os and arch
cat << EOF > ~/.m2/settings.xml
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
<mirrors>
<mirror>
<id>maven-default-http-blocker</id>
<mirrorOf>dummy</mirrorOf>
<name>Dummy mirror to override default blocking mirror that blocks http</name>
<url>http://0.0.0.0/</url>
</mirror>