Loading Fonts from diff domain

Hi - When I try to load fonts from a diff domain, it loads but when I call a font.regiserfont, it throws a AS error.
In the main application, this is what I do to load the fonts.
var loaderContext:LoaderContext = new LoaderContext();
loaderContext.checkPolicyFile = true;
var testFontloader:Loader = new Loader();
testFontloader.contentLoaderInfo.addEventListener(Event.INIT, function(e:Event):void{
     var FontLibrary:Class = e.target.applicationDomain.getDefinition("testFont") as Class;
     Font.registerFont(FontLibrary.font);
var testFontReq:URLRequest = new URLRequest(model.serverLocation + ServiceURLConstants.ASSETS_PATH+"/embeddedFonts/testFont.swf");
testFontloader.contentLoaderInfo.addEventListener(Event.COMPLETE,CheckFontLoadComplete);
testFontloader.load(testFontReq,loaderContext);               
And it throws an exception while it tries to register the font and it does not register it acutally. The main app is in code domain (domain1) and font swfs were placed in content domain (domain2)
Error is:
ArgumentError: Error #1508: The value specified for argument font is invalid.
     at flash.text::Font$/registerFont()
     at MethodInfo-778()
I tried wih diff options, as to set loaderContext.checkPolicyFile = false; but they did not bear any fruit.
This is the code to acualy embedd the font.
package
     import flash.display.Sprite;
     import flash.system.Security;
     import flash.text.Font;
     public class testFont extends Sprite
         Security.allowDomain("*");
         [Embed(source="/fonts/testFont.ttf", mimeType="application/x-font", fontName="testFont",
             unicodeRange="U+0020-U+007F,U+00A0-U+00A3,U+00A8-U+00AB,U+00AE,U+00B4,U+00B8,U+00BB,U+00B F-U+00CF,U+00D1-U+00D6,U+00D8-U+00DC,U+00DF-U+00EF,U+00F1-U+00F6,U+00F8-U+00FC,U+00FF,U+01 31,U+0152-U+0153,U+0178,U+02C6-U+02C7,U+02DA,U+02DC-U+02DD,U+2013-U+2014,U+2018-U+201A,U+2 01C-U+201E,U+2022,U+2026,U+2030,U+2039-U+203A,U+20AC,U+2122,U+FB01,U+FB02", embedAsCFF="true")]
         public static var font:Class;       
Can someone guide me on what am I doing wrong? or is it possible at all to load and register fonts from a diff domain at all? Pls let me know if you need more info. Pls treat it as urgent!!

I have not tried it, but the principle should be that you load the SWF into
the same security domain which requires that you have a crossdomain.xml file
in the right place with the right permissions.  You will probably not be
able to test your configuration from urls that begin with file://.  You will
have to deploy to a server and fetch via http://.
BTW, did you prove it works from the same domain.  I'm not sure INIT is the
right event to wait for.  I'd wait for an ENTER_FRAME after COMPLETE.

Similar Messages

  • Load fonts from file

    In Java I can load fonts from a file or register it:
    GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
         ge.registerFont(Font.createFont(Font.TRUETYPE_FONT, new File("A.ttf"));But in JavaFX this code shows the error:
    cannot find symbol
    symbol  : function registerFont(java.awt.Font)
    location: class java.awt.GraphicsEnvironment
    It is probably because the registerFont method was only added in JDK 1.6
    How can I register a font in JavaFX or load it from a file or create a JavaFX font from the java.awt.Font class?

    I tried this but the text is not shown.
    I guess it is because the font size is zero.
    How can I change the font size in this case?
    The code below shows an error:
    def fxFont = com.sun.javafx.tk.Toolkit.getToolkit().getFontLoader().font(awtFont);
    fxFont.size = 24;Main.fx:19: size has script only (default) write access in javafx.scene.text.Font
    fxFont.size = 24;
    1 error
    My application is:
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import java.io.File;
    // http://www.fontfreak.com/charactermaps/a/AajaxSurrealFreak.htm
    def path = "D:/Download/Browser/temp/AAJAX.TTF";
    def awtFont = java.awt.Font.createFont(java.awt.Font.TRUETYPE_FONT, new File(path));
    def fxFont = com.sun.javafx.tk.Toolkit.getToolkit().getFontLoader().font(awtFont);
    Stage {
        title: "Application title"
        scene: Scene {
            width: 250
            height: 80
            content: Text {
                font: fxFont
                x: 10
                y: 30
                content: "Application content"
    }

  • Loading font from external *.swf

    So!
    I have 3 movies.
    1)Main movie - index.swf
    2)Movie with created & checked in linkadge "Export for
    runtime sharing" fonts in library - fonts.swf
    3)movie with text fields which need embeded fonts to work in
    a proper way. Fonts in the library checked in linkage as "import
    for runtime sharing" - content.swf
    What happens:
    I strike CTRL+ENTER and run movie index.swf.
    on the (for ex.) 10 frame it loads fonts.swf with
    movieClipLoader class..
    then in the same way on (for ex.) 100 frame, i load content
    swf
    BUT!!! before it starts loading process IT DOWNLOADS FONT.swf
    again
    SO HOW DO I PRELOAD fonts from external *.swf..
    maybe there is yhe way without using runtime sharing..
    but i've heard that loaded whith movieClipLoader movies don't
    adds objects from their library to main movie liblary...
    HOW DO I SOLVE THIS PROBLEM!

    can you give your erroe source code,and then i will give you the success code.
    in the function
    private function onLoadComplete(e:Event):void {}
    ApplicationDomain.currentDomain.getDefinition("com.scottgmorgan.ExternalMovie") ;
    use like this:
    var EMClass:Class=loader.contentLoaderInfo.applicationDomain.getDefinition("com.scottgmorgan.ExternalMovie") ;
    then you can new a instance :
    var emInstance:Object=new EMClass();
    emInstance.alert("hello word");
    and we also can use other method. so email me  [email protected]

  • Issue using ADSI in powershell to load users from another domain into a group

    I am trying to load users into a domain local security group from another domain using ADSI and powershell. For users who have an existing foreign security principal I can load that without issue, but the users who do not have a foreign security principal
    I am unable to load.
    These work fine, assuming the group domain is fabrikam:
    $Group.psbase.invoke("Add",[ADSI]"LDAP://CN=$external_user_sid_who_has_a_FPN,CN=ForeignSecurityPrincipals,DC=fabrikam,DC=com")
    $Group.psbase.invoke("Add",[ADSI]"LDAP://$userDN,DC=fabrikam,DC=com")
    These does not:
    $Group.psbase.invoke("Add",[ADSI]"LDAP://CN=$externaluser_sid_who_does_not_have_a_FPN,CN=ForeignSecurityPrincipals,DC=fabrikam,DC=com")
    $Group.psbase.invoke("Add",[ADSI]"LDAP://<SID=$external_user_sid_who_does_not_have_a_FPN>")
    $Group.psbase.invoke("Add",[ADSI]"LDAP://<SID=$external_user_hex_sid_who_does_not_have_a_FPN>")
    Any help would be greatly appreciated.
    Thank you

    Thank you for your reply,
    I started with that thread and it ultimately recommends using the [ADSI]"LDAP://<SID=$hexsid>, this bind is not working for me. The page it points to for conversion of sid to hexsid is in VBS, but I have used the below powershell to duplicate its function.
    $sid = "S-1-5-21-2127521184-1604012920-1887927527-72713"
    $parts = $sid.Remove(0,6).Split("-")
    foreach ($part in $parts)
    $hex = ([Convert]::ToString($part, 16)).ToUpper()
    While ($hex.length -lt 8)
    $hex = "0" + $hex
    for ($i=1; $i -lt 5; $i++)
    $reverseEndian = $reverseEndian + $hex.substring($hex.length -2, 2)
    $hex = $hex.Remove($hex.length -2, 2)
    $hexSid = "0105000000000005" + $reverseEndian
    For example SID S-1-5-21-2127521184-1604012920-1887927527-72713 needs
    to be turned into raw hex sid 010500000000000515000000A065CF7E784B9B5FE77C8770091C0100 according to that article and
    then put in the ADSI bind like this: [ADSI ]"LDAP://<SID=010500000000000515000000A065CF7E784B9B5FE77C8770091C0100>". 
    When I put that bind in (with an actual sid and not an example sid) I get the following error:
    format-default : The following exception occurred while retrieving member "PSComputerName": "There is no such object on
    the server.
    + CategoryInfo : NotSpecified: (:) [format-default], ExtendedTypeSystemException
    + FullyQualifiedErrorId : CatchFromBaseGetMember,Microsoft.PowerShell.Commands.FormatDefaultCommand
    For users who are on another domain but already have a foreign principal name created, I can add them easily enough by converting their sid to the appropriate foreign principal name format. I haven't yet had any success adding someone who doesn't have a
    foreign principal name though, even after trying the solution referenced in the article.
    Thank you in advance for any help.

  • Unable to load swf from different domain through html wrapper in Chrom

    Hi All,
           I am trying a embed a swf from different domain. My html wrapper was in one domain and swf was in another domain. I have embedded the swf into the html wrapper. When i run the html file it is loading the swf in firefox and working fine. But when i try to run the same html in chrom or IE the swf is aborted. I have crossdomain.xml file in both the servers which is also allowing both the domains. I was not able to figure out the issue. Can anybody help on this.
    regards,
    Jayagopal.

    Are you getting any errors or warnings?

  • Loading modules from different domain

    when I load modules from the same location where is main application, everything is fine. But when modules are loaded from different adrress i got following error:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
              at mx.utils::LoaderUtil$/isRSLLoaded()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\uti ls\LoaderUtil.as:525]
              at mx.utils::LoaderUtil$/http://www.adobe.com/2006/flex/mx/internal::processRequiredRSLs()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\utils\LoaderUtil.as:259]
              at mx.core::FlexModuleFactory/getRSLInfo()[E:\dev\4.5.1\frameworks\projects\framework\src\mx \core\FlexModuleFactory.as:582]
              at mx.core::FlexModuleFactory/update()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\cor e\FlexModuleFactory.as:470]
              at mx.core::FlexModuleFactory/moduleInitHandler()[E:\dev\4.5.1\frameworks\projects\framework \src\mx\core\FlexModuleFactory.as:819]
    any ideas what might be wrong?
    thanks for any help in advance

    This is a link to testing application:
    http://michalnpe.homeip.net:55001/bin-release/LoadModuleApp.html
    you can see source code of this app.
    Let's say we want to run module from different domain.
    so insert following address for crossdomain.xml and module (into TextInput in the applicataion above) .
    http://a2s.pl/crossdomain.xml
    http://www.a2s.pl/npe/softmgr/Michal/wymiana/TestModule.swf
    here is the code that loads the module:
    protected function loadModule(event:MouseEvent):void
                                            testloader.url = moduleAddress.text;
                                            //testloader.loadModule();
                                  public function setup():void { // run before loading modules
                                            Security.allowDomain("*");
                                            Security.loadPolicyFile(crossdomain.text);
                                            var request:URLRequest = new URLRequest(crossdomain.text);
                                            var loader:URLLoader = new URLLoader();
                                            loader.load(request);

  • Problem loading fonts from ID3 to ID CS5...

    Hello,
    My company just upgraded from In Design 3 to In Design CS5 and I have tried to load some fonts from the previous version. I keep getting blocked. I drag and drop the fonts and I get this error message:
    ERROR MOVING FILE OR FOLDER
    CANNOT MOVE (SPECIFIC TEXT) ACCESS IS DENIED.
    MAKE SURE THE DISK IS NOT FULL OR WRITE-PROTECTED
    AND THAT THE FILE IS NOT CURRENTLY IN USE.
    My co-worker has done the same thing and has had no problem. I've sent in a help desk ticket, but that was a while ago so I thought I'd give you a try.
    Thanks in advance
    CS InDesign 5.5
    Microsoft Windows XP
    Professional x64 Edition
    Version 2003
    Service Pack 2
    Intel(R) core(TM)2 Extreme
    CPU Q6850 @ 3.00GHz
    2.99 GHz. 8.00 GB of RAM

    This is not an InDesign issue, it’s a system issue and you should take very serious note that XP64 is completely unsupported.
    Bob

  • How about having iOS Pages load fonts from the cloud?

    As a designer, Pages for iOS has lost almost all of it's funtionality without the ability to sync or save fonts from my Mac to my iPad. Of course, fonts have always been an issue when moving from one machine to another, but it seems like a logical feature of iCloud in the future. Anyone know of a work-around? Has anyone used Google Docs and Google Fonts?

    You are using the same account on both devices I assume.
    Have you tried turning document and data syncing off and on again on the iPad.

  • Firefox very slow when first loading pages from new domains.

    I've noticed that when starting the browser or opening up a new site it takes a considerably longer amount of time to load all the JS and assets compared to Chrome. Typically an extra 10 to 20 seconds, which is seriously annoying and nontrivial. After I've loaded the first page from the site Firefox is usually pretty fast on loading new pages from the same domain.
    Firefox also sometimes fails to render CSS, resulting in a white page in Times New Roman and misplaced images.
    I've tried setting up a new installation of Firefox and it hasn't solved the problem. Also tried Firefox portable with no addons and I got the problem straight out of the gate. It seems to be a problem with the code as Chrome and my internet connection work just fine. I've tried using Google as my primary DNS (8.8.8.8) which hasn't changed much.

    You can try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    You need close and restart Firefox after toggling this setting.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Dynamically load fonts from SWF files

    Hello,
    9. Add code to register the fonts you embedded when the FontSWF is Loaded.
    import flash.text.Font;
    /*You will use the name of the font that was embedded and DF4. For example, in the example below Arial Black was embedded. Notice that underscores are used. These are added to the font name when it is embedded to create the font class name. If you embedded something like Times New Roman, you would use Times_New_Roman_DF4.*/
    Font.registerFont(Arial_Black_DF4);
    This sentences is following document page 6.
    http://download.macromedia.com/pub/labs/textlayout/textlayout_flashcomponent_overview.pdf
    How is a Japanese font?
    example:
    A-OTF Shin Go Pro M
    Hiragino Kaku Gothic Pro W6
    The following are the errors.
    A-OTF_Shin_Go_Pro_M_DF4
    Hiragino_Kaku_Gothic_Pro_W6_DF4
    Best regards,

    Yes, you should be able to create an RSL that has a font in
    it that can be used. See here for a tutorial on RSLs:
    http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=L iveDocs_Parts&file=00001524.html

  • Run time loading fonts in flex

    Hi all,
    I  am embedding fonts with CSS, because of it my swf is 1 MB.
    I am already using RSS. I have compiled my CSS in to swf and I am trying to load fonts using styleManager.
    I am using styleManage.loadStyleDeclaration("Fonts.swf").
    It works perfect on my local machine. but on sever it throws this error "error 2032 stream error can not load framework 3.4(Font.swf")".
    Any idea how to resolve it? I already have framework on my server directory.
    Can you suggest me any other ideas for reducing swf size?
    -CK.

    I got the solution. it was framwork prob.
    Any idea about how to load fonts from swf with out using CSS?
    I dont want to embedded it so my swf size can increase.
    Please suggest me some idea.

  • JSF page loading another JSF in iframe from same domain with diff port

    I was wondering if anyone has experienced this issue. I'm using ADF 11g and weblogic 10.3.2. Here's the scenario
    1. two ADF 11g application, app1 and app2
    2. app1 is deployed on managedserver1 running on port 7001
    3. app2 is deployed on managedserver2 running on port 7002
    4. page1 on app1 loads page2 from app2 inside an iframe.
    5. When a button is clicked on page1 that does a ppr or even a complete postback, the following message from the browser appears:
    Because of inactivity, your session has timed out and is no longer active. The page will automatically be reloaded in 10 seconds; if not, click here.
    When i check the log file on managedserver1 its has the following error:
    SEVERE: Could not find saved view state for token <some token>
    I did some research and came across oracle.adf.view.rich.security.FRAME_BUSTING, but this is not the issue here, the iframe loads fine, but after loading when i tried to do something on page1 it seems that the state of the page is messed up.
    Any idea would be helpful.
    Edited by: user8663354 on Jun 20, 2010 7:05 PM

    Hi,
    chances are that the iframe is not isolated as you think it is and the state management of the two overrides each other. I think its best to file a service request with customer support to ensure this scenarion is supposed to work
    Frank

  • Loading "font.properties" from different location

    Is it possible to tell the JVM to load "font.properties" files from a different location instead of "$JAVA_HOME/jre/lib"?
    Thanks in advance.
    Regards.

    Is it possible to tell the JVM to load
    "font.properties" files from a different location
    instead of "$JAVA_HOME/jre/lib"?
    Thanks in advance.
    Regards.I am also looking for a solution for this, since it's not a good idea to modify the JRE itself.
    Could anybody help? Thanks.

  • Any diff. in loading data from (SD, MM , PP ) and from (SCM, CRM)

    Guyz-
      Can some one tell me, whether there will be any difference between loading data in BW from modules like SD-MM-PP and loading data from SCM,CRM.
      Any source of material/docs for loading data from SCM and CRM.
    Thanks in advance

    Hi Punzu,
    Check these:
    http://help.sap.com/bp_biv235/BI_EN/html/bw.htm
    CRM Business Content:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/af/ed833b2ab3ae0ee10000000a11402f/frameset.htm
    extract data from bw to crm, using APD-analyis process designer
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/40a2bb63ac744a80eb288830e01f7c/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/49/7e960481916448b20134d471d36a6b/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a5/9b1b40fcdd8f5ce10000000a155106/frameset.htm
    Also check this:
    Re: CRM to BW loads
    Bye
    Dinesh

  • Error loading schemas from wsdl

    Hello,
    Can someone please tell me the meaning of the error ->
    "Error loading schemas from wsdl"
    In our production environment , I see this error for one of the domains , whenever we restart services during the weekend .
    The exact error log is :
    <2007-09-22 05:11:26,749> <INFO> <Receipts.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:
    process='bpel://localhost/Receipts/ReceiptController~1.2/'
    domain='Receipts'
    WSDL location='receiptReaderService.wsdl'
    portType='Read_ptt'
    operation='Read'
    activation properties={BAERCVDET=/export/bpel/data/prod/outgoing, BAERCVDETARCH=/export/bpel/data/prod/archive, portType=Read_ptt}
    <2007-09-22 05:11:26,750> <INFO> <Receipts.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - endpointActivation for portType=Read_ptt, operation=Read
    <2007-09-22 05:11:26,910> <ERROR> <Receipts.collaxa.cube.activation> <AdapterFramework::Inbound> Error while performing endpoint Activation: ORABPEL-09701
    Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "file:/oracle/product/10gas/busintel/integration/orabpel/domains/Receipts/tmp/.bpel_ReceiptController_1.2.jar/receiptReaderService.wsdl". The reason is Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "file:/oracle/product/10gas/busintel/integration/orabpel/domains/Receipts/tmp/.bpel_ReceiptController_1.2.jar/receiptReaderService.wsdl". The reason is Connection refused.
    Please verify the schemas defined in wsdl.
    Please verify the schemas defined in wsdl.
    <2007-09-22 05:11:26,914> <ERROR> <Receipts.collaxa.cube.activation> <AdapterFramework::Inbound>
    ORABPEL-09701
    Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "file:/oracle/product/10gas/busintel/integration/orabpel/domains/Receipts/tmp/.bpel_ReceiptController_1.2.jar/receiptReaderService.wsdl". The reason is Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "file:/oracle/product/10gas/busintel/integration/orabpel/domains/Receipts/tmp/.bpel_ReceiptController_1.2.jar/receiptReaderService.wsdl". The reason is Connection refused.
    Please verify the schemas defined in wsdl.
    Please verify the schemas defined in wsdl.
         at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadAllSchemas(WSDLSchemaManager.java:314)
         at com.collaxa.cube.ws.wsdl.WSDLManager.getWSDLSchemaManager(WSDLManager.java:368)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:406)
         at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.activateInboundJcaEndpoint(JCAActivationAgent.java:869)
         at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.initiateInboundJcaEndpoint(JCAActivationAgent.java:856)
         at oracle.tip.adapter.fw.agent.jca.JCAActivationAgent.init(JCAActivationAgent.java:399)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.collaxa.cube.engine.core.BaseCubeProcess.notifyActivationAgents(BaseCubeProcess.java:558)
         at com.collaxa.cube.engine.core.BaseCubeProcess.enableActivationAgents(BaseCubeProcess.java:490)
         at com.collaxa.cube.engine.deployment.CubeProcessHolder.setDefaultRevision(CubeProcessHolder.java:1166)
         at com.collaxa.cube.engine.deployment.CubeProcessHolder.setDefaultRevision(CubeProcessHolder.java:1098)
         at com.collaxa.cube.engine.CubeEngine.setDefaultRevision(CubeEngine.java:1047)
         at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.setDefaultRevision(CubeEngineBean.java:530)
         at ICubeEngineLocalBean_StatelessSessionBeanWrapper0.setDefaultRevision(ICubeEngineLocalBean_StatelessSessionBeanWrapper0.java:2345)
         at com.collaxa.cube.engine.dispatch.message.process.SetDefaultMessageHandler.handle(SetDefaultMessageHandler.java:42)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
         at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
         at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
         at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
         at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
         at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    <2007-09-22 05:11:27,035> <ERROR> <Receipts.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube engine": Could not initialize activation agent.
    An error occured while initializing an activation agent for process "ReceiptController", revision "1.2".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: java.lang.reflect.InvocationTargetException
    ORABPEL-09903
    How can i further troubleshoot this . later on when I restart again ...it works .
    Help appreciated .
    Amith

    Hello,
    Thanks for your response.
    U see ..this happens only when the all the services / databases etc come back up after a cold backup during the weekend . And like I u have mentioned , I thought this could be due to the BPEL service trying to connect to one of the databases as mentioned in the oc4j-ra.xml ( there are 3 distinct database connections to 3 diff databases ) . So I made sure that all the dbs are up and running before this particular service is started . It wroks at times ..but then it fails at times . So I have started wondering whether this is a different issue . And I am not able to troubleshoot it any further .
    What exactly should I check in the wsdl file ..
    Appreciate your help !
    Amith

