You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Evaristo Camarero <ev...@ece.ericsson.se> on 2003/07/15 12:45:28 UTC

Re: JDK 1.4.1/Xalan issue

I have a similar problem with a servlet application. Have you solved
this problem?

Thank you,

Evaristo

On Thu, 2003-03-13 at 22:19, Bryan Field-Elliot wrote:
> Hi, 
> 
> I realize this is your #1 most-frequently-asked question, but I can't
> seem to find a satisfactory answer... 
> 
> I still get intermittent (and that's what's maddening, it's
> intermittent) exceptions thrown from XMLSec, regarding "reading the
> installation notes" and checking the endorsed directory. 
> 
> I'm using RedHat Linux 7.3, Sun JDK 1.4.1_01, and XML Security
> 1.0.5D2. 
> 
> Xalan is version 2.4.1, and I have xalan.jar in
> /$JAVA_HOME/jre/lib/endorsed, as well as /$JAVA_HOME/lib/endorsed, as
> well as my own application classpath. 
> 
> NullPointerException occurs in: 
> 
> org.apache.xml.security.utils.XMLUtils.getOwnerDocument(XMLUtils.java:996) 
> 
> The original method I called was XMLSignature.sign(). 
> 
> Am I missing something? 
> 
> Again, what makes me nuts about this, is that the problem is
> intermittent... It's a Servlet application. I can click "back", and
> "submit" again (in my browser), and everything goes through just fine.
> 
> Thank you, 
> 
> Bryan