Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Update site tips for https
Update site tips for https [message #221357] Fri, 13 July 2007 10:59 Go to next message
Eclipse UserFriend
Originally posted by: peterramesh.yahoo.com

Hi,

In our project, we are using Eclipse 3.3. we have one feature and 12
plugins, all were in respective folders in the update site. Here is the
site.xml, which is in the root of our update site.

---------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<site>
<description url="https://<host_name>/<update_site>/site.xml">
Project Update Site
</description>
<feature url="features/com.company.product_1.0.0.jar"
id="com.company.product" version="1.0.0">
<category name="Project_Framework"/>
</feature>
<category-def name="Project_Framework" label="Project_Framework"/>
</site>
---------------------------------------------

The update site is configured with SSL protocol (https). When I try to see
(https://<host_name>/<update_site>/site.xml) the update site, it is
perfectly working in browser way.

But, when I tried to install by eclipse update manager, it always fails
with these following error.

---------------------------------------------------
Network connection problems encountered during search.

Unable to access "https://<host_name>/<update_site>/site.xml".
org.eclipse.core.runtime.CoreException: Error parsing site stream.
[Premature end of file.]
at org.eclipse.update.core.Utilities.newCoreException(Utilities .java:223)
at org.eclipse.update.core.Utilities.newCoreException(Utilities .java:254)
...
...
...

Error parsing site stream. [Premature end of file.]
Error parsing site stream. [Premature end of file.]

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

I am behind a proxy server, so given proper authentication.

Please note: I able to successfully install the BEA eclipse plugin from
this URL https://eclipse-plugin.projects.dev2dev.bea.com/update/

Is there any special consideration for https URL's than plain http based
update site?

Any help is greatly welcome.

Thanks and Regards,
Ramesh kumar
Re: Update site tips for https [message #221403 is a reply to message #221357] Fri, 13 July 2007 13:03 Go to previous message
Eclipse UserFriend
Originally posted by: dmsubs.NOSPAM.consertum.com

I think your description site should read:
> <description url="https://<host_name>/<update_site>/">
> Project Update Site
> </description>

i.e. no "site.xml" on the end.

--
Derek


Ramesh kumar wrote:
> Hi,
>
> In our project, we are using Eclipse 3.3. we have one feature and 12
> plugins, all were in respective folders in the update site. Here is the
> site.xml, which is in the root of our update site.
>
> ---------------------------------------------
> <?xml version="1.0" encoding="UTF-8"?>
> <site>
> <description url="https://<host_name>/<update_site>/site.xml">
> Project Update Site
> </description>
> <feature url="features/com.company.product_1.0.0.jar"
> id="com.company.product" version="1.0.0">
> <category name="Project_Framework"/>
> </feature>
> <category-def name="Project_Framework" label="Project_Framework"/>
> </site>
> ---------------------------------------------
>
> The update site is configured with SSL protocol (https). When I try to
> see (https://<host_name>/<update_site>/site.xml) the update site, it is
> perfectly working in browser way.
> But, when I tried to install by eclipse update manager, it always fails
> with these following error.
>
> ---------------------------------------------------
> Network connection problems encountered during search.
>
> Unable to access "https://<host_name>/<update_site>/site.xml".
> org.eclipse.core.runtime.CoreException: Error parsing site stream.
> [Premature end of file.]
> at org.eclipse.update.core.Utilities.newCoreException(Utilities .java:223)
> at org.eclipse.update.core.Utilities.newCoreException(Utilities .java:254)
> ..
> ..
> ..
>
> Error parsing site stream. [Premature end of file.]
> Error parsing site stream. [Premature end of file.]
>
> ---------------------------------------------------
>
> I am behind a proxy server, so given proper authentication.
> Please note: I able to successfully install the BEA eclipse plugin from
> this URL https://eclipse-plugin.projects.dev2dev.bea.com/update/
>
> Is there any special consideration for https URL's than plain http based
> update site?
>
> Any help is greatly welcome.
>
> Thanks and Regards,
> Ramesh kumar
>
Previous Topic:Help GCC make
Next Topic:question about jars and project output
Goto Forum:
  


Current Time: Fri Apr 19 13:57:13 GMT 2024

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

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

Back to the top