Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Custom update site problem
Custom update site problem [message #601292] Mon, 07 September 2009 15:58 Go to next message
James Williams is currently offline James WilliamsFriend
Messages: 27
Registered: July 2009
Junior Member
Hi all,

I recently decided to create an update site for some plug-ins that I developed and I've having trouble with the update site. I created two features for my plug-ins and referenced them from my update site project. Clicking Build All happily packages up my jars with no errors.

When I try to install the plug-ins using the site, however, I get an error. I added the site to my list of update sites (using the Local option and selecting the update site project directory), and this lists the features available to install. When I try to install the plug-ins, I get the following error:

Quote:
> An error occurred while collecting items to be installed
> Error closing the output stream for AUtoCADiZ/org.eclipse.update.feature/0.1.0 on repository file:/n/student/jrw502/.eclipse/org.eclipse.platform_3.4.0_1 752789734/.
> Error unzipping /tmp/AUtoCADiZ_0.1.04230026263299761625.jar: Invalid zip file format
> Error closing the output stream for AUtoZ_Core/org.eclipse.update.feature/0.1.0 on repository file:/n/student/jrw502/.eclipse/org.eclipse.platform_3.4.0_1 752789734/.
> Error unzipping /tmp/AUtoZ_Core_0.1.09206454684851281367.jar: Invalid zip file format


Searching around the internet I find a lot of people reporting errors like this to plug-in developers but not answers to what the cause of the problem is. I'm guessing there's something wrong with my plug-ins rather than the site or features? Furthermore, the manually adding the jars to the plugins folder works fine.

Any help much appreciated.

James
Re: Custom update site problem [message #605067 is a reply to message #601292] Wed, 17 March 2010 08:31 Go to previous messageGo to next message
senthil  is currently offline senthil Friend
Messages: 4
Registered: March 2010
Junior Member
Is there any update on this ?? I am also getting the same error for my plugin when i am trying to install it on 3.4.1 and 3.4.2. It installs fine with eclipse 3.4.0. Is there something wrong with the plugin?
Re: Custom update site problem [message #605076 is a reply to message #601292] Wed, 17 March 2010 09:03 Go to previous messageGo to next message
Martin Skorsky is currently offline Martin SkorskyFriend
Messages: 112
Registered: July 2009
Senior Member
Hi James,

is the update site located on a shared file system or a
The URL file:/n/student/jrw502... does not look like an absolute path. I've had errors with UNC locations for update sites.

Regards,

Martin
Re: Custom update site problem [message #605081 is a reply to message #605076] Wed, 17 March 2010 09:57 Go to previous message
senthil  is currently offline senthil Friend
Messages: 4
Registered: March 2010
Junior Member
Hi martin,
I am using eclipse 3.4.1/3.4.2 and trying to update from local file system. It works fine with 3.4.0 but i am facing problems in 3.4.1 and 3.4.2

An error occurred while collecting items to be installed
Error closing the output stream for com.adobe.livecycle.application.docbuilder/osgi.bundle/9.1.v 20100314025746 on repository file:/C:/Softwares/eclipse-SDK-3.4.2-win32/eclipse/.
Error unzipping C:\DOCUME~1\SENTHI~1.ADO\LOCALS~1\Temp\com.adobe.livecycle.a pplication.docbuilder_9.1.v20100314025746751166676992567893. jar: Invalid zip file format


The files in the temp folder are empty ( 0kb) . Can you please help me with this ?
Previous Topic:Custom update site problem
Next Topic:classpath reference to plain java project in workspace
Goto Forum:
  


Current Time: Wed Apr 24 18:04:46 GMT 2024

Powered by FUDForum. Page generated in 0.02800 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top