Maybe you are looking for

  • Consuming SharePoint WSRP with OracleAS Portal

    Hi, i hope, this is the right place for the topic. We are trying to integrate our SharePoint Server into our Oracle Portal 10.1.4 by using the Microsoft SharePoint WSRP Producer. The producer seems to be up and running. (The wsdl-file and all of the

  • HELP ME almost nothing is going right.

    OK so... I don't know where to start, but here I go... Last week Software Update kept bugging me to update a bunch of things including iTunes, and so I did. When I restarted it like it asked me and logged in and everything, I tried to open iTunes, an

  • PC to Mac ITunes Library Migration

    I got a Mac recently and am converting from a PC on which I have synced all Apps on my IPhones and IPad. How can I migrate my ITunes library from the PC to the Mac so that my Apps are retained on the devices?

  • BSP's in e-Learning

    Hi,   I found the following two bsp's related to e-Learning:   HCM_LSO_OLD & HCM_LEARNING   Which one is the updated one and which one should i use?   And please let me know whether we need EP for this or can we store the content in the SAP knowledge

  • Web Dynpro view data to  PDF creation issue

    Hi , I am passing data from Web Dynpro iView to genrated PDF using url link, pdf generation is done using iText java class.  outputPDFData is the method to which i need to pass the data to but this is where i failed. Can someone please identify error