Error when running the app studio Site

To create a Site Studio application, I followed the tutorial below

http://docs.Oracle.com/CD/E14571_01/ doc.1111 /e13650/ssxa_creatingsites.htm

But during the execution of the startSiteStudioDemo.jspx, I got the following error

oracle.stellent.wcm.client.ApplicationException: no matches not found for model name '@ssd-home-pt.

Could someone please advise on this?

Thank you and best regards,
Vishnu

Check if you have saved the file /wcm/templates/page/home.jspx as a SSXA page template:

1) navigate to the file /wcm/templates/page/home.jspx in the project in JDeveloper hierarhy.
(2) right click on the file and open the submenu "Site Studio" from the context menu;
(3) if the menu item "Save the Site file" is enabled, then you have not saved it. Menu start this menu item and move forward toward the front in order to save it.

Tip: If you are already registered to it, then you should see the text [ssd-home-pt] next to the file name. (Check if you have specified the good id, for example the ssd-home-pt). You can check the recording in the /WEB-INF/wcm-config.xml descriptor. Open this descriptor and go in ' Mappings / Page Templates.

Dimitar

Tags: Java

Similar Questions

  • ADF Mobile: Error when accessing the app from the Android emulator

    I am trying to build a mobile app ADF with JDeveloper (11.1.2.4.0) and its extension ADF Mobile Framework (11.1.2.4.39.64.69). The version of the Android API is 23 and the SDK build tools and platform version 20.

    I built the app and the deployment of the android emulator has been a success, but when I try to access the application on the emulator, it throws an error indicating that the application has stopped working.

    When I check logcat he showed the exception stack trace below that throws an UnsupportedOperationException

    Any help would be really appreciated.

    I/ActivityManager( 1240): Start proc com.company.OracleMobile for activity com.company.OracleMobile/oracle.adfmf.Container: pid=1782 uid=10019 gids={50019, 1028, 1015, 3003}
    D/WearableConn( 1443): Connecting via TCP to /10.0.2.2:5601
    W/System.err( 1782): No properties file. Taking properties from ClassLoader resources
    D/dalvikvm( 1782): GC_CONCURRENT freed 152K, 12% free 2199K/2476K, paused 9ms+9ms, total 50ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 119K, 10% free 2491K/2740K, paused 13ms+10ms, total 44ms
    W/System.err( 1782): Opening "logging.properties" also failed
    W/System.err( 1782): java.io.IOException: BufferedInputStream is closed
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 168K, 12% free 2542K/2884K, paused 14ms, total 15ms
    I/dalvikvm-heap( 1782): Grow heap (frag case) to 4.062MB for 1536012-byte allocation
    D/dalvikvm( 1782): GC_CONCURRENT freed <1K, 8% free 4041K/4388K, paused 9ms+1ms, total 32ms
    E/WebViewFactory( 1782): Chromium WebView does not exist
    E/WebViewFactory( 1782): Chromium WebView does not exist
    D/gralloc_goldfish( 1782): Emulator without GPU emulation detected.
    I/ActivityManager( 1240): Displayed com.company.OracleMobile/oracle.adfmf.Container: +1s55ms
    I/Choreographer( 1240): Skipped 33 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_CONCURRENT freed 189K, 7% free 4453K/4768K, paused 17ms+17ms, total 90ms
    I/Choreographer( 1240): Skipped 96 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 122 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 202 frames!  The application may be doing too much work on its main thread.
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 376K, 10% free 4746K/5268K, paused 15ms, total 16ms
    D/dalvikvm( 1782): GC_FOR_ALLOC freed 495K, 14% free 4944K/5724K, paused 14ms, total 15ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 507K, 11% free 5335K/5964K, paused 16ms+16ms, total 58ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 287K, 7% free 6075K/6484K, paused 18ms+11ms, total 61ms
    D/dalvikvm( 1782): GC_CONCURRENT freed 596K, 10% free 6755K/7472K, paused 17ms+9ms, total 61ms
    W/dalvikvm( 1782): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/oracle/cvm/channel/VM;
    W/System.err( 1782): java.lang.reflect.InvocationTargetException
    W/System.err( 1782):  at java.lang.reflect.Constructor.constructNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.createFeatureContextManager(FeatureContextManagerFactory.java:37)
    W/System.err( 1782):  at oracle.adfmf.framework.FeatureContextManagerFactory.getInstance(FeatureContextManagerFactory.java:72)
    W/System.err( 1782):  at oracle.adfmf.Application.initializeFeatureContextManager(Application.java:328)
    W/System.err( 1782):  at oracle.adfmf.Application.initApplication(Application.java:298)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:865)
    W/System.err( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    W/System.err( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    W/System.err( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    W/System.err( 1782):  at android.os.Looper.loop(Looper.java:136)
    W/System.err( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    W/System.err( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    W/System.err( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    W/System.err( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    W/System.err( 1782):  at dalvik.system.NativeStart.main(Native Method)
    W/System.err( 1782): Caused by: java.lang.UnsatisfiedLinkError: Couldn't load cvm from loader dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.company.OracleMobile-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.company.OracleMobile-1, /system/lib]]]: findLibrary returned null
    W/System.err( 1782):  at java.lang.Runtime.loadLibrary(Runtime.java:358)
    W/System.err( 1782):  at java.lang.System.loadLibrary(System.java:588)
    W/System.err( 1782):  at com.oracle.cvm.channel.VM.<clinit>(Unknown Source)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJVMWithFeatureClasspaths(JavaStarter.java:351)
    W/System.err( 1782):  at oracle.adfmf.JavaStarter.startJava(JavaStarter.java:65)
    W/System.err( 1782):  at oracle.adfmf.framework.NativeFeatureContextManager.<init>(NativeFeatureContextManager.java:113)
    W/System.err( 1782):  ... 17 more
    D/dalvikvm( 1782): GC_CONCURRENT freed 1574K, 21% free 6714K/8416K, paused 15ms+18ms, total 81ms
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22d6f30
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    W/ActivityManager( 1240): Bad activity token: android.os.BinderProxy@b22f2490
    W/ActivityManager( 1240): java.lang.ClassCastException: android.os.BinderProxy cannot be cast to com.android.server.am.ActivityRecord$Token
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.forToken(ActivityRecord.java:338)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.isInStackLocked(ActivityRecord.java:1031)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityRecord.getStackLocked(ActivityRecord.java:1039)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.getEnclosingActivityContainer(ActivityManagerService.java:7101)
    W/ActivityManager( 1240):  at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:2026)
    W/ActivityManager( 1240):  at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2023)
    W/ActivityManager( 1240):  at android.os.Binder.execTransact(Binder.java:404)
    W/ActivityManager( 1240):  at dalvik.system.NativeStart.run(Native Method)
    D/AndroidRuntime( 1782): Shutting down VM
    W/dalvikvm( 1782): threadid=1: thread exiting with uncaught exception (group=0xb1d31ce8)
    E/AndroidRuntime( 1782): FATAL EXCEPTION: main
    E/AndroidRuntime( 1782): Process: com.company.OracleMobile, PID: 1782
    E/AndroidRuntime( 1782): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.company.OracleMobile/oracle.adfmf.LocalHTMLActivity}: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2197)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.startActivityNow(ActivityThread.java:2037)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.moveToState(LocalActivityManager.java:135)
    E/AndroidRuntime( 1782):  at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:347)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateHiddenBackgroundFeature(Container.java:2128)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1277)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container.activateAdfApplication(Container.java:1263)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.resumeApplicationLoad(Container.java:867)
    E/AndroidRuntime( 1782):  at oracle.adfmf.Container$LayoutLoader.run(Container.java:786)
    E/AndroidRuntime( 1782):  at android.os.Handler.handleCallback(Handler.java:733)
    E/AndroidRuntime( 1782):  at android.os.Handler.dispatchMessage(Handler.java:95)
    E/AndroidRuntime( 1782):  at android.os.Looper.loop(Looper.java:136)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.main(ActivityThread.java:5026)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 1782):  at java.lang.reflect.Method.invoke(Method.java:515)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
    E/AndroidRuntime( 1782):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
    E/AndroidRuntime( 1782):  at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime( 1782): Caused by: java.lang.UnsupportedOperationException
    E/AndroidRuntime( 1782):  at com.android.webview.nullwebview.NullWebViewFactoryProvider.createWebView(NullWebViewFactoryProvider.java:41)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.ensureProviderCreated(WebView.java:2058)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.setOverScrollMode(WebView.java:2116)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3461)
    E/AndroidRuntime( 1782):  at android.view.View.<init>(View.java:3517)
    E/AndroidRuntime( 1782):  at android.view.ViewGroup.<init>(ViewGroup.java:470)
    E/AndroidRuntime( 1782):  at android.widget.AbsoluteLayout.<init>(AbsoluteLayout.java:52)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:498)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:475)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:455)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:444)
    E/AndroidRuntime( 1782):  at android.webkit.WebView.<init>(WebView.java:434)
    E/AndroidRuntime( 1782):  at org.apache.cordova.CordovaWebView.<init>(CordovaWebView.java:118)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.PhoneGapAdapterWebView.<init>(PhoneGapAdapterWebView.java:30)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.createWebView(AdfPhoneGapActivity.java:523)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.init(AdfPhoneGapActivity.java:506)
    E/AndroidRuntime( 1782):  at oracle.adfmf.phonegap.AdfPhoneGapActivity.onCreate(AdfPhoneGapActivity.java:442)
    E/AndroidRuntime( 1782):  at android.app.Activity.performCreate(Activity.java:5242)
    E/AndroidRuntime( 1782):  at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
    E/AndroidRuntime( 1782):  at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)
    E/AndroidRuntime( 1782):  ... 17 more
    W/ActivityManager( 1240):   Force finishing activity com.company.OracleMobile/oracle.adfmf.Container
    D/gralloc (  926): Registering a buffer in the process that created it. This may cause memory ordering problems.
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/SurfaceFlinger(  926): glCheckFramebufferStatusOES error -286649159
    E/SurfaceFlinger(  926): got GL_FRAMEBUFFER_COMPLETE_OES error while taking screenshot
    E/libEGL  (  926): called unimplemented OpenGL ES API
    E/libEGL  (  926): called unimplemented OpenGL ES API
    W/WindowManager( 1240): Screenshot failure taking screenshot for (164x246) to layer 21005
    I/Choreographer( 1240): Skipped 30 frames!  The application may be doing too much work on its main thread.
    W/ActivityManager( 1240): Activity pause timeout for ActivityRecord{b25294d8 u0 com.company.OracleMobile/oracle.adfmf.Container t7 f}
    I/Choreographer( 1240): Skipped 386 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 418 frames!  The application may be doing too much work on its main thread.
    I/Choreographer( 1240): Skipped 442 frames!  The application may be doing too much work on its main thread.
    D/rpctransport( 1443): sendRpc: failed: 46
    

    Hi SayantanSinha,

    If you look under API supported levels, the maximum is 19 API.  I can't speak for the ADF 11.1.2 but the lines of code in the (more recent) MAF, who have a similar support matrix, we have noted problems with the API 20.

    You can download older versions of the API of the Manager of Android SDK tool.  Remember to update your EPCO or JDev SDK configuration with the version that you want to use once it is installed.

    Oracle JDeveloper 11g Release 2 (11.1.2) Certification

  • Error when running the report EN

    I created a financial report for the HFM application, but when I try to run the same it gives error dirver ADM.

    I even restart all services. But the same error.

    Any help will be appreciated

    This error is not related to the Services. Is that you installed the HFM client on server EN? Customer HFM automatically installs the driver required for the EN to connect to HFM.

    Varun

  • Error when downloading the app

    We have written an application that works well in the Simulator. I'm putting it in the unit. I copied cod, jad, jar files. When I am clicking on the jad file to download the app, the following message is coming.

    This application requires the following module, which is not installed: net_rim_xml_org

    I checked all the details Cross since I copied all the (jar, jad, COD).

    Am I missing something. Kindly guide me.

    Thanks in advance,

    Bala.

    Your application is through the size of 64 k, you must extract the files of cod brother. You can do than cod using winzip or win rar, extract files from the master COD. These brother COD files will appear in your file JAD, cross-checking with the names and the size of the brother COD to JAD files. Place the JAD file and files of COD of brother that the application will be installed.

    Note: If your application has used none of the Secure API, Application must be signed to perform on the real device.

    PS: Sorry... is in edit mode.

  • What are the answers of code of HD521-2W SMART short self-test error when running the diagnostics?

    1 HP Pavilion a4310f, product # AY014AA-ABA, software Build A1NAv6PrA1

    2. Microsoft Windows 7 Home Premium (64-bit) Edition

    3 a receipt the "Failed SMART short self-test HD521-2W" when executing Hardware Diagnostic tools.  Error message:

    Error message the device reported the following State: the previous self-test completed having the read element of the test failed. 01/12/2012-06:21:01

    The first LBA value failure Error Message is 440642933 and the failure occurred after that the device was working since 7943 hours under tension.

    01/12/2012-06:21:01

    4. I made no changes to my system for over a month.

    Device: Hard disk WDC WD64 00AAKS-65A7B SCSI Disk Device, the revision of the firmware 01.03B01

    This unit is my hard drive (it is in factory with partitions C: and D: {Factory Image})

    Hello

    The Smart error code would indicate that the hard disk is running out and must be replaced.  If you want a guide on this, let me know.

    Kind regards

    DP - K

  • White screen white when running the app on device Builder

    Good day everyone. I got my application to debug and run on my device (sort of) of Flash Builder 4.5 by forcing it to use Flash player 10 and 2.5 forcingAirVersion but when my application starts all I get is a blank white screen. It is a and the main .mxml file is simply myapp.mxml and it's this package app/src/default

    Solved the problem. I found this: http://blogs.adobe.com/jasonsj/2011/05/flex45_air25_playbook.html it is a playbook_overrides.swc that once included in build path made all the work beautifully for a reason any.

  • Screen width of Simulator crunched when running the app

    Hello

    When I start first the simulator of the screen seems functional and covers the entire width, but when I run an application the screen width reduces to about 600 pixels.

    When I then close the application area of the entire screen appears to have adopted this new width and the only solution is to restart the Simulator.

    I specify the width and height in my apps:

    [SWF(width="1024", height="600", backgroundColor="#cccccc", frameRate="30")]
    

    No idea why this is happening?

    I use Flash CS5 and invited him to develop Playbook apps. I have the SDK installed and works.

    Any help would be appreciated!

    Was a simple solution in the end.

    Changed 1 line in the XML file:

    portrait
    
    to
    
    landscape
    

    Don't know why I didn't see that earlier...

  • Always incompatible error when using the app for the first time

    We get the following error every once in a while when you realize an IISReset and newspaper, GSM or SCRM or NDP (have not tested the other apps) for the first time.  The only recovery of this seems to be to make an another IISReset and try again keep doing so until the stop occurring.  Does anyone else have this problem?

    Exceptions: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ApplicationException: could analyze not String Boolean value: "${UserInRole:CP_SYSTEM_ADMIN} '-> System.FormatException: string was not recognized as a valid Boolean value.

    at System.Boolean.Parse (String value)

    at Xeno.Web.UI.NavigationControls.Builder.Helper.AttributeSetter.ParseBooleanValue (String attributeValue)

    -End of the exception stack trace internal-

    at Xeno.Web.UI.NavigationControls.Builder.Helper.AttributeSetter.ParseBooleanValue (String attributeValue)

    at Xeno.Web.UI.NavigationControls.Builder.Helper.AttributeSetter.SetAttributeValue (String attributeName, attributeValue, menuObj, Boolean isIgnore Object String)

    Xeno.Web.UI.NavigationControls.Builder.YApplicationMenuBuilder.BuildMenuItem (model IMenuModel, BaseMenu menuToBuild)

    Xeno.Web.UI.NavigationControls.Builder.YApplicationMenuBuilder.BuildMenuItem (model IMenuModel, BaseMenu menuToBuild)

    Xeno.Web.UI.NavigationControls.Builder.YApplicationMenuBuilder.BuildMenuItem (model IMenuModel, BaseMenu menuToBuild)

    Xeno.Web.UI.NavigationControls.Builder.YApplicationMenuBuilder.Build (model IMenuModel)

    to Xeno.Web.UI.NavigationControls.NavigationControlContainer.OnInit (ByVal e As EventArgs)

    Oracle support should be able to provide a help file, AssembliesPage.aspx, that you can place in your WebCommon directory. When you then navigate to this page in the URL, it will try to load all the dll dependent and relevant. If one of the required DLL is not found, it should give you a message at the bottom of the page showing you what dll (if any) was absent. It is the most common cause associated with this type of error reported. If you add the missing dll, dealing with the issue.

    You can access the support page by typing the address bar something like the following:
    https:// /gsm/WebCommon/AssembliesPage.aspx
    This assumes that you have placed the page in the directory web\WebCommon

    - - - -
    Kind regards

    Ron

  • Get failure catastrophic error when running the system restore

    Original title: System Restore

    When I try to use the system restore I get a message syaying that system restore did not complete - this error 0 x 80070057 and he SIAS catastrophic failure

    Anyone knoe what to do to fix?

    Thank you

    Maggie

    Hello

    I suggest you to follow the steps in this link and check if it helps:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-system/system-restore-error-0x80070057/0b8c7c81-3fe9-4D43-8369-1a41a5756171

    It will be useful.

  • Library of MobileDevice iTunes not found error when 'install the app on iOS connected... »

    After having recently updated iTunes to 11.0.5.5, I get the following error...

    "iTunes MobileDevice library not found. Please check your installation of iTunes"

    .. When you select 'Install the application on the iOS device' 'Post Publishing' section on the 'Deployment' tab in the "AIR for iOS parameters" dialog box

    This used to work? Any ideas?

    For now, I manually use iTunes to add the file to the device, but this slows down workflow considerably.

    Thank you

    Alan.

    installation version 12.1.3 iTunes could not solve the problem for me.  I needed version 12.1.2 to solve the problem:

    (1) uninstall Apple Application support 32 bit / 64 bit, Apple Mobile Device Support, updating the software Apple and iTunes

    2) go to C:\Program Files (x 86) \Common Files and delete the Apple folder

    3) go to C:\Program Files\Common Files and delete the Apple folder

    4) go on C:\Users\\music\iTunes and remove the .itl file

    (5) download and install the version 12.1.2 iTunes: iTunes download Apple 12.1.2 for 64-bit Windows.  Make sure that you uncheck the option to let iTunes update automatically.  Update kills the Flash Pro iOS usb communication (at least until adobe figures out the problem and releases an air sdk that solves the problem).

    (6) restart your computer

    (7) attach your phone to your computer via usb and unlock your phone if the "trust this computer" prompt appears you are ready to exploit the trust.

    (8) open Flash Pro > Debug > Debug Movie > on the device via USB > click Refresh device list if your iOS device does not already appear.

    (9) in the case of a failure, open file Explorer and make sure that your iOS device appears in the file Explorer.  If it is not the case, your connection usb-win has a problem.  Check your connections and the usb cable, make sure that you have enabled "trust this computer."

  • ORACLE 1012 in FDPCLS error when running the payroll process

    Hi, all.

    * Server Oracle 10.2.0.5.0 on RHEL5 (single node) *.
    * Oracle ERP Apps 11.5.10.2 on RHEL5 (single node) *.


    Recently I cloned my existing PROD DEV environment. The database works now on a NEW server application server is always the same.

    I found * Metalink node [277148.1 ID] * on this issue and suggested to review the tnsnames file settings. I already checked that the tnsnames.ora file contains correct information and reflects the server name correct db.

    Please let me know where to check for an old database server entry that I should fix... Thank you!
    **ORACLE error 1012 in FDPCLS**
    **Cause: FDPCLS failed due to ORA-01012: not logged on**
    
    *The SQL statement being executed at the time of the error was: and was executed from the file.*
    */erp1/appsvr/erpappl/pay/11.5.0/bin/PYUGEN*
    *Program exited with status -l*

    If please bounce the database and the database listener and then try.

    You can find errors in the database log file?

    */ERP1/appsvr/erpappl/pay/11.5.0/bin/PYUGEN*

    Create a link to this executable file through adadmin or manually, and then try again.

    Thank you
    Hussein

  • Error when running the BIOS update HP Healthcheck: "Code 800A01A8".

    Original title: I am trying to run BIOS update HP Healthcheck and get this error

    I am trying to run BIOS update HP Health check and get this error
    C:\Windows\help\OEM\scripts\HC_VistaSP1BIOSUpdate.JSE
    Line: 458
    Char: 2
    error: object required
    Code: 800A01A8
    Source: Microsoft Jscript runtime error

    Please take a look at this with a Microsoft Fix It tool Microsoft Knowledge base article to resolve this issue.

    You can also take a look at this thread with a similar problem.

  • Apple to connect error when finished downloading App

    I'm at the end of my witt and about two days of losing my job.

    We create the magazine App, in which our boys are qualified to do. InDesign creates the application, (magazine), but when download us it via Apple Uploader it says I have an error of kiosk, even when I turn off the kiosk option I get an invalid binary error (which is not the Manager).

    Ive tried to add the UINewsstand and BundleIcons manually via XCode, but when I rebundle (zip) of this it returns an invalid binary error. Apple said there is an Indesign error, lack of stuff but Ive added all icons different all the meta, it's just crazy. The Manager is towards the end of his patience, and none of my teammates know what is happening.

    Does anyone know how to solve this problem? As it seems at the present time, the company is not getting a return on our work or the creative cloud service, nerves are frayed to say the least.

    OK, let's take a step back and watch your initial problem of basic: an error when downloading the app about newsstand. The solution is simple: do not check kiosk in iTunes when you set up your app list.

    I suggest that you remove any other .zip file downloaded from App Builder and download then charges before the transfer to Apple. Since you mentioned that you went and mucked with the application that we created using xcode who knows what could be wrong with it. Delete it, download a new App Builder, make sure that you have not selected in iTunes newsstand, and you should be fine.

    If this still does not work please post a screenshot of the exact error you get from Apple.

    Neil

  • I wore a work Application TV live Android-based BlackBerry App. When I run the app on simulator.iam BB10 see the following error

    When I run the app it shows first of all my wallpaper or the Welcome screen

    as shown in 1st.jpg

    Then after a few seconds, second page will display the page connection as 2 .jpg

    After loggin with my facebook account it will show the list of channels like 3rd.jpg

    as below

    When I click on the above content as stated in the 3rd.jpg

    IAM, seeing the error as below: correct my problems and guide me how to run my application perfectly.

    You must test with the Simulator 10.2 as well, absolutely.

    Yes, you need to download Android 2.3.3. Since the SDK Manager.

    Then, choosing it as a target in the properties for your project you can expect to get compilation errors. It will indicate the parts in the source code that must be changed or adapted to be compatible with the level of the API 10, respectively to allow your application Android runs correctly on the 10.1 BB Android Runtime (and probably on PlayBook as well).

    Here you have an article about it on the ActionBar compatibility in Android:

    http://blog.imaginea.com/Android-handling-ActionBar-compatibility-issues/

  • Error when running adcfgclone on level APPS (ERROR: creation of context not completed successfully)

    I am getting below error when running APPS pane adcfgclone

    ERROR: Unable to set the classpath

    / corp_ex1/DRPM/drpmcomn/clone/bin /... /jlib/classes111.zip: missing

    First create a new context for the cloned system file.

    The program will ask you for information on the new system:

    ERROR: creation of context not completed successfully.

    Please check for errors in the /tmp/adcfgclone_29475.err file

    I copied the classes111.zip from IAS_HOME to COMMON_TOP. Now I'm getting below error

    First create a new context for the cloned system file.

    The program will ask you for information on the new system:

    ERROR: creation of context not completed successfully.

    Please check for errors in the /tmp/adcfgclone_30763.err file

    Hi all

    Fixed a problem. Deleted and re-created a soft link for java and no other errors

Maybe you are looking for