Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2014 21:47:52 +0300
From:      Juris Kaminskis <juris.kaminskis@gmail.com>
To:        freebsd-java@freebsd.org
Subject:   Difference between openjdk and linux-sun-java
Message-ID:  <CAKJAkzsindxRTcto2rHX0oE87w5Y6Ft%2ByL05T9hK6j%2BE6O-Jrg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello,

I have $ java -version
openjdk version "1.6.0_32"
OpenJDK Runtime Environment (build 1.6.0_32-b30)
OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode)

and

$ /usr/local/linux-sun-jdk1.7.0/bin/java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) Server VM (build 24.51-b03, mixed mode)

When I run my compiled class with openjdk I get:

21:43:47,348 ERROR [I]
java.lang.NullPointerException
at org.jcp.xml.dsig.internal.dom.Utils.getBoolean(Utils.java:114)
at org.jcp.xml.dsig.internal.dom.Utils.secureValidation(Utils.java:110)

but when I run with linux-sun-java version no error is generated. I
understood that it is related to Interface XMLCryptoContext, but how can I
pinpoint the difference to trace why openjdk is not working for me on
freebsd?

thanks for any hints
Juris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKJAkzsindxRTcto2rHX0oE87w5Y6Ft%2ByL05T9hK6j%2BE6O-Jrg>