I want created A LOVS in oracle 6i forms

Hi all,
i want created a Lovs without record in records_group like a searching window. i have created a lovs by wizard and i have wrote a query in records_group with where clause
select sequence_no from A103 where 1=2;
but its not working its show an error :- "FRM-41830 List of values contains no values",
please suggest me what i will do.
Regards
Deepak M.

User: 942854 = Deepak M.
User: 942779 = Deepak..
Dude - how many accounts do you have? Will the real Deepak please stand up! ;-)
It is rather hard to write you an example in the forum since it involves screen design, however, the basic concept is:
1. Take a screen shot of an existing LOV.
2. Create a new canvas in your form and assign it to a seperate Window.
3. Make your new canvas look like the screen shot of the LOV.
4. Write code to make it do what you want it to do.
4.a) this means you will have to write the query to populate your LOV.
4.b) write code to perform the "Find" function
4.b.1) in most cases you will probably just need to set the DEFAULT_WHERE clause of the data block for item 4.a above.
Craig...

Similar Messages

  • Default value of combobox using dynamic LOV in Oracle Portal form

    We are trying to specify the deafult value of a combobox on a form that derives it options from a dynamic LOV. The option value is a number and the display is text.
    E.g.
    <Option value="1">Books
    <Option value="2">CDs
    We have tried various ways of setting the default option to be selected on the Combobox. First, we tried using a sql query to return a number from a table (sql query returns number -> in the default value type field). Next, we tried to use a constant number (default value: 2, default value type: constant). In neither case, did the Oracle Portal form pre-select our default choice in the drop-down list.
    Any suggestions? I browsed the other forum articles on this topic and noticed several folks believed it was a bug in Portal. We are using Portal version 3.0.9 (latest App Server for the Ebusiness Suite). Thanks in advance.

    You can manually add the select list (or for that matter anything else) to a wizard created form. If the select list is for an existing item, simply change the "Display As" setting from Text to a Select List based on the LOV you create. Any changes made will then be applied by the update process.
    cheers,
    Ron

  • Creating trace file in oracle 10g forms

    hii there,
    I have developed an application in oracle 10g. but it's too slow . Now i have to trace forms . How can trace oracle forms.
    please send it in details as early as possible. I don't know about this trace file generation.
    -----Sachin

    Hi,
    To run SQL trace for a form :
    a. Get to the point in the form where you want to turn trace on.
    For example, if the problem occurs on the commit, wait until you are
    ready to commit, THEN turn trace on.
    b. Turn tracing on. In GUI versions: Help - Tools - Trace, enable tracing.
    c. Execute the steps you want to trace.
    d. Turn tracing off. In GUI versions: Help - Tools - Trace, disable tracing.
    The trace file will be written to the subdirectory specified in the
    'user_dump_dest' parameter in the INIT.ORA file.

  • Dynamically change LOV in oracle apps forms

    Hi,
    I have one requirement the Item LOV need to change based on the condition. If the condition is X then it use the X record group and attach to the LOV (This record groups is I have already created at design time). I can able to attache the record group to the LOV based on condition but if I click the LOV it not pop up in a window it is simply not working (no error).
    If I enter some text in the Item and press Tab then the LOV window is pop up.
    Can you please post your suggestion or solutions for this issue.
    I am giving my sample code the below code I am using to attache the record group to the LOV.
    Item level KEY-LISTVAL Trigger
         Set_ITEM_Property('XXRULES.P_RULE_VALUE',LOV_NAME,'ZIP_CODE');
         Set_ITEM_Property('XXRULES.P_RULE_VALUE',LOV_VALIDATION,PROPERTY_TRUE);
         Set_LOV_Property('ZIP_CODE',GROUP_NAME,'ZIP_CODE');

    Set_ITEM_Property('XXRULES.P_RULE_VALUE',LOV_NAME,'ZIP_CODE');Set_ITEM_Property('XXRULES.P_RULE_VALUE',LOV_VALIDATION,PROPERTY_TRUE);
    Set_LOV_Property('ZIP_CODE',GROUP_NAME,'ZIP_CODE'); Is this all of your code? If so, you are missing the call to Show_LOV(). Remember, Show_LOV() returns a boolean so you have to catch the return value.
    DECLARE
       b_selected  BOOLEAN := FALSE;
    BEGIN
       Set_ITEM_Property('XXRULES.P_RULE_VALUE',LOV_NAME,'ZIP_CODE');
       Set_ITEM_Property('XXRULES.P_RULE_VALUE',LOV_VALIDATION,PROPERTY_TRUE);
       Set_LOV_Property('ZIP_CODE',GROUP_NAME,'ZIP_CODE');
       b_selected := Show_LOV('ZIP_CODE');
    END;Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Oracle 6i forms/reports developer client software

    hi all,
    i want the clinet software for oracle 6i forms/reports developer which is only installed on the client system..
    plz tell me the website/address from where i can download it...
    thanx in advance,
    Regards,
    shahzad

    [http://www.oracle.com/technology/software/products/forms/index.html]

  • OAF:How to create a lov

    Hi friends ,help me to learn OAF
    Iam new to oaf i hav started leatning one by one in OAF
    I hav created a QueryPG with 3 field (PersonId,FirstName,PhoneNO)...and i can able to query the data from the DB
    And i hav created a CreatePG with fields (PersonId,FirstName,PhoneNO,LastName,Email,Address) and i can able to insert a new row into my DB
    Now i want to create LOV in this .jpr for the PhoneNo field..... FOR that wat i hav to do ?
    Do i want to create a new Package for the LOV?
    And one doubt were cani see my classfile ? and to ftp the class file to the server ?And how to bounse the apache?
    Adv thanks
    thiliban
    Edited by: user13307444 on Aug 30, 2010 1:47 AM

    Do i want to create a new Package for the LOV?Yes create BC4J component structure like xx.oracle.apps.xx.xx.lov.server and xx.oracle.apps.xx.xx.lov.webui.
    For creating a LOV.
    1. Create a item of Type MessageLovInputBean.
    2. Create a LOV VO
    3. Create a table Region inside it
    4. Create LOV Mapping
    Follow exercise : Search in below link to see how to create LOV.
    JDEV_INSTALL_DIR/jdevdoc/WebHelp/fwkdevguide.htm
    So many question in single thread :)
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Create a LOV without touching the FMB

    Hi,
    i am currently working under Oracle Ebusiness Suite 11.5.10 and we want to change the behavior of a form without changing the form file ".fmb".
    So the only choices left are using custom.pll or the forms personalization.
    But in both ways i did not succeed my task.
    my task :
    we have a field with no lov and we want to add a lov to this field. The lov would have a few columns and a custom SQL.
    By forms personalization i succeeded to create a record group but i can't create a lov.
    any idea ?
    Thanks
    Dan

    Wrong forum.
    Ask this question on the E-Busines Suite forum ;-)
    Francois

  • How to create depedent lov using groovy functionality

    Hi,
    My requirement is need to create dependent LOV on form like, when ever user selects merchant_number, remaining merchant details should default, till now i am doing with valuechange listener. now i wanted to do on vo itself using groovy functionality. i have created merchant VO which is returning 4 values, merchant_number,name,phone,address. i have created view criteria with a bind variable.
    In my main vo i have created LOV for merchant_number. added the merchant vo as view accessor and set the bind variable value as merchant number. and with the merchant_name i am trying to setting as XxwfsMerchantDetailsLOV1.getMerchantName(). i am getting error like
    Exception in thread "AWT-EventQueue-0" oracle.jbo.JboException: JBO-29000: Unexpected exception caught: groovy.lang.MissingMethodException, msg=No signature of method: oracle.jbo.server.ViewRowSetImpl.getMerchantName() is applicable for argument types: () values: []

    hi,
    for creating LOV i don't have any issue, problem with defaulting the remaining fields. i am getting error like
    Exception in thread "AWT-EventQueue-0" oracle.jbo.JboException: JBO-29000: Unexpected exception caught: groovy.lang.MissingMethodException, msg=No signature of method: oracle.jbo.server.ViewRowSetImpl.getAttribute() is applicable for argument types: (java.lang.String) values: [MerchantName]
    at oracle.jbo.ExprEval.internalEvaluateGroovyScript(ExprEval.java:833)
    at oracle.jbo.ExprEval.doEvaluate(ExprEval.java:868)
    at oracle.jbo.ExprEval.evaluateForRow(ExprEval.java:762)
    at oracle.jbo.server.AttributeDefImpl.evaluateTransientExpression(AttributeDefImpl.java:2029)
    at oracle.jbo.server.ViewRowStorage.initDefaultExpressionAttributes(ViewRowStorage.java:930)
    at oracle.jbo.server.ViewRowStorage.create(ViewRowStorage.java:1154)
    at oracle.jbo.server.ViewRowImpl.create(ViewRowImpl.java:428)
    at oracle.jbo.server.ViewRowImpl.callCreate(ViewRowImpl.java:445)
    at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:4915)
    at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1843)
    at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:2368)
    at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:2409)
    at oracle.jbo.server.ViewRowSetImpl.createAndInitRow(ViewRowSetImpl.java:2374)
    at oracle.jbo.server.ViewObjectImpl.createAndInitRow(ViewObjectImpl.java:9684)
    at oracle.jbo.jbotester.NavigationBar.doInsertAction(NavigationBar.java:136)
    at oracle.jbo.jbotester.NavigationBar.doAction(NavigationBar.java:109)
    at oracle.jbo.uicli.controls.JUNavigationBar$NavButton.actionPerformed(JUNavigationBar.java:117)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
    at java.awt.Component.processMouseEvent(Component.java:6263)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6028)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2475)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)

  • Creating a LOV based in a Web Service

    Hey guys...
    I need to create a Lov based in a Web Service Result, but in always getting the same error:
    LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query.
    Queries that I'm trying:
    Original Query:
    select extractValue(value(t),'/*/imgLocation','xmlns="http://oracle.ovs.api/types/"') "imgLocation"
    , extractValue(value(t),'/*/imgName','xmlns="http://oracle.ovs.api/types/"') "imgName"
    from wwv_flow_collections c,
    table(xmlsequence(extract(xmltype.createxml(c.clob001),'//getAllTemplateResourcesResponseElement/result','xmlns="http://oracle.ovs.api/types/"'))) t
    where c.collection_name = 'P1_GETALLTEMPLATERESOURCES2_RESULTS'
    Other Query that I tried:
    select imgLocation, imgName from (
    select extractValue(value(t),'/*/imgLocation','xmlns="http://oracle.ovs.api/types/"') "imgLocation"
    , extractValue(value(t),'/*/imgName','xmlns="http://oracle.ovs.api/types/"') "imgName"
    from wwv_flow_collections c,
    table(xmlsequence(extract(xmltype.createxml(c.clob001),'//getAllTemplateResourcesResponseElement/result','xmlns="http://oracle.ovs.api/types/"'))) t
    where c.collection_name = 'P1_GETALLTEMPLATERESOURCES2_RESULTS')
    And I tried creating a view, but I dont know where I have to put this.. Maybe in another process?
    create view as
    select imgLocation, imgName from (
    select extractValue(value(t),'/*/imgLocation','xmlns="http://oracle.ovs.api/types/"') "imgLocation"
    , extractValue(value(t),'/*/imgName','xmlns="http://oracle.ovs.api/types/"') "imgName"
    from wwv_flow_collections c,
    table(xmlsequence(extract(xmltype.createxml(c.clob001),'//getAllTemplateResourcesResponseElement/result','xmlns="http://oracle.ovs.api/types/"'))) t
    where c.collection_name = 'P1_GETALLTEMPLATERESOURCES2_RESULTS')
    Thanks

    Fox,
    I'd start by adding column aliases D and R to the query and see if that helps.
    Greg

  • How do I create linked LOVs in a JSP

    We are attempting to create a list of values (LOV) for a group of categories on a jsp page. We would like the LOV to be populated with the category names. Next to the category LOV we would like to have a link “get subcategories” that when clicked would return to the same jsp page, set the value of the LOV to the category selected, and populate a second LOV with sub-category names for the selected category.
    We have created an sql-only View Object (VO) for the categories and linked it to an sql-only VO for the subcategories (in a master-detail relationship) and added the VOs to an app module. We have tested the link between the two VOs with successful results.
    We would like to know how to create a linked pair of LOVs on a jsp page. Any help on this matter would be greatly appreciated.

    Les,
    If I understand correctly, you can do this fairly simply.
    First create datasources:
    <jbo:DataSource name="dsCategories" ...
    <jbo:DataSource name="dsSubCategories" ...
    <% // add a where clause to SubCategories based on the parameter "CategoryNumber"
    String categoryNumber = params.getParameter("CategoryNumber");
    // Make sure to default to something if the parameter is null or you'll get an error
    if (categoryNumber == null)
    categoryNumber = "1";
    dsSubCategories.getRowSet().setWhereClauseParam(0, categoryNumber);
    // execute the query on dsSubCategories to ensure that the where clause reflects on this page
    dsSubCategories.getRowSet().executeQuery();
    Create a form with your drop down lists.
    1. I would create a <form> that posts to the same page.
    2. Add a <jbo:FormEvent> tag with a custom event name like "getSubcategories".
    3. Create a LOV that isn't connected to the database:
    <jbo:InputSelect multiple="false" displaydatasource="dsCategories" displaydataitem="CategoryName" displayvaluedataitem="CategoryNumber" ></jbo:InputSelect>
    4. Create a second LOV that also isn't connected to a datasource. It would look like this:
    <jbo:InputSelect multiple="false" displaydatasource="dsSubCategories" displaydataitem="SubCategoryName" displayvaluedataitem="SubCategoryNumber" ></jbo:InputSelect>
    5. Add a submit button
    That should work. Some things to note:
    1. This probably won't track your previously selected options. I don't know if you can do that with this interface.
    2. I'd add some javascript to postback when a new list item is selected.
    Based on these points I would code the select list by hand like this:
    <select name="CategoryNumber" size="1" onchange="this.form.submit()">
    <% String curCatNumber="";
    String CatNumber = params.getParameter("CategoryNumber");
    if (CatNumber == null)
    CatNumber = "1";
    <jbo:RowsetIterate datasource="dsCategories" >
    <jbo:Row id="rowCategory" datasource="dsCategories" action="active" >
    <% curCatNumber = ((oracle.jbo.domain.Number)rowCategory.getAttribute("Category")).toString();%>
    <option value="<%=curParlimentId%>"
    <% if (CatNumber.equals(curCatNumber)) { %>selected<% } %>>
    <jbo:ShowValue datasource="dsCategories" dataitem="CategoryName" ></jbo:ShowValue>
    </option>
    </jbo:Row>
    </jbo:RowsetIterate>
    </select>
    The second would be similar.
    Hope this answered your question!
    ~Rob Lundeen

  • How to find LOV Query in Oracle Web Form

    Hi All,
    I am currently use oracle ebs R12.1.2 and i just want to know the query which is attached in lov for Oracle web pages kindly help.
    Regards

    Hi,
    There is a bug in OAF for this one, upon clicking on About this page on the newly opened LOV page it still shows the Parent Page Details.
    Workaround:
    1. After the LOV window opens, click on about this page [This will still show the parent page properties]
    2. Now click on backspace. [You should be back to the same LOV Page]
    3. Now click on About this page, again, - This should show you the correct details.
    Hope that helps!!!
    Regards,
    Yuvaraj

  • How to create a LOV where it is constrained by another field

    I'm trying to figure out how to get a LOV to be limited by the value in a column
    A complete hypothetical example (the actual app is quite different):
    I have 2 tables
    clientInfo, with fields fname, lname, age, city, zipcode
    In another table named cityZip I have zip & city
    So I create a report on a table form
    select fname, lname, age, city, zipcode from clientInfo
    This generates a nice table form, one entry for each client.... but I want the user to go down the selectList which represents the city column and select the city for each record in the table.
    So I created a Select List (query based LOV),
    I tried
    select DISTINCT (code|| ' ' || city) d, zip_KEY r
    from cityZip where cityZip.zip = :zipcode
    The problem appears that the use of zipcode in the LOV query does not contain the value of the current record's zipcode so it doesn't work! Does anyone have any idea's how this might be done?

    Good morning,
    The problem is that the data in your report is not contained in APEX items within your page. Try looking at the Form & Report combination and put your select list in the form. When you click "Edit" on a line, that data populates the form. You then have the information you need to limit the query for your LOV.
    Good luck,
    Don.
    You can reward this reply by marking it as either Helpful or Correct :)

  • Error at Creat asinstance When installing oracle forms 11g on linux

    Hello all experts!!!,
    i am installing oracle weblogic forms 11g on linux platform and i am getting error at Create as instance step.
    components selected :--
    forms ,reports,form builder report builder enterprise manager
    OS Platform :-- Oracle Enterprise Linux 5.3 and also same error on Fedora Core 13
    i have also Oracle Database 11g R2 installed on same machine.
    the log says :---
    [2010-09-13T12:55:38.831+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 55] [ecid: 0000Ig9xHTOFw000jzwkno1CZRTb00000i,0] [[
    oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:678)
    at oracle.as.config.impl.RuntimeServiceConnection.deployIfNecessary(RuntimeServiceConnection.java:192)
    at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:92)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:215)
    at oracle.as.install.classic.ca.standard.StandaloneTool.execute(StandaloneTool.java:50)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed.
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:95)
    at oracle.as.config.utl.Deployer.deploy(Deployer.java:52)
    at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:219)
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:670)
    ... 21 more
    Caused by: java.lang.reflect.InvocationTargetException
    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:597)
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:93)
    ... 24 more
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.Deployer.run(Deployer.java:72)
    ... 29 more
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:541)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    ... 29 more
    [2010-09-13T12:55:38.838+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 55] [ecid: 0000Ig9xHTOFw000jzwkno1CZRTb00000i,0] Exit code from OPMNAdmin : 0
    [2010-09-13T12:55:38.844+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 55] [ecid: 0000Ig9xHTOFw000jzwkno1CZRTb00000i,0] [[
    oracle.as.provisioning.engine.CfgWorkflowException
    at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:525)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:441)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.install.classic.ca.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:215)
    at oracle.as.install.classic.ca.standard.StandaloneTool.execute(StandaloneTool.java:50)
    at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
    at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance asinst_1.
    Cause:
    An internal operation has failed: Unable to validate NonJ2EEManagement Application deployment on admin server.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
    ... 17 more
    Caused by: oracle.as.config.ProvisionException: Unable to validate NonJ2EEManagement Application deployment on admin server.
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:678)
    at oracle.as.config.impl.RuntimeServiceConnection.deployIfNecessary(RuntimeServiceConnection.java:192)
    at oracle.as.config.impl.OracleASInstanceImpl.create(OracleASInstanceImpl.java:92)
    at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:249)
    ... 18 more
    Caused by: oracle.as.config.utl.DeployerException: NonJ2EEManagement Applicationdeployment failed.
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:95)
    at oracle.as.config.utl.Deployer.deploy(Deployer.java:52)
    at oracle.as.config.impl.RuntimeServiceConnection.deployNonj2eeApplication(RuntimeServiceConnection.java:219)
    at oracle.as.config.impl.RuntimeServiceConnection.validateNonj2eeApplication(RuntimeServiceConnection.java:670)
    ... 21 more
    Caused by: java.lang.reflect.InvocationTargetException
    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:597)
    at oracle.as.config.utl.Deployer.deployApplication(Deployer.java:93)
    ... 24 more
    Caused by: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.Deployer.run(Deployer.java:72)
    ... 29 more
    Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Task 0 failed: [Deployer:149026]deploy application NonJ2EEManagement [Version=11.1.1] on AdminServer.
    Target state: deploy failed on Server AdminServer
    java.lang.NoSuchMethodError: getDeploymentOperation
    at weblogic.deploy.api.tools.deployer.Jsr88Operation.report(Jsr88Operation.java:541)
    at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:140)
    at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    at weblogic.utils.compiler.Tool.run(Tool.java:158)
    at weblogic.utils.compiler.Tool.run(Tool.java:115)
    at weblogic.Deployer.run(Deployer.java:70)
    ... 29 more
    weblogic server installation is perfect no errors at all.
    i also got the errors i got during installation ( im_emagent.mk and while running command gcc) . but thanks to OTN Forums i had managed to find out a fix. but on this error only solution i got is
    TRY WINDOWS . but what about linux then? is there any solution on this error?
    i am not much used to front-end ( java i mean). i am Oracle DBA Actually n want to install n try Weblogic
    Kindly Help...

    You can just copy the relevant parts (the ones marked with error). You can also look at the timing
    when it happened the reports environment did not start.
    From what i remember this could be a memory issue, standard every managed server (WLS_FORMS and WLS_REPORTS) instance
    is configured with 1024m bytes of memory.
    What we did is first install a forms instance and after that a reports instance. After the forms installation we adjusted the
    memory parameters in setWLSEnv (<middleware-home>/user_projects/domains/<domain-name>/bin). Look in this file
    for references to WLS_FORMS (something similar to: if [ "${SERVER_NAME}" = "WLS_FORMS" ] ; then).
    Another thing which springs to my mind is, which products did you select. If you just want Forms and Reports
    you can select just the following:
    - Oracle Forms
    - Oracle Reports
    - Developer Tools aan.
    - Management Components
    - Oracle HTTP Server
    and deselect the other options:
    - Oracle Portal
    - Oracle Discoverer
    - Oracle WebCache
    - Clustered (if you are not using clustering)
    We also had to fix the following files (i do not think that you have to do this since your Forms did not show any problems):
    - (On Windows) Copy the file msvcr71.dll (FMW/windows/extra) to WINDOWS/system32.
    - Copy the file mod_wl_ohs.so (FMW/<operating-system>/extra) to <middleware-home>/as_1/ohs/modules.

  • How to create an lov with command link

    hi all
    i want to create an lov such that each of the values in the list have a command link. when i click on a particular value, that value should be removed from the lov list and displayed on my page.
    like for example, i want to send a mail to many ppl at the same time. from my address book, i click on the name of the person i want to send the mail and that name is added to my "Send To" list.
    Can anyone help me do this? i'm using jdev10g adf.
    thanks.
    preeti

    Hi,
    you should use the shuttle control in ADF Faces for this
    Frank

  • Create a LOV for parameters in development tools

    Hi,
    I found a way to create a LOV for a parameter using PL/SQL developer.
    The code is as followed:
    select * from account_hier t
    where t.level_a LIKE &<name="Level A"
    hint="Level A"
    type="string"
    default="%"
    ifempty="%"
    list="select distinct level_a,level_a from account_hier"
    description="yes"
    >
    and t.level_b LIKE &<name="Level B"
    hint="Level B"
    type="string"
    default="%"
    ifempty="%"
    list="select distinct level_b,level_b from account_hier where level_a = :level_a"
    description="yes"
    >
    It works beautifully but my question is whether something like this can be applied using TOAD (I'm using 9.7.2).
    How can I define a LOV for the parameters in the parameters window?
    Thanks
    Tamir

    Tamir-L wrote:
    Hi,
    How are we supposed to know a) what your code is actually doing and
    When running this code in PL/SQL developer when the parameters will popup for population you'll see that there is a list of values for the parameters.I (and many others of us) don't have PL/SQL developer. It's a 3rd party tool, not part of Oracle. Therefore we can't run the code to see what it does.
    b) how to achieve that on some other 3rd party tool?
    That's exactly my question, How can (if at all) I do the same with TOAD ?Based on your description, I'm not sure if TOAD supports such things. It sounds like something specific to PL/SQL developer.
    LOV's are not something in SQL or PL/SQL, so your question does not make sense.If you'll create similer code than you'll understand that LOV can be defined in PL/SQL developer tool in the SQL editor.Only if we have PL/SQL developer. Which we don't.
    To make it easier try to run the following code:
    select 'Example' from dual
    where 'field11' LIKE &<name="LOV A"
    hint="Choose a value for field1"
    type="string"
    default="field11"
    ifempty="field11"
    list="select distinct 'field11','field11' from dual union all select distinct 'field12','field12' from dual"
    description="yes"
    *>*
    *;*I can't.
    To clarify my question once more:
    If a sql is running under TOAD and that code have parameters the parameters window will pop once the code is executed.
    I would like to know whether I can define a LOV for the parameters.I've never come across this in TOAD.

Maybe you are looking for

  • Connecting to shared machines (either via Share Screen or file sharing)

    I have a MobileMe account and four computers in separate locations which I regularly need to connect between. Some are on static IP's and others are on dynamic IP's. So all of them have file sharing enabled as well as screen sharing enabled. They're

  • Need help with Internet Based Management

    I work at a small university that just deployed SCCM 2012 R2 recently.  We are currently using it on our intranet in HTTP mode.  We would like to setup internet based management so that we can start managing and deploying software update to laptops t

  • Migrate Flex Chart to AS

    Hi, I've put together a simple test app that pulls data from blazeds and inserts the results in a PieChart defined in mxml. However when I try to create the same chart in AS the chart doesn't show up. I suspect that it is perhaps related to the seque

  • Upgrading from CS3 to CS5 and changing PC

    I have CS3 Web premium running on Windows XP machine. I want to migrate to CS5 but also to migrate the desktop to Windows 7. Will I have to first re-install CS3 on the re-built machine and then upgrade to CS5 or is it just a case of deactivating CS3,

  • How to Enter Customer GRN NO. after receive from customer

    Dear All, After Sales Material  to Customer, GR No. is generated at customer end & accepted quantity.I have to collect this no. from custmer & enter in our order or delivery . Where i have to enter this no. & quantity . I required this for reporting