ADF Mobile: Unable to deploy to iphone simulator

I am trying to deploy an app to ios simulator on OSX 10.8.2 and see following error
NoClassDefFoundError in o.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer:282
overall trace is:
[11:22:22 PM] ---- Deployment started. ----
[11:22:22 PM] Target platform is (iOS).
[11:22:22 PM] Beginning deployment of ADF Mobile application 'CRMSalesApp' to iOS using profile 'CRMSalesAppDeployIOS'.
[11:22:22 PM] Command-line executed: [Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild, -version]
[11:22:22 PM] Command-line execution succeeded.
[11:22:22 PM] Running dependency analysis...
[11:22:22 PM] Building...
[11:22:22 PM] Deploying 3 profiles...
[11:22:22 PM] ---- Deployment incomplete ----.
so no other error.
Please note that the same app deploys fine on the android device.

i tried to restart jdev and redeploy and this time a popup came up as
Uncaught exception
java.lang.NoClassDefFoundError: oracle/adf/model/adapter/rest/RestURLDCDefinition
o.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer._getWebServiceDataControls(FeatureArchiveDeployer.java:282)
o.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer.deployImpl(FeatureArchiveDeployer.java:132)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.adfmf.framework.dt.deploy.common.deployers.AbstractDeployerWrapper.deploy(AbstractDeployerWrapper.java:201)
o.ji.deploy.fwk.DeploymentManager.deployImpl(DeploymentManager.java:481)
o.ji.deploy.fwk.DeploymentManager.deploy(DeploymentManager.java:408)
o.j.deploy.DeploymentManager.deploy(DeploymentManager.java:270)
o.ji.deploy.common.ModulePackagerImpl.deployProfiles(ModulePackagerImpl.java:84)
o.j.deploy.common.ModulePackager.deployProfiles(ModulePackager.java:64)
o.j.deploy.common.ModulePackager.deployImpl(ModulePackager.java:53)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.adfmf.framework.dt.deploy.common.deployers.AbstractDeployerWrapper.deploy(AbstractDeployerWrapper.java:201)
o.j.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.j.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.j.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.ji.deploy.fwk.TopLevelDeployer.deployImpl(TopLevelDeployer.java:54)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.ji.deploy.fwk.DeploymentManager.deployImpl(DeploymentManager.java:481)
o.ji.deploy.fwk.DeploymentManager.deploy(DeploymentManager.java:408)
o.j.deploy.DeploymentManager.deploy(DeploymentManager.java:270)
o.j.deploy.cmd.DeployCommand.deploy(DeployCommand.java:375)
o.j.deploy.cmd.DeployCommand$DeploymentProgressShellAdapter$1.deploy(DeployCommand.java:504)
o.ji.deploy.fwk.RunnableImpl.run(RunnableImpl.java:372)
j.lang.Thread.run(Thread.java:680)
Caused by:
java.lang.ClassNotFoundException: oracle.adf.model.adapter.rest.RestURLDCDefinition
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
j.lang.ClassLoader.loadClass(ClassLoader.java:247)
o.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer._getWebServiceDataControls(FeatureArchiveDeployer.java:282)
o.adfmf.framework.dt.deploy.features.deployers.FeatureArchiveDeployer.deployImpl(FeatureArchiveDeployer.java:132)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.adfmf.framework.dt.deploy.common.deployers.AbstractDeployerWrapper.deploy(AbstractDeployerWrapper.java:201)
o.ji.deploy.fwk.DeploymentManager.deployImpl(DeploymentManager.java:481)
o.ji.deploy.fwk.DeploymentManager.deploy(DeploymentManager.java:408)
o.j.deploy.DeploymentManager.deploy(DeploymentManager.java:270)
o.ji.deploy.common.ModulePackagerImpl.deployProfiles(ModulePackagerImpl.java:84)
o.j.deploy.common.ModulePackager.deployProfiles(ModulePackager.java:64)
o.j.deploy.common.ModulePackager.deployImpl(ModulePackager.java:53)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.adfmf.framework.dt.deploy.common.deployers.AbstractDeployerWrapper.deploy(AbstractDeployerWrapper.java:201)
o.j.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.j.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.j.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.ji.deploy.fwk.TopLevelDeployer.deployImpl(TopLevelDeployer.java:54)
o.j.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:145)
o.ji.deploy.fwk.DeploymentManager.deployImpl(DeploymentManager.java:481)
o.ji.deploy.fwk.DeploymentManager.deploy(DeploymentManager.java:408)
o.j.deploy.DeploymentManager.deploy(DeploymentManager.java:270)
o.j.deploy.cmd.DeployCommand.deploy(DeployCommand.java:375)
o.j.deploy.cmd.DeployCommand$DeploymentProgressShellAdapter$1.deploy(DeployCommand.java:504)
o.ji.deploy.fwk.RunnableImpl.run(RunnableImpl.java:372)
j.lang.Thread.run(Thread.java:680)

