Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mobile-iwg] Bug in authenticating and downloading an SDK package

This is what I got from our engineering team:

A bug was introduced on JavaSE 1.6 update 10 related to access secure
sockets. This affects eclipse p2 code that is executed during the update
process. The problem happens in the following scenario
- The update repository is on a HTTPS server
- When p2 tries to access it, it will return "No repository Found". The
detailed exception is "unconnected sockets not implemented"

There are two possible workaround:
- Downgrade with JRE to an older version
- See if it is possible to use HTTP to access the repository

Below is a link to sun bug system with the bug:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6771432

There is already a bug opened on eclipse about that:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255397

--
Lori Fraleigh
Senior Manager, Application Environments and Developer Tools  

> -----Original Message-----
> From: mobile-iwg-bounces@xxxxxxxxxxx 
> [mailto:mobile-iwg-bounces@xxxxxxxxxxx] On Behalf Of Adam Abramski
> Sent: Thursday, January 29, 2009 1:16 PM
> To: Mobile Industry Working Group
> Subject: [mobile-iwg] Bug in authenticating and downloading 
> an SDK package
> 
> Hi all,
> 
> >From our meeting this morning, we discussed an issue related 
> to the SDK
> packaging topic of the agenda.  So the summarize, when a 3rd party
> developer goes to download an SDK package from Motorola, 
> Nokia or RIM we
> all use some authentication mechanism through a userid and password to
> allow them to download it.  I believe Lori from Motorola 
> mentioned a bug
> that was already opened that was causing this rather bad user
> experience.  
> 
> Right now there's a bug submitted in ECF
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=258743 that 
> describes this
> issue.  
> 
> Lori et al, is this the bug that you were referring to?
> 
> Thanks!
> 
> Sincerely,
> Adam
> 
> 
> 
> ---------------------------------------------------------------------
> This transmission (including any attachments) may contain 
> confidential information, privileged material (including 
> material protected by the solicitor-client or other 
> applicable privileges), or constitute non-public information. 
> Any use of this information by anyone other than the intended 
> recipient is prohibited. If you have received this 
> transmission in error, please immediately reply to the sender 
> and delete this information from your system. Use, 
> dissemination, distribution, or reproduction of this 
> transmission by unintended recipients is not authorized and 
> may be unlawful.
> _______________________________________________
> mobile-iwg mailing list
> mobile-iwg@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mobile-iwg
> 


Back to the top