Script ran yesterday at EOD, crashes during compile with StackOverFlowError today

I am running Gatling inside the IntelliJ IDE. IntelliJ 2017-3 Build IC-1734710.11 JRE 1.8.0_152-release-1024-b18 amd64

Yesterday, when I left for the day, everything ran fine.

Today, when I launch, I get this:

Error:scalac: Error: org.jetbrains.jps.incremental.scala.remote.ServerException java.lang.StackOverflowError at scala.reflect.internal.Trees.itransform(Trees.scala:1376) at scala.reflect.internal.Trees.itransform$(Trees.scala:1374) at scala.reflect.internal.SymbolTable.itransform(SymbolTable.scala:28) at scala.reflect.internal.SymbolTable.itransform(SymbolTable.scala:28) at scala.reflect.api.Trees$Transformer.transform(Trees.scala:2563) at scala.tools.nsc.transform.Flatten$Flattener.transform(Flatten.scala:150) ... Many more lines.

I am running on a Windows 10 64-bit machine with 32 GB RAM.

I rebooted the machine, but still no luck.

No code changes have been made, discounting the possibility of Gremlins or the fact that today is Friday the 13th.

I have broken my script into logical methods: Access_Site, Login, BusinessProcess1, BusinessProcess2, Signoff. I have commented out all of the miscellaneous resources statements (png, gif).

Thoughts?

Thanks for the help. I had high hopes that today would be the day for my ultimate success with Gatling. LOL

Randy

Please try rebuilding your whole project (Build > Rebuild Project).