02-06-2012 11:04 AM
Hello!
I am working on an app for BlackBerry Playbook with WebWorks. When I try to package it I get the error in the subject (Oh Snap! Build request failed with message: error). There is no more information. I have googled, but cannot find anyone else with this peculiar problem.
Is there a log somewhere that I can read to see what's happening? Has anyone else experienced this?
Thank you for any help!
Oh, I nearly forgot. When I go into the Output Folder, the .zip file is there, but not the .bar file.
Solved! Go to Solution.
02-06-2012 11:26 AM
Sorry. I found my mistake: I had some extra stuff in my config.xml file that shouldn't have been there.
I'm looking forward to getting to know this BlackBerry world better!
02-07-2012 02:50 PM - edited 02-07-2012 02:52 PM
All right,
I thought I had it solved the other day, but I don't. I just tried with the exact files from here: https://bdsc.webapps.blackberry.com/html5/document
Has anyone else had this problem? Where can I look for logs?
Edit: One more thing: Ripple is crashing regularly on startup, giving me the "zombie" message. Even if I tell it to wait longer, it will continue to refuse to run. In the end I have to reset all my settings, and this can get long. Are the problems related?
02-09-2012 10:24 AM
OK. I have finally found the command-line code for compiling applications. Here it is for others and future reference: First move to the location of the bbwp directory, then run the bbwp command.
cd "C:\Program Files\Research In Motion\BlackBerry WebWorks SDK for TabletOS <version #>\bbwp"
bbwp "C:\myapp.zip"
Here's the link where I got the information from: https://bdsc.webapps.blackberry.com/html5/download
For those looking to sign their application from the terminal, it is also possible. First set up your computer, as indicated here: https://bdsc.webapps.blackberry.com/html5/document
Next Move to the same "bbwp" directory as we did above. Finally, run this command:
bbwp <archive_file> -g <KeystorePassword> -buildId <num> -o <output_location>
This information can be found here: https://bdsc.webapps.blackberry.com/html5/document
Sorry for writing this out when it is already available elsewhere on the web, but I feel like I should post the full answer for those who stumble upon this message later. I hope it can help someone who has the same problem as me.
07-27-2012 12:18 AM
Hi.
Im getting this error too and i try the fix you put here but cant get it done.
I already have my signing keys validated and everthing. i also get the emails from RIM confirming my Code Signing Request and the Signature tools execute it automaticly but nothing happens. and i dont get my .cod files generated on my target folder.
Any clues whats happening?
08-05-2012 07:16 PM
Thanks @Liste for this answers ![]()
I hope the console solution is good (I didn't try this but I like terminal and i'll try of corse)
But I think it's good when I can package my project in Ripple extension (Chrome) or in Ripple emulator without errors ![]()
And in both Ripple I've still message "Oh Snap! Build request failed with message: undefined"
(Yes: undefined)
In Chrome in service console window I see the ZIP process and some messages "out: [INFO]" and it seems there's no problem, (both files for TabletOS are created - zip, bar), but....
red window still appear ![]()
I read three links you provided - no sugestions found there
So, why Ripple show me error window whene I only package my project ?
PS. I checked my path in settings... and I think there's good .... hmmmmm (slashes and spaces....)
Win XP Home SP3 - Netbook Samsung 1.6GHz - 2GB RAM
WebWorks SDK for TabletOS 2.2.0.5
Ripple 0.9.5.0 - extension
Ripple 0.9.0.16 - standalone
08-05-2012 07:19 PM