Krishna T

Results 6 issues of Krishna T

Error on native build for a Jakarta EE Spring Boot application. ``` Exception in thread "main" java.lang.IllegalStateException: No application context available after calling main method of 'com.fss.aeps.Application'. Does it run...

question

Mapdb Version : 3.0.8 ``` DB db = DBMaker.fileDB(new File("ini/advicedb.db")).make(); HTreeMap map = db.hashMap("myMap").open(); System.out.println(map.getSize()); Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 26 out of bounds for length 26 at org.mapdb.DataInput2$ByteArray.unpackLongArray(DataInput2.java:200)...

When I am trying to install patched xapk I am getting `INSTALL_FAILED_INVALID_APK: /data/app/vmdl768487179.tmp/7.apk version code 871 inconsistent with 872`

I want to serve binary files as values through configuration from config server. e.g. The following configuration `keystoreFile='{file}'keystore.jks` Should be resolved to by reading content of mentioned file and converting...

enhancement
help wanted

Microservice 'IMPS-BENEFICIARY-SERVICE' is https enabled. Not sure if the issue with eureka discovery mechanism or the gateway. ``` RoutePredicateHandlerMapping.lambda$getHandlerInternal$0(94) Mapping [Exchange: POST https://127.0.0.1/imps/ReqPay/2.0/urn:txnid:DTYabf72ee5d7cd4d7c8d455cf377bf5d21] to Route{id='issuer_request', uri=lb://IMPS-BENEFICIARY-SERVICE, order=0, predicate=Paths: [/imps/Req**/**], match...

feedback-provided