Software Defined Networking
1828670 Members
2511 Online
109984 Solutions
New Discussion

App could not be verified: Unsigned file testApp.descriptor

 
SOLVED
Go to solution
ssrirama
Advisor

App could not be verified: Unsigned file testApp.descriptor

Hi all,

 

I've attached a screenshot of the error message I get when trying to upload my application to my SDN controller (v2.3.5). Any suggestions to fix this issue? Note: this isn't the same issue as the unsigned jars error (which I've fixed already).

4 REPLIES 4
piricchio72
Valued Contributor

Re: App could not be verified: Unsigned file testApp.descriptor

Hi,

 

Are you trying to upload your application in a zip file?

If yes, please make sure that the verifyZips setting is set to "false" (see attachment).

 

You might need to restart your controller.

 

 

Regards,

 

Antonio

SDN CoE Team

ssrirama
Advisor

Re: App could not be verified: Unsigned file testApp.descriptor

Good call, looks like the verifyApps field is indeed set to true for my controller. How can I change this value, though? I couldn't find instructions for this in the Adminstrator's Guide.

piricchio72
Valued Contributor
Solution

Re: App could not be verified: Unsigned file testApp.descriptor

Hi,
just select the AppManager (as from previous screen shot) and then click on "modify" at the top of the page.
A window allowing you to modify settings will appear.

Antonio

SDN CoE Team

ssrirama
Advisor

Re: App could not be verified: Unsigned file testApp.descriptor

That worked, thanks!