List Info

Thread: Update site issues




Update site issues
user name
2006-05-15 09:15:12
Folks,

I have a problem with the subclipse update site.  When I use
the URL

http://subcl
ipse.tigris.org/update_1.0.x

eclipse (v3.2rc3, v3.1.2, RAD, etc) all report the following
error:

Error parsing site stream. [The XML stream is not a valid
default
"site.xml" file. The root tag is not site.]

org.xml.sax.SAXException: The XML stream is not a valid
default
"site.xml" file. The root tag is not site.
at
org.eclipse.update.core.model.DefaultSiteParser.handleInitia
lState(DefaultSiteParser.java:400)
at
org.eclipse.update.core.model.DefaultSiteParser.startElement
(DefaultSiteParser.java:200)
<snip>


If I use the update site:

http://subclipse.t
igris.org/update

Then I don't have a problem.

Now, I think this is related to the internet proxy here at
work, as I
don't have the same problem at home.

Does anyone else see this?

Karl.

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org

Update site issues
user name
2006-05-15 12:50:46
Am Montag, den 15.05.2006, 10:15 +0100 schrieb Karl:
> I have a problem with the subclipse update site.  When
I use the URL
> 
> http://subcl
ipse.tigris.org/update_1.0.x
> 
> eclipse (v3.2rc3, v3.1.2, RAD, etc) all report the
following error:
> 
> Error parsing site stream. [The XML stream is not a
valid default
> "site.xml" file. The root tag is not site.]
> 
> org.xml.sax.SAXException: The XML stream is not a valid
default
> "site.xml" file. The root tag is not site.
> at
org.eclipse.update.core.model.DefaultSiteParser.handleInitia
lState(DefaultSiteParser.java:400)
> at
org.eclipse.update.core.model.DefaultSiteParser.startElement
(DefaultSiteParser.java:200)
> <snip>
> 
> 
> If I use the update site:
> 
> http://subclipse.t
igris.org/update
> 
> Then I don't have a problem.
> 
> Now, I think this is related to the internet proxy here
at work, as I
> don't have the same problem at home.

I'd try to open
htt
p://subclipse.tigris.org/update_1.0.x/site.xml
in the browser. Then, clicking Shift-Reload might prove
helpful. At
least Firefox adds Headers to the HTTP request on
Shift-Reload that
should instruct the proxy to really fetch the target and not
simply
return the cached copy.

Regards
  mks



------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org

Update site issues
user name
2006-05-15 12:38:40
Karl <karl.wyergmail.com> wrote on 05/15/2006 05:15:12
AM:

> If I use the update site:
> 
> http://subclipse.t
igris.org/update
> 
> Then I don't have a problem.
> 
> Now, I think this is related to the internet proxy here
at work, as I
> don't have the same problem at home.
> 
> Does anyone else see this?

I have had people report that they did not show any updates.
 It always 
turned out to be a stale cache in their proxy.  If you have
some way to 
make the proxy invalidate the URL and re-fetch it that might
solve your 
problem.  Otherwise, I'd just download the zipped update
site and do the 
install locally.

Mark


____________________________________________________________
_________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe
Plc by IBM Email Security Management Services powered by
MessageLabs. 
____________________________________________________________
_________________

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org

Update site issues
user name
2006-05-19 10:20:44
Hi,

Thanks for the replies.  Tried your suggestion and I see the
following
error message from our proxy.

Network Access Message: The page cannot be displayed
Technical Information (for Support personnel)

    * Error Code: 502 Proxy Error. Connection refused(10061)
    * IP Address: 204.16.104.146
    * Date: 19/05/2006 10:02:02
    * Server: ISA-1.xxx.com
    * Source: proxy

I noticed that the URL gets changed from
htt
p://subclipse.tigris.org/update_1.0.x/site.xml to
h
ttps://subclipse.tigris.org/update_1.0.x/site.xml.  The
connection
wants to use a secure socket?

If I use the address http://su
bclipse.tigris.org/update/site.xml then
all is fine and I see the site xml.

So, I still maintain that there is a problem with the update
site
through proxy connections, expecially ones like ours that
may be
configured to stop whatever behaviour the original URL call
does.

Thoughts?

Karl.
---------- Forwarded message ----------
From: Markus Schönhaber <subclipseschoenhaber.de>
Date: 15-May-2006 13:50
Subject: Re: [Subclipse-users] Update site issues
To: userssubclipse.tigris.org


> Now, I think this is related to the internet proxy here
at work, as I
> don't have the same problem at home.

I'd try to open
htt
p://subclipse.tigris.org/update_1.0.x/site.xml
in the browser. Then, clicking Shift-Reload might prove
helpful. At
least Firefox adds Headers to the HTTP request on
Shift-Reload that
should instruct the proxy to really fetch the target and not
simply
return the cached copy.

Regards
  mks

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org

Update site issues
user name
2006-05-19 12:40:05
Karl <karl.wyergmail.com> wrote on 05/19/2006 06:20:44
AM:

> Network Access Message: The page cannot be displayed
> Technical Information (for Support personnel)
> 
>     * Error Code: 502 Proxy Error. Connection
refused(10061)
>     * IP Address: 204.16.104.146
>     * Date: 19/05/2006 10:02:02
>     * Server: ISA-1.xxx.com
>     * Source: proxy
> 
> I noticed that the URL gets changed from
> htt
p://subclipse.tigris.org/update_1.0.x/site.xml to
> h
ttps://subclipse.tigris.org/update_1.0.x/site.xml.  The
connection
> wants to use a secure socket?

This is something that happened for about 1 day over a month
ago. 
tigris.org made some inadverdent change that caused this. 
They corrected 
the problem and I just checked and it is still not happening
anymore.

> If I use the address http://su
bclipse.tigris.org/update/site.xml then
> all is fine and I see the site xml.
> 
> So, I still maintain that there is a problem with the
update site
> through proxy connections, expecially ones like ours
that may be
> configured to stop whatever behaviour the original URL
call does.

There are no problems with the update site.  The other URL
is the old URL. 
 There is still stuff in that site, it just isn't the
latest.

Mark




____________________________________________________________
_________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe
Plc by IBM Email Security Management Services powered by
MessageLabs. 
____________________________________________________________
_________________

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org

Update site issues
user name
2006-05-19 13:18:52
Hmm,

I still get the http://  https:// problem.  I'm not sure
what's going
on but I can't believe our proxy has cached this (mind you,
it is a
Microsoft ISA proxy...)

The update site http://su
bclipse.tigris.org/update/site.xml seems to
give me the latest code, so I'll continue to use this.

Cheers,

Karl.

---------- Forwarded message ----------
From: Mark Phippard <markpsoftlanding.com>
>
> I noticed that the URL gets changed from
> htt
p://subclipse.tigris.org/update_1.0.x/site.xml to
> h
ttps://subclipse.tigris.org/update_1.0.x/site.xml.  The
connection
> wants to use a secure socket?

This is something that happened for about 1 day over a month
ago.
tigris.org made some inadverdent change that caused this. 
They corrected
the problem and I just checked and it is still not happening
anymore.

> If I use the address http://su
bclipse.tigris.org/update/site.xml then
> all is fine and I see the site xml.
>
> So, I still maintain that there is a problem with the
update site
> through proxy connections, expecially ones like ours
that may be
> configured to stop whatever behaviour the original URL
call does.

There are no problems with the update site.  The other URL
is the old URL.
 There is still stuff in that site, it just isn't the
latest.

Mark

------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribesubclipse.tigris.org
For additional commands, e-mail: users-helpsubclipse.tigris.org

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )