skip to Main Content

Android Studio – Unable to launch Kotlin REPL: CommandLineWrapper is ill-suited for launching apps

I'm trying to use the Kotlin REPL within Android Studio. However, when I open it, I get the following output: "E:Program FilesAndroidArctic Foxandroid-studiojrebinjava.exe" -Dkotlin.repl.ideMode=true -Dfile.encoding=UTF-8 -classpath "E:Program FilesAndroidArctic Foxandroid-studiolibidea_rt.jar;C:UsersmeAppDataLocalTempclasspath901685403.jar" com.intellij.rt.execution.CommandLineWrapper C:UsersmeAppDataLocalTempclasspath901685403.jar org.jetbrains.kotlin.cli.jvm.K2JVMCompiler `CommandLineWrapper` is ill-suited for launching apps on Java…

VIEW QUESTION

NotSerializableException with redisson-spring-boot-starter

I'm using redisson-spring-boot-starter 3.13.2 and Kotlin for cache but I get the following exception: java.lang.IllegalArgumentException: java.io.NotSerializableException: com.service.message.State at org.redisson.RedissonObject.encodeMapValue(RedissonObject.java:338) at org.redisson.RedissonMapCache.fastPutOperationAsync(RedissonMapCache.java:843) at org.redisson.RedissonMapCache.fastPutAsync(RedissonMapCache.java:746) at org.redisson.RedissonMapCache.fastPut(RedissonMapCache.java:720) at org.redisson.spring.cache.RedissonCache.put(RedissonCache.java:107) at org.springframework.cache.interceptor.AbstractCacheInvoker.doPut(AbstractCacheInvoker.java:87) at org.springframework.cache.interceptor.CacheAspectSupport$CachePutRequest.apply(CacheAspectSupport.java:820) at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:429) at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:345) at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at…

VIEW QUESTION
Back To Top
Search