Adobe CS6 PhoneGap Build Service JavaScript error: At line 565

Hello everyone,
We need some help, when I click on REBUILD APPLICATION (PhoneGap Build Service) I get a dreamweaver pop up box that says:
While executing onClick in PhoneGap Build Service.htm the following Java error:
At line 565 of file "C:\Program Files (x86)\Adobe\AdobeDreamweaverCS6\Configuration\PhoneGapBuildPlugin\js\PhoneGapPlugin.js": Keys has no properties
What can I do to solve this?
Thanks

Hi billabear.
Charbarred is correct that the answer lies in that discussion; however, there are multiple answers in there and it may be unclear exactly what the solution is. Essentially, you need to re-create the project settings file for the app you are building, since it contains erroneous data.
See the response from Ken Barklage in the same discussion Charbarred mentioned: http://community.phonegap.com/nitobi/topics/dreamweaver_now_cant_build_after_todays_update _please_help#reply_10869042

Similar Messages

  • Trying to connect to PhoneGap Build Service in Dreamweaver CS6 but get a "Temporary Server related error". Help!

    I am trying to connect to the PhoneGap Build Service in Dreamweaver CS6 but after about a minute I receive the error "Temporary Server related error. Please try again later.". I have googled, searched and implemented any fix that I could find without any joy. I have fully updated Dreamweaver and all other Cloud services but still am receiving the error.
    I can log into build.phonegap.com using my Adobe ID no problem and I have linked a GitHub account to my Adobe ID so I am at a loss as what I can try next.
    Any help would be much appreciated.
    Many thanks,
    Dan

    You will likely get better program help in a program forum Dreamweaver support forum
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • How to fix "server problem" error message when trying to use PhoneGap build service.

    I have a site that is now optimized for mobile devices and want to use the PhoneGap Build service in Dreamweaver CS6 to make a native app.  Unfortunately, I keep getting the "We seem to be having server problems." error message when I try to create a new project.  I did notice that the configuration file was created at the site root.  I've seen a few other similar threads on this, but no solution.  I've checked on any firewall issues (none) and know that the PhoneGap server is not down.  The problem is on my end.
    Thanks,
    Loren

    Not an answer to the server problem, but I have posted the PhoneGap Build process here: http://forums.adobe.com/message/4669054#4669054. It might help anyone still having problems.

  • PhoneGap Build Service 'build error'

    I'm having trouble with Dreamweaver CC and PhoneGap Build Service. I get 'build error' and when I click the 'view' button it says 'Failed to upload application'. (I'm building for Android only.) And on build.phonegap.com the name of my app has changed to 'PhoneGap Build Project' Why? It had the right name before... And the version says 1.0.0, which is also wrong. The app ID is: 819335

    Hi,
    Can you please follow the below mentioned steps:
    1. Quit Dw.
    2. Please navigate to the following location:
    Win: C:\Users\{username}\AppData\Roaming\Adobe
    Mac: /Users/{username}/Library/Adobe
    3. Delete the folder "PGB"
    4. Relaunch Dw and login to PGB and continue with your scenario.
    Let me know if the issue still persists.
    Thanks,
    Srivatsa

  • Phonegap Build service Error

    I have DW CC  2014.0 Release. When I run Phonegap Build service , I get the message: Failed to get a list of keys. How do I fix this problem.

    as subhadeep_banerjee said -----
    Hello JumanaT,
    Dreamweaver’s direct integration with PhoneGap Build to package mobile applications is no longer supported "in all versions".
    So, even if you are using DW CC 2014.0 you would NOT be able to use the integrated service from within DW. Use the cloud service instead, as suggested by others.

  • Phonegap Build Service

    Hi all,
    i'm facing an infinite "Build Queued..." from the PBS panel.
    The phonegap status is "Good, Slow, Slow", may be this be the problem?

    LaurieFrick wrote:
    Confusion is that several tutorials say FIRST go to the site --> phonegap build service and create a site. I think Adobe might be missing some basic 'how-to' with CS6.
    Basically, the PhoneGap Build process goes like this:
    Create an account at https://build.phonegap.com/.
    In Dreamweaver CS6, create a new site. The site must contain only files that are part of the app. There should be nothing else, because Dreamweaver uploads everything in the site root to PhoneGap Build.
    Create an HTML page called index.html, and include the following script tag in the <head>:
    <script src="phonegap.js"></script>
    You don't need a copy of phonegap.js in your local site, but the <script> tag is required to make use of the PhoneGap API in your application.
    Build your app by adding a style sheet, content, and JavaScript.
    When you're ready to compile the app, go to Site > PhoneGap Build Service > Phone Gap Build Service.
    Log into PhoneGap Build, using your account credentials.
    If it's a new project, Dreamweaver tells you that a project settings file wasn't found. Select Create New Project, and click Continue.
    Dreamweaver automatically uploads the files from the site, and starts building the app, which you can download once done.
    Each app needs a file called config.xml. If you haven't created one, Dreamweaver creates a boilerplate one for you, which you need to edit and then rebuild the app. Details of how to create config.xml are in the docs on the PhoneGap Build site.
    I created a series of videos explaining the process from start to finish in my Dreamweaver CS6 New Features course. The course isn't free, but it's relatively inexpensive and might help you if you're still stuck.

  • Phonegap Build service for jquery mobile themed page not showing on mobile

    I am trying to use jQuery mobile inside the Adobe Dreamweaver CC and then use phonegap build service to deploy the application to my phone. The issue here is that the Dreamweaver design panel is showing the jQuery Mobile UI but the application APK which is deployed over the phone does not.
    Please find below the screenshot of Dreamweaver CC with design and code panel.
    http://stackoverflow.com/questions/17334492/adobe-dreamweaver-cc-phonegap-build-service-is sue
    Find below the entire index.html code:
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>jQuery Mobile Web App</title>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="jQueryAssets/jquery.ui.core.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.theme.min.css" rel="stylesheet" type="text/css">
    <link href="jQueryAssets/jquery.ui.accordion.min.css" rel="stylesheet" type="text/css">
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery-1.6.4.min.js" type="text/javascript"></script>
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile-1.0.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-1.8.3.min.js" type="text/javascript"></script>
    <script src="jQueryAssets/jquery-ui-1.9.2.accordion.custom.min.js" type="text/javascript"></script>
    </head>
    <body>
    <div data-role="page" id="page">
        <div data-role="header">
            <h1>Page One</h1>
        </div>
        <div data-role="content">  
            <ul data-role="listview">
                <li><a href="#page2">Accenture</a></li>
                <li><a href="#page3">Digital</a></li>
                <li><a href="#page4">CASF RIA</a></li>
                <li><a href="#page5">Hybrid Applications using PhoneGap</a></li>
            </ul>      
        </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page2">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>ACCENTURE Page</h1>
        </div>
        <div data-role="content">
          <div data-role="fieldcontain">
            <label for="selectmenu" class="select">Select Technology Areas:</label>
            <select name="selectmenu" id="selectmenu">
              <option value="option1">Digital</option>
              <option value="option2">Oracle</option>
              <option value="option3">Mobile</option>
            </select>
          </div>
          <div data-role="fieldcontain">
            <label for="slider">Value:</label>
            <input type="range" name="slider" id="slider" value="0" min="0" max="100" />
          </div>
          <div data-role="fieldcontain">
            <label for="flipswitch">Option:</label>
            <select name="flipswitch" id="flipswitch" data-role="slider">
              <option value="off">Off</option>
              <option value="on">On</option>
            </select>
          </div>
          <div data-role="collapsible-set">
            <div data-role="collapsible">
              <h3>Header</h3>
              <p>Content</p>
            </div>
            <div data-role="collapsible" data-collapsed="true">
              <h3>Header</h3>
              <p>Content</p>
            </div>
            <div data-role="collapsible" data-collapsed="true">
              <h3>Header</h3>
              <p>Content</p>
            </div>
          </div>
        </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page3">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>DIGITAL Page</h1>
        </div>
        <div data-role="content">  
        <div id="Accordion1">
          <h3><a href="#">Section 1</a></h3>
          <div>
            <p>Content 1</p>
          </div>
          <h3><a href="#">Section 2</a></h3>
          <div>
            <p>Content 2</p>
          </div>
          <h3><a href="#">Section 3</a></h3>
          <div>
            <p>Content 3</p>
          </div>
        </div>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page4">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>CASF RIA</h1>
        </div>
        <div data-role="content">
          <ol data-role="listview" data-inset="true" data-split-icon="arrow-d">
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
            <li><a href="#">
              <h3>Page</h3>
              <p>Lorem ipsum</p>
              <span class="ui-li-count">1</span></a><a href="#">Default</a></li>
          </ol>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <div data-role="page" id="page5">
        <div data-role="header">
            <a href="#page"><label style="color:white; font-weight:bolder">BACK</label></a><h1>HYBRID APPLICATIONS using PhoneGap</h1>
        </div>
        <div data-role="content">
          <div data-role="fieldcontain">
            <label for="email">Email:</label>
            <input type="email" name="email" id="email" value=""  />
          </div>
    Content </div>
        <div data-role="footer">
            <h4>Page Footer</h4>
        </div>
    </div>
    <script type="text/javascript">
    $(function() {
        $( "#Accordion1" ).accordion();
    </script>
    </body>
    </html>
    This is how it looks in device:
    This is how it looks in the mobile devices:
    Could anyone please help?

    Try defining a site and then create the mobile themed page within that site and DW will copy all the assets relative to the site path and will not be as its in your current page.
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.theme-1.0.min.css" rel="stylesheet" type="text/css"/>
    <link href="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/Third%20Party%20Source%20Code/jquery-mobile/jquery.mobile.structure-1.0.min.css" rel="stylesheet" type="text/css"/>
    HTH
    --Bhawna

  • Dreamweaver 6/PhoneGap Build Service Android Key Question

    I just recently upgraded to CS6 and am excited to use the mobile sutff. I have been a CFer for years and using Jquery for a long time and have been using JQM more and more. Now I want to evolve from a web developer into an app developer. I thought the cool integrations within DW6 would be a good way to start.
    So I watched Greg Rewis' intro video to get a flavor of things. I set up my first app site. I then created a simple JQM page to test with. I then downloaded the Android SDK (which is what I am starting with, but plan on branching out to the other OS'). I created an AVD, created a keystore and all that. I then went through the process of attaching my keystore to my PhoneGap Build Service account. That all went well, although it did not ask me to make it the default and I am assuming that is because it is the only key at this point...just a note for copywriters.
    I then went back to DW to go through the PhoneGap Build Service panel to create my first app to play with. Here si where I ran into an issue. The PhoneGap Build Service panel asks for a key under the Android section (which I expected), but when I clicked on the drop down where it said none, that is all that was there. The key I uploaded to my PhoneGap Build Service account was not listed. I even logged out and logged back in, shut down DW and reopened it and nothing I did caused it to display. Can someone please point me in the right direction? If I can get this last piece of the puzzle, I can begin cranking through some code.
    Thanks in advance,
    Clay

    As long as you are signing into the same account in DW as you are on the PhoneGap Build website, any keystores you uploaded would be available inside of Dreamweaver.
    Highly recommending posting on the PhoneGap Build community site, where you'll get better answers regarding the functionality of the PhoneGap Build website and keystores: http://community.phonegap.com/nitobi/products/nitobi_phonegap_build

  • Dreamweaver PhoneGap Build Service required signing key.

    I tried to upload my HTML5 to PhoneGap Build, Site > PhoneGap Build Service > PhoneGap Build Service, then a window pop up:
    After some research, i found out that the signing key is actually refer to IOS but i intent to upload to Android only. So, i won't need the signing key. Is there some setting that i need to paid attention?
    Note: I also have download the Adt bundle but i didn't download phonegap into my computer (Some article mention it can be done online.) I also registered with the Andriod developer already.

    To compile your Android apps to the latest standards, go directly to Phone Gap Build web site.
    Adobe PhoneGap Build
    Nancy O.

  • CS6: Edit - Keyboard Shortcuts javascript error

    Does anyone know how to fix this:
    In CS6, when I right-click a new snippet and select Edit Keyboard Shortcuts, I just get a javascript error, the same error I get if I try to create a keyboard shortcut directly from the menu at the top of the screen, Edit -> Keyboard Shortcuts.
    The error is "At line 321 of <path>\Keyboard Shortcuts.js getMenuTree: Argument number 1 is invalid."
    After that, where the list of standard shortcuts should appear, the list is blank. All the other built-in shortcuts also are blank, and trying to duplicate the standard set  just creates a blank set and doesn't let me add anything. Deleting Dreamweaver's cache file, the blahblah.dat thing, doesn't fix it.

    Troubleshoot JavaScript errors.  Start with steps 10 & 12.
    http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-dreamweaver-cs4.html
    Nancy O.

  • PhoneGap Build Services, unable to sign in.

    Hello
    Trying to sign in with DWCS6 PhoneGap Build Service using the same credentials used to login and access CC and build.phonegap.com. DW invalid email or password, but the details I provide are correct.
    Do I need to update any other configuration to access Build Services using DW.
    BTW, I'm haven't fully installed Eclipse & the ENV for Android.
    Any ideas?
    Thank you.

    Hi - thanks for your prompt reply.
    Well -- I changed my password to an older pass, and I could login to Build in DW CC!. So, both PG & ACC accounts have this previous password. But, sure, NOW, img shows the drop down, as expected, and I can continue to platform list ... sorry, really not sure why earlier issue happened, I should have tried reverting back to old pass before, but I thought it might have been a extra unknown config option on my side - the password used earlier during this thread was 15ish mix of alphanum and special characters, maybe DW (probably not) had an issue with this epic password.
    humm, thanks for the link on setting up in DW CC btw..., so, as per screen grab, all is OK I guess...
    Sorry for the confusion.

  • JavaScript Error on Line 35

    For some reason my iphone Safari will not navigate to certain pages that it previously did. Tonight I turned on the debug console and when I try to navigate to those pages it tells me that I have a JavaScript Error on Line 35.
    How can I fix this error so that I can navigate to these pages? Is there a way to restore the Safari settings?

    So, something has changed and I'm just looking for the best way to repair the browser. Any one have any ideas?
    It's more likely that something has changed on the server you are connecting to rather than something in the Safari browser, and unless it is your own website you won't be able to fix it yourself.
    Try clearing the Safari browser caches and cookies though. The JavaScript error may be unrelated.
    http://support.apple.com/kb/TA38613

  • Javascript error on line 9 from iPad 3.2 OS on Apple Discussions

    Every Discussions page has an error saying Object.Extend is not a function on line 9.

    OK, same here in iOS 4.2.1 with debug on; is this the same error you get:
    JavaScript Error on Line 9
    http://images.apple.com/global/scripts/apple_core.js
    TypeError: Result of expression 'Object.xtend' [undefined] is not a function.

  • Ipad 2 safari showing javascript error in line 1 while surfing any yahoo site

    I am not able to surf any yahoo website on my ipad2. There is javascript error in line 1. Also showing unsafe attempt frame.....yahoo.com

    I use yahoo sites, but Safari doesn't support Java, so you'll aways have the error.  I'm not sure if there are other browsers out there that handle it better or if it doesn't run on the iPad at all.

  • Error at line 565

    While Executing Onclick in PhoneGap Build Service.htm The following JavaScript error(s) occurred:
    At Line 565 of file “c:\Program Files(x86)\adobe\Adobe Dreamweaver CS6\ Configuration\PhoneGapBuildPlugin\js\PhonegapPlugin.js” Keys has no properties
    Earler this week I down loaded an update to Dreamweaver, now by PhoneGap app generated the above error
    Any suggestions?
    billabear

    Hi billabear.
    Charbarred is correct that the answer lies in that discussion; however, there are multiple answers in there and it may be unclear exactly what the solution is. Essentially, you need to re-create the project settings file for the app you are building, since it contains erroneous data.
    See the response from Ken Barklage in the same discussion Charbarred mentioned: http://community.phonegap.com/nitobi/topics/dreamweaver_now_cant_build_after_todays_update _please_help#reply_10869042

Maybe you are looking for

  • Custom MIRO

    Hi Expert, When I enter reference in MIRO then I want the text in reference automatically fill in the assignment? It is possible? Thanks Regards Fei

  • Gap in ibase component number by using FM 'CRM_IBASE_COMP_CREATE'

    Hi, i've created a program which creates components for existing IBase from a flat file. For the creation im using the fm 'CRM_IBASE_COMP_CREATE' and it's working fine. The problem right now is, that is have a gap in the component number. For instanc

  • Error navigating from OBIEE Dashboards 11g to BI Publisher

    Environment: WebLogic Server 10.3.5 OBIEE 11.1.1.5 AIX 6.1 Browser: IE8 (company standard) and others like Firefox Hitting the links on browser in OBIEE dashboard to create a Published Report in BI Publisher, I get the following error: Webpage error

  • [SOLVED] Kernel downgrade 2.6.30-5 to 2.6.27.10-1 Errors

    Attempting to run 'pacman -U /var/cache/pacman/pkg/kernel26-2.6.27.10-1-x86_64.pkg.tar.gz' generates the following errors: sudo pacman -U /var/cache/pacman/pkg/kernel26-2.6.27.10-1-x86_64.pkg.tar.gz loading package data... checking dependencies... (1

  • OSX 10.3.9 - Blank page when printing to HP LaserJet 2430.

    Hi all, I have a problem with a user who has a G5 running OSX 10.3.9. Initially they were able to print to the printer fine but as of Friday last week it just prints a blank page. The printer is setup on a print server and the Mac has it setup via an