trustsystems / elfinder-java-connector

elFinder Java plugin implementation
Other
30 stars 17 forks source link

We have used this code but it is giving nullpointer exception #7

Open yvk108 opened 2 years ago

yvk108 commented 2 years ago

In GenericCache.java we are getting nullpointer exception at future.get(). We are calling createFutureIfAbsent() method and it is returning key value after that we are doing future.get() why it is going to nullpointerexception could please help on this