04-29-2011 05:51 AM
Hi,
I have successfully sign my webworks app, and is ready to deploy to Playbook device. However, i had this error when i try to deploy using command line.
Here is my command line to deploy the signed .bar file:
blackberry-deploy -installApp -password <password> -device <device_ip_address> -package <location_of_bar_file>
Here is the error message:
Sending Install request...
Info: Action: Install
Info: File size: 1056834
Info: Installing ...
Info: Processing 1056834 bytes
actual_dname::
actual_id::
actual_version::
result::failure 500 manifest asset list mismatch (frozenset(['air/js/blackberry_
invoke_Invoke/js/', 'air/js/blackberry_invoke_Invoke/', 'air/js/blackberry_invok
e_Invoke/js/common/', 'air/js/blackberry_application_Application/js/comm
on/', 'a ir/js/blackberry_application_Application/js/', 'air/js/sharedglobal/', 'air/js/b
lackberry_application_Application/', 'air/images/', 'air/js/']))
Hope anyone can do help. Thank you in advance.
Cheers,
vgrace
04-29-2011 02:31 PM
The error suggests that the BAR file was modified after it was created by the bbwp.exe utility. This changes the signature of the BAR file itself, and creates a mismatch with the internal manifest file (that defines what files are part of the BAR).
From the error message below, it looks like a variety of web assets have been modified (e.g. the Invoke and Application APIs, and the sharedglobal folder). Does this line up with your expectations?
05-04-2011 12:56 AM
06-29-2011 06:52 AM
Hi
I'm facing the same problem(can't able to set Application-Development-Mode' to 'false') have you got the solution
Thank you in advance