[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[higgins-dev] rpps.web not building?
|
- From: "Markus Sabadello" <msabadello@xxxxxxxxxxxxx>
- Date: Wed, 7 Jan 2009 03:48:30 +0100
- Delivered-to: higgins-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=+YyWiknVIXAfRiY3WIYLZMppUlJUGtdMmDvR97KYzZY=; b=cuGr2PsZrrNIxorczDGNydkk1zZ/d8uUV2bVZ6cqw3qfVOpvYq/l4ZF9lcj9UK2dcO tiWM0uxWH7g61RgqYSKnoTZGvhsVyPpZlmzHyARV4USki1huH8ElUCxFdeP8gSFUWKp9 i6upN9ag3VSh3zdEScxojWuCN9ZSVZftKrD98=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=gT/9gOGv9NF+9EMSksl/eQg3acPXTNLAUqEWRBUT0aLYWvukWKtK579ZAoRQ9u6X4t bB4kyxdlc6zVg8eTNSgblGVpTLVFEOzEKJ0pyDINhrHso2Viz1MUysEwEcP39FgHrRx+ RCr2kcff2aBJ0kE5qLndHkzujuG5iSmKTQipk=
Hi,
I was trying to build RPPS locally in Eclipse, but it didn't work, so
I looked into the nightly build logs and saw the same problem there.
There are a few errors in
org.eclipse.higgins.keystore.common.KeyStoreService, in lines like
this:
throw new CertificateException(e); <--- error here
This only seems to work in JDK5, not 4. Is this a known problem? It
seems it should be very easy to fix.
Markus