I have modified the ${HOME}/.tamiflex/poa.properties and removed the first transformation to start with. Now I am getting the following error in Step 1:
sengupta@clouds transByte]$ java -javaagent:poa-2.0.1.jar -jar dacapo-9.12-bach.jar avrora -s small
============================================================
TamiFlex Play-Out Agent Version 2.0.1
Loaded properties from /home/sengupta/.tamiflex/poa.properties
*** java.lang.instrument ASSERTION FAILED ***: "!errorOccurred" at ../../../src/share/instrument/JPLISAgent.c line: 1084
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:343)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:358)
Caused by: java.lang.OutOfMemoryError
at sun.instrument.InstrumentationImpl.retransformClasses0(Native Method)
at sun.instrument.InstrumentationImpl.retransformClasses(InstrumentationImpl.java:144)
at de.bodden.tamiflex.playout.Agent.instrumentClassesForLogging(Agent.java:239)
at de.bodden.tamiflex.playout.Agent.premain(Agent.java:105)
... 6 more
FATAL ERROR in native method: processing of -javaagent failed
Aborted (core dumped)
Without removal of the first line in the file : de.bodden.tamiflex.playout.transformation.array.ArrayNewInstanceTransformation \
the class files and log are dumped properly for avrora. (I removed the line while trying to actually resolve the error that I was getting using the booster).