I just tried to boot GlassFish v3 on Debian 6 (using OpenJDK 1.6.0_18,
following these
https://blogs.oracle.com/foo/entry/how_to_run_glassfish_v3 instructions)
but when logging into the web console it says:
exception
javax.servlet.ServletException:
java.lang.reflect.InvocationTargetException while attempting to process
a 'initPage' event for '/login.jsf'.
root cause
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
while attempting to process a 'initPage' event for '/login.jsf'.
root cause
java.lang.reflect.InvocationTargetException
root cause
java.lang.UnsupportedOperationException: Cannot create XMLStreamReader
or XMLEventReader from a javax.xml.transform.stream.StreamSource
It seems OpenJDK does not implement something which is needed? What can
I do?
Thanks
Markus