Skip to main content

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

Thanks Arjan!  https://github.com/eclipse-ee4j/glassfish/issues/23424 is the tracking issue for this failure. 

On 3/15/21 11:51 AM, arjan tijms wrote:
Hi,

Yes, let me take a look at that. It's indeed quite feasible that SecServerRequestInterceptor is affected by that change. 

Thanks!

Kind regards,
Arjan Tijms



On Mon, Mar 15, 2021 at 4:32 PM Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

Arjan do you want to take a look as this is possible related to X500 Name changes?

 

From: glassfish-dev <glassfish-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Marlow
Sent: 15 March 2021 15:26
To: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: [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


_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top