Skip to Content.
Sympa Menu

shibboleth-dev - RE: [Shib-Dev] 2.2.0-SNAPSHOT tc-config

Subject: Shibboleth Developers

List archive

RE: [Shib-Dev] 2.2.0-SNAPSHOT tc-config


Chronological Thread 
  • From: "Mahabalagiri, Datta" <>
  • To: "" <>
  • Subject: RE: [Shib-Dev] 2.2.0-SNAPSHOT tc-config
  • Date: Fri, 13 Aug 2010 17:31:41 -0700
  • Accept-language: en-US
  • Acceptlanguage: en-US

I am getting the same error. Anyone has a list classes that need to be
instrumented in TC for 2.2.0-SNAPSHOT?

java.lang.NullPointerException: null
at javax.security.auth.Subject$ClassSet.<init>(Subject.java:1311)
[na:1.6.0_13]
at javax.security.auth.Subject.getPrincipals(Subject.java:592)
[na:1.6.0_13]
at
edu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl.__tc_wrapped_getPrincipalName(SessionImpl.java:98)
[shibboleth-identityprovider-2.2.0-SNAPSHOT.jar:na]
at
edu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl.getPrincipalName(SessionImpl.java)
[shibboleth-identityprovider-2.2.0-SNAPSHOT.jar:na]
at
edu.internet2.middleware.shibboleth.idp.authn.AuthenticationEngine.startUserAuthentication(AuthenticationEngine.java:231)
[shibboleth-identityprovider-2.2.0-SNAPSHOT.jar:na]
at
edu.internet2.middleware.shibboleth.idp.authn.AuthenticationEngine.service(AuthenticationEngine.java:210)
[shibboleth-identityprovider-2.2.0-SNAPSHOT.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
[servlet-api.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
[catalina.jar:na]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[catalina.jar:na]
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
[catalina.jar:na]
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
[catalina.jar:na]


I can reproduce this. We have two nodes behind the load balancer. When I
first sign in traffic goes to node1. If the following authn request goes to
node2 node I get this error.

Thanks.

Datta


-----Original Message-----
From:


[mailto:]
On Behalf Of Kevin P. Foote
Sent: Wednesday, June 23, 2010 1:36 PM
To: shibboleth development
Subject: [Shib-Dev] 2.2.0-SNAPSHOT tc-config


Does anyone have the complete list of classes to add to the tc-config ..

I've added:

edu.vt.middleware.ldap.bean.UnorderedLdapBeanFactory
edu.vt.middleware.ldap.bean.UnorderedLdapBeanFactory$UnorderedLdapAttributes
edu.vt.middleware.ldap.bean.AbstractLdapAttributes
edu.vt.middleware.ldap.bean.AbstractLdapBean


But I'm getting an error so wondering if there is another class I
missed..

15:40:30.125 - ERROR
[edu.internet2.middleware.shibboleth.common.profile.ProfileRequestDispatcherServlet:88]
- Erro
r occurred while processing request
java.lang.NullPointerException: null
at
javax.security.auth.Subject$ClassSet.<init>(Subject.java:1311)
[na:1.6.0_16]
at javax.security.auth.Subject.getPrincipals(Subject.java:592)
[na:1.6.0_16]
at
edu.internet2.middleware.shibboleth.idp.session.impl.SessionImpl.__tc_wrapped_getPrincipalName(SessionIm
pl.java:98) [shibboleth-identityprovider-2.2.0-SNAPSHOT.jar:na]


------
thanks
kevin.foote



Archive powered by MHonArc 2.6.16.

Top of Page