Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create container image gives catastrophic failure #63

Closed
kobellem opened this issue Sep 23, 2015 · 8 comments
Closed

create container image gives catastrophic failure #63

kobellem opened this issue Sep 23, 2015 · 8 comments
Assignees

Comments

@kobellem
Copy link

Hi,

I tried making an elasticsearch image like the minecraft example, everything runs well until creating the image:

[Container Host]:: Create image from container
new-containerimage : Failed to define container image.
Failed to create container image.
Failed to define container image.
Failed to create container image: Catastrophic failure (0x8000FFFF).
At C:\Users\stylelabs\Documents\stylelabs.docker\containers\m-elasticsearch\windows\m-elasticsearch.ps1:44 char:2

  • new-containerimage -Container $buildContainer -Publisher $publish ...
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [New-ContainerImage], VirtualizationException
    • FullyQualifiedErrorId : OperationFailed,Microsoft.Containers.PowerShell.Cmdlets.NewContainerImage

I'm running on a Windows server 2016 TP3 hosted on azure.
I also tried it with a fresh VM where I only installed git

@scooley scooley assigned scooley and thecloudtaylor and unassigned scooley Sep 29, 2015
@KarolKaczmarek
Copy link

@taylorb-microsoft I'm hitting the same error.
Was following the walkthrough from: https://msdn.microsoft.com/virtualization/windowscontainers/quick_start/manage_powershell

and

$newimage = New-ContainerImage -ContainerName MyContainer -Publisher Demo -Name newimage -Version 1.0

throws the error below:

PS C:\Users\karol> New-ContainerImage -ContainerName MyContainer -Publisher Demo2 -Name newimage2 -Version 1.0
New-ContainerImage : Failed to define container image.
Failed to create container image.
Failed to define container image.
Failed to create container image: Catastrophic failure (0x8000FFFF).
At line:1 char:1
+ New-ContainerImage -ContainerName MyContainer -Publisher Demo2 -Name  ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [New-ContainerImage], VirtualizationException
    + FullyQualifiedErrorId : OperationFailed,Microsoft.Containers.PowerShell.Cmdlets.NewContainerImage

Using clean TP3 image from Azure, so this seems like a very basic scenario.

@scooley
Copy link
Contributor

scooley commented Oct 30, 2015

I'll try (or find someone to try) to get a repro on Azure.

@enderb-ms @neilpeterson in case either of them know what's up.

Thanks :)

@lowenna
Copy link
Contributor

lowenna commented Oct 30, 2015

There were several errors like this around TP3 timeframe. It's likely that the ZDP package isn't installed. 3074683.

@KarolKaczmarek
Copy link

@jhowardmsft How do I install the ZDP package/where can I find it?

@lowenna
Copy link
Contributor

lowenna commented Oct 30, 2015

Pretty sure it's https://support.microsoft.com/en-us/kb/3074683

@scooley
Copy link
Contributor

scooley commented Oct 30, 2015

@KarolKaczmarek let us know if that works, I'll document it.

@lowenna
Copy link
Contributor

lowenna commented Oct 30, 2015

It should be picked up automatically by Windows Update too.

@KarolKaczmarek
Copy link

The second time I tried, it worked fine. Possibly due to Windows Update

@scooley scooley closed this as completed Nov 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants