All of lore.kernel.org
 help / color / mirror / Atom feed
* Openjdk-8 fetcher failure
@ 2017-06-19  6:11 Pawar, Alok
  2017-06-19 13:06 ` Maxin B. John
  0 siblings, 1 reply; 5+ messages in thread
From: Pawar, Alok @ 2017-06-19  6:11 UTC (permalink / raw)
  To: yocto


[-- Attachment #1.1: Type: text/plain, Size: 1343 bytes --]

Hi All,

I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried to bitbake. I faced fetcher failure, following are the Error :

ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
Read error (Connection timed out) in headers.
Read error (Connection timed out) in headers.

ERROR: openjdk-8-102b14-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2;name=hotspot;unpack=false'. Unable to fetch URL from any source.

Please give your inputs.


Best Regards
Alok Pawar
Sr. Engineer Product Development
Harman Connected Services

Building no:-10, Tower:-C, IInd floor, DLF cyber city, Gurgaon - 122002
Office: +911243884700
Mobile: +91 8505 88 7117
Email: alok.pawar3@harman.com<mailto:alok.pawar3@harman.com>
Web: www.harman.com<http://www.harman.com>
[Email_Signature_Template_Image]
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.



[-- Attachment #1.2: Type: text/html, Size: 5427 bytes --]

[-- Attachment #2: image003.jpg --]
[-- Type: image/jpeg, Size: 12933 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Openjdk-8 fetcher failure
  2017-06-19  6:11 Openjdk-8 fetcher failure Pawar, Alok
@ 2017-06-19 13:06 ` Maxin B. John
  2017-06-21  5:28   ` [EXTERNAL] " Pawar, Alok
  0 siblings, 1 reply; 5+ messages in thread
From: Maxin B. John @ 2017-06-19 13:06 UTC (permalink / raw)
  To: Pawar, Alok; +Cc: yocto

Hi Alok,

On Mon, Jun 19, 2017 at 06:11:20AM +0000, Pawar, Alok wrote:
> 
>Hi All,
>
> I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried to bitbake. I faced fetcher failure, following are the Error :
>
>ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
>
>  Read error (Connection timed out) in headers.
>
>  Read error (Connection timed out) in headers.
>
>ERROR: openjdk-8-102b14-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2;name=hotspot;unpack=false'. Unable to fetch URL from any source.
>
>Please give your inputs.

This could be related to the network configuration in your build machine.

Have you tried to fetch that file manually using wget from your machine ?
ie:
# wget http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2


Best Regards,
Maxin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [EXTERNAL] Re: Openjdk-8 fetcher failure
  2017-06-19 13:06 ` Maxin B. John
@ 2017-06-21  5:28   ` Pawar, Alok
  2017-06-21  8:27     ` Maxin B. John
  0 siblings, 1 reply; 5+ messages in thread
From: Pawar, Alok @ 2017-06-21  5:28 UTC (permalink / raw)
  To: Maxin B. John; +Cc: yocto

HI John, 

Using the 'wget',  I am able to download the file.

Best Regards
Alok Pawar
Sr. Engineer Product Development

-----Original Message-----
From: Maxin B. John [mailto:maxin.john@intel.com] 
Sent: Monday, June 19, 2017 6:37 PM
To: Pawar, Alok <Alok.Pawar3@harman.com>
Cc: yocto@yoctoproject.org
Subject: [EXTERNAL] Re: [yocto] Openjdk-8 fetcher failure

Hi Alok,

On Mon, Jun 19, 2017 at 06:11:20AM +0000, Pawar, Alok wrote:
> 
>Hi All,
>
> I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried to bitbake. I faced fetcher failure, following are the Error :
>
>ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
>
>  Read error (Connection timed out) in headers.
>
>  Read error (Connection timed out) in headers.
>
>ERROR: openjdk-8-102b14-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2;name=hotspot;unpack=false'. Unable to fetch URL from any source.
>
>Please give your inputs.

This could be related to the network configuration in your build machine.

Have you tried to fetch that file manually using wget from your machine ?
ie:
# wget http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2


