Amit Patil
Amit Patil

Reputation: 9

p2 update failing because Public key not found for 8074478291308066379

We have an application where we install the application on server side on AIX and download it on windows. The application include eclipse p2 repository plugins. Currently, I want to migrate our application. And in the migration process, the p2 update is taking place. The update is failing because public key is not found for org.eclipse.equinox.p2.artifact.repository. I need help regarding 2 situations, I want to either disable the verification, or I want to fix the verification. If someone has any idea about this issue, lets discuss.

Thanks

I tried adding these flag in my .ini file

-clean
-skipPGPVerification
-Declipse.p2.unsignedPolicy=allow
-Declipse.p2.repository.verification=false
-Declipse.p2.metadata.verification=false

But it did not help. I even deleted the cache and tried it again, but that too did not work.

Upvotes: -1

Views: 30

Answers (0)

Related Questions