Similar Messages

  • ADF Mobile , how to deploy as IPhone 5 screen size

    Hi all,
    Current deployment to my device only supports IPhone 4 resolution, how do i set to iPhone 5 resolution in JDeveloper..
    Thanks

    Use JDeveloper 11.1.2.4.0

  • Unable to load ADF Mobile for Android deployment profile.

    Hello,
    I'm trying to implement a simple application on an android platform using this:
    [http://docs.oracle.com/cd/E18941_01/tutorials/MobileTutorial/jdtut_11r2_54_2.html]
    I already downloaded the updates needed as extensions and started the emulator using the SDK Manager.exe. However, i'm not able to create a deployment profile of type: "ADF Mobile for android". I only find type "ADF Mobile Feature Archive" which doesn't work for me because when i try deploying it, i don't find the "deploy application to emulator" option. Any thoughts?
    Regards,
    Mohamed

    Hi.
    To deploy to the emulator or to a device, you must create a deployment profile on your application, not on the ViewController or ApplicationController projects.
    Best Regards,
    Frédéric.

  • ADF Mobile failed to deploy to android device

    Hello all,
    I'm trying to create an ADF Mobile App, following [this video tutorial|http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/adfmobiledemo/adfmobiledemo.html].
    I'm using JDeveloper Studio Edition Version 11.1.2.3.0 and getting this error message:
    [11:59:41 AM] Could not find the Application Controller project in a folder named "ApplicationController".
    [11:59:41 AM] Shutting down Android Debug Bridge server...
    [11:59:42 AM] Deployment cancelled.
    [11:59:42 AM] ---- Deployment incomplete ----.
    [11:59:42 AM] Failed to deploy - the Application Controller project is missing. (oracle.adfmf.framework.dt.deploy.common.deployers.ApplicationValidatorDeployer)
    any ideas?
    Edited by: 968387 on Nov 12, 2012 3:57 AM
    Edited by: 968387 on Nov 12, 2012 3:58 AM

    Is there a reason, why there is no direct support for adf bc via jdbc? Not exactly sure what you mean here. Remember that the mobile device is a one user environment so it won't make sense to have the full ADF BC run on the mobile device.
    Since you are working over the network accessing a remote server, you probably don't want direct JDBC access to the DB on the server because of network port security settings.
    Web services are the standard way to invoke remote logic on servers.
    Why is there no support for exposing the application module via a RESTful service, or is it planned to support in further versions?This is planned for a future version.

  • ADF Mobile Error when deploying iOS

    Hi all, i received this error when to try to distribute to iOS package
    1. ive created the appid net.pakcikkantin.*
    [10:55:45 AM] error: /usr/bin/codesign force preserve-metadata=identifier,entitlements,resource-rules sign iPhone Developer: aaaaaaa (EP9NMMA3DE) resource-rules=/var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app/ResourceRules.plist /var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app failed with error 1. Output: /var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app: replacing existing signature
    [10:55:45 AM] Program /usr/bin/codesign returned 1 : [/var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app: replacing existing signature
    [10:55:45 AM] Command-line execution failed (Return code: 1)
    [10:55:45 AM] Deployment cancelled.
    [10:55:45 AM] ---- Deployment incomplete ----.
    [10:55:45 AM] Failed to package the XCode application.
    [10:55:45 AM] Failed to build the iOS application bundle.
    [10:55:45 AM] Deployment failed due to one or more errors returned by '/usr/bin/xcrun'. The following is a summary of the returned error(s):
    Command-line execution failed (Return code: 1)
    error: /usr/bin/codesign force preserve-metadata=identifier,entitlements,resource-rules sign iPhone Developer: aaaaaaa (EP9NMMA3DE) resource-rules=/var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app/ResourceRules.plist /var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app failed with error 1. Output: /var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app: replacing existing signature
    Program /usr/bin/codesign returned 1 : [/var/folders/hy/6b__npdd11qggj__5_zjjwkw0000gn/T/tRtHgIsMja/Payload/TestiPhone.app: replacing existing signature
    Thank you very much for the replies

    it looks like it's an Xcode setting problem
    https://blogs.oracle.com/mobile/entry/workaround_for_an_xcode_ios
    susan

  • ADF Mobile - Unable to load metadat from pagdef

    Dear All,
    I am getting the following error when i deploy to an android emulator:
    Unable to load metadata from pagedef
    Can aybody suggest what should i do for the same ?
    I have uninstalled app multiple times, ccleaned all and redeloyed. Still getting the issue.
    Regards,
    Deepak

    This is my DataBindings.cpx :
    <?xml version="1.0" encoding="UTF-8" ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" version="11.1.2.62.94" id="DataBindings"
    SeparateXMLFiles="false" Package="mobile" ClientType="Generic">
    <pageMap>
    <page path="/fsSearch.amx" usageId="mobile_fsSearchPageDef"/>
    </pageMap>
    <pageDefinitionUsages>
    <page id="mobile_fsSearchPageDef" path="mobile.pageDefs.fsSearchPageDef"/>
    </pageDefinitionUsages>
    <dataControlUsages>
    <dc id="FlightScheduleList" path="mobile.FlightScheduleList"/>
    </dataControlUsages>
    </Application>
    Do you see any issue in this ?
    Please help.
    Regards,
    Deepak

  • ADF Mobile Unable to change splash screen

    I am trying to change the splash screen for ipad retina display. For this I tried to replace the existing Default-Portrait.png  with the one I need to use.
    On trying to deploy I am getting this error:
    While reading /Users/vivekkumar/jdeveloper/mywork/AAR/deploy/AAR_ipad/temporary_xcode_project/Default-Portrait.png pngcrush caught libpng error:   Not a PNG filCould not find file: /Users/vivekkumar/jdeveloper/mywork/AAR/deploy/AAR_ipad/Destination_Root/Applications/AAR.app/Default-Portrait.pngCommand /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng emitted errors but did not return a nonzero exit code to indicate failure
    Does anyone knows what could be the cause?  Only one thing I have to mention is the size of the image is 640*960 instead of 1280*768
    Vik

    any help on this please?
    Vik

  • ADF Mobile - [INSTALL_FAILED_INVALID_APK] Android Deployment Failed

    I created a small application and tried to deploy it to my Samsung Galaxy 3 device and I get this error stack:
    [11:54:13 AM] Command-line executed: ["C:\Android\platform-tools\adb", -d, install, -r, "C:\11.1.2.3-POC\TestMobile\deploy\ANDROID_MOBILE_NATIVE_archive1\testmobile.apk"]
    [11:54:13 AM] 5005 KB/s (22577598 bytes in 4.404s)
    [11:54:13 AM] pkg: /data/local/tmp/testmobile.apk
    [11:54:13 AM]
    [11:54:13 AM] Failure [INSTALL_FAILED_INVALID_APK]
    [11:54:13 AM]
    [11:54:13 AM] Command-line execution failed (Return code: 0)
    [11:54:13 AM] Command-line executed: "C:\Android\platform-tools\adb" -d install -r "C:\11.1.2.3-POC\TestMobile\deploy\ANDROID_MOBILE_NATIVE_archive1\testmobile.apk"
    [11:54:13 AM] Deployment cancelled.
    [11:54:13 AM] ---- Deployment incomplete ----.
    [11:54:13 AM] Deployment failed due to one or more errors returned by 'C:\Android\platform-tools\adb'. The following is a summary of the returned error(s):
    Failure [INSTALL_FAILED_INVALID_APK]

    The device is running 4.1.1 and I've tried building the package with these 3 SDKs:
    4.2.2 (API17)
    4.1.2 (API16)
    4.0.3 (API15)
    all return the same error.
    It says I should be able to use: API16 for:
    Platform Version     API Level     VERSION_CODE     Notes
    Android 4.1, 4.1.1      16      JELLY_BEAN      Platform Highlights
    Edited by: kthomas on Apr 1, 2013 12:25 PM

  • ADF Mobile - Unable to see logs

    Hi All,
    I have made a simple application, logging set to info.
    I have deployed in android emulator in DEBUG mode.
    I am using SOP, Trace.log(Utility.ApplicationLogger, Level.INFO,....
    in my application.
    Please help me do i need to do any other change to see the logs.
    Regrds,
    Deepak

    I believe that the location of your log depends on how you run:
    From Emulator : use DDMS :<android sdk home>/tools/ddms
    On Device: use a LogCat Application (external application to install)

  • How to reduce Oracle ADF Mobile deployed file

    Hi
    I'm creating simple demos with Oracle ADF Mobile and the deployed file is more than 50mb. Is there a way to reduce this size? Maybe remove some unused features llike SQLLite?

    My simple demo IPA files have been around 20MB with the default splashscreens and such, the only time it was bigger was when some files mistakenly got included. You could always load resources on-demand the first time over http and cache them in the app documents. This way you could only download the graphics for the current platform (so if it's a phone, you don't download iPad banners and graphics that your app needs)

  • JDev 12c ADF mobile deploy issue

    I installed JDeveloper 12.1.2.0.0. In order to test the environment, I built a very simple ADF Mobile app, and deploy to the Android emulator (Android 4.4.2 (API 19)). The deployment always failed on "Creating Android preferences XML files...". Anyone knows?
    [11:54:10 AM] Copying common javascript files...
    [11:54:45 AM] Deploying skinning files...
    [11:54:46 AM] Copying application image files...
    [11:54:46 AM] Copying ADF Mobile configuration files...
    [11:54:46 AM] Copying .adf files...
    [11:54:46 AM] Copying security related files to the ADF Mobile Framework application...
    [11:54:46 AM] Creating Android preferences XML files...
    [11:54:47 AM] Shutting down Android Debug Bridge server...
    [11:54:47 AM] Deployment cancelled.
    [11:54:47 AM] ----  Deployment incomplete  ----.
    [11:54:47 AM] <Line 14, Column 96>: XML-20000: (Error) Fatal Error
    Thanks
    Tony

    I too got same error in Jdev 12c.
    [05:16:46 PM] Deploying skinning files...
    [05:16:46 PM] Copying application image files...
    [05:16:46 PM] Copying ADF Mobile configuration files...
    [05:16:46 PM] Copying .adf files...
    [05:16:46 PM] Copying security related files to the ADF Mobile Framework application...
    [05:16:46 PM] Creating Android preferences XML files...
    [05:16:46 PM] Deployment cancelled.
    [05:16:46 PM] ----  Deployment incomplete  ----.
    [05:16:46 PM] <Line 14, Column 96>: XML-20000: (Error) Fatal Error
    Any help would be highly appreciable.

  • ADF Mobile Deployment & Android SDKit

    Hi folks,
      Quite few days ago, i go through the ADF mobile document. After a Big gap Again i gave a try to continue my learning in the topic of "Basics of ADF Mobile".
    Where I found oracle doc to start ADF Mobile with simple Oracle JDeveloper 11g Tutorials
    [11:25:53 AM] ----  Deployment started.  ----
    [11:25:53 AM] Target platform is  (Android).
    [11:25:53 AM] Beginning deployment of ADF Mobile application "Application2MobileApp" to Android using profile "Android2".
    [11:25:53 AM] Checking state of Android Debug Bridge server...
    [11:25:57 AM] Started Android Debug Bridge server.
    [11:25:57 AM] Verifying a single Android emulator is online and connected to the ADB server...
    [11:25:57 AM] Running dependency analysis...
    [11:25:57 AM] Building...
    [11:25:59 AM] Deploying 3 profiles...
    [11:25:59 AM] WARNING: No Resource Catalog enabled ADF components found to package
    [11:25:59 AM] Wrote Archive Module to C:\JDeveloper\mywork\Application2MobileApp\ViewController\deploy\ViewController_MobileFeatureArchive1.jar
    [11:26:00 AM] Wrote Archive Module to C:\JDeveloper\mywork\Application2MobileApp\ApplicationController\deploy\ApplicationController_MobileFeatureArchive1.jar
    [11:26:00 AM] Starting to prepare the packaging...
    [11:26:00 AM] Verifying existence of the .adf source directory of the ADF Mobile application...
    [11:26:00 AM] Verifying Application Controller project exists...
    [11:26:00 AM] Verifying application dependencies...
    [11:26:00 AM] Verifying project dependencies...
    [11:26:00 AM] Validating application XML files...
    [11:26:00 AM] Validating XML files in project ApplicationController...
    [11:26:00 AM] Validating XML files in project ViewController...
    [11:26:00 AM] Copying FARs to the ADF Mobile Framework application...
    [11:26:00 AM] Extracting Feature Archive file, "ApplicationController_MobileFeatureArchive1.jar" to deployment folder, "ApplicationController".
    [11:26:00 AM] Extracting Feature Archive file, "ViewController_MobileFeatureArchive1.jar" to deployment folder, "ViewController_MobileFeatureArchive1".
    [11:26:00 AM] Copying Android template...
    [11:26:37 AM] Copying framework resource files...
    [11:26:37 AM] Copying framework java resource files...
    [11:26:41 AM] Copying common javascript files...
    [11:27:16 AM] Deploying skinning files...
    [11:27:20 AM] Copying application image files...
    [11:27:20 AM] Copying ADF Mobile configuration files...
    [11:27:20 AM] Copying .adf files...
    [11:27:20 AM] Copying security related files to the ADF Mobile Framework application...
    [11:27:20 AM] Creating Android preferences XML files...
    [11:27:21 AM] Creating AndroidManifest.xml file...
    [11:27:21 AM] Creating Google Cloud Messaging intent service file GCMIntentService.java...
    [11:27:21 AM] Creating unsigned Android application file...
    [11:27:50 AM] Compiling Android Resource Identifier file...
    [11:27:52 AM] Creating Android classes.dex file from class files...
    [11:28:03 AM] Updating unsigned Android application file with DEX file and .adf content...
    [11:28:12 AM] Creating debug key store...
    [11:28:14 AM] Signing application...
    [11:28:24 AM] Deploying ADF Mobile Framework application to Android emulator (this may take a few minutes)...
    [11:34:30 AM] ADF Mobile Framework application successfully deployed to Android emulator.
    [11:34:30 AM] Shutting down Android Debug Bridge server...
    [11:34:30 AM] ****************************************************************************************
    [11:34:30 AM] This ADF Mobile app was deployed in Debug mode and should not
    [11:34:30 AM] be used for performance evaluation purposes.
    [11:34:30 AM] Set the deployment profile Build Mode option to Release for performance testing.
    [11:34:30 AM] ****************************************************************************************
    [11:34:30 AM] Elapsed time for deployment:  8 minutes, 37 seconds
    [11:34:30 AM] ----  Deployment finished.  ----
    After deployment i noticed that this simple Application hardly taking 10 minutes for me for deploying and document also produce the same.
    Android SDkit is seems to slow to see my deployed App
    Is there any possibility to improve the performance also those things.?
    See the 46 to 48 line Log says :"Something harmful"
    I followed the document as suggested i did int change anything. document also having the same.
    From my understanding i have to change mode while deploying. i also cross check that there is no mode options while creating the deployment profile
    please anyone tell me. what going on.
    Jdev 11.1.2.4.0
    Anderoid SDK Manager. Revision 22.2.1
    Thanks.

    Subramanian ,
    As mentioned in above post use release mode , not only does it reduce the deployment time to a few mins (from 10 mins as you specified) , but also reduces the archive size to a third.
    See more details on how to setup release mode alongwith setting up the keystore -
    https://blogs.oracle.com/shay/entry/speed_up_adf_mobile_deployment

  • ADF Mobile: Client state access failed to establish a place for storage

    Hi,
    I hope it's fine to ask about adf mobile in this discussion room.
    following problem:
    While switching from two views/pages, both display a list, an error was thrown with the message: "Client state access failed establish a place for storage: null".
    From the list view, I can navigate to see the details of the list-element. This error message wasn't shown up if I navigate from the details back to the list overview.
    The application is developed using jdeveloper 11.1.2.4 and deployed on iPhone simulator 6.1 (xcode version 4.6.3).
    There is no further information about this error in the log file. I'm not really sure if this message is really coming from the framework itself.
    Has anyone probably ever heard about this message? It'll really helpful.
    Thanks!

    Hi.
    I got this error message once. I was trying to copy the full selected row for a table in the view scope using a setPropertyListener. Something like this:
    <amx:setPropertyListener from="#{row}" to="#{viewScope.visit}" type="swipeRight"/>
    This will not work. The workaround is not to be lazy and simply copy the row attributes you need one by one.
    Best Regards,
    Frédéric Desbiens
    ADF Product Manager
    Twitter: @BlueberryCoder
    blog: http://blogs.oracle.com/blueberry

  • ADF Mobile App integration with webservices, connection refused error

    I created an ADF application for department search with business components and exposed this as a webservice. I can access the WSDL locally from a browser. Then created an ADF mobile application and deployed it to android emulator. I am able to deploy the application to emulator and I can see the app on Android emulator. When I try to search for any department, I am getting "cannot connect to localhost on port 7101 : connection refused". My server is started already and the port number is also correct. Did any one came across this issue before? Even the WSDL URL is not accessible from the browser of android emulator.
    Edited by: adf_forum on Nov 16, 2012 2:16 PM

    Hi,
    One more thing to keep in mind is that Android emulator is itself a network host, and localhost will likely loop back into itself, i.e. emulator. Please try to set up the WLS to listen on an actual IP address for your development machine, create your WS DC using this real IP address, and then try to deploy/run the app.
    If you need to retrofit your app with an new IP address, please keep in mind there are several places you would need to manually fix up, including the connections.xml file.
    In general, if the device emulator's browser cannot hit a web service, then the ADF Mobile app will also not be able to hit a web service.
    The most reliable way is to treat the emulator like an actual device, then work out your application's connection accordingly.
    Thanks,
    Joe Huang

  • ADF mobile deployment

    hi everyone,
    i'm new on adf mobile and i'm developing and android application using adf mobile and android sdk manager,but i have one problem and this is about the time of deployment,it takes about 10 to 12 minutes every time
    to deploy the application on emulator and i don't know if it's normal or not,if it's not normal plz tell me how to reduce the time of deployment
    thanks...

    Hi.
    You can speed up your deployments by following Shay's instructions here:
    https://blogs.oracle.com/shay/entry/speed_up_adf_mobile_deployment
    Unfortunately, the Android simulator is very slow. This is because it emulates an ARM processor on your x86 machine. The only workaround is to deploy to a physical device instead.
    Best Regards,
    Frédéric.

Maybe you are looking for

  • How to query repository to determine Dynamic parameters used by a report

    Using BOXI 3.1 SP3 Windows 2008 .NET SQL 2008 Database I would like to query the repository to figure out which report is using which a dynamic parameter and then to figure out the name of that dynamic paremeter. The issue is the when I publish a rep

  • Some dialogs where i have to input text freeze

    the problem is only in some compilers. i attach a copy of my code package rail.editor; import rail.model.*; import javax.swing.JOptionPane; import javax.swing.*; import java.beans.*; //Property change stuff import java.awt.*; import java.awt.event.*;

  • How can I install a custom ringtone to my iPhone 6 Plus

    I want to install and use custom ringtones that did not transfer from my old Android to my new iPhone. How can I get my old ringrtones (not from the iStore) onto my new phone and then assign them to my contacts?

  • Locate Database table used in Program / Transaction

    Hi  Friends,     I wanted to know that Is there any standard method which would show all the Database tables/query used in that program/Transaction.    I heard there was Program in 4.6 version as i am unaware of that as well.    Please if anybody can

  • Loading Smart List to Hyperion Planning 11.1.2.0

    Hi !! I am new to Hyperion Planning. I need to upload the SmartList into Hyperion Planning using Outline load utility. Could you please show me the steps. I just need some sample metadata may be two or three line of metadata that will give me idea to