Skip to Content.
Sympa Menu

mace-opensaml-users - Relying party with OpenSAML works on Windows, but NullPointerException on Debian System

Subject: OpenSAML user discussion

List archive

Relying party with OpenSAML works on Windows, but NullPointerException on Debian System


Chronological Thread 
  • From:
  • To:
  • Subject: Relying party with OpenSAML works on Windows, but NullPointerException on Debian System
  • Date: Fri, 30 Jan 2009 10:34:13 -0500 (EST)

Hi,

I've integrated the JInfoCard Framework into my web application. The
Framework uses OpenSAML for processing SAML tokens. My implementation works
on Windows machines, but not on my Debian server. I get a
NullPointerException in the following line:

XMLObject xmlobj = unmarshaller.unmarshall(elem);

The Debian system is an unstable Debian with Tomcat 5.5, Java 6 and an Apache
2 Webserver that connects to tomcat via mod_proxy.

I couldn't find any information about my problem anywhere on the net. Does
anyone have an idea why it doesn't work?

Thanks in advance.

Cheers

Nico



Archive powered by MHonArc 2.6.16.

Top of Page