Best Regards,
Maxin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [EXTERNAL] Re: Openjdk-8 fetcher failure
  2017-06-21  5:28   ` [EXTERNAL] " Pawar, Alok
@ 2017-06-21  8:27     ` Maxin B. John
  2017-06-21  8:38       ` Pawar, Alok
  0 siblings, 1 reply; 5+ messages in thread
From: Maxin B. John @ 2017-06-21  8:27 UTC (permalink / raw)
  To: Pawar, Alok; +Cc: yocto

Hi,

On Wed, Jun 21, 2017 at 05:28:39AM +0000, Pawar, Alok wrote:
> HI John, 
> 
> Using the 'wget',  I am able to download the file.

That could be a temporary issue then. Have you tried the build
openjdk-8 again to verify it ?

> Best Regards
> Alok Pawar
> Sr. Engineer Product Development

Warm Regards,
Maxin

> -----Original Message-----
> From: Maxin B. John [mailto:maxin.john@intel.com] 
> Sent: Monday, June 19, 2017 6:37 PM
> To: Pawar, Alok <Alok.Pawar3@harman.com>
> Cc: yocto@yoctoproject.org
> Subject: [EXTERNAL] Re: [yocto] Openjdk-8 fetcher failure
> 
> Hi Alok,
> 
> On Mon, Jun 19, 2017 at 06:11:20AM +0000, Pawar, Alok wrote:
> > 
> >Hi All,
> >
> > I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried to bitbake. I faced fetcher failure, following are the Error :
> >
> >ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
> >
> >  Read error (Connection timed out) in headers.
> >
> >  Read error (Connection timed out) in headers.
> >
> >ERROR: openjdk-8-102b14-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2;name=hotspot;unpack=false'. Unable to fetch URL from any source.
> >
> >Please give your inputs.
> 
> This could be related to the network configuration in your build machine.
> 
> Have you tried to fetch that file manually using wget from your machine ?
> ie:
> # wget http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2
> 
> 
> Best Regards,
> Maxin


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [EXTERNAL] Re: Openjdk-8 fetcher failure
  2017-06-21  8:27     ` Maxin B. John
@ 2017-06-21  8:38       ` Pawar, Alok
  0 siblings, 0 replies; 5+ messages in thread
From: Pawar, Alok @ 2017-06-21  8:38 UTC (permalink / raw)
  To: Maxin B. John; +Cc: yocto

Yes, I tried multiple times, but face same issue.

And when I tried 
"wget http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2;name=hotspot;unpack=false"
Then it Is not working.

Only
"wget http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2"
Is working.
 

Best Regards
Alok Pawar
Sr. Engineer Product Development

-----Original Message-----
From: Maxin B. John [mailto:maxin.john@intel.com] 
Sent: Wednesday, June 21, 2017 1:57 PM
To: Pawar, Alok <Alok.Pawar3@harman.com>
Cc: yocto@yoctoproject.org
Subject: Re: [EXTERNAL] Re: [yocto] Openjdk-8 fetcher failure

Hi,

On Wed, Jun 21, 2017 at 05:28:39AM +0000, Pawar, Alok wrote:
> HI John, 
> 
> Using the 'wget',  I am able to download the file.

That could be a temporary issue then. Have you tried the build
openjdk-8 again to verify it ?

> Best Regards
> Alok Pawar
> Sr. Engineer Product Development

Warm Regards,
Maxin

> -----Original Message-----
> From: Maxin B. John [mailto:maxin.john@intel.com] 
> Sent: Monday, June 19, 2017 6:37 PM
> To: Pawar, Alok <Alok.Pawar3@harman.com>
> Cc: yocto@yoctoproject.org
> Subject: [EXTERNAL] Re: [yocto] Openjdk-8 fetcher failure
> 
> Hi Alok,
> 
> On Mon, Jun 19, 2017 at 06:11:20AM +0000, Pawar, Alok wrote:
> > 
> >Hi All,
> >
> > I am using yocto 2.1.2 krogoth, and I added meta-java in it, but when I tried to bitbake. I faced fetcher failure, following are the Error :
> >
> >ERROR: openjdk-8-102b14-r0 do_fetch: Fetcher failure: Fetch command failed with exit code 4, output:
> >
> >  Read error (Connection timed out) in headers.
> >
> >  Read error (Connection timed out) in headers.
> >
> >ERROR: openjdk-8-102b14-r0 do_fetch: Function failed: Fetcher failure for URL: 'http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2;name=hotspot;unpack=false'. Unable to fetch URL from any source.
> >
> >Please give your inputs.
> 
> This could be related to the network configuration in your build machine.
> 
> Have you tried to fetch that file manually using wget from your machine ?
> ie:
> # wget http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/archive/ac29c9c1193a.tar.bz2
> 
> 
> Best Regards,
> Maxin


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-06-21  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-19  6:11 Openjdk-8 fetcher failure Pawar, Alok
2017-06-19 13:06 ` Maxin B. John
2017-06-21  5:28   ` [EXTERNAL] " Pawar, Alok
2017-06-21  8:27     ` Maxin B. John
2017-06-21  8:38       ` Pawar, Alok

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.