VMware Communities
radjasinski89
Contributor
Contributor

VMWare Fusiona problem with .ova "The OVF package is invalid and cannot be deployed"

Hello,

I tried solve the problem like as it is written in this solutions:https://kb.vmware.com/s/article/2151537  but not working for me.

sh-3.2# ./ovftool --shaAlgorithm=SHA1 Base_Win10x.ova Base_Win10x_Nowa.ova

Abort trap: 6

I've got error Abort trap: 6

I'm using MacOS 10.13.2.

Anybody help?

Thanks,
Radek

Tags (2)
0 Kudos
3 Replies
nancyz
VMware Employee
VMware Employee

Hi radjasinski89 ,

Could you try to use ovftool as a non-root user, you can use command 'dscl . list /Users | grep -v '^_'' to list the user name.

0 Kudos
radjasinski89
Contributor
Contributor

Today I tried use another user and i have a new error:

Zordon:VMware OVF Tool radek$ ./ovftool --shaAlgorithm=SHA1 Base_Win10x.ova Base_Win10x_Nowa.ova

Opening OVA source: Base_Win10x.ova

The manifest validates

Opening OVA target: Base_Win10x_Nowa.ova

Error: Failed to open file: Base_Win10x_Nowa.ova

Completed with errors

Radek

0 Kudos
nancyz
VMware Employee
VMware Employee

Hi radjasinski89 ,

What's the output of --verifyOnly option:

$./ovftool --verifyOnly BaseOVA.ova

0 Kudos