Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » update process ... eclipse 3.2.1
update process ... eclipse 3.2.1 [message #456054] Wed, 11 October 2006 13:18 Go to next message
Carmelo  is currently offline Carmelo Friend
Messages: 224
Registered: July 2009
Senior Member
Hi all

I have a problem with the update process.



I have done my plug-in/feature and built up a site and published on a local
IIS server (win xp pro).

The name of the update site is: http://pcdemo/application_update



Opening the search for extension dialog, from my rcp application, I can see
the new feature present in the server...

Once I have selected them and apply for the installation it stops in the
initialization...



I can see that the page (even from explorer hangs ... it was working before)
and I found a lot error in the iis log

Just to be clear - i can download the jar from explorer correctly BUT IT
HANGS only when my rcp application is working.



FROM IIS LOG

------------------------

12:41:33 10.3.1.12 ....... GET /console/site.xml - 200
12:41:37 10.3.1.12 - GET
/console/features/com.xxx.myviewer.feature_1.0.0.jar - 401
12:41:37 10.3.1.12 - GET /console/plugins/com.xxx.myviewer_1.0.0.jar - 401



Any idea ...



I have found few sites saying that this is an authentication problem coming
from iis - but how to solve the problem?



One more question: my plug-in do not use the org.apache.xercers plug-in
....but I had to include it otherwise the update dialog was saying that the
feature to import was missing this component. Why?



Thanks all for any help



Kar
Re: update process ... eclipse 3.2.1 [message #456069 is a reply to message #456054] Wed, 11 October 2006 20:34 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
401 is authentication required. It's quite possible that your IIS server only lets authenticated connections through, which would happen automatically when you browse to it via IE, at least in an ActiveDirectory/kerberized system.

If you browse to the same page with Firefox, or using a command-line utility like wget, you'll probably find that you get the same 401 authentication required server response.

Alex.
Re: update process ... eclipse 3.2.1 [message #1413017 is a reply to message #456069] Wed, 27 August 2014 15:19 Go to previous message
Hugo de la Uz is currently offline Hugo de la UzFriend
Messages: 1
Registered: August 2014
Junior Member
I have the same issue. How were you able to solve the authentication issue?

Thanks,
Previous Topic:Extend Output of Eclipse Product Export Wizard
Next Topic:Problem hide editors with activities
Goto Forum:
  


Current Time: Tue Sep 24 21:11:46 GMT 2024

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

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

Back to the top