Just to add to the question above and elaborate what I have tried till now. This is the exception that shows up in the error log with SDK 1.11.5
java.lang.reflect.InvocationTargetException|at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)|at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)|at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)|at java.lang.reflect.Method.invoke(Method.java:497)|at com.wowza.wms.module.ModuleFunction.invoke(ModuleFunction.java:383)
I have tried with AWS SDK 1.4.7 with common-codecs 1.9 as described in this thread java.lang.reflect error
But this did not work. I thought that maybe the SDK version is a bit old so i tried the last major SDK version 1.10.77 but it also did not work.
I would really appreciate it if someone could help us out.