Reputation: 9512
I'm trying to install the RTC-Client-p2Repo-4.0.5.zip (290.9 MB) eclipse plugin in Eclipse Luna version 32 bit on Linux. After selection the jar file and hitting finish, I get the error at the bottom. The jar file size is 290.9 MiB (305,030,442 bytes) and I am able to extract it.
An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
Error reading signed content.
zip file is empty
Upvotes: 1
Views: 1503
Reputation: 11
Issue Identified & Solved This issue arises when u try to retrieve the codBase from RTC repository to your local Workspace. Usually u might be facing following issue :
Jar files in your project gets corrupted due to inevitable pushing of code in RTC repository as you would have been getting the following error where in my case Platform.jar was corrupted.
WARNING: Failed to process JAR [jar:file:/D:/Workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/ProjectName/WEB-INF/lib/platform.jar!/] for TLD files
Solution :
Upvotes: 1
Reputation: 27257
My solution was to go through Help-->Eclipse Marketplace, search for the plugin and install it from there.
Upvotes: 0
Reputation: 9512
I re-installed eclipse and that fixed the issue. The ".eclipse" folder may need to be removed too, although I didn't see one in my Linux VM.
Upvotes: 1
Reputation: 1325137
An RTC 4.x+ is meant to be installed in an Eclipse 3.6+ (as in "Install RTC Eclipse Client 4.0 into an existing Eclipse 3.6.2 using Installation Manager")
The support for a latest Eclipse 4.4 Luna is not guaranteed.
Upvotes: 1