Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Adobe AIR Development

Reply
Contributor
satya_p14
Posts: 11
Registered: ‎10-12-2011
My Carrier: student
Accepted Solution

Error Rigistering debug token

This is related to signing Application

I have successfully created *.p12 file, *.csk file .

 

In signing Developer certificate is created successfully ,And

In RIM signing Authority, it's showing >> Registered : Yes.

 

When i was creating Debug token it was showing error >> blackberry-debugtokenrequest.bat is not found.

 

Then i copied it from "Research In Motion\blackberry-tablet-sdk-1.1.1\bin " to  "Adobe\Adobe Flash Builder 4.5\sdks\blackberry-tablet-sdk-0.9.4\bin".

 

Now it's showing following error...

 

java.lang.NoClassDefFoundError:

net/rim/device/codesigning/debugtoken/debugtokenrequest

Caused by : java.lang.ClassNotFoundException.

 

I need solution for this. Any help...

 

Thanking in advance...

 

 

Please use plain text.
BlackBerry Development Advisor
pgarcia
Posts: 49
Registered: ‎04-01-2011
My Carrier: Rogers

Re: Error Rigistering debug token

[ Edited ]

Hi,

 

The batch file actually calls a java application that is under the <bbsdk>\lib directory. This is why you're getting this error.

 

Based on the fact you say "blackberry-sdk-0.9.4" I assume you are still using the plugins and command line tools from an old beta versio, where there is no debug token.

 

When you install the version 1.1.1, you should tell the installer to integrate it with Flash Builder, and most important, proceed with the plugins upgrade.

 

I recommend you to review the "Install the BlackBerry Tablet OS for Adobe AIR" section on the "Getting Started Guide" (Link here) and see if you had followed all steps. 

 

Please, after that, let me know if it solve your problem.

 

Regards

 

 

 

 

 

---
Paulo Garcia
Please use plain text.
Contributor
satya_p14
Posts: 11
Registered: ‎10-12-2011
My Carrier: student

Re: Error Rigistering debug token

Thank you very much .

 Now it is solved

 

 

Please use plain text.