Deploy app.

Hi. When I try to deploy my app to standalone Weblogic server then I have error:
[Deployer:149140]The task cannot be processed further until the current edit session is activated. When this occurs, task processing will continue. The user can exit the deployer tool without affecting the task.
What this error realy means and how to resolve it?
Best regards, Debuger!

This means someone else has made a change to the WLS instance which is not activated jet. This may be the result of a former deployment or a change to a data source or ...
Open the admin console of the wls instance and you should see a button in the upper left hand corner (e.g. 'Activate Changes') which you hit. This should activate the changes made before. After the changes are done try again. Depending of the wls configuration you may need to activate the new deployment too.
Timo

Similar Messages

  • TEXT_IO.FOPEN not working on web deployed app FORMS 6i

    Hi all
    I have coded parsing file by using TEXT_IO.GET_LINE but it seems that my file even can't be opened.
    declare
    file1 text_io.file_type;
    filename1 varchar(256);
    linebuf varchar2(100);
    begin
    file1 := TEXT_IO.FOPEN(:CSV.CSV_PATH, 'r');
    Text_IO.Get_Line(file1, linebuf);
    if linebuf!='blablablablabla' then msg('line is OK!');
    else msg('Line is wrong!');
    end if;
    TEXT_IO.FCLOSE(file1);
    end;
    On local machine when i enter into :CSV.CSV_PATH "C:\details.txt" the file gets loaded because it gets processing, I can see messages.
    When I upload form onto remote web-deployed app server, I enter into path "D:\details.txt" (I cannot write on C:, the files are the same) nothing happens. Does it mean text_io won't work on Fomrs6i web-deployed? How can I investigate this issue.
    Thanks in advance
    Tome

    With Forms Server deployments. TEXT_IO writes the file on the Forms server not the local PC as it did in client-server mode.
    Here are some workarounds
    1) Download the WEBUTIL add-on from Oracle and use its TEXT_IO package to write to the local file.
    WebUtil is an essential add-on loaded with goodies such as a file browse dialog for local files. Its easy to use and is designed to be compatible with other oracle routines like TEXT_IO.
    Kudos to Duncan Mills at Oracle for this top add-on - dont leave home without it.
    www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm2) Use the original TEXT_IO (as you are now) to write to a file on the Forms Sever , then display it in a browser window using WEB.SHOW_DOCUMENT
    3) I remember seeing some some old Java scripts on OTN to write to local PC.
    MY APOLOGIES for #3. Most forum posts can be solved with that little gem of an answer. "My sink is blocked" ... "yeah I saw some java code to fix that"

  • SharePoint 365 Deploy App -- "another App with the same version and product ID."

    Hi all
    When I want to deploy App I got this message:
    2>Active Deployment Configuration: Deploy App for SharePoint
    2>  Skipping deployment step because a pre-deployment command is not specified.
    2>  Skipping the uninstall step because the app for SharePoint is not installed on the server.
    2>  Install app for SharePoint:
    2>  Uploading the app for SharePoint...
    2>Error occurred in deployment step 'Install app for SharePoint': The provided App differs from another App with the same version and product ID.
    If the App exist why it doesn't uninstall it. And also its not possible to Retract:
    Skipping the uninstall step because the app for SharePoint is not installed on the server.
    I solved my problem by changing ProductID manually but I don't want to make the server with dirty small apps.
    Any idea?
    Thanks

    Hi,
    Check the Site URL in project properties to which the app is installed.
    You have to choose the right path first where the app is installed and then Build>Retract.
    Then change the path to new one and try build. It looks like you are trying to retract from wrong Site URL.
    Thanks
    Jashandeep K

  • Error at the time of deploying App for SP 2013

    When I try to deploy any App created using VS 2012, giving error below. Please provide some help to resolve it.
    Build started: Project: FleetManagementApp, Configuration: Debug Any CPU ------
    ------ Deploy started: Project: FleetManagementApp, Configuration: Debug Any CPU ------
    Active Deployment Configuration: Deploy App for SharePoint
    Skipping deployment step because a pre-deployment command is not specified.
    Skipping the uninstall step because the app for SharePoint is not installed on the server.
    Install app for SharePoint:
    Uploading the app for SharePoint...
    Error occurred in deployment step 'Install app for SharePoint': We're sorry, we weren't able to complete the operation, please try again in a few minutes.
    If you see this message repeatedly, contact your administrator.
    ========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

    Hi,
    Please check the link below, it about the simialr issue.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/c8eb6c92-e1b2-45a9-840e-c782bdc933ec/error-occurred-in-deployment-step-install-app-for-sharepoint-were-sorry-we-werent-able-to?forum=sharepointdevelopment
    Best Regards
    Dennis Guo
    TechNet Community Support

  • BEST PRACTICES: How to deploy apps with public and private content & data?

    Can anyone recommend a guide, blog post, etc. on best practices for:
    - designing & deploying apps that have publicly-accessible (http + https) content, and
    - content and data for which users must be authenticated and authorized?
    NOTE: In our environment users are authenticated via OID. We're using Apex 4.

    Hi,
    Have a look at this Sample App for getting Auth Token from Instagram in windows phone app. 
    Also read the api documentation for more details from
    here.
    Pradeep AJ

  • Exception when running deployed app in standalone WLS

    When running the deployed app in a standalone WLS, I get the following exception, and nothing gets shown in the browser. Running in jdev/integratedWebLogicServer is fine though. I deployed the app in jdev to the standalone WLS.
    ]] Root cause of ServletException.
    javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'
         at oracle.adfinternal.controller.util.Utils.createAndLogFacesException(Utils.java:192)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:180)
         at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:860)
         at oracle.adfinternal.controller.application.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:112)
         at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:143)
         at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
         at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
         at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
         at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:251)
         at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
         at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:486)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:670)Following are the WLS and Jdeveloper versions I used.
    WebLogic 10.3.3.0
    Jdeveloper 11.1.1.3.0

    some problem here
    ADFC-10001: cannot instantiate class 'com.oracle.pm.eai.supporttool.ui.bean.SupportToolBean'is this your owned bean?.. try to debug and see whts the problem..
    make sure the class is ientified.. while running.. if not clean and rebuild the project and try..

  • Where to find the example illustrated how to using script to deploy app

    Hi
    my new job involves configure and deploy app in WL Server. one of tasks is
    to write script and use script file to configure and deploy app.
    This script may need to specify the JDBC for various app (like one app
    communicates with oracle, the other may want DB2, etc).
    anyway, Can any one tell me where to find an example, an URL which shows
    what I want?
    Thanks lots in advance.
    John
    Toronto

    click window and tick actions. that will open the actions
    panel if the flash program. find a frame that contains that button.
    click on an spot off-stage and then click on the button. you may
    see code in the actions panel that control that button's behavior.
    if not, look in the properties panel (window/properties/tick
    properties) for the instance name of that button. now search for
    code attached to a frame/layer that references that instance
    name.

  • Deploying Apps in MDT 2013

    I am trying to deploy apps using MDT 2013 on clients machines but keep getting the
    following bdd.log error. Please note I can image,
    deploy drivers and packages in MDT with no issues except when I
    try to deploy apps:
    I have added all the applications in their
    individual folder in MDT, then i created a task sequence to install
    application. Each app gets their own "install application" command. Then on the client machine i run the following cmd with
    elevated privillege: cscript.exe
    \\ORS-WDS\DeploymentShare\Scripts\LiteTouch.WSF. The script runs after selecting the task but then disappeared and i get this bdd.log on the client:
    https://onedrive.live.com/redir?resid=8D6242F28512FDE3!564&authkey=!AFojuxXjHaKXl0I&ithint=file%2ctxt

    These are not the correct bdd.log files. Make sure you include the right ones. Also check the c:\windows\temp\... folder.
    From the error above:
    C:\windows\system32>err 0x8007051B
    # as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x51b
    # for hex 0x51b / decimal 1307 :
    ecNotRitpMaster ec.h
    ERROR_INVALID_OWNER winerror.h
    # This security ID may not be assigned as the owner of this
    # object.
    # 2 matches found for "0x8007051B"
    This would suggest that you are still having permission/elevation problems.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Recommended method to deploy apps in the enterprise

    I have a Mac server configured with Profile Manager. My users at this point log into their iMacs with their Active Directory credentials. Classroom laptops use AD credentials as well, and the rest of the laptops (1/3 of all Macs on our site) have stand-alone accounts on the local machines.
    We've been messing with VPP up to this point, but honestly I'm not impressed with the way it works with OSX devices. I can enroll a machine into Profile Manager via trust certificate and the management profile. This works fine, and I can group the machines in logical order. According to the documentation, I should be able to deploy apps to the workstations themselves (independent of who is using it), but so far it doesn't seem to work like that.
    With a free VPP app, such as Garageband, in Profile Manager, I can only see where I can associate it with a user or user-group. I see two options with this. First, we use a common app-store credential to associate with the VPP apps. This seems like a poor option since a user wouldn't necessarily know the password to this account, and as soon as the app has an update, they are going to call us to login as the common app-store credential that owns the VPP app. Second, we associate the app to a user him/herself and let them do the installing or updating. This also assumes that our users sign up for an app-store account if they don't already have one (kind of weak, IMO).
    With these two, any common area/lab machines would obviously need a shared admin accessible VPP app-store ID, but with user-specific machines, I see it the other way. If I could target all of these machines without involving the users, that would be optimal. Given these three options (target user, target shared app-store account with manual admin intervention on each machine, target machine independently of a user), what do you all recommend?

    I will give my .02 on this topic.  I hope this helps.
    App distribution for Apps from the AppStore is a tricky mine field.  The new VPP program is a step in the right direction and for many businesses it is a dream come true (no more redemption codes, transfer of assets, European Union tax issues, I can go on...).  However, I will agree with you in regards that education does not benefit as much, especially when (1) the students do not have an Apple ID, (2) the devices are not deployed in the one-to-one model, and (3) users are not permitted to alter machine configurations.
    VPP for enterprise is a good thing, provided your organization is willing to allow user's the freedom to add content (an use Apple IDs).  The way it works is as follows. 
    • You enroll in the VPP program
    • You purchase apps/books in bulk through the app store
    • You configure your MDM to participate in the VPP
    • You invite your users using an email or via push notification if devices are already enrolled
    • When the user gets the invite, the user uses her own Apple ID to associate their App Store catalog with your enterprise App Store catalog (this all happens on Apple's servers)
    • The enterprise does not care nor does it need to know which Apple ID the user used.  This is irrelevant to the organization.
    • You then assign the apps and books to the users through your MDM
    • The user now sees this content in their App Store from their device
    • If the user leaves the organization, you can remove the app from the user and you recall the seat into the available pool.
    • The App remains on the device for 30 days I believe and the user (if this is a personal device and they still have it after being removed from the program) will be prompted to purchase the app (books are transferred - you can not pull them back).
    So, all that being said, you are not deploying to an enterprise and you are not deploying to dedicated devices.  I suspect that some of your users may also be too young to have an Apple ID.  So while I still recommend that you participate in the VPP to ensure software compliance, the reality is that you are likely going to use a single Apple ID to download the software.  This will be included in a master build when imaging and prepping machines.  If there are updates, you will download the update onto a build machine and use tools like ARD, JAMF, Deploy Studio, etc to push the app out to your fleet of machines.  Keep in mind that updates from the App store are full versions and they are self contained bundles.  Also, turn off all software update notifications on the workstations to keep users from realizing updates are available.
    I am a firm believer that schools should not apply updates to machines between September and June unless it is a tested security patch.  The risk of impacting the educational process is too great.  Look no further than the dramatic changing in the iLife and iWork tools.  Changing mid year can cause entire curricula to be disrupted.  There is no deeper wrath than that of a school matriarch dressing you down because you put out software that does not match her lesson plans.
    Ok, I am done on the soap box.  Hope this helped.  My suggestion again is stick with the VPP for compliance reasons but use distro tools to push the updated/new apps out to machines as needed.  This allows you to continue to use a single Apple ID, the account information is obscured from the user, and all updates happen via a distro push, avoiding touching each machine.
    R
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively Available in Apple's iBooks Store

  • Deploy App-v client to pc works, to user not

    Hi,
    I'm trying to deploy App-v 5.0 SP2 + hotfix to a pc, that works fine but when I deploy to a user, the installation fails "The software change returned error code 0x643(1603)."
    The appenforce.log gives: "A supported App-V 5X client is not installed"
    I'm triggering App-v 5.0 SP2 hotfix 4 to the user, this has a dependency to the Appv- 5.0 SP2 client which has a dependency to its prereqs (visual c++, dotnet, powershell 3.0).
    Please advise.
    J.
    Jan Hoedt

    Hi Torsten,
    Thanks for your feedback. Where could I find the msi logs? I haven't used any specific switches during installation for logging.
    Don't understand why the appenforce.log says "A supported App-V 5X client is not installed" whereas an installation to pc works fine.
    That's actually my question: what's the difference of installation method between to pc and to user (since the user method fails, the pc method works fine).
    J.
    Jan Hoedt

  • Deploy apps in 10.8.4

    HI,
    Is the only way to deploy apps in profile manager after you have created an enterprise IPA file? (if so how do you do that) - or can you download a free 'app' in the store on the OSX server and then add that (doesnt seem to like the .APP and despite finding a couple of bits on changing it to an .IPA - none of which work).
    Apple sort of sold this as a easy way to deploy free apps, in house apps etc but it does look not quite as easy as that!
    can you send URL shortcuts to the IOS devices (as in bookmarks to safari, or links on desktop)?
    last question, can you create a App folder for your business apps, e.g. My Business Apps (complete with all business related apps?)
    thanks

    Because of licensing issues, Apple no longer provides Samba with OS X. Instead, it has implemented its own approach to SMB/CIFS networking.

  • Cannot deploy app files to j2ee engine in NWDS

    Hi,
      I`ve got NWDS ver. 2.0.15 and I am trying to deploy some files to app server but I got message
    Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    I am almost 100%  it`s because I need to use proxy to connect the server. I set up proxy settings in window->preferences->workbench->proxy but I think this option doesn't affect to j2ee engine connection. Cause for example I can access portal on port 50000 using my browser (with set up proxy), but I cannot deploy PAR file what`s more the settings window->preferences->SAP Enterprise portal are correct and the same which I used to connect portal using web browser.
      I was thinking about other way to check the connection and SDM Remote GUI came on my mind. Does anybody know how to set up proxy in this program?

    Rich,
      I did it and I am absolutley sure that host and message server are correct. I think that the problem is that to connect server the connection should be via proxy. And I think beacuse of it connection desnt work.
    Look at my example I can connect portal via web browser with configured proxy, but I cannot deploy PAR file using NWDS with the same port and host as I used in browser.
    I have configured proxy in NWDS (window->preferences->workbench->proxy) but I am affraid that this setting doesnt take affect to j2ee engine settings and Enterprise portal deployment settings.
    Now I am looking for tool which gives me possibility to connect SDM some other way with proxy. Or maybe there is some soft that allows me to set all outgoing network connections to go via proxy.

  • FTP to fieldpoint works in development environment but not in deployed app?

    I have developed a VI which employs FTP to upload data files created by another application
    embedded on a FieldPoint, not altogether unlike the "Redundant Datalogger" example VI found
    in the NI Developer Zone. Unlike that example, I am not employing DataSockets, Citadel
    database functionality or any other DSC functionality which I know or suspect does not work
    in a deployed application without the DSC Run-Time Engine.
    This VI works fine when I run it in the LabVIEW Development System (Full + RT + DSC), but
    when I deploy the VI as a standalone application FTP (at least) appears to quit working.
    I don't have the specific error code -- my VI re-interprets FTP errors to a novice-
    friendly "check the LAN connection and/or FieldPoint power" warning and I will have to
    modify the code to extract better diagnostics. I will also not be able to probe further
    until I can get back to the fieldpoint, which is happily running its little app in a little
    one-room water plant in the mountains. Meanwhile, is there something more fundamental (and
    obvious to the veterans) which I am overlooking?
    This application employs DSC security features and I have deployed it bundled with the
    associated DSC files per the DSC manual instructions. All of that is apparently working fine;
    the stand-alone just won't FTP to the fieldpoint while the development copy will.
    Bob Miller
    P.S. This VI also employs TCP to continuously communicate control and status info with the
    fieldpoint, but the VI gives up on the link when FTP fails and never tries to open the TCP
    path.

    I will answer my own query for any casual readers. I dragged my
    notebook and my carcass up into the mountains last night to attempt
    to diagnose the problem. One word answer:
    Firewall.
    The Symantec firewall on the PC had been configured to allow Labview
    to access the network via TCP (which FTP is built on), but not an
    application named "Water Plant Watchdog". Reconfiguring the firewall
    (a two-minute job) fixed the problem.
    NI embeds a lot of "Disable Windows firewall" messages in the LabVIEW
    installer and/or documentation. This is an issue for a standalone PC
    connected to a fieldpoint and a dial-up ISP. So the firewall (and the
    LabVIEW application) must be managed to allow each other to do their
    job. Fortunately Symantec (Norton)'s firewall seems flexible enough.
    Bob

  • How do you use WLST to get a deployed Apps name?

    I am writing an application update script to make updating our environments quicker/easier with the following code from an ant build file:
    <wlst debug="true" failOnError="true">
    <script>
    connect('login','pwd','t3://...')
    updateApplication('${app.name}',block='true')
    </script>
    </wlst>
    However, b/c our application has a version in the manifest file, our application name looks like this:
    AppName-BuildNumber-TimeOfBuild
    Since the TimeOfBuild is always different from build to build it is impossible to hard code this value. Is there a way to get the application's name using WLST?
    connect(...)
    cd('AppDeployments')
    This shows me all applications deployed on the server, but inorder to go any farther I need the name of a specific app. I'm sure I am just overlooking an mbean somewhere, but I can't seem to find it! Any ideas??
    Thanks.
    Message was edited by:
    bftanner

    Ok, so I figured out how to get an applications name but I can't get the following script to work from an ant build file:
    <wlst debug="true" failonerror="false">
    <script>
    connect('system','weblogic','t3://...')
    apps=cmo.getAppDeployments()
    for app in apps:
    if app.getName().startswith("4X"):
    stopApplication(app,block='true')
    undeploy(app.getName(),targets='MS1,MS2',block='true')
    deploy('4X','//box/domains/applications/4X.ear',targets='MS1,MS2',stageMode='stage',block='true')
    apps=cmo.getAppDeployments()
    for app in apps:
    if app.getName().startswith("4X"):
         startApplication(app.getName(),block='true')
    </script>
    </wlst>
    When this is run I get the following error:
    BUILD FAILED
    C:\docume~1\dtanner\desktop\RELupdate.xml:134: Error executing the script snippe
    t
    connect('system','weblogic','t3://192.168.0.250:
    7001')
    apps=cmo.getAppDeployments()
    for app in apps:
    if app.getName().startswith("reporting-r
    eport"):
    stopApplication(app,block='true'
    undeploy(app,targets='MS1,MS2',b
    lock='true')
    deploy('reporting-report-server','//bfediapp3/do
    mains/applications/reporting-report-server.war',targets='MS1,MS2',stageMode='sta
    ge',block='true')
    apps=cmo.getAppDeployments()
    for app in apps:
    if app.getName().startswith("reporting-r
    eport"):
    startApplication(app,block='true
    due to:
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('invalid syntax', ('<string>', 2, 33, '\t\t\t\tapps=cmo.getAppDepl
    oyments()'))
    Any Ideas??? Also, how can you keep the format i.e. tabs and spaces at the front of a line in these forums???
    Thanks.

  • Updating a Deployed app on Windows RT 8.1

    I have an app I have written for Windows RT. I am able to deploy it using add-appxpackage in powershell. I have installed the Side Loading key and this all works fine. What I am looking for is a way to update the app for users that are in the field. We will
    eventually have over 50 users using this app and the logistics of bringing in each tablet so I can do the add-appxpackage individually would be rather daunting. Is there a way to install an update to an app from within the app?  I can write code to have
    the new version downloaded to the tablet and stored in the local storage for the app. The problem is finding a way to run the add-appxpackage from within the app. Is there a way to do this?
    Jim
    Jim Wilcox

    Hi,
    Please refer to the article below:
    http://technet.microsoft.com/en-us/library/hh856048.aspx

  • Error while deploying app on local standalone

    Hello,
    I am trying to deploy an application on local standalone server.
    I see following exception:
    [fa:deploy] <fusion_domain>: WLS AdminServer Log:Apr 18, 2014 15:59:56 PDT:Failure occurred in the execution of deployment request with ID '1397861891028' for task '0'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(AppAsyncMdb.jar)
    Unable to deploy EJB: HierarchyTreeService_AsyncRequestProcessorMDB from AppAsyncMdb.jar:
    The run-as security principal, 'FUSION_APPS_CRM_ASYNC_WS_APPID', chosen for the EJB 'HierarchyTreeService_AsyncRequestProcessorMDB(Application: CrmCommonApp, EJBComponent: AppAsyncMdb.jar)' is not a valid user principal in the current security realm. Please specify a valid user principal for the EJB to use.
    [fa:deploy] <fusion_domain>: WLS AdminServer Log:Apr 18, 2014 15:59:56 PDT:Failures were detected while initiating distribute task for application 'CrmCommonApp'.
    [fa:deploy] <fusion_domain>: WLS AdminServer Log:Apr 18, 2014 15:59:56 PDT:Stack trace for message 149004
    [fa:deploy] <fusion_domain>: Exception while deploying: java.lang.Exception: Deployment FAILED:weblogic.application.ModuleException: Exception preparing module: EJBModule(AppAsyncMdb.jar)
    Unable to deploy EJB: HierarchyTreeService_AsyncRequestProcessorMDB from AppAsyncMdb.jar:
    The run-as security principal, 'FUSION_APPS_CRM_ASYNC_WS_APPID', chosen for the EJB 'HierarchyTreeService_AsyncRequestProcessorMDB(Application: CrmCommonApp, EJBComponent: AppAsyncMdb.jar)' is not a valid user principal in the current security realm. Please specify a valid user principal for the EJB to use.
    <fusion_domain>: <fusion_domain>: Exception while performing deployJ2EE for application CrmCommonApp : java.lang.Exception: Deployment FAILED:weblogic.application.ModuleException: Exception preparing module: EJBModule(AppAsyncMdb.jar)
    Unable to deploy EJB: HierarchyTreeService_AsyncRequestProcessorMDB from AppAsyncMdb.jar:
    The run-as security principal, 'FUSION_APPS_CRM_ASYNC_WS_APPID', chosen for the EJB 'HierarchyTreeService_AsyncRequestProcessorMDB(Application: CrmCommonApp, EJBComponent: AppAsyncMdb.jar)' is not a valid user principal in the current security realm. Please specify a valid user principal for the EJB to use.
    Apr 18, 2014 3:59:55 PM oracle.deploy.wls.DomainThread run
    INFO: <fusion_domain>: <fusion_domain>: Exception while performing deployJ2EE for application CrmCommonApp : java.lang.Exception: Deployment FAILED:weblogic.application.ModuleException: Exception preparing module: EJBModule(AppAsyncMdb.jar)
    Unable to deploy EJB: HierarchyTreeService_AsyncRequestProcessorMDB from AppAsyncMdb.jar:
    The run-as security principal, 'FUSION_APPS_CRM_ASYNC_WS_APPID', chosen for the EJB 'HierarchyTreeService_AsyncRequestProcessorMDB(Application: CrmCommonApp, EJBComponent: AppAsyncMdb.jar)' is not a valid user principal in the current security realm. Please specify a valid user principal for the EJB to use.
    java.lang.Exception: Deployment FAILED:weblogic.application.ModuleException: Exception preparing module: EJBModule(AppAsyncMdb.jar)
    Unable to deploy EJB: HierarchyTreeService_AsyncRequestProcessorMDB from AppAsyncMdb.jar:
    The run-as security principal, 'FUSION_APPS_CRM_ASYNC_WS_APPID', chosen for the EJB 'HierarchyTreeService_AsyncRequestProcessorMDB(Application: CrmCommonApp, EJBComponent: AppAsyncMdb.jar)' is not a valid user principal in the current security realm. Please specify a valid user principal for the EJB to use.
            at oracle.deploy.operation.DeployOperation.deployJSR88(DeployOperation.java:182)
            at oracle.deploy.operation.DeployOperation.execute(DeployOperation.java:103)
            at oracle.deploy.wls.DomainThread.run(DomainThread.java:40)
    I see a similar discussion thread at Not able to deploy the sales app on standalone but there is no solution posted on that thread.

    I am simply copying to the sdcard and then using Install It to try and install the .apk
    I read something where the guy said he'd only seen that when you compiled for an os version higher than what the phone has. I have 2.1 on my phone and not sure how I find out what verison I am compiling for, or how to change it...
    Update: just tried the .apk on a co-workers phone with 2.2 and he get's the same parse error...

Maybe you are looking for

  • How do I play one Podcast at a time?

    My old IPod played one Podcast at a time. My new 160 Classic plays them continually. Is there a way to get my new IPod to play one Podcast at a tme?

  • Ipod Won't Go into Recovery Mode

    I tried holding down the home button as I am plugging it up to my computer, and I keep holding it after I get it in waiting for the Recovery Mode Icon to Pop up. But all it does is go to the home screen as if I turned it on. Help.

  • Code in Dreamweaver

    Hi, I have recently created a site using Dreamweaver and posted it on to some forums. Some of the comments were that the code was poor and that Dreamweaver was not good enough. Is it not possible to build a site in Dreamweaver and tidy the code yours

  • Outlook sync question

    I have successfully synced my 3g iPhone with Outlook 2003 on my Windows XP side and Calendar and Address Book on Mac side of my Macbook pro and MobileMe since purchasing my iPhone in August. However, I hate having to manage my music using Windows iTu

  • JS: Blatant plug

    (Pardon the plug.) The Short cut "Scripting InDesign with JavaScript" has now been updated to CS3/4: http://oreilly.com/catalog/9780596802523/ The book is essentially the same in spirit and structure. All scripts have been changed to CS3/4, errors ha