cbeust / kobalt-intellij-plugin

An IntelliJ plug-in for Kobalt
21 stars 7 forks source link

Getting `NotSerializableException` when importing a new project #86

Closed cbeust closed 6 years ago

cbeust commented 6 years ago

image

image

cbeust commented 6 years ago
/Users/cedricbeust/java/testng/kobalt/src/Build.kt
Error:Error unmarshaling return; nested exception is: 
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.intellij.execution.configurations.GeneralCommandLine
Kobalt 'testng' project refresh failed
Error:Error unmarshaling return; nested exception is: 
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.intellij.execution.configurations.GeneralCommandLine
writing aborted; java.io.NotSerializableException: com.intellij.execution.configurations.GeneralCommandLine
com.intellij.execution.configurations.GeneralCommandLine
dmitry-zhuravlev commented 6 years ago

Weird exception... Just tried to import "testng" project with latest Kobalt 1.0.92 and IDEA 2017.3 and it successfully imported: image

cbeust commented 6 years ago

It's working for me now, not sure what I did, though, but it did prevent me from importing anything for a while. Closing for now.