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?
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Mon, 15 Mar 2021 15:32:41 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=R/2AnGfObDFGIk6TV+DcsaID/x/fLcL5p/kzJ8Vj0U8=; b=i+kgPq/pgshuhBbTes4Iq9jL7hjDRQi+/3p992cHD3alIMjIgeWuXevCl26kLTpSvamxlYO6rlrTwHizbZpETEfm+YKRATo1fUAbCwk5gtHrVnh43anbdcgdNriihb4PR05iObyj81/i+H8J2gJ5Apzj5mKCSDdortLT2jbygTuQ/kOoWZmpBstjCxMW1XsRfNOPwGJth7vOSEfeoFkA6pD/hkLojF3vyeAiOM51vGH/TUSOAQhisomwfVwscDjloGYEvLIld3QeOKsCzCClEe1L8xSlZVAThlTXAoEfixnji8T+L2EkqEFwUVHhEOKw5P85xmwyKMnlN90pCMpbCA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OsJInjkqdXNPteYdfXSOg5kWHA63GIGUf5vTIjcaGRoMzBN9MNwI3Z8ugt6SVsW6pab/v8fvbLc45b5Olc8O4qJHlwOd97PQxiJ/3DEyIVWd5Tc66bFyJZiIdE6Su6IUgh9Dx/2BzY7qGJ0ilKrUgSrwUeVlY3X1t1Wpusy951KLivBYu/JGOyO3RjXzi/62EXGvJijJpCISkS6doddrvjV7ffrfXUpAm9lmHb3MCxQx0Gjp+e34AQDC60C2l0Z7367LEigEaL5xoXNB+DzuobnPkYcSjKzudprDIOQcQrZH88SHuQxtOHjthAoLwoNF47XDvUnNBVJ7CEUXskGkAA==
  • Delivered-to: glassfish-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/glassfish-dev/>
  • List-help: <mailto:glassfish-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/glassfish-dev>, <mailto:glassfish-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXGa+e+woknHGSPkS/1FqBIjyX8KqFLVVA
  • Thread-topic: [glassfish-dev] Is this a GlassFish issue "Error while creating a JAAS subject credential" with various Corba classes in exception call stack?

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


Back to the top