PDA

View Full Version : Access Denied - STS bookmarks.xml



JamesK
Jul 4th, 2010, 10:19 AM
Hi there,

I attempted tp access the URL in the STS installation guide in order to download the bookmarks.xml file but I keep receiving an access denied xml message like this one:

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>5C55CEA185EAC9FD</RequestId><HostId>jrSmhcQ2wdoXwB/wABJaZ+VCI9sDC+AUFpgxXDMNlRaiXbOvSaoiz8MdZc5qSPmM</HostId></Error>

Any idea why??

Cheers,
J

Christian Dupuis
Jul 5th, 2010, 05:15 AM
James,

what URL is giving you this error? I recently updated the installation instructions so you may use an outdated version.

Christian

JamesK
Jul 5th, 2010, 06:16 AM
Hi Christian,

I this doc:
http://dist.springsource.com/release/STS/doc/STS-installation_instructions.pdf
The url is specified as:
http://dist.springsource.com/release/TOOLS/update/dependencies/e3.5/bookmarks.xml

When I click on the link I receive the access denied xml payload.

Cheers,
James

Christian Dupuis
Jul 5th, 2010, 06:32 AM
Hi,

this document is outdated as assumed: please use http://dist.springsource.com/release/STS/doc/STS-installation_instructions-2.3.3.M1.pdf and let me know if that works for you.

Thanks, Christian

yazan
Jul 8th, 2010, 04:03 AM
http://dist.springsource.com/snapshot/TOOLS/update/e3.5
http://dist.springsource.com/snapshot/TOOLS/composite/e3.5

Both produce something similar to the xml below


<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>8873207CE79C264A</RequestId>

<HostId>
cT3nHARaw+sCIUd8NyHwSjhJ5KexSRV1BJZCKMEDodbt7HAUMp S2EWLFKuBjRl1E
</HostId>
</Error>

yazan
Jul 8th, 2010, 04:06 AM
http://dist.springsource.com/snapshot/TOOLS/update/e3.5
http://dist.springsource.com/snapshot/TOOLS/composite/e3.5

Both produce something similar to the xml below


<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>8873207CE79C264A</RequestId>

<HostId>
cT3nHARaw+sCIUd8NyHwSjhJ5KexSRV1BJZCKMEDodbt7HAUMp S2EWLFKuBjRl1E
</HostId>
</Error>

My mistake I get accessDenied because directory listing is not allowed but the update is fine.

zak89
Jul 14th, 2010, 01:50 PM
I cannot get this to work - the bookmarks.xml file is not available (the same "Access Denied" message). I tried adding the same update sites manually, but when I choose "Update", no updates are available.

mrvllus
Jul 15th, 2010, 02:50 PM
Ditto here, when I try to import this bookmark.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>A4A35E85A1EAC4A6</RequestId><HostId>WitqHHCjSLQXcnK37wWLQnR9Yu0AX/1i26epy9a+vLq9sBmE+buLMC1VZVi0eRfc</HostId></Error>

Eclipse spits out the message:

"The selected file does not contain any updates sites. Please select another file."

Where did I get that bookmark.xml file you may ask? Here is the link:

http://dist.springsource.com/release/TOOLS/update/dependencies/e3.5/bookmarks.xml

I tried this a few weeks ago and the bookmarks.xml was valid, so something has changed in the last few weeks.

Please help

bijusuma
Jul 15th, 2010, 03:02 PM
Hi

Use this XML

<bookmarks>
<site url="http://dist.springsource.com/release/TOOLS/update/e3.5" selected="true" name="SpringSource Update Site for Eclipse 3.5"/>
<site url="http://dist.springsource.com/release/TOOLS/composite/e3.5" selected="true" name="SpringSource Update Site for Eclipse 3.5 (Dependencies)"/>
<site url="http://download.eclipse.org/releases/galileo" selected="true" name="Galileo"/>
</bookmarks>