Hi,
I am trying to launch the recorder for Gatling 1.2.3 on Kubuntu Oneiric 64bits with Oracle Jav 1.6.0_33 and I get an Exception:
Exception in thread “main” java.lang.InstantiationError: scala.Option
at sun.reflect.GeneratedSerializationConstructorAccessor3.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.thoughtworks.xstream.converters.reflection.Sun14ReflectionProvider.newInstance(Sun14ReflectionProvider.java:75)
I don’t understand since the scala libs are in the classpath.
I reproduce this problem with the 1.2.1 version. I don’t remember having encountered it with Gatling1.2.0
Emmanuel