ADF Mobile: Deployment Error: MessageDigest SHA-1 implementation not found

Hi,
I was trying to create and deploy a test application as outlined in the online tutorial for ADF Mobile:Android
http://docs.oracle.com/cd/E18941_01/tutorials/MobileTutorial/jdtut_11r2_54_2.html
After I hit Deploy to emulator, it fails with the following exception:
trouble writing output:
[07:01:26 AM] java.lang.RuntimeException: java.security.NoSuchAlgorithmException: MessageDigest SHA-1 implementation not found.
I have successfully deployed applications developed from Eclipse with Android extension on the same emulator.
I tried manual cmd line deployment of the generated apk file
I got [INSTALL_PARSE_FAILED_NO_CERTIFICATES] error first.
I then followed the instructions in the below post to create a keystore, sign the application and again deploy the application
signing error with abt deployment with ADF Mobile and java 1.7
I got the following error.
C:\Program Files\Android\android-sdk\platform-tools>adb -e install -r C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3/testapp.apk
100 KB/s (21928920 bytes in 212.281s)
pkg: /data/local/tmp/testapp.apk
Failure [INSTALL_FAILED_DEXOPT]
Is it a BUG or am I missing something? Appreciate if someone can help me out.
Specs. Win XP
Android 4.1.2 (API 16)
Jdev
Studio Edition Version 11.1.2.3.0
Build JDEVADF_11.1.2.3.0_GENERIC_120914.0223.6276.1
ADF Mobile Framework     oracle.adf.mobile     11.1.2.3.39.62.94     Fully Loaded
Deployment Log:
[06:58:00 AM] Updating Android profile dependencies with FAR profiles created from application projects...
[06:58:01 AM] ---- Deployment started. ----
[06:58:01 AM] Target platform is (Android).
[06:58:01 AM] Beginning deployment of ADF Mobile application "TestApp" to Android using profile "ANDROID_MOBILE_NATIVE_archive3".
[06:58:03 AM] Checking state of Android Debug Bridge server...
[06:58:04 AM] Android Debug Bridge server already running.
[06:58:11 AM] Verifying a single Android emulator is online and connected to the ADB server...
[06:58:11 AM] Beginning deployment of ADF Mobile application "TestApp" to Android using profile "ANDROID_MOBILE_NATIVE_archive3".
[06:58:11 AM] Running dependency analysis...
[06:58:11 AM] Building...
[06:58:11 AM] Deploying 3 profiles...
[06:58:18 AM] Wrote Archive Module to C:\Jwork\TestApp\ApplicationController\deploy\ApplicationController.jar
[06:58:18 AM] WARNING: No Resource Catalog enabled ADF components found to package
[06:58:18 AM] Wrote Archive Module to C:\Jwork\TestApp\ViewController\deploy\ViewController.jar
[06:58:18 AM] Starting to prepare the packaging...
[06:58:18 AM] Verifying Application Controller project exists...
[06:58:18 AM] Verifying application dependencies...
[06:58:18 AM] Validating application XML files...
[06:58:18 AM] Validating XML files in project ApplicationController...
[06:58:18 AM] Validating XML files in project ViewController...
[06:58:19 AM] Copying FARs to the ADF Mobile Framework application...
[06:58:19 AM] Copying FAR from source: ViewController...
[06:58:19 AM] Copying FAR from source: ApplicationController...
[06:58:19 AM] Copying Android template...
[06:59:19 AM] Copying framework resource files...
[06:59:20 AM] Copying framework java resource files...
[06:59:43 AM] Copying common javascript files...
[07:00:01 AM] Deploying skinning files...
[07:00:01 AM] Copying application image files...
[07:00:02 AM] Copying ADF Mobile configuration files...
[07:00:02 AM] Copying .adf files...
[07:00:02 AM] Copying security related files to the ADF Mobile Framework application...
[07:00:02 AM] Creating Android preferences XML files...
[07:00:02 AM] Creating AndroidManifest.xml file...
[07:00:02 AM] Creating unsigned Android application file...
[07:00:58 AM] Compiling Android Resource Identifier file...
[07:01:01 AM] Creating Android classes.dex file from class files...
[07:01:26 AM] Command-line executed: ["C:\Program Files\Android\android-sdk\platform-tools\dx.bat", dex, debug, keep-classes, output="C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\classes.dex", C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\classes, C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\AND_ksoap.jar, C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\Container.jar, C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\IDMMobileSDK.jar, C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\logging_dalvik_release.jar, C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\phonegap.jar, C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\vmchannel_dalvik_release.jar]
[07:01:26 AM]
[07:01:26 AM] trouble writing output:
[07:01:26 AM] java.lang.RuntimeException: java.security.NoSuchAlgorithmException: MessageDigest SHA-1 implementation not found
[07:01:26 AM] at com.android.dx.dex.file.DexFile.calcSignature(DexFile.java:631)
[07:01:26 AM] at com.android.dx.dex.file.DexFile.toDex0(DexFile.java:591)
[07:01:26 AM] at com.android.dx.dex.file.DexFile.toDex(DexFile.java:216)
[07:01:26 AM] at com.android.dx.command.dexer.Main.writeDex(Main.java:574)
[07:01:26 AM] at com.android.dx.command.dexer.Main.run(Main.java:218)
[07:01:26 AM] at com.android.dx.command.dexer.Main.main(Main.java:174)
[07:01:26 AM] at com.android.dx.command.Main.main(Main.java:91)
[07:01:26 AM] Caused by: java.security.NoSuchAlgorithmException: MessageDigest SHA-1 implementation not found
[07:01:26 AM] at org.apache.harmony.security.fortress.Engine.getInstance(Engine.java:137)
[07:01:26 AM] at java.security.MessageDigest.getInstance(MessageDigest.java:75)
[07:01:26 AM] at com.android.dx.dex.file.DexFile.calcSignature(DexFile.java:629)
[07:01:26 AM] ... 6 more
[07:01:26 AM] Command-line execution failed (Return code: 2)
[07:01:26 AM] Command-line executed: "C:\Program Files\Android\android-sdk\platform-tools\dx.bat" dex debug keep-classes output="C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\classes.dex" C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\classes C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\AND_ksoap.jar C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\Container.jar C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\IDMMobileSDK.jar C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\logging_dalvik_release.jar C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\phonegap.jar C:\Jwork\TestApp\deploy\ANDROID_MOBILE_NATIVE_archive3\framework\build\jar\vmchannel_dalvik_release.jar
[07:01:26 AM] Deployment cancelled.
[07:01:26 AM] ---- Deployment incomplete ----.
[07:01:26 AM] Deployment failed due to one or more errors returned by 'C:\Program Files\Android\android-sdk\platform-tools\dx.bat'. The following is a summary of the returned error(s):
Command-line execution failed (Return code: 2)
- Thanks
Sujith
Edited by: user11272928 on Oct 30, 2012 7:28 PM

Hi,
At this point, we really have not fully tested out JDK 1.7, and we rely on Android SDK to actually compile the app. Any way you can add JDK 1.6 to your machine, and configure the Android SDK to use JDK 1.6?
Thanks,
Joe Huang

Similar Messages

  • ADF Mobile Deployment issue

    Hello -
    I am so frustrated with the ADF Mobile deployment. I have already created couple of Android Apps using the native language and never faced problems like this. I am very familiar with ADF development as well.
    Anyways this is my problem.
    I downloaded the sample adf mobile app from the following tutorial, but I was unable to deploy it on the Android emulator in  Release mode. The debug mode takes for ever.
    Oracle JDeveloper 11g Release 2 Tutorials - Building Mobile Applications with Oracle ADF Mobile
    This is the error messages I am getting:
    [11:02:51 PM] ----  Deployment started.  ----
    [11:02:51 PM] Target platform is  (Android).
    [11:02:51 PM] Beginning deployment of ADF Mobile application "Employees" to Android using profile "Android3".
    [11:02:51 PM] Deployment cancelled.
    [11:02:51 PM] ----  Deployment incomplete  ----.
    [11:02:51 PM] The following Android preference configuration is missing or invalid. Set these options in JDeveloper Preferences on the ADF Mobile panel:
    Key Password
    (oracle.adfmf.framework.dt.deploy.android.deployers.ValidatePreferencesDeployer)
    I generated the keystore using keygen per the tutorial and it doesnt't help.
    This is how I validated the keystore.
    C:\Oracle\MiddlewareMob\jdk160_24\bin>keytool -list -keystore emp.keystore
    Enter keystore password:
    Keystore type: JKS
    Keystore provider: SUN
    Your keystore contains 1 entry
    empl, Nov 19, 2013, PrivateKeyEntry,
    Certificate fingerprint (MD5): 8A:27:53:64:B3:AF:01:CA:9C:2F:47:2A:50:16:E4:40
    C:\Oracle\MiddlewareMob\jdk160_24\bin>
    I tried recreating the keystore couple of times, but it didn;t help. I know the password entered is correct.
    Any suggestions will be appreciated. Also, I started learning JQuery Mobile in parallel.
    Thanks,
    -S

    Thanks for the reply Shay!
    Here are the settings:
    Android SDK location: C:\Android\sdk (This is where I extracted the Android SDK)
    Plat form Location : C:\Android\sdk\platforms\android-17
    Android Buid Tools Location: C:\Android\sdk\platform-tools
    Keystore location : C:\Oracle\MiddlewareMob\jdk160_24\bin\emp.keystore
    Key Alias : empl
    Directory of C:\Android\sdk\platforms\android-17
    11/19/2013  10:13 PM    <DIR>          .
    11/19/2013  10:13 PM    <DIR>          ..
    11/19/2013  10:13 PM        19,090,582 android.jar
    11/19/2013  10:13 PM             1,416 build.prop
    11/19/2013  10:13 PM    <DIR>          data
    11/19/2013  10:13 PM             2,362 framework.aidl
    11/19/2013  10:13 PM               209 sdk.properties
    11/19/2013  10:13 PM    <DIR>          skins
    11/19/2013  10:13 PM            16,802 source.properties
    11/19/2013  10:13 PM    <DIR>          templates
    11/19/2013  10:13 PM             8,800 uiautomator.jar
                   6 File(s)     19,120,171 bytes
                   5 Dir(s)  39,479,033,856 bytes free
    I tried this from a different machine and I am getting the same error there too.
    Pls advise.
    Thanks!

  • I m using apple 6 .u lauch 8.1.3 then i update my mobile then error 53 .. isuse and not used the mobile occurdind to eroor 53 my mobile is in under warenty im buying my mobile from u.s.a

    i m using apple 6 .u lauch 8.1.3 then i update my mobile then error 53 .. isuse and not used the mobile occurdind to eroor 53 my mobile is in under warenty im buying my mobile from u.s.a    .  pls help how i solve this problem

    Hey dheeraj55,
    Thanks for the question. If I understand correctly, you have been getting an error when you are trying to update the iPhone. I would recommend that you read this article, it may be able to help the issue.
    If you can't update or restore your iPhone, iPad, or iPod touch - Apple Support
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

  • Workflow Process Implementation not found

    Hello,
         I've created a workflow process in AEM 5.6.  When I initiate the workflow, the workflow is not completed and in the Inbox Console, I see 'process implementation is not found'.
    Here is the sample workflow process:
    package com.test.workflowtest;
    import org.apache.felix.scr.annotations.Component;
    import org.apache.felix.scr.annotations.Properties;
    import org.apache.felix.scr.annotations.Property;
    import org.apache.felix.scr.annotations.Service;
    import org.osgi.framework.Constants;
    import org.apache.felix.scr.annotations.Reference;
    import com.day.cq.workflow.WorkflowException;
    import com.day.cq.workflow.WorkflowSession;
    import com.day.cq.workflow.exec.WorkItem;
    import com.day.cq.workflow.exec.WorkflowData;
    import com.day.cq.workflow.exec.WorkflowProcess;
    import com.day.cq.workflow.metadata.MetaDataMap;
    import com.adobe.granite.workflow.WorkflowException;
    import com.adobe.granite.workflow.WorkflowSession;
    import com.adobe.granite.workflow.exec.WorkflowProcess;
    import com.adobe.granite.workflow.exec.WorkItem;
    import com.adobe.granite.workflow.metadata.MetaDataMap;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    import org.apache.sling.api.resource.ResourceResolverFactory;
    import org.apache.sling.api.resource.ResourceResolver;
    @Component
    @Service
    @Properties({
            @Property(name = Constants.SERVICE_DESCRIPTION, value = "Test Process."),
            @Property(name = Constants.SERVICE_VENDOR, value = "TEST"),
            @Property(name = "process.label", value = "Test WF Process")})
    public class Test implements WorkflowProcess{
       private static final Logger log = LoggerFactory.getLogger(Test.class);
              @Reference
              private ResourceResolverFactory resourceResolverFactory;
              public void execute(WorkItem item, WorkflowSession session, MetaDataMap args)
            throws WorkflowException {
            log.debug("======== Test Process ===========");
            ResourceResolver resolver = null;
            try{
                                  resolver = resourceResolverFactory.getAdministrativeResourceResolver(null);
            }catch(Exception e)
                e.printStackTrace();
    =============
    Exception:
    02.05.2013 11:25:23.305 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test
              at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)
              at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)
              at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
              at java.lang.Thread.run(Unknown Source)
    02.05.2013 11:25:25.333 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test
              at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)
              at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)
              at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
              at java.lang.Thread.run(Unknown Source)
    02.05.2013 11:25:27.361 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test
              at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)
              at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)
              at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
              at java.lang.Thread.run(Unknown Source)
    02.05.2013 11:25:29.389 *ERROR* [JobHandler: /etc/workflow/instances/2013-05-02/model_79635435153979:/content/test1] com.adobe.granite.workflow.core.job.JobHandler Process implementation not found: com.test.workflowtest.Test com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.test.workflowtest.Test
              at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:221)
              at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:139)
              at org.apache.sling.event.jobs.JobUtil$1.run(JobUtil.java:272)
              at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
              at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
              at java.lang.Thread.run(Unknown Source)
    =======
    Findings:  Gettting exception only when I use below code in the workflow process.
    @Reference
      private ResourceResolverFactory resourceResolverFactory;
    Any help would be more helpful..
    Thanks
    Siva

    one of the workaround is by adding -XX:-UseSplitVerifier option to the JVM .This issue seems to be an with CQ 5.6 and java 7

  • How to fix error: -1967362038, IAK_SHARED: (Hex 0x8ABC700A) Not found.

    Hello there,
    I have Labview 8.5 with DSC 8.5 installed on my computer. When i deploy the library containing shared variables from project explorer window or by using "Deploy Library.vi", i am getting deployment failed error whose snapshot is attached herewith the request for reference. I looked for the solution on NI website and found a related document "Shared Variable Error Explanations" having link as http://digital.ni.com/public.nsf/allkb/B9366256C53D95CA8625725A007C0287 and followed the solution mentioned associated with the error code which i am getting in my case error: -1967362038, IAK_SHARED:  (Hex 0x8ABC700A) Not found.. I also restarted variable engine on my PC. Error remains even though the other libraries linked with other projects on my computer works fine and get deployed without any deployment error. I also tried rebooting my computer to get this mess cleared. But nothing happened in my favour.  
    Very Strange....Can any one tell me what exactly this mess is and how to get out of it.
    Replies will be appreciated.
    Thanks & Regards,
    Samriddh Sarbalhi
    Solved!
    Go to Solution.
    Attachments:
    Deployment error.PNG ‏15 KB

    Hi Samriddh Sarbalhi,
    Thanks for the various updates, I was working through the issue as you were updating it!
    Well your solution makes sense because I understand Error 1404 when the variables are in use - which matches the error message your given.
    Regarding error 1967362038 (0x8ABC700A), General Description: LabVIEW: Not Found - IAK_SHARED: Not Found. With the advice:
    This error could occur if you launched LabVIEW and tried to deploy Shared Variables before rebooting after installing LabVIEW; in this case, rebooting the system should resolve the issue.
    In other cases, this error means that the Shared Variable Engine configuration can't be found or can't be loaded, and is likely related to a problem with MAX.
    General advice when you get an error linked this is to use the Variable Manager utility or similar tool (such as the Published Variable Monitor or Distributed System Manager) to verify that the Shared Variable Engine is running; try restarting the Shared Variable Engine using the Variable Manager utility then redeploy the library.
    With MAX database errors one of the things you can try is, before you open MAX browse:
    C:\Documents and Settings\All Users\Application Data\National Instruments\MAX\Data
    And delete the contents of the Data folder - this would remove any corrupt files.
    Do you still get this error then?
    Kind Regards,
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • Problem with Home Sharing.  Getting the error "The Requested URL was not Found on this Server"

    I recently purchased an iPhone 5.  As I do with all of my AppleTVs, iPads, iPods and an iPhone 4 in my home, I connected the 5 to my home network and accessed the shared video library using home sharing.  My iTunes library is roughly 85% iTunes purchases, a handful of videos taken with iOS devices, and some video ripped with Handbrake.  All of these videos work fine on all devices in my home except my new iPhone 5.  When I access the shared video library on my iPhone 5, all of the textual data for all of the videos appears, however, I can only get the iPhone to play 1 video of the dozens in my iTunes library. When I try to play any other, I get the error, "The Requested URL was not Found on this Server."
    Interestingly, only one video in my entire shared library displays the artwork associated with it in my iTunes library on my iPhone 5, and that's the one I can stream without a problem. Even more interestingly, that video I am able to stream was ripped using Handbrake (there are a number in my library ripped using Handbrake, but just this one will stream to my iPhone 5 for some reason).
    I'm using the latest version of iTunes (10.7) on my home (iMac) computer (running OSX 10.8.2- Mountain Lion)and of course iOS 6 on the iPhone 5. I've tried resetting my iPhone several times as well as restarting my iMac which holds my iTunes library.
    Does anyone have any ideas as to what's going on?

    Can you see if you can view index page from a browser on iPhone.
    Have you seen live streams working from a different computer...
    if not then check if a proper crossdomain.xml file in its place(webroot folder).

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • I am trying to install livecycle trial version, but i get Error 13:11 Source file not found

    Why do they even offer a free trial version of livecycle es4,  when its obviously not free??????
    i have tried from two different computers, windows 7 and windows 8, and before it can finish installing,
    a messsage pops up saying Error 13:11 Source file not found verify file exsist.  what does that even mean?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I am trying to install adobe livecycle designer es4 trial version on my computer and i keep getting the message Error 13.11 Source file not found: c:\  verify that the file exist. I have tried to install on both windows 7 and windows 8 and i still get the

    error 13.11 Source file not found verify that the file exsist

    Try a more recent version of my advice. The "for older video cards version" may work when the default version doesn't.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • When trying to download the latest version of iTunes, I receive the following error "Apple Application Support was not found", any suggestions?

    When trying to download the latest version of iTunes, I receive the following error "Apple Application Support was not found", any suggestions?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it, which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    The section Install missing components has advice on breaking down the iTunes installer into the individual .msi files which might prove useful if one component, such as Apple Application Support, won't install normally.
    tt2

  • Error:"Add on  executable file not found"

    hi
    How to solve
    "Error:"Add on  executable file not found"" while adding add ons in sap b1
    Edited by: Philip Eller on Jun 16, 2008 10:13 AM
    Edited by: Philip Eller on Jun 30, 2008 10:02 AM*

    Hello Neetu,
    Are you installing the XLR? if yes, when choose SQL server, please
    Type a wrong servername first, then you will be able to get to an advanced
    dialogue. Enter the correct name with username and password and then go on
    to see if it works.
    Kind Regards,
    Maggie Zheng
    SAP Business One Forum Team

  • After uprading to iOS 5.1 I can no longer play videos in my camera roll. I just get the following error "The  requested URL was not found on this server"

    After uprading to iOS 5.1 I can no longer play videos in my camera roll. I just get the following error "The  requested URL was not found on this server".
    Anyone have any ideas?

    You have two choices to try & fix this: 1. Backup your phone, then restore as a new device, then restore from the backup you first created, or 2. Follow the advise from this poster:
    I had the same problem with the black blocks after upgrading to iOS4 on my iPhone. The reason for the black blocks is that the thumbnail images for those particular images have not been created when the Photo Library has been updated to iOS4. I followed the advice on a couple of blogs and fixed the problem.
    1. I downloaded iPhone Explorer free software (http://www.macroplant.com/iphoneexplorer/) so I could view the photo data folders on my phone. I could see that the thumbnail images were missing.
    2. I followed a slight variation on the instructions on this blog. (http://blog.mbentley.net/2010/06/iphone-ios-4-upgrade-restore-lost-pictures-in-c amera-roll/)
    3. First I copied the Photo Data folder by dragging it from the iPhone Explorer window to my Mac desktop.
    4. Through iPhone Explorer I deleted the info.plist file in the Media/PhotoData/MISC folder.
    5. I also deleted the Photos.sqlite and PhotosAux.sqlite files in Media/PhotoData.
    6. I then rebooted the phone and launched the Photo Library.
    7. The Library rebuilt it's self again and recreated the thumbnails.
    8. The problem was fixed!!! Thank you M Bentley!
    I hope this helps - this has been bugging me for 2 weeks.
    Regards
    Alijm23

  • Getting error in XI"RFC Program Not Found"

    Hi All,
    I am getting error in SXMB_MONI "RFC Program not found via SAP XI".
    So please suggest me what is the problem behind this..For these SAP XI and R/3 i made 3 to 4 RFC program but only 1 RFC program name not getting Via SAP XI.
    Thanks
    Amit

    Hi,
    I am calling RFC FM via SAP XI.
    Main Records are coming from siebel and recevied by SAP XI and XI will do some changes in records and calling REC FM from SAP R/3.
    Problem is siebel to xi records coming fine but xi to sap R/3 error message coming "Program not Found".
    Thanks
    Amit

  • Error 48: File or folder not found when using photomerge panorama - imac photoshop elements 10

    Any help is appreciated.  Followed the photomerge panorama instructions and got error 48: file or folder not found.....line 16 ...
    using photoshop elements 10 on imac with OSX 10.8.2
    Thx

    Have you recently updated your Operating system? Please try repairing permissions for your hard disk.
    Please check the help document to know more about repairing permissions http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html#main_Solutio n_3__Repair_Disk_Permissions

  • When i try to open iTunes I get error message "MSVCR80.dll was not found"

    When I try to open iTunes I get error message "MSVCR80.dll was not found"

    Hey Manyangels!
    Here is an article that will help you troubleshoot this issue with your iTunes:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • Apex JavaScript file Handling

    Hi, I am trying to use oracle apex to edit an excel file in some specific columns. For that I am using JavaScript with pl/sql. I've tried it in apex.oracle.com, and worked. But know I want to do it in my database and the same code doesn't work. Do I

  • Help on Template Builder

    I need a place where I can get some help about templae builder. Specially a parent child report printing.

  • Losing WiFi connection after waking from sleep

    I've iMac 27 in. with recently upgraded OS X Lion to 10.7.4. After this was done the problems strated with connecting to Wi-Fi through my Time Capsule (2TB, 802.11n 4th Gen) after waking from sleep. Everything works fine when iMac is started after sh

  • Runtime auto upgrade

    Hi friends, I am working on an Applet, which uses jre 1.4.2 or higher I need to update jre from my page in run time, if jre version is less than 1.4.2 Regards, Abhishek Kumar Srivastava

  • Trying to burn a cd but getting a message disc recording not found.

    I am trying to burn a cd from a playlist, but I keep getting a message that says 'Disc Recording not found'. Also when I start itunes an error message appears that says "The registry settings used by the itunes drivers for importing cds and dvds are