Bug 581495 - PKIX path building failed (sun.security.provider.certpath.SunCertPathBuilderException)
Summary: PKIX path building failed (sun.security.provider.certpath.SunCertPathBuilderE...
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF Layout (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-07 00:48 EST by Atul Kumar CLA
Modified: 2023-02-15 04:36 EST (History)
1 user (show)

See Also:


Attachments
The error screenshot specifies that some PKIX certificate issue is there, which requires fixes. (129.34 KB, image/png)
2023-02-07 00:48 EST, Atul Kumar CLA
no flags Details
Error while creating new Maven Project (382.71 KB, image/png)
2023-02-15 04:32 EST, Atul Kumar CLA
no flags Details
Error while code execution which occurs in POM.xml (129.34 KB, image/png)
2023-02-15 04:36 EST, Atul Kumar CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Atul Kumar CLA 2023-02-07 00:48:26 EST
Created attachment 288962 [details]
The error screenshot specifies that some PKIX certificate issue is there, which requires fixes.

While executing the code (running pom.xml) file, some plugins are not getting installed(error : Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved:). 

But looking more at the error it shows that there is a PKIX path building failed (sun.security.provider.certpath.SunCertPathBuilderException:) and also showing unable to find valid certification path to requested target.
Comment 1 Pierre-Charles David CLA 2023-02-09 10:07:25 EST
No idea what's happening here, but it is certainly not related to Eclipse GEF.
Not even sure it's related to Eclipse.
Comment 2 Atul Kumar CLA 2023-02-15 04:31:07 EST
Hi Team,

This is to bring into your notice that for past couple of weeks, we're facing below issues in Eclipse IDE due to which we're blocked and unable to proceed further with our development tasks. Therefore, we request you to kindly look into this matter at the earliest as our daily activities are being hampered.

Since this issue has already been highlighted above however we didn't receive any appropriate resolution as it was highlighted that it needs to be raised under the right catalogue. Since, this is the first time we as a team are experiencing therefore we request you to kindly route this ticket under the appropriate catalogue so that this can be taken care of at immediate basis.


1. While executing the code (running pom.xml) file, some plugins are not getting installed(error : Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:3.1 or one of its dependencies could not be resolved:). 

But going by details it appears that there is an error message which states, PKIX path building failed (sun.security.provider.certpath.SunCertPathBuilderException:) and also showing unable to find valid certification path to requested target. (screenshot already attached above under attachments)

2. When we're trying to create a new Maven Project, it doesn't allow us to create one as it throws an error message stating "Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:1.1 from any of the configured repositories. Could not resolve artifact org.apache.maven.archetypes:maven-archetype-quickstart:pom:1.1".

But going by details it again appears that this has to do with PKIX path building failed. (Attaching the screenshot for the same).

=====================================

System configurations are as follows:

Operating System		:	Windows 10 (64-bit) 
Eclipse Version			:	2022-09 (4.25.0)
Java				:	19.0.1

Please let us know if you need any further info.
Comment 3 Atul Kumar CLA 2023-02-15 04:32:39 EST
Created attachment 288971 [details]
Error while creating new Maven Project
Comment 4 Atul Kumar CLA 2023-02-15 04:36:27 EST
Created attachment 288972 [details]
Error while code execution which occurs in POM.xml