Application Domain error

While trying to invoke a web service the following error is encountered. "Your
application domain is not configured for weblogic integration which is required
to run a JPD file. Please select an integration domain to run your JPD file. You
can use tools-Applications properties menu to set the domain for your application."
Any help on getting beyond this issue would be greatly appreciated.

James,
The error states that the domain which you are connected to currently does
not support Integration. In Workshop each application connects to a single
server. This can be changed by viewing the WebLogic Server entries under the
applications properties tab.
Tools -> Application properties - WebLogic Server
Can you choose an intergration server from entries listed ?
By default the list contains the various sample servers shipped with the
product.
You can create a new integration domain by running the configuration wizard
and then connect to that domain too.
Hope this helps.
Regards,
Raj Alagumalai
Backline Workshop Support
"James Stamp" <[email protected]> wrote in message
news:3f7a144d$[email protected]..
>
While trying to invoke a web service the following error is encountered."Your
application domain is not configured for weblogic integration which isrequired
to run a JPD file. Please select an integration domain to run your JPDfile. You
can use tools-Applications properties menu to set the domain for yourapplication."
Any help on getting beyond this issue would be greatly appreciated.

Similar Messages

  • Multiple Application Domain Error with Preloader

    Hi all,
    I'm attempting to upgrade to Air 3.6. My app runs as a swf on the web and also meant to be packaged as a "slow" build (not interpreter) for iOS since I need the performance of Starling. Since it's a fat app, so thus it has a preloader for the web, which works perfectly. However when I try to start the app in ios-debug on my iPad, I get:
    [Fault] exception, information=Error: Error #3747: Multiple application domains are not supported on this operating system.
    mPreloader = new PreloaderSwfEmbed();
    mPreloaderLoader = Loader(mPreloader.getChildAt(0));        // need to wait until the swf loads before grabbing all the information from it
    mPreloaderLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, EmbeddedPreloaderLoadCompleteCB);
    On the first line of my code snippet here. How can I insert permission regarding multiple application domains for embedded swfs?
    Thanks!
      ZS

    Ok so I got the swf to load by changing the code above to the following:
              var context:LoaderContext = new LoaderContext(false, ApplicationDomain.currentDomain);
                   context.allowCodeImport = true;
                   mPreloaderLoader = new Loader();
                   mPreloaderLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, EmbeddedPreloaderLoadCompleteCB);
                   mPreloaderLoader.loadBytes(new PreloaderSwfEmbed(), context);
    But now when I run the app I get a message dialog on the iPad saying:
    Uncompiled ActionScript
    Your application is attempting to run uncompiled ActionScript, probably due to the use of an embedded SWF. This is unsupposed on iOS. See the Adobe Developer Connection website for more info.
    And yes I am using Adobe Air SDK 3.6, and building with -swf-version=19, at least on the main swf. The other swf was made with an fla with Flash Pro.
    Any help people? Why is this still not working? I thought it was fixed in 3.6. I must be missing something.
    Thanks!

  • Multiple application domain error with ANEs

    I'm building a mobile app that loads external SWFs, and it works fine when I include the current application domain in the loader context for the Loaders.
    However, as soon as I include some native extensions I need to use for the app, I start getting this familiar error:
         Error #3747: Multiple application domains are not supported on this operating system.
    I've tried switching to the parentDomain, grabbing the application domain from the parent's loaderInfo... no dice.
    Anybody know a workaround for this?
    I really need to load the SWFs and I really need the ANEs...

    Well, in case anyone else runs into this issue, here's what I did that fixed it...
    I just deleted the <extensions> node from the application descriptor XML and re-published. I have no idea why that fixed it (since Flash Builder repopulates that node when you include ANEs in your build packaging). But it did.

  • Cross Domain error for Silverlight + MVC application with self hosted WCF service on azure

    Hi,
    We are migrating existing Silverlight application to MVC; existing Silverlight application is hosted on
    Azure which is consuming self-hosted WCF service. For authentication we have implemented
    ADFS with WIF (passive). The cloud service (<myWebSite>.cloudapp.net) is C Name to (<myWebSite>.<myDomain>.com) and we 
    are consuming  WCF service at <myWebSite>.cloudapp.net/<myService>.svc, as we were getting “Cross Domain” error so we have added “clientaccesspolicy.xml” at the root of “WEB ROLE”.
    Existing Silverlight application works fine but the problem occurred when we deploy our migrated application to the same cloud service. We are getting a “Cross Domain” error.
    The same migrated application works fine on UAT environment, the only difference is UAT environment is
    without ADFS WIF implementation.
    Migrated application is half Silverlight and half MVC with initial landing page is Silverlight. MVC web role is used to host the service i.e. .SVC . To go to SL landing page , redirected from home controller. Following is being observed in fiddler for this
    application
    Existing Silverlight application -
    After authentication with ADFS it redirect to Silverlight landing page.
    Before calling service method it looks for “clientaccesspolicy.xml”
    In response header we are getting the content of “clientaccesspolicy.xml”
    And after this everything works fine
    Migrated Silverlight-MVC application –
    After authentication with ADFS it redirects to “HomeController” and from there we are redirecting to Silverlight landing page.
    Before calling service method it looks for “clientaccesspolicy.xml”
    In response header we are getting  following content - “https://federation-sts.<myDomain>.com/adfs/ls/?wa=wsignin1.0&amp;
    wtrealm=https%3a%2f%2f<myWebSite>.<myDomain>.com&amp;
    wctx=rm%3d0%26id%3dpassive%26ru%3d%252fclientaccesspolicy.xml&amp;wct=2014-03-17T10%3a36%3a04Z”
    4.Throw “Cross Domain” error.
    Also we have added filter in
    RouteConfig
    for .xml file
    routes.IgnoreRoute("{*allxml}",
    new { allxml = @".*\.xml(/.*)?" });
    NOTE: There is no configuration change apart from MVC configuration.
    We have done RDP to web role and found that “clientaccesspiolicy.xml” is present at “E:\approot” location and it is also accessible at “https://<myWebSite>.<myDomain>.com/clientaccesspolicy.xml”.
    Please help
    Thanks,
    Rahul P

    Hi,
    Please try to configure the cross domain policy file to allow public read access (that is, access it without federation requirement), make sure you can access the address
    http://something/clientaccesspiolicy.xml directly in a browser
    without redirecting to check whether the cross domain policy file could be anonymous accessed (Please start a new browser session and make sure you're
    not logged in. Then test the cross domain policy file.).
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IOS AIR3.6  runtime error 3747 Multiple application domains are not supported on this operating syst

    3747
    Multiple application domains are not supported on this operating system.
    I'm getting this error from an IOS app compiled with air 3.6.
    No code has changed  from Air 3.5 which is error free. Web app / android versions of the same codebase do not error.
    See the stackTrace below ( well done Adobe for providing this since air 3.5 !! )
    I use swfloaders for loading embedded swf vector art graphics. This has not caused any issue until now. Should I load all art into the main app's application domain ?
    The error does not crash the app and I could suppress it easily but is could the tip of the iceberg because application domains are scary stuff.
    Error: Error #3747
            at flash.display::Loader/loadBytes()
            at mx.core::MovieClipLoaderAsset()
            at mx.controls::SWFLoader/loadContent()
            at mx.controls::SWFLoader/load()
            at mx.controls::SWFLoader/initializeHandler()
            at flash.events::EventDispatcher/dispatchEvent()
            at mx.core::UIComponent/dispatchEvent()
            at mx.core::UIComponent/set processedDescriptors()
            at mx.core::UIComponent/initialize()
            at com.komodomath.app::ImageSWFloader/initialize()
            at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
            at mx.core::UIComponent/addChildAt()
            at spark.components::Group/addDisplayObjectToDisplayList()
            at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
            at spark.components::Group/setMXMLContent()
            at spark.components::Group/set mxmlContent()
            at spark.components::SkinnableContainer/set mxmlContent()
            at spark.components::SkinnableContainer/createDeferredContent()
            at spark.components::SkinnableContainer/createContentIfNeeded()
            at spark.components::SkinnableContainer/createChildren()
            at mx.core::UIComponent/initialize()
            at com.komodomath.lesson::SaveStatusCheck/initialize()
            at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
            at mx.core::UIComponent/addChildAt()
            at spark.components::Group/addDisplayObjectToDisplayList()
            at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
            at spark.components::Group/addElementAt()
            at mx.states::AddItems/addItemsToContentHolder()
            at mx.states::AddItems/apply()
            at mx.core::UIComponent/applyState()
            at mx.core::UIComponent/commitCurrentState()
            at mx.core::UIComponent/setCurrentState()
            at mx.core::UIComponent/set currentState()
            at com.komodomath.maingroups::LessonGroup/handleNewLessonClick()
            at com.komodomath.maingroups::LessonGroup/___LessonGroup_KButton1_click_lessonOver()

    same issue as http://forums.adobe.com/message/4736711

  • Error with SwfLoader and new application domain

    Hi
    I have a test with a SWFLoader loading an application in a different application domain.
    Test with SWFLoader is ok when you load the application in the same application domain but when I want a new Application Domain, I have an error message with a flahplayer debug version when I use the unload method.
    Is this a bug ?

    I use FlexUnit 4 and FlexBuilder 3
    I want to test the behaviour of a custom class which extends SWFLoader,
    including when it loads (and unloads) an application in a new
    application domain, but I have this error message so I tried some very
    simple tests on SWFLoader.
    In my test I just load a swf file in a new application domain and unload
    it when it's completed. On the "unloadAndStop" method I have this error
    message :
    TypeError: Error #1009:
        at
    mx.managers::SystemManager/removeChildBridge()[C:\autobuild\3.3.0\frameworks\projects\fram ework\src\mx\managers\SystemManager.as:4844]
        at
    mx.controls::SWFLoader/contentLoaderInfo_unloadEventHandler()[C:\autobuild\3.3.0\framework s\projects\framework\src\mx\controls\SWFLoader.as:2160]
        at flash.display::Loader/_unload()
        at flash.display::Loader/unloadAndStop()
        at
    mx.controls::SWFLoader/load()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\cont rols\SWFLoader.as:1334]
        at
    mx.controls::SWFLoader/commitProperties()[C:\autobuild\3.3.0\frameworks\projects\framework \src\mx\controls\SWFLoader.as:1185]
        at
    mx.core::UIComponent/validateProperties()[C:\autobuild\3.3.0\frameworks\projects\framework \src\mx\core\UIComponent.as:5807]
        at
    mx.managers::LayoutManager/validateProperties()[C:\autobuild\3.3.0\frameworks\projects\fra mework\src\mx\managers\LayoutManager.as:539]
        at
    mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.3.0\frameworks\projects\ framework\src\mx\managers\LayoutManager.as:689]
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at
    mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.3.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8633]
        at
    mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.3.0\frameworks\projects\framewor k\src\mx\core\UIComponent.as:8573]

  • HFM 11.1.1.2----Error in creating new application----HSS error

    Hi,
    Seasons greetings for New Year 2010.
    We are facing an issue in EPM system 11.
    Issue:
    We have installed HFM 11.1.1.2 in one of our development servers and unable to create applications. We get the error “There was an error retrieving the User Management project list. Please verify that a project exists.” We get the same error while creating via workspace web-client.
    Logs:
    The Hfm logs have the following entry:
    Error11*<System user name>*01/07/2010 14:53:37*CCASSecurity.cpp*Line 727*<?xml version="1.0"?> <EStr><Ref>{F48799FA-FF2A-4C80-B453-85B8D3A6FECB}</Ref><AppName/><User/><DBUpdate>1</DBUpdate><ESec><Num>-2147216704</Num><Type>1</Type><DTime>1/7/2010 2:53:37 PM</DTime><Svr>svrxxxxx</Svr><File>CCASSecurity.cpp</File><Line>727</Line><Ver>11.1.1.2.0.2207</Ver></ESec></EStr>
    *Note that <System user name> is the system administrator name with which IIS was configured.
    HFM error log consultant has the following error entry:
    {F48799FA-FF2A-4C80-B453-85B8D3A6FECB}
    System Message Summary
    An unknown error has occurred in the HsxAuthentication object.
    System Message Details
    Error Reference Number: {F48799FA-FF2A-4C80-B453-85B8D3A6FECB} Num: -2147216704; User: Type: 0; DTime: 1/7/2010 2:53:37 PM; Svr: svrxxxxx; Application:
    File Error List
    File: CCASSecurity.cpp Version: 11.1.1.2.0.2207 Line: 727 Error: (-2147216704)(0x800412C0)(An unknown error has occurred in the HsxAuthentication object.)
    XML Error String
    <?xml version="1.0" ?>
    <EStr>
    <Ref>{F48799FA-FF2A-4C80-B453-85B8D3A6FECB}</Ref>
    <User></User>
    <DBUpdate>9695536</DBUpdate>
    <ESec>
    <Num HEX=0x800412C0>-2147216704</Num>
    <Description Src=HFM>An unknown error has occurred in the HsxAuthentication object.</Description>
    <Type>1</Type>
    <DTime>1/7/2010 2:53:37 PM</DTime>
    <Svr>svrxxxxx</Svr>
    <File>CCASSecurity.cpp</File>
    <Line>727</Line>
    <Ver>11.1.1.2.0.2207</Ver>
    <DStr></DStr>
    <ExErr></ExErr>
    </ESec>
    </EStr>
    Server Configuration:
    Windows XP with 2GB Ram
    IIS 5.0
    DCOM enabled
    SQL 2000 SP3
    Applications:
    HSS 11.1.1.2
    Essbase 11.1.1.2
    HFM 11.1.1.2
    EPMA 11.1.1.2
    FR
    Other configurations:
    Java version "1.6.0_11"
    Able to open workspace and EPMA (dimension library, Application library etc).
    *All applications are configured to one database except EPMA which is configured to another database.
    Kindly guide to what could be the possible error and the workaround.
    Thanks and Regards,
    Ankit

    Hi Ankit,
    You should check the provisioning the user has in Shared Services. As you said that everything else works OK, I assume that your Shared Services server is running. Make sure that you give admin rights to the native user 'admin' and try to login to HFM to create the new app. Make sure that the domain field is blank.
    Luis

  • Unable to create Application. Error No: -2147024891

    Hi,
    I am trying to create an application in Hyperion Planning Version 4.0.1
    Even though I have followed the exact instructions in Oracle Installation Guide, I keep getting following error.
    Unable to create Application.
    Error No: -2147024891
    Kindly suggest, how can I troubleshoot for this.
    PS. I have gone through the posts on same topic but that did not helped me.
    Regards,
    Jitendra

    Hi,
    I had set up CSS Properties file and as follows:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- Sample XML file generated by XML Spy v4.4 U (http://www.xmlspy.com)
    -->
    - <css>
    - <hub location="http://hic-pcs27303:58080">
    <dirPort>58089</dirPort>
    </hub>
    - <spi>
    - <provider>
    <native name="Native Directory" />
    </provider>
    </spi>
    - <searchOrder>
    <el>Native Directory</el>
    </searchOrder>
    - <token>
    <timeout>480</timeout>
    </token>
    - <logger>
    <priority>WARN</priority>
    </logger>
    </css>
    I got the problem. it is with DCOM account. I am adding a user in my LAN network, after clicking apply it taking the user in System account not in the domain account. e.g: I logged into my Sys(no: hst-pcs5424) with ABC domain, added a user ns36225 in this domain. During application setup it is looking for DCOM account in hst-pcs5424 account not in my ABC domain. So i need to add a user to the system account that should work without the LAN netwrok. But now my user account won't work with LAN.

  • What is GDataService Domain error 403"?

    I bought picasasync and this "com.google.GDataService Domain error 403" appears.  What should I do?
    I tried developer's website but not available.

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Select "/var/log/install.log" from the file list. Then select the messages from the last installation or update attempt, starting from the time when you initiated it. If you're not sure when that was, start over and note the time. Copy them (command-C) to the Clipboard. Paste (command-V) into a reply to this message.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Edit it out by search-and-replace in a text editor before posting.

  • Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Having problems with Bridge shutting down after saving photo in PS Cs5,,,,,,,,,  Also when i attempt to update either PS or bridge get an error message in Adobe application manger "Error loading updater workflow"

    Sorry for the late reply. My email firewall has become a little over zealous & sent a lot of my emails straight to my junk email folder, so I have only just now discovered your reply in my junk mail folder.
    The only "don't open files exceeding xxx megabytes" instruction I can find in my Prefs, is in the Bridge Prefs for Thumbnails, & mine is set at 1000mb. The biggest files I handle are bigger than 200mb so I should be able to open a few, not just one.
    However, this doesn't explain why I can open a psd format file of 180mb, close it, but then can't open a RAW format file of only 26mb immediately after.
    I can open the RAW file only if I restart my computer - very annoying!
    However, thanks for the advice about the video card & memory.
    So, I'm still stuck as to what the issue is.

  • I get a "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" error every time I try to open a new tab.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/777191]</blockquote><br>
    Just like the title says, starting with Firefox 4 Beta 6 or 7, I forgot. Any time I try to open a new blank tab (sometimes even when I start up Firefox and the app tabs load) I get an error that says "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" If I close it everything works as normal again (until I open a new tab) but it is very annoying to have to do this. Is there any fix for this or is the bug just still there?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • I am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    i am facing problems while openin an application in facebook and other places.when i go to the application,an error shows and firefox closes autmatically either i send error reports or dont.....plz help

    Notes:
    1) Please use the code tags when posting code or JNLP/HTML. It helps to retain indentation and avoids asterisks and plus sings being interpreted as formatting marks. To do that, select the code/JNLP etc. and click the CODE button seen on the Plain Text tab of the message posting form.
    2) That launch file is invalid. You might check it (and the project in general) using JaNeLA.
    3) The only place that SimpleSerial class could be, that the JRE would find, is in the root of aeon.jar. Is it actually there?

  • Yahoo email account on iphone 4s error message MFMessageError Domain error 1032 keeps coming up trying to log into my email. Why does this happen?

    I'm trying to log in to my yahoo email account on iphone 4s and the error message MFMessage Domain error 1032 keeps on coming up. Why is this happening and how can I fix it?

    What worked for me was resetting my password on my email then rebooted my iPhone 4S.

  • When deploying the webdynpro java application , showing error message

    Hi Masters,
    when deploying the webdynpro java application , showing error message. Please reply why this problem showing and what is the solution
    But Iogin to sdm tool ( remote gui .sh) with same password, which password  i am using for deploy the webdynpro java application.here in sdm tool i am able to login. and i restart the sdm , and again trying to deploy the same problem it showing.
    URL to deploy : file:/C:/DOCUME1/ppuser/LOCALS1/Temp/temp30925rupa.com~sales.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ppuser/LOCALS1/Temp/temp30925rupa.com~sales.ear
    Aborted: development component 'sales'/'rupa.com'/'LOKAL'/'0.2010.02.13.14.32.39':Caught exception during application deployment from SAP J2EE Engine's deploy API:com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [devsap] with user name: [J2EE_ADMIN]                     Check your login information.                     Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: No login module succeeded.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).DMEXC)
    Deployment exception : The deployment of at least one item aborted
    Edited by: sujana mullapudi on Feb 13, 2010 2:52 PM

    Hi Sujana,
    For deploying Web Dynpro for Java application, J2EE_admin correct password must be stored in the scured area of config tool.
    Your error show that J2EE_admin information is not correct.
    So, Please ask your basis team to update new J2EE_ADMIN password or you can do it in scured area of config tool.
    Hope this will helps you.
    Thanks
    Arun Jaiswal

  • HFM Application Library error Null while deploying the validated app

    Hello,
    I am trying to deploy a HFM application on EPM 11.1.3 and when I right click on the application in Application library of EPMA, I am getting a pop-up with the following error:
    Application Library Error
    null
    Please note:
    1. This is a EPMA managed HFM application.
    2. The validation of the application is successful.
    3. Deployement errors with the above error.
    4. It is on Windows 2003 server with MSServer as the RDBMS.
    Please help me resolve this issue.
    thanks,
    Ankit

    Hi Ankit,
    This would be normally resolved by Restarting the EPM Services and also remember to restart the Calculation manager services as well.
    Once the services are restarted try deploying the application again to see if it deploys successfully.
    Hope this helps,
    Thank you,
    Charles Babu J

Maybe you are looking for