Weet iemand hier een antwoord op? Ik ben bezig met een project met de GlassFish v3 container. Om de security roles in te stellen moet ik de admin console openen. Deze geeft echter onderstaande error. Iemand enig iedee wat er hier aan de hand is?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| HTTP Status 500 - type Exception report message descriptionThe server encountered an internal error () that prevented it from fulfilling this request. 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 note The full stack traces of the exception and its root causes are available in the GlassFish v3 logs. GlassFish v3 |