Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-25 Thread Chiranga Alwis
Hi, Sorry for the late response. I did start working by sticking to the default and it seems to work. Thanks for the help. On Thu, Feb 11, 2016 at 5:16 PM, Chiranga Alwis wrote: > Hi Chris, > > I will check if it works by sticking to the default. > > On Mon, Feb 8,

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-11 Thread Chiranga Alwis
Hi Chris, I will check if it works by sticking to the default. On Mon, Feb 8, 2016 at 8:21 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chiranga, > > On 2/7/16 2:27 AM, Chiranga Alwis wrote: > > I think OpenSAML seems to be

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chiranga, On 2/7/16 2:27 AM, Chiranga Alwis wrote: > I think OpenSAML seems to be using > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl. I am actually > having this class within the lib folder of Tomcat. Replacing XML parsers within

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-06 Thread Chiranga Alwis
Hi Chris, I think OpenSAML seems to be using org.apache.xerces.jaxp.DocumentBuilderFactoryImpl. I am actually having this class within the lib folder of Tomcat. On Sun, Feb 7, 2016 at 12:41 PM, Chiranga Alwis wrote: > Hi Chris, > > Yes I do. This is a SAML based

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-06 Thread Chiranga Alwis
Hi Chris, Yes I do. This is a SAML based single-sign-on valve for Tomcat. On Sat, Feb 6, 2016 at 2:58 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Chiranga, > > On 2/4/16 3:10 PM, Chiranga Alwis wrote: > > I have specified

Re: 'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chiranga, On 2/4/16 3:10 PM, Chiranga Alwis wrote: > I have specified the following issue in stackoverflow: > http://stackoverflow.com/questions/35210472/javax-xml-parsers-factoryc onfigurationerror-provider-for-class-javax-xml-parse So > you have

'javax.xml.parsers.FactoryConfigurationError: Provider for class javax.xml.parsers.DocumentBuilderFactory cannot be created' for Tomcat Valve

2016-02-04 Thread Chiranga Alwis
Hi, I have specified the following issue in stackoverflow: http://stackoverflow.com/questions/35210472/javax-xml-parsers-factoryconfigurationerror-provider-for-class-javax-xml-parse Any help will be highly appreciated.