Description:
I am using Custom Java classes and when I use them with Policy Server as Authentication Scheme, I get the following error:
[1396/1724][Tue Mar 30 2010 14:10:28][SmJVMSupport.cpp:392][ERROR] SmJVMSupport: Error creating JVM - JNI code: -6(JNI_EINVAL)
Solution:
At the first glance, you may have a problem with the JVM itself as complaining for an invalid argument.
In order to solve it, you may check these:
and check all the line ends that there is no unneeded carriage return, wrong character and so on.;