Skip to Content.
Sympa Menu

mace-opensaml-users - Re: FAILED: SAMLAction

Subject: OpenSAML user discussion

List archive

Re: FAILED: SAMLAction


Chronological Thread 
  • From:
  • To:
  • Subject: Re: FAILED: SAMLAction
  • Date: Mon, 14 Jun 2004 04:59:58 -0400 (EDT)

Hi,

Does the problem have anything to do with the deserialization files not
existing?

The "invalid document structure" parser error will occur if the XML files
used for deserialization cannot be found. These files can be created by a
once-only run of the "tester" program that skips deserialization, e.g.

[prompt] $ ./tester -dump file -skipis

This will create files with names like "SAMLAction.xml". Unfortunately, these
files are written to the current directory, and may need to be moved
somewhere sensible. For example, create a "../data/" directory, populate with
the *.xml files and run

[prompt] $ ./tester -edir ../data/

Andy



Archive powered by MHonArc 2.6.16.

Top of Page