Definition fl.controls not found

I found two other forum topics regarding this subject. Both
said "add a button to the stage then delete it". A) That doesn't
work for me. B) It's a ridiculous fix. I shouldn't have to do that.
There's a more fundamental problem. Something seems to be missing.
Thanks for any help!
Scott

Hi OnsightAZ ,
I don't know what the exact problem is, but as per my
observations to use any of the controls in fl.controls package you
must have an instance of that control added to your library. This
may be a bug! not sure.
But for now add the controls you want to use to the library
of the main fla file. Sadly it is the only way I found which
works.

Similar Messages

  • Java control not found

    Environment: WLS 8.1 SP4 (HP-UX 32-bit PA Risc)
    Randomly, in our production environment, we receives an error from a java page flow (JPF) when the JPF uses a Java Control(JCS-file) from within the JPF.
    We know for sure that the page flow is used by many users, but occasionally
    weblogic reports a runtime-error in the stdout-file saying that the the java
    control is not found (but this very Java control has been in use earlier the
    same day - so the Java control definately exists.)
    I can find two stacktraces when this occurs (see below).
    Any ideas whats going on/whats the problem?
    From the standard out log file:
    java.lang.RuntimeException: com.bea.wlw.runtime.core.dispatcher.ServiceHandleException: Service at /admin/ctrl/adminCtrl.jcx not found
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(WlwProxyImpl.java:345)
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl.invoke(WlwProxyImpl.java:315)
    at $Proxy152.loginBoUser(Unknown Source)
    at LoginController.doLogin(LoginController.jpf:223)
    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.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:1519)
    at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:1445)
    at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:776)
    at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:211)
    at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:606)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1354)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:650)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6726)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2638)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: com.bea.wlw.runtime.core.dispatcher.ServiceHandleException: Service at /admin/ctrl/adminCtrl.jcx not found
    at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:432)
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(WlwProxyImpl.java:326)
    ... 31 more
    From the workshop_error.log :
    13 May 2009 09:03:56,118 ERROR DispCache [ExecuteThread: '53' for queue: 'weblogic.kernel.Default'][]: Exception processing com.bea.wlw.runtime.core.control.EventControl
    Throwable: java.lang.NullPointerException
    Stack Trace:
    java.lang.NullPointerException
    13 May 2009 09:03:56,121 ERROR DispCache [ExecuteThread: '53' for queue: 'weblogic.kernel.Default'][]: Exception processing ctrl.adminCtrl
    Throwable: java.lang.NullPointerException
    Stack Trace: java.lang.NullPointerException
    at com.bea.wlw.runtime.core.dispatcher.DispResources.generateMetadata(DispResources.java:515)
    at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnit(DispCache.java:619)
    at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:971)
    at com.bea.wlw.runtime.core.dispatcher.DispCache.ensureDispUnitForURI(DispCache.java:893)
    at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.getDispFile(ServiceHandleImpl.java:598)
    at com.bea.wlw.runtime.core.dispatcher.ServiceHandleImpl.invoke(ServiceHandleImpl.java:430)
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl._invoke(WlwProxyImpl.java:326)
    at com.bea.wlw.runtime.core.dispatcher.WlwProxyImpl.invoke(WlwProxyImpl.java:315)
    at $Proxy152.loginBoUser(Unknown Source)
    at LoginController.doLogin(LoginController.jpf:223)
    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.bea.wlw.netui.pageflow.FlowController.invokeActionMethod(FlowController.java:1519)
    at com.bea.wlw.netui.pageflow.FlowController.getActionMethodForward(FlowController.java:1445)
    at com.bea.wlw.netui.pageflow.FlowController.internalExecute(FlowController.java:776)
    at com.bea.wlw.netui.pageflow.PageFlowController.internalExecute(PageFlowController.java:211)
    at com.bea.wlw.netui.pageflow.FlowController.execute(FlowController.java:606)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:1354)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at com.bea.wlw.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:650)
    at com.bea.wlw.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:527)
    at com.bea.wlw.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:152)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6726)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2638)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)

    I suspect the person behind the id probably isn'tvery
    intelligent however. After all I rant at peopleall
    the time, yet I don't bother using a seperate id.And this somehow makes you more intelligent than I?Of course. And provable.
    With my alias it is possible to see my contributions.
    Your posts are like graffiti. Graffiti is done by juveniles sneaking around at night spray painting their 'name' on public and private structures. Sometimes one can admire such graffiti because the artwork is beautiful and/or because the location is daring. However, most graffiti lacks both those qualities. Most artists are wannabes who have neither the courage nor the skill (and aren't willing to learn.) And they never will.
    You do have some skill in that your rants do seem to have a least some relevance. But they are never particularily witty nor clever nor amusing. So it seems safe to presume that the personality behind the alias is not a terribly bright individual. Which is not the same as a stupid individual. They could be stupid but it more likely that they are just average (after all a stupid person wouldn't use a different alias.)
    Now if you do indeed have another alias perhaps that alias demonstrates your intelligence. But this one does not.
    What other irrational conclusions have you come up
    with lately? It is perfectly rational.
    Oh, yeah, you can't tell because in
    your delusional world, they're perfectly normal
    conclusions.Of course one who is insane often feels that they are the only sane person in the world. There are medicines which help with the condition.

  • AddChild Controls not Found!

    Hi,
    When I add a control to a container at runtime using
    addChild, it shows up on the screen. However, if I subsequently try
    to access the control using getChildByName or through the parent's
    property array, Flex can't seem to find it. Both methods work for
    accessing child controls added at design time. The following code
    generates a runtime error " testText not found on testapp and there
    is no default value."
    <mx:Script>
    <![CDATA[
    import mx.controls.Text;
    import mx.controls.Alert;
    public function init():void {
    var newField:Text = new Text()
    newField.text = "hello";
    newField.id = "testText";
    this.addChild(newField);
    Alert.show(this["testText"].text);
    ]]>
    </mx:Script>

    FYI, Adobe advises against depending on getChildByName.
    The suggested way to handle this situation is to maintain a
    list of references to components you instantiate with addChild.
    Something like this
    private var _oChildArray:Object = new Object;
    //instance/global var
    var newChild:UIComponent = new UIComponent;
    var sId:String = "someid";
    newChild.id = sId;
    oChildArray[sId] = newChild;
    myContainer.addChild(newChild)
    then later, access the component:
    var myComponent:UIComponent = oChildArray["someid"]
    Tracy

  • CRSjlnProcDispatch for Version Control not found

    Hi again, Well, I've now got Oracle9i SCM installed and working with some minor issues.
    When I check out and back in, the version label of the file is accurately updated.
    However, when I attempt to use the versioning utilities, View Version History...,
    View Version Events, I get :
    CDR-17057: Failed in initialize JVM
    The initial error complained about the class CRSjlnProcDispatch was missing.
    The failure to initialize the Java Virtual Machine seems unlikely since the app would require JVM to run.
    Does anyone know what CRSjlnProdDispatch is/resides/does?
    Again, any thought or suggestions would be greatly appreciated!!
    Jeff Manning

    Jeff,
    This is an issue with registry settings:-
    Failure to load class when invoking VHV, VEH, Compare utility or Merge from the Repository Object Navigator (bug 2242883)
    Problem:
    After invoking the Repository Object Navigator and navigating to a versioned object (eg 'SYSTEM FOLDER'), the following error may be encountered when invoking the Version History Viewer, the Version Event Viewer, Merge or the Compare utility:
    CDR-17060: Failed to load class oracle/repos/rs/rsj/CRSjlnProcDispatch
    and, if you try again, a different error may be encountered:
    CDR-17057: Failed to initiate JVM
    This problem is caused by the classpath exceeding 1000 characters and will only occur when invoking these tools from the Repository Object Navigator.
    Workaround:
    The simplest workaround is to use the Command Line Tool instead of the Repository Object Navigator to invoke the required tool such as the Version History Viewer, and this problem will not occur.
    David

  • Method definition not found...

    I am very new to Xcode and coding in general.
    I often get an error notification in xcode that does not go away after the error has been corrected.
    Right now I have "Method definition for 'convertFarenheit:' not found" warning listed, however, the error has been corrected.
    The build succeeds, the program runs properly, output is correct.  The warning is not even on the line it originally was on.
    Is there a way to clear errors like this, or run the error check again?  Is this an xcode bug?
    Thanks for the help.

    Well, unfortunately, I closed the project and reopened it.  The error is gone (so I assume there wasn't one with my coding).
    I run into this often and I will try the suggestion next time I do.

  • Compilation error: Package not found

    HI,
    My question is :
    In my class I import these packages:
    import borland.jbcl.control.*;
    import com.sun.java.swing.*;
    When I compile the class from jbuilder it compile successfully
    , but when I compile it from ms-dos I get errors in the compile
    proccess.
    the error is :
    Frame1.java:12: Package borland.jbcl.control not found in import.
    import borland.jbcl.control.*;
    ^
    Frame1.java:13: Package com.sun.java.swing not found in import.
    import com.sun.java.swing.*;
    TELL ME something solution.
    Thanks

    I suspect the person behind the id probably isn'tvery
    intelligent however. After all I rant at peopleall
    the time, yet I don't bother using a seperate id.And this somehow makes you more intelligent than I?Of course. And provable.
    With my alias it is possible to see my contributions.
    Your posts are like graffiti. Graffiti is done by juveniles sneaking around at night spray painting their 'name' on public and private structures. Sometimes one can admire such graffiti because the artwork is beautiful and/or because the location is daring. However, most graffiti lacks both those qualities. Most artists are wannabes who have neither the courage nor the skill (and aren't willing to learn.) And they never will.
    You do have some skill in that your rants do seem to have a least some relevance. But they are never particularily witty nor clever nor amusing. So it seems safe to presume that the personality behind the alias is not a terribly bright individual. Which is not the same as a stupid individual. They could be stupid but it more likely that they are just average (after all a stupid person wouldn't use a different alias.)
    Now if you do indeed have another alias perhaps that alias demonstrates your intelligence. But this one does not.
    What other irrational conclusions have you come up
    with lately? It is perfectly rational.
    Oh, yeah, you can't tell because in
    your delusional world, they're perfectly normal
    conclusions.Of course one who is insane often feels that they are the only sane person in the world. There are medicines which help with the condition.

  • Custom field not found in in the definition of EAI Integration Component

    Hi,
    I added a custom field to Account with integration tag "FirmsOfficesType". I got an error when I'm adding an account:
    Element with XML tag 'FirmsOfficesType' is not found in the definition of EAI Integration Component 'Account'(SBL-EAI-04127)
    Here is the soap message for adding a account:
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" s:mustUnderstand="1">
    <wsse:UsernameToken>
    <wsse:Username>user</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">passwd</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <AccountInsert_Input xmlns="urn:crmondemand/ws/ecbs/account/10/2004">
    <ListOfAccount xmlns="urn:/crmondemand/xml/Account/Data">
    <Account>
    <Status>Active</Status>
    <PrimaryBillToCity>KANSAS CITY</PrimaryBillToCity>
    <PrimaryBillToCountry>USA</PrimaryBillToCountry>
    <PrimaryBillToPostalCode>64150</PrimaryBillToPostalCode>
    <PrimaryBillToState>MO</PrimaryBillToState>
    <PrimaryBillToStreetAddress>1805 ABC ROAD</PrimaryBillToStreetAddress>
    <PrimaryBillToStreetAddress2>STE 300</PrimaryBillToStreetAddress2>
    <ExternalSystemId>OF222652</ExternalSystemId>
    <IntegrationId>OF222652</IntegrationId>
    <Location>OF222652</Location>
    <MainPhone>+1 1235877526</MainPhone>
    <AccountName>ABC Inc</AccountName>
    <AccountType>INDEPENDENT BD A</AccountType>
    <FirmsOfficesType>Branch</FirmsOfficesType>
    <FirmName>ABC SECURITIES CO</FirmName>
    </Account>
    </ListOfAccount>
    </AccountInsert_Input>
    </s:Body>
    </s:Envelope>
    thx

    Hi
    Please go through the related pointers ->
    The OSS note 672960 has already indicated you need to use BADI to address it.
    For Search criteria
    You can also use user-defined fields as search criteria. To do this, you have to set fields XINPUT and XDISPLAY to 'X' in table ET_FIELDS for the fields you want to use in BADI BBP_CUF_BADI_2 in method MODIFY_SCREEN. The fields defined this way are displayed if you choose the 'Extended search' link.
    Re: Custom field in Create Bid Invitation..
    Re: Search Help for Purchasing Group..
    Re: urgent help request - How to add custom fields to  header BID.
    Re: New Screen with table control information in Process Bid Invitation
    Do let me know.
    Regards
    - Atul

  • Help - error: 1017: The definition of base class CairngormEvent was not found.

    Hi.
    I've inherited someone else's flex code.  I need to make a small change re-complie and re-deploy, but the IDE (flash builder 4) keeps telling me there's an error in one of the.as files.  Here's the details:
    = Error:
    1017: The definition of base class CairngormEvent was not found.   
    = Code:
    package actionScripts.events {
        import flash.events.Event;
        import com.adobe.cairngorm.control.CairngormEvent;
        public class CairngormGeneralEvent extends CairngormEvent {    
         [etc..]
    Any ideas?
    I'm using Flash Builder 4. Any help would be much appreciated.

    check if the Cairngorm.swc is in the libs folder

  • After December 2014 update, Compile Error - calling Excel Objects Sub "Object library invalid or contains references to object definitions that could not be found"

    When try to call Sub in Excel Objects > SheetXX after the original xlsm is modified and saved by another user in diff machine, getting an error below and seems Excel cannot identify any subs exists in Sheet.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Note: it seems that this problem has been occurring After December 2014 update and still exists even after applying the fix:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2014/12/11/forms-controls-stop-working-after-december-2014-updates-.aspx)

    Hi Kwlee324,
    Thanks for sharing the workaround with us. It would be very helpful for others who have the same issue.
    Also I found a two useful links about the error message "Object library invalid or contains references to object definitions that could not be found":
    https://support.microsoft.com/kb/2703186
    http://blogs.msdn.com/b/vsod/archive/2009/06/05/visual-basic-6-controls-stop-working-after-security-advisory-960715.aspx
    Hope it is helpful.
    Regards & Fei
    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.

  • Compile error: Object library invalid or contains references to object definitions that could not be found

    Office Online 365 installed today January 20 on brand new HP Envy. Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.

    Hi Jaime,
    >> Get the above message when loading Excel applications with code and when running code. Will greatly appreciate help. Applications run well on other computers.
    >> Compile error: Object library invalid or contains references to object definitions that could not be found
    According to the error message, it seems some ActiveX control is not registered successfully on the new machine.
    Would you mind telling us which ActiveX controls you used in the workbook?
    >> For my applications Excel from Office 365 is now useless. Should I just let my subscription run out and purchase another version?
    According to my experience, this issue is not related to the subscription.
    Regards,
    Jeffrey
    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.

  • Object library invalid or contains references to object definitions that could not be found

    I have an excel macro application. It works ok in my machine. Whenever I send it to my colleague and he opens the file and save and send it back to me, I get the below error. But, it is working
    ok in my colleague machine.
    Compile error:
    Object library invalid or contains references to object definitions that could not be found
    Looks like some recent windows update is causing this issue. I tried to delete the temporary file from the command prompt as mentioned in some of the forums using the below command. But, still it
    is not working.
    DEL /S /A:H /A:-H *.EXD
    Even tried to uninstall the recent windows update on both of our machines, but still the issue is not resolved. It is working ok in his machine, but I get the compile error. Please share your thoughts.
    Thanks.
    Below are the references available in the excel macro application. There is no missing reference error on both of our machines. We both are using Excel 2010 32 bit. My OS is windows 7 64 bit and
    my college is having windows 7 32 bit.
    Visual Basic For Applications
    Microsoft Excel 14.0 Object Library
    Microsoft Forms 2.0 Object Library
    Microsoft Office 14.0 Object Library
    OLE Automation
    Microsoft ActiveX Data Objects 2.6 Library
    Microsoft Visual Basic for Applications Extensibility 5.3
    Microsoft XML, v6.0

    "Looks like some recent windows update is causing this issue. I tried to delete the temporary file from the command prompt as mentioned in some of the forums
    using the below command"
    I've heard some cases that even deleting EXD files and running the FixIt tools, ActiveX controls weren't working.
    Can you confirm if you can insert ActiveX controls in your worksheet, please?
    (Developer tab >> Insert button >> any ActiveX control of your choice)
    Felipe Costa Gualberto - http://www.ambienteoffice.com.br

  • Bc4j view definition not found

    Within the doDML method in my PatientImpl class, I have implemented this snippet of code to insert a record into the TransactionLog entity after an insert into the Patient entity.
    DBTransaction trans = getDBTransaction();
    TransactionLogViewImpl txnLogView =
    (TransactionLogViewImpl)trans.createViewObject(
    " hmdclinical.customactiondemo.model.bc4j.TransactionLogView ");
    TransactionLogViewRowImpl row =
    (TransactionLogViewRowImpl) txnLogView.createRow();
    row.setAction('TEST');
    txnLogView.insertRow(row);
    txnLogView.remove();However, the error returned is "JBO-25002: Definition hmdclinical.customactiondemo.model.bc4j.TransactionLogView of type View Definition not found".
    What am I doing wrong ? My View object is called TransactionLogView and my business components package is hmdclinical.customactiondemo.model.bc4j ??
    Help ?
    Also - is it possible to perform the insert and then requery the same row to check for data in other columns on the table had that been populated by a trigger as the result on the insert performed by my business rule code ?? If i make the attribute refresh after update can I do a
    row.setAttribute
    view.insertRow(row)
    row.getAttribute ??
    How else would I get the values back from the row just inserted ??
    Thanks,
    Brent

    Please ignore the first part of my question - stupid typo that i always make !
    But the second part....
    Also - is it possible to perform the insert and then requery the same row to check for data in other columns on the table had that been populated by a trigger as the result on the insert performed by my business rule code ?? If i make the attribute refresh after update can I do a
    row.setAttribute
    view.insertRow(row)
    row.getAttribute ??
    How else would I get the values back from the row just inserted ??
    Can someone help me with this ?
    Thanks,
    Brent

  • FILE NOT FOUND ERROR WHILE INSTALLING ORACLE EM GRID CONTROL 10.2.0.1

    FILE NOT FOUND ERROR ON FILES: generalstup, seedstup during the setup phase and when i click ignore from a list of cancel, retry and ignore it moves to the configuration phase and rapidly moves from 63% to 100% and gives the error OUI-10133 invalid staging area. i have tried the install 3 times and dont know what the problem is. i am doing the oracle EM GC INSTALL WITH NEW DATABASE OPTION. i downloaded the full version disks 1-3 from the website:http://www.oracle.com/technology/software/products/oem/index.html
    Enterprise Manager 10g Grid Control Release 2 (v10.2.x)
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 2 (10.2.0.1) for Linux x86
    when this is extracted it leaves me with Disk1, 2, and 3
    install started from 1, then it later asks for two whick happens to instead be but under Dist 3-but there are two disk2's under Disk 3- one under oms and one under rdbms folder. i have tried both and alas same errors
    i even triwd the same download from edelivery.oracle.com and gives the same madness
    am stuck.

    i followed the link and all the instructions things seemed to go well: it still asked for two files i did not have or could not locate: first its asked for generalstub, then it asked for seedstup and then generalstup again. at this point the installation was at 67% and had passed the link succesful stage and was at the setup succeful stage. when i clicked ignore on generalstub, seedstup and then generalstup again it quicly moved to 100% and never took me to the stage for me to run oraInstroot.sh and allroot.sh
    the configuration assistant stage never cameup and it skipped to the page Specify Repository Database Configuration
    where it asked for repository database hostname port, service/sid and SYSMAN password and also manament service security password. whe i input all the infor mation it will give errors. i have tries deleting all oracle 3 or 4 times and all files that oracle has and repeated the process and am always stuck here.
    error reads :
    -error cheching the existence of the SYSMAN user in Management repository
    -exception occured while connecting to database . please check the connection details you specified and retry
    -io exception connection refused: (DESCRIPTION=(TMP=)(VSNUMM=168821760)(ERR=12514)(ERRO_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    REP DB HOSTNAME:SA-OMS-01
    PORT:1521
    SERVICE/SID:OMSDB01
    SYSMAN PASSWORD:PASS
    THE REST I PUT PASS AS PASSWORD
    NOT SURE WHAT TO DO NEXT.

  • Page definition is not found while running JSR286 portlet in WebCenter app

    Hi All,
    I have ADF application which has 3 different task flows 1. my service 2. my car 3. my bike.
    which I have placed into a single bounded task flow called repairTaskflow.
    I have created a JSR286 portlet out of a repairTaskflow. I am trying to consume it in an Webcenter application. When I place the portlet on to the page in Web center application
    and run the page. I see the following error in the console.
    oracle.jbo.NoDefException: JBO-25002: Definition ***.xxxx.view.pageDefs.applications_task_flow_applications_task_flow_CreateEmptyApplicationPageDef of type Form Binding Definition is not found.
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:2703)
         at oracle.jbo.mom.DefinitionManager.findDefObjectUsingMetadataObject(DefinitionManager.java:2715)
         at oracle.adf.model.binding.DCBindingContainerDef.findDefObject(DCBindingContainerDef.java:292)
         at oracle.adf.model.binding.DCBindingContainerReference.getDef(DCBindingContainerReference.java:107)
         at oracle.adf.model.BindingContext.findBindingContainerDefByPath(BindingContext.java:1624)
         at oracle.adf.controller.internal.binding.RegionUtils.findOrCreateBindingContainer(RegionUtils.java:246)
         at oracle.adfinternal.controller.util.model.DataBindingActivityImpl.getActivityBindingContainer(DataBindingActivityImpl.java:233)
         at oracle.adfinternal.controller.util.model.DataBindingActivityImpl.beforeExecute(DataBindingActivityImpl.java:77)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:969)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:878)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:777)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.routeFromActivity(ControlFlowEngine.java:551)
         at oracle.adfinternal.controller.engine.ControlFlowEngine.performControlFlow(ControlFlowEngine.java:147)
         at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleAdfcNavigation(NavigationHandlerImpl.java:109)
         at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:78)
         at org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:43)
         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:130)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
         at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:1002)
    Please find below the portlet.xml file
    <portlet-app version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <portlet id="adf_taskflow_WEB_INF_test_task_flow_xml">
            <description>test-task-flow</description>
            <portlet-name>test-task-flow</portlet-name>
            <display-name>test-task-flow</display-name>
            <portlet-class>oracle.portlet.bridge.adf.application.ADFBridgePortlet</portlet-class>
            <init-param>
                <name>javax.portlet.faces.defaultViewId.view</name>
                <value>/adf.task-flow?adf.tfDoc=/WEB-INF/adfp-portlet-bridge-container.xml&amp;adf.tfId=adfp-portlet-bridge-container&amp;_fragmentTaskFlowDoc=/WEB-INF/test-task-flow.xml&amp;_fragmentTaskFlowId=test-task-flow</value>
            </init-param>
            <supports>
                <mime-type>text/html</mime-type>
                <portlet-mode>VIEW</portlet-mode>
            </supports>
            <supported-locale>en</supported-locale>
            <portlet-info>
                <title>test-task-flow</title>
                <short-title>test-task-flow</short-title>
            </portlet-info>
            <security-role-ref>
                <role-name>valid-users</role-name>
            </security-role-ref>
            <container-runtime-option>
                <name>com.oracle.portlet.requireIFrame</name>
                <value>true</value>
            </container-runtime-option>
            <container-runtime-option>
                <name>com.oracle.portlet.minimumWsrpVersion</name>
                <value>2</value>
            </container-runtime-option>
        </portlet>
        <portlet id="adf_taskflow_WEB_INF_single_task_flow_definition_xml">
            <description>single-task-flow-definition</description>
            <portlet-name>single-task-flow-definition</portlet-name>
            <display-name>single-task-flow-definition</display-name>
            <portlet-class>oracle.portlet.bridge.adf.application.ADFBridgePortlet</portlet-class>
            <init-param>
                <name>javax.portlet.faces.defaultViewId.view</name>
                <value>/adf.task-flow?adf.tfDoc=/WEB-INF/adfp-portlet-bridge-container.xml&amp;adf.tfId=adfp-portlet-bridge-container&amp;_fragmentTaskFlowDoc=/WEB-INF/single-task-flow-definition.xml&amp;_fragmentTaskFlowId=single-task-flow-definition</value>
            </init-param>
            <supports>
                <mime-type>text/html</mime-type>
                <portlet-mode>VIEW</portlet-mode>
            </supports>
            <supported-locale>en</supported-locale>
            <portlet-info>
                <title>single-task-flow-definition</title>
                <short-title>single-task-flow-definition</short-title>
            </portlet-info>
            <container-runtime-option>
                <name>com.oracle.portlet.requireIFrame</name>
                <value>true</value>
            </container-runtime-option>
            <container-runtime-option>
                <name>com.oracle.portlet.minimumWsrpVersion</name>
                <value>2</value>
            </container-runtime-option>
        </portlet>
        <portlet id="adf_taskflow_WEB_INF_applications_task_flow_xml">
            <description>applications-task-flow</description>
            <portlet-name>applications-task-flow</portlet-name>
            <display-name>applications-task-flow</display-name>
            <portlet-class>oracle.portlet.bridge.adf.application.ADFBridgePortlet</portlet-class>
            <init-param>
                <name>javax.portlet.faces.defaultViewId.view</name>
                <value>/adf.task-flow?adf.tfDoc=/WEB-INF/adfp-portlet-bridge-container.xml&amp;adf.tfId=adfp-portlet-bridge-container&amp;_fragmentTaskFlowDoc=/WEB-INF/applications-task-flow.xml&amp;_fragmentTaskFlowId=applications-task-flow</value>
            </init-param>
            <supports>
                <mime-type>text/html</mime-type>
                <portlet-mode>VIEW</portlet-mode>
            </supports>
            <supported-locale>en</supported-locale>
            <portlet-info>
                <title>applications-task-flow</title>
                <short-title>applications-task-flow</short-title>
            </portlet-info>
            <container-runtime-option>
                <name>com.oracle.portlet.requireIFrame</name>
                <value>true</value>
            </container-runtime-option>
            <container-runtime-option>
                <name>com.oracle.portlet.minimumWsrpVersion</name>
                <value>2</value>
            </container-runtime-option>
        </portlet>
        <custom-portlet-mode>
            <portlet-mode>about</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>config</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>edit_defaults</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>preview</portlet-mode>
        </custom-portlet-mode>
        <custom-portlet-mode>
            <portlet-mode>print</portlet-mode>
        </custom-portlet-mode>
    </portlet-app> In all the 3 task flow there is at least one method activity placed either as the default activity or part of activities.
    In service page taskflow the default activity is a method activity. If I convert the service-task-flow alone as a portlet, it failed. showing the similar error : pagedef not found.
    Then I created the portlet out of car task-flow whose default activity is a page. This time I can view the portlet, the car list page. Once I click create button on that page which again goes through a method activity, then it failed showing the error mentioned above
    It seems where ever there are method activities on the taskflow, the portlet cannot find the pagedef and its throwing error . I have cross checked the deployed war file and all the pagedef's are bundled into it.
    Any suggestions are much appreciated.
    Thanks,
    Morgan.
    Edited by: Morgan Freeman on Aug 19, 2011 3:27 AM
    Edited by: Morgan Freeman on Aug 19, 2011 3:30 AM
    Edited by: Morgan Freeman on Aug 19, 2011 6:02 AM

    Hi All,
    I solved this issue. The path of pagedef files was not recognized when I publish the taskflows as portlets. Though it runs when I place it as a region on jspx file.
    The folder structure where I placed pagedefs earlier was some thing like this in ViewController -> Application Resources
    com.mycomp.view.pagedefs
    When I wanted to consume the portlet in the portal application, all the pagedefs under this path were not visible to the portlet.
    Once I change the pagedef folder to the immediate folder after the Application Resources, it found all the pagedefs
    Now my folder structure in ViewController -> Application Resources
    view.pagedefs
    Is this a bug? or Am I missing some thing.
    Thanks,
    Morgan.

  • "Source not found" Error creating URL Data control with query parameters

    Hi,
    I have a restful service for which i want to create a URL data control. I am able to create the URL data control successfully when i am not passing any parameters in the Source field. But if i am specifying the parameters in the source field like this Department=##ParamName##, something weird is happening. After giving the param string in the Source field, it asks for default param value to test the url. It tests the url successfully. After that i select XML as the data format in which i am mentioning the xsd like this . "file:///C:/..../something.xsd" . And this is when i am getting the error. "Invalid Connection. The source is not found". I am giving exactly same path for xsd which i gave while creating URL data control without query parameters. Infact i was able to create the URL data control with query parameters successfully till afternoon. after that it started giving me this error all of a sudden. Infact as soon as i was able to create a URL data contol with query parameter successfully, i took a backup of the application before moving further. But even that backup is not working now.
    As far as i understand, i dont think there will be any change in xsd if query params are passed to a web service. Please correct me if i am wrong.
    Just dont know what could be the issue. Please help
    Thanks

    Hi,
    xsd is used for the URL service to know what the returned data structure is so it can create the ADF DC metadata
    Frank

Maybe you are looking for