Ссылка LoggedInSessionBean - PullRequest
       16

Ссылка LoggedInSessionBean

0 голосов
/ 14 февраля 2020

Попытка travelocity.com для SAML с wso2 и неспособность показать возвращаемую заявку SAML из-за этой ошибки:

HTTP Status 500 – Internal Server Error
Type Exception Report

Message javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
Exception

javax.servlet.ServletException: javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
Root Cause

javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found
`
Jar file xercesImpl-2.8.1.jar is in lib folder under travelocity.com application but seems it is not able to read it.  

I saw that in the runtime tomcat : HTTP Session created without LoggedInSessionBean and the page getting the 500 error is using this reference:  <%@ page import="org.wso2.carbon.identity.sso.agent.bean.LoggedInSessionBean" %>

Любая подсказка, почему это получается?

1 Ответ

2 голосов
/ 17 февраля 2020

Эта похожая проблема уже сообщалась здесь и может быть решена при копировании xercesimpl-2.8.1.jar в / usr / share / tomcat7 / lib в экземпляре tomcat и перезапустите tomcat server.

Пожалуйста, попробуйте обходной путь, упомянутый в jira

...