-
Bug
-
Resolution: Done
-
Blocker
-
4.0.0.GA
-
None
Loading JBDS 4.0.0 Update site throws exceptions
Some sites could not be found. See the error log for more detail. Unable to read repository at https://devstudio.jboss.com/updates/4.0/extras/content.xml. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Unable to read repository at https://devstudio.jboss.com/updates/4.0/content.xml. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
It has compositeContent.xml in it with
<?compositeMetadataRepository version='1.0.0'?> <repository name="JBoss Developer Studio 4.x Updates" type="org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository" version="1.0.0"> <properties size="2"> <property name="p2.compressed" value="true"/> <!-- date +%s000 --> <property name="p2.timestamp" value="1303831787000"/> </properties> <children size="3"> <child location="4.0.0.GA"/> <child location="jbds-target-platform/latest"/> <child location="teiid/7.1.1"/> </children> </repository>
Using https://devstudio.jboss.com/updates/4.0/4.0.0.GA/ gives the same exception
jbds-target-platform/latest should not be included because update site built by product build has all required artifacts in it.
Using https://devstudio.jboss.com/updates/4.0/teiid/7.1.1 gives the same exception