You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce, current result, expected result
Null pointer exception occurs when setting null value of keyStoreContent or trustStoreContent.
Log output
Exception in thread "callbackUrlEventsThreadPoolExecutor-1" java.lang.NullPointerException: Cannot read the array length because "keyStoreBytes" is null
at com.wultra.core.rest.client.base.RestClientConfiguration.setKeyStoreBytes(RestClientConfiguration.java:546)
at com.wultra.core.rest.client.base.DefaultRestClient$CertificateAuthBuilder.keyStoreBytes(DefaultRestClient.java:1305)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlRestClientCacheLoader.initializeRestClient(CallbackUrlRestClientCacheLoader.java:137)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlRestClientCacheLoader.createNewCachedRestClient(CallbackUrlRestClientCacheLoader.java:97)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlRestClientCacheLoader.load(CallbackUrlRestClientCacheLoader.java:73)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlRestClientCacheLoader.load(CallbackUrlRestClientCacheLoader.java:54)
at com.github.benmanes.caffeine.cache.LocalLoadingCache.lambda$newMappingFunction$3(LocalLoadingCache.java:183)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$doComputeIfAbsent$14(BoundedLocalCache.java:2688)
at java.base/java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1916)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.doComputeIfAbsent(BoundedLocalCache.java:2686)
at com.github.benmanes.caffeine.cache.BoundedLocalCache.computeIfAbsent(BoundedLocalCache.java:2669)
at com.github.benmanes.caffeine.cache.LocalCache.computeIfAbsent(LocalCache.java:112)
at com.github.benmanes.caffeine.cache.LocalLoadingCache.get(LocalLoadingCache.java:58)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlEventService.getRestClient(CallbackUrlEventService.java:297)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlEventService.postCallback(CallbackUrlEventService.java:246)
at io.getlime.security.powerauth.app.server.service.callbacks.CallbackUrlEventService.dispatchInstantCallbackUrlEvent(CallbackUrlEventService.java:75)
JIRA issue code
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Affected product(s) and version(s)
No response
Environment
No response
Steps to reproduce, current result, expected result
Null pointer exception occurs when setting
null
value ofkeyStoreContent
ortrustStoreContent
.Log output
JIRA issue code
No response
The text was updated successfully, but these errors were encountered: