BB10 Webworks packaging "interrupted (quit)" error of the emulator of the ripple

I am trying to build a BB10 webworks app using Sencha Touch 2.2 and packaging using ripple and get Interrupted errors (abandonment of the). Is anyone else seeing this? I noticed that I am able to clear this error if the .sass_cache is filled in/resources/sass Sencha Touch project folder. Changes in error on what file it is interrupted.

out:  (deflated 71%)
  adding: touch/src/XTemplateCompiler.js (deflated 72%)
  adding: touch/src/XTemplateParser.js (deflated 76%)
  adding: touch/version.txt (stored 0%)
  adding: twitter_bb.js (deflated 61%)
  adding: webworks-1.0.4.11.js
out: 

out:
zip error: Interrupted (aborting)

error response - {"code":1,"msg":"\nzip error: Interrupted (aborting)\n","data":null}
2013-06-13 11:48:44 GET /ripple/build_status/1021 200

After trying various things, I came across the solution, by sheer luck, I guess. When you compile a Sencha Touch app, it compiles the sass file and creates a cache. Sencha Touch is not delete the folder ".sass_cache" once it did the compilation. This seemed weird questions with the operation of a BB10 webworks app package. He would stop with the message above on the different file compression.

After you have removed all the contents of the folder '.sass_cache' using ' rm - rvf *' I was able to do this successfully the package.

Tags: BlackBerry Developers

Similar Questions

  • External BB10 Webworks/Cordova opening HTML pages on the device: "this file is not found. Check the URL and try again. »

    Hello fellow people,.

    IM quite in my application of Cordova/Webworks which downloads and save an html file in the SD (blackberry.io.sharedFolder).

    At this point, the config.xml file is defined as:

    read_device_identifying_informationermit >

    access_sharedermit >

    ermissions >

    Now, I'm trying to open the downloaded html that is saved to file:

    /Accounts/1000/removable/SDCard/MainFolder/subfolder/file.html

    My webapp, I try to open as: window.open (path, _self);

    Where path is the file above (which exists on the device!)

    Path is also, with the blackberry.io.SharedFolder + "/ MainFolder/SubFolder/file.html".< of="" that="">

    Also, I get the error:

    This file is not found. Check the URL and try again. If the URL is correct, check that your card is correctly inserted on your device.

    I am running and development off the BB10 Simulator.

    The console does not throw any error that I see.

    Any help or advice would be appreciated.

    See you soon,.

    @varunasingh

    Well, this is awkward.

    I have myself fixed by adding the string: "file://" on my road.

    I hope that others see it until they are too uptight.

    This has been resolved. Thanks for reading.

  • Error of the ripple: Oh Snap! Build request failed with the message: CreateProcessW

    Hello

    I installed the Mobile Emulator 0.9.1 ripple with SDK for Tablet 2.2.0.5 WebWorks, following the instructions exacly on a Windows 7 64-bit machine.

    If I try to package virtually any application (HelloWorld, weather, examples, something more complex, whatever), I get the following error:

    Oh Snap! Build request failed with message: CreateProcessW: The system cannot find the file specified.
    

    I tried a lot of things. I'm guessing that it's a mistake with the SDK, since I can enter any path to any folder that exists on my HD as the path to the SDK and I get the same error.

    Path SDK: SDK for Tablet 2.2.0.5 WebWorks c:\RIM\BlackBerry

    The project root: c:\Users\Username\RippleSites\AppName

    Archive name: AppName

    Output folder: c:\

    I tried different paths for the foregoing, moving my code and by reinstalling the SDK.

    I'm at my wits end - about to renounce WebWorks.  Any ideas? 

    It seems %SystemRoot%/system32 and any % were missing from my path variable. All good - too bad!

    Land

  • Troubleshooting Webworks web service consumer - work on the ripple

    Hello

    I'm developing my first web service Webworks app. It works perfectly well on ripple.

    I just publish the application on my BB Bold 9700 (OS6), it opens fine, but when I fire the XMLHttpRequest.open seems have not received response from webservice.

    Is there a way to solve these issues?

          var xmlHttp = new XMLHttpRequest();
    
          function doClick() {
            var varfirstname = document.getElementById('Firstname').value;
            var varlastname = document.getElementById('Lastname').value;
    //        var url = "http://localhost:1762/EPB-Webservice.asmx/GetUserJSON?firstname=" + varfirstname + "&lastname=" + varlastname;
            var url = "http://myserver/EPB-Webservice/EPB-Webservice.asmx/GetUserJSON?firstname=" + varfirstname + "&lastname=" + varlastname;
            xmlHttp.open('GET', url, true);
            xmlHttp.onreadystatechange = callbackFunction;
            xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
            document.getElementById('results').innerHTML = "Requesting...";
            xmlHttp.send(null);
          }
    

    Thank you

    Roberto.

    Are you aware of the option of web Inspector.  You can activate it by waving before running your application on the device?  Then you can check errors and elements on the device by using the ip address of the appliance and the port 1337.

    Also do you have white registered the domain of the function in your config.xml file?

  • Bug in signature tool: PlayBook &amp; BB10 WebWorks signature tools create different ID of Package

    Hello, I wanted to download a version BB10 of a portal provider WebWorks app, but I've always had the

    File bundle (blabla.bar) was rejected. Package ID is required for all .bar file. If this is an upgrade, ID of Package must match ID of Package in the bundle of original file.

    error. I read a lot of articles like this one

    http://devBlog.BlackBerry.com/2012/03/package-ID-rejected-by-app-world/#more-8665

    on this issue, and most of them say, you used a different signing key, or you have changed the name of the Package. However none are the case - really.

    What I found is:

    The latest version of the SDK PlayBook WebWorks 2.2.0.5 produced an another Package ID in the MANIFEST. The latest version of the SDK BB10 WebWorks 1.0.2.9 MF file. I use the latest plugin ripple to package and sign applications.

    If I package sign my application with the SDK BB10 bundle file gets rejected. If I package and sign the exact folder of files (not changed character) with WebWorks PlayBook the supplier portal SDK allows me to download the bar.

    When I checked both the MANIFESTO. MF, package-Ids files were indeed different. However this way, you can provide a free upgrade for your existing PlayBook application for BB10 platform.

    Here's your solution, 3rd post http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-set-up-Package-Name-for-P...

    It is good that we can specify the name of the package in bb10 sdk.

  • Error in the application using emulator ripple of packaging

    Hello everyone, I'm on emulator running continuous for the packaging of the app for blackberry help SDK Blackberry Webworks 2.3.1.5 7os.

    When I click the package button I get error as follows:

    Build request failed with the message: error: ENOENT, remove the link "C:\Documents and Settings\AtikJ\RippleSites\HelloWorld\PKG\HelloW.zip".

    So please suggest me some solutions...

    Thanks for your reply...
    My machine is computer 32-bit... Also I use JDK 1.7...

    I solved this problem...
    It must specify the path of our webworks SDK in the option settings of the emulator of the ripple.
    So avoid all space charater in the path of the SDK...
    for example c:/Program Files / Research In Motion /... is not valid.

    c:/ResearchInMotion/BlackberrySDK2.3.1.5... This is correct.

    Another thing I've done is in the bbwp.properties file located in the webworks SDK bin directory... I've provided the correct path of the JDK. Also I put environment variables.

    After completing these steps cod and alx files are generated.

  • Error installation BB10-WebWorks - SDK_1.0.2 on Windows 8

    Hi, I have an error of installation BB10-WebWorks - SDK_1.0.2 on Windows 8.

    Whenever I start the installer, I get the following message that is attached.

    How to solve this problem?

    You're going to have to try what it says:

    1. create a webworks.bat file in the same folder.

    2. then insert this: BB10-WebWorks - SDK_1.0.2.exe - i GUI

    3 save

    4 run the bat - clicking on it.

  • Error in the file Picker BB10

    When I try to choose a file to my device A DevAlpha containing an apostrophe in the file name, for example: "Gettin ' on you (Featuring Fergie & LMFAO) .mp3" file selector return syntax error: at least one digit must occur after a comma.

    I would like to ask - is it possible to fix this error?

    Thanks in advance.

    Nice work, you have found an error in our implementation of the file picker. I have confirmed that this is a problem with what we do. Apparently our encoder does not properly handle single quotes. I will file an issue on our end and let you know how it goes.

    You can follow here: https://github.com/blackberry/BB10-WebWorks-Framework/issues/385

    Thanks a lot for us to know. You can follow the progress through that issue.

  • The macro was interrupted because of an error, but the file remains open.

    I have a file that is opened by a macro Excel (VBA).  The macro was interrupted because of an error, but the file remains open.  I can't find any way to close.  The file is located on a server, not my hard drive.

    This is the code that opens the file/workbook

    Dim fso As Object
    Set fso = VBA. CreateObject ("Scripting.FileSystemObject")
    TT = fso. CopyFile (Sheet1.Cells (2: 17) & "List1.xlsm", Sheet1.Cells (2: 17) & "Merge1.xlsm", True)

    'bind to the data source document.
    wordDoc.MailMerge.MainDocumentType = wdFormLetters
    wordDoc.MailMerge.OpenDataSource Name: = Sheet1.Cells (2, 17) & "Merge1.xlsm", _
    SQLStatement: = "SELECT * FROM ' Sheet1$ ' WHERE sort_order IS NOT NULL" "
     
    "fill the body of the document with the fields in the data source."
     
    "first of all get the field names in the spreadsheet
    Set wkbk = Excel.Workbooks.Open (Sheet1.Cells (2: 17) & "Merge1.xlsm")
    Set headerRange = Excel.Range (wkbk. Sheets ("Sheet1"). Wkbk, Range("B1"). Sheets ("Sheet1"). Range ("IV1"). End (xlToLeft))
    headerValues = Application.Transpose (headerRange.Value)
    wkbk. Close False

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • How to specify the custom application BB10 WebWorks category

    How to specify the custom in BB10 WebWorks app category. If tried, but it seems that this does not work for me. What shoul I do it.

    Hello.

    I think the element of config.xml standard tag would be the rim: category, as in the example of documentation:

    
    

    but it seems not be supported yet for BB10. You can ask a question to the github repo, I think that the BB10 Packer must be at the right place.

  • Call my app when clicking on a specific URL in the BB10 webworks

    Hi all

    I want to register my application to open a specific URL (like: http://www.xyz.com) on impact on the browser. Below is the contents of the config.xml file, I tried. This does not work for me.

    
    
        
            APPLICATION
            
                bb.action.OPEN
                text/plain //tried with * also
            
            
        
    

    I tried several configuration in the config.xml file, but no luck. Also researched a lot on forums and found below URL for native code.

    http://supportforums.BlackBerry.com/T5/native-development/how-to-invoke-my-app/m-p/2734705#M57010

    Is this possible in BB10 Webworks?

    Finally found the solution which shows pop up to open my application by hitting a specific URL in the browser. Here's the changes to make in the config.xml file.

    
            APPLICATION
    
            
              bb.action.VIEW
              *
              
            
    
            
              activetext:
            
    
        
    
  • How do I send the email from BB10 webworks app

    I want to have a module in my BB10 WebWorks app that will allow users to compose a message by entering the information in a form, which will then be sent by e-mail to an e-mail address.

    I guess this could be done by using the EmailComposerOptions API, but I don't know how to use it.

    Any help will be appreciated.

    Have you looked at the code example in the API document?

    https://developer.BlackBerry.com/HTML5/APIs/BlackBerry.Invoke.card.html#.invokeEmailComposer

    < script="text/javascript">
    //simply invoke email composer, with no options and callbacks
    blackberry.invoke.card.invokeEmailComposer();
    
    //invoke email composer with subject, body, to, cc and attachment options
    blackberry.invoke.card.invokeEmailComposer({
        subject: "Email subject",
        body: "Email body",
        to: ["[email protected]", "[email protected]"],
        cc: ["[email protected], [email protected]"],
        attachment: ["/path/to/an/attachment.txt", "path/to/another/attachment.txt"]
    }, function (done) {
        console.log(done);
    }, function (cancel) {
        console.log(cancel)
    }, function (invokeError) {
        console.log(invokeError);
    });
    
    

    Once the function is called, map of composer email will slip into the view with all pre-filled fields and the user can then click on send.

  • Download picture of URL link and store the Image in a Local folder in BB10 Webworks

    Hello

    I want to download the image of URL link and store the image in a local folder in Webworks BB10.
    But I did not get the code for this.

    If such knowledge code or have any solution then please help me...

    Thank you best regards &,.

    Laurent Subudhi

    NitishSubudhi wrote:
    I go through this code... but it is throwing the exception. That is to say "ReferenceError: Webworks is undefined '." "

    According to the device/operating system, you need to add the extension of your installation of WebWorks as explained here for OS SmartPhone BB or PlayBook OS.

    To use read the samples provided, they must work somehow. When I worked with the extension on PlayBook I only copy + pasted the provided source code and changed the attributes for the function call:

    // You need to define "remotePath", "localPath", "onProgress", "onError", "options" like shown in documentationblackberry.io.fileTransfer.downloadFile(remotePath, localPath, onProgress, onError, options);
    

    For OS SmartPhone BB the function call looks like this:

    // You need to define "options" like shown in documentationwebworks.io.FileDownloader.download(options);
    

    All think that all information provide here, try to follow and cela should operate.

  • BB10 Webworks app cannot call the index page

    Hi all

    I work on the BB 10 Webworks and test on the ripple is fine, but if it was launched the bb10 Simulator on VM Fusion, the application cannot display the index page.

    SDK: BlackBerry 10 WebWorks SDK 1.0.4.11

    Ripple: 0.9.14

    VM Fusion: 5.02

    Simulator: BB10_1_X-807

    can someone help me, thank you very.

    I think I have this problem.

    I try to remove the old sdk bb10 of macos and then reinstall the latest JDK and JRE & bb10 sdk once again, problem solved.

  • How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Hi all

    How to get the functionality of the Plugin BB10 webworks development using phonegap.

    Thank you all

    Here is a link to the documentation specifically: http://docs.phonegap.com/en/2.6.0/guide_plugin-development_index.md.html

    We will update the things little when we adopt a more close relationship with Cordova.

Maybe you are looking for