Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[glassfish-dev] Is this a GlassFish issue "Error while creating a JAAS subject credential" with various Corba classes in exception call stack?

Hi,

Do we need a tracking issue GlassFish or somewhere else for the JASS [1] failure?  The server logs would be contained in [2] along with other `ejb30.sec` test results (the same failure occurs for many tests).

A small part of the exception call stack:

"

Caused by: java.lang.SecurityException: Error while creating a JAAS subject credential.
	at com.sun.enterprise.iiop.security.SecServerRequestInterceptor.receive_request(SecServerRequestInterceptor.java:478)
	at com.sun.corba.ee.impl.interceptors.InterceptorInvoker.invokeServerInterceptorIntermediatePoint(InterceptorInvoker.java:592)
	at com.sun.corba.ee.impl.interceptors.PIHandlerImpl.invokeServerPIIntermediatePoint(PIHandlerImpl.java:594)
	at com.sun.corba.ee.impl.protocol.ServerRequestDispatcherImpl.getServantWithPI(ServerRequestDispatcherImpl.java:304)
	at com.sun.corba.ee.impl.protocol.ServerRequestDispatcherImpl.dispatch(ServerRequestDispatcherImpl.java:169)
"

Scott

[1] https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/1297/testReport/com.sun.ts.tests.ejb30.sec.stateful.lsecp/Client/jakartaeetck_run___ejb30_sec___test5/
[2] https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck/job/master/1297/artifact/ejb30_sec-results.tar.gz


Back to the top