Process command API, update the value of the attribute FDF

I use oe_order_pub.process_order to create a return order and as part of the logic that I need to fill attribute FDF, I see that value is updated in their respective fields once return order is created by API, when question and check the backend, I see the value of the attribute in the field. But when I check since before its is not visible in the field.

Once I have change the value of the attribute of front end is visible, my question is why is not visible after API has created the return order.

Attribute is a Date field and we have defined it for use the FND_DATE4 value in the configuration of the FDF, we in R12.

Appreciate your help on this.

Thank you!

Edited by: User910243567 Sep 26, 2011 08:54

Hello

You update OE_ORDER_HEADERS_ALL. field of CONTEXT in your script to update the attributes? If you did not update that or somehow that's getting updated with null, then you won't be able to see the attributes of the front. Let me know.

Tags: Oracle Applications

Similar Questions

  • Impossible to update the attributes using the modifyuser IDXML

    Hello

    I'm updating the attributes by using change user IDXML.

    Here are the values that I'm passing to the web service:

    GAtt OAMModify.GenericAttribute = new OAMModify.GenericAttribute ();

    gAtt.AttrName = 'Description ';
    String [] gattvalue = new string [1];
    gattvalue [0] = 'TEST ';
    gAtt.AttrNewValue = gattvalue;
    gAtt.AttrOperation = "REPLACE_ALL;
    attr. GenericAttribute = new OAMModify.GenericAttribute [] {gAtt};

    If I try to update to attribute Title everything works fine, but if I try to change the Description or any custom attribute, I get the following error.

    Invalid name for the attribute Description

    I have been unable to isolate the problem with the description attribute, any help, why it is happening?

    Thank you

    Riou

    Hey riri,.

    You do this in the application identity system, tab of Configuration of User Manager Console and select "Tabs" in the left menu.

    Kind regards
    Colin

  • Y at - there any API in EBS for updating the attributes columns on lines IN... ?

    Hi all

    I'm looking for some API which will help me to update the columns attribute on the lines of PO. I searched in metalink also but I have not found any idea for that.
    Help, please.



    Thank you
    Ravi Raj.

    API in general do not update or manipulate ATTRIBUTE columns from these customer data defined in the store. You will need to update these columns directly.

    year https://forums.Oracle.com/forums/Search.jspa?threadID=&q=attribute+and+API+and+Update&objid=C3&DateRange=Last & userID = & numResults = 15 & rankBy = 10001

    HTH
    Srini

  • EO can update the attributes

    Hello

    I am facing a strange problem in a production environment. One of my OS is updated to an incorrect value and it affecting the value null. The business logic must update the field 'A' and it does, but it updates the field 'B' on a null value too. I have already increased the newspaper on the weblogic (- Djbo.debugoutput = console - Djbo.logging.show.function = true - Djbo.logging.show.timing = true) to check the SQL command and the command just SQL update the field to the right ('A').

    Other information:

    • The B field is 'required', so null is not activated and no Houston exception was thrown before the doDML method.
    • This only in production. Acceptance or development this situation is not arrive with the same data and database (dump).
    • My first suspicion was that certain triggers (before the update) was running on Oracle and update this field to null, but there is no trigger in doing so.
    • If I try to run the SQL directly on Oracle, it works very well.
    • The B field is of type char (1 byte) to the database and in the SQL command on the console the UPDATE is B's RETURN in a variable. I did not understand why this has happened but an other EO which has the same attribute (char (1 byte)) did the same thing when it has been updated.

    I'm under options, any help would be appreciated.

    WebLogic journal:

    [210511] (0) OracleSQLBuilderImpl.bindWhereAttrValue (2218) where binding param 1:130593

    [210512] (4) OracleSQLBuilderImpl.doEntityDML (322) OracleSQLBuilder execution, lock DML 2 on: TABLE (driver)

    [210513] (0) OracleSQLBuilderImpl.buildUpdateStatement (1786) UPDATE buf Reporteoperadora > #u SQLStmtBufLen: 255, real = 125

    [210514] (1) table OracleSQLBuilderImpl.doEntityDML (408) START UPDATE TABLE SET A =: 1 WHERE PK =: 2 INTO VOTING B: 3; END;

    [210515] (0) OracleSQLBuilderImpl.bindUpdateStatement (2106) update binding param 1:5109570

    [210516] (1) OracleSQLBuilderImpl.bindWhereAttrValue (2218) where link param 2:130593

    [210517] (18) OracleSQLBuilderImpl.doEntityDML (540) OracleSQLBuilderImpl.doEntityDML failed...

    [210518] (1) OracleSQLBuilderImpl.doEntityDML (541) X / Open SQL State is: 72000

    [210519] (1) Diagnostic.printStackTrace (410) java.sql.SQLException: ORA-01407: cannot update ('USER'. "TABLE '." ("' B ') with the NULL value

    Thanks in advance,

    Alexandre Rocco

    I discovered what the problem was... The version of the Oracle production database has been changed and that causes a problem with the command "BACK IN" in the update.

    All fields with char (1 byte) has been installed with "Refresh after" update and insert in the OT, create this command in update. Remove this option fixes the problem. By default, this field is created with this configuration on Jdeveloper.

  • Personalized program for updating the GL FDF journal each time magazines are imported

    Hi guru,.

    I have a requirement I need to build a custom program to update the FDF Journal Journal lines. This program will be executed whenever newspapers subledger is imported to GL.

    OPM, AP, AR, Inv & OM will be that review sources for those WHAT FDF journal line must be updated.

    Well want to someone could give me the best way to do.

    Thank you and best regards,
    Genoo

    Hi Geno,

    You can see the following one of our users of large clear forum article

    http://www.oraclebusinessapps.com/?cat=164

    I hope this helps.

    Thank you
    Anil

  • How update the attribute of the user of IOM in tasks

    Hi all

    I need to initialize an attribute for all users of the IOM. I created a task where I use the following code:

    ...

    UserLogin string = "";

    < String > retAttrs value = new HashSet < String > ();

    retAttrs.add (AttributeName.USER_KEY.getId ());

    retAttrs.add (AttributeName.USER_LOGIN.getId ());

    retAttrs.add (AttributeName.PASSWORD.getId ());

    ...

    UserMap HashMap < String, String > = new HashMap < String, String > ();

    UserManager usermgr = Platform.getService (UserManager.class);

    User < user > list;

    try {}

    SearchCriteria criteria;

    criteria = new SearchCriteria (AttributeName.USER_LOGIN.getId (), "*", SearchCriteria.Operator.EQUAL);

    users = usermgr.search (criteria, retAttrs, null);

    for (user: user) {}

    System.out.printf ("username: % s\nStatus: % s\nPassword: %s\n\n", userLogin, userStatus, plainTextPassword);

    user.setAttribute ("ClearPassword", plainTextPassword);

    usermgr. Modify (User);

    }

    } catch (UserSearchException e) {}

    e.printStackTrace ();

    } catch (ValidationFailedException e) {}

    e.printStackTrace ();

    } catch (UserModifyException e) {}

    e.printStackTrace ();

    } catch (NoSuchUserException e) {}

    e.printStackTrace ();

    }

    ...

    "This 'update' method does not work for me and I see the error:

    < 22 January 2015 13:09:07 THIS > < error > < oracle.iam.identity.usermgmt.impl > < BEA-000000 > < usr_key is an attribute of the system and cannot be set through the API. >

    oracle.iam.identity.exception.ValidationFailedException: IAM - 3056148:usr_key is an attribute of the system and cannot be set through API.:usr_key

    at oracle.iam.identity.usermgmt.impl.UserManagerImpl.modify(UserManagerImpl.java:624)

    ...

    "

    Please, can you tell me what is the problem?

    Thank you very much!

    Milan

    You must add a few lines in your code and change some

    List of users;

    try {}

    SearchCriteria criteria;

    criteria = new SearchCriteria (AttributeName.USER_LOGIN.getId (), "*", SearchCriteria.Operator.EQUAL);

    users = usermgr.search (criteria, retAttrs, null);

    for (user: user) {}

    System.out.printf ("username: % s\nStatus: % s\nPassword: %s\n\n", userLogin, userStatus, plainTextPassword);

                               User newUser = new User (user.getEntityId ());

                      

    newUser.setAttribute ("ClearPassword", plainTextPassword);

                              usermgr. Modify (newUser);

    }

  • What api to update the additional attributes of the employee

    Hi all

    I created all of my employees using hr_employee_api.create_employee, now I need to update in bulk the additional attributes for each employee (e.g. attribut1, attribut2... etc). What api should I use to do.

    Thanks and greetings

    Zulfiqar haider

    Hello
    I think you can use HR_PERSON_API. UPDATE_US_PERSON to update the attribute columns. Please check in your test before proceeding
    You can use it for your final update in bulk. Hope this helps you.

    Thank you
    Satin

  • Updating the group information in the OID

    Hello
    I want to update the group information in the OID. There are tasks on behalf of dn and group of the container to date i.e. ContainerDN updated to put day and GroupName.
    What should I do to update my other attributes.

    Thank you

    There is an existing adapter to update the attributes of OID group.
    You can reach "OID change group, or role ' with your task of process and your task will be made.

    Hope this helps,
    Sagar

  • Use the attribute as a set of data and analysis of these data

    Hello world
    I present below a challenge (a little) with the use of attributes in XQuery. Consider the following XML document:

    < showroom >
    < car id = "1" >
    < name > Clio < / name >
    < family > Renault < / family >
    < / car >
    ...
    < id car = "n" >
    < name > Q5 < / name >
    Audi > family < < / family >
    < / car >
    < / showroom >

    Each customer of the showroom is identified by a unique Id (for example, 1,2,3,...). Then, I want to add some data to my XML document that must represent, for each car, all of the IDs of all the customers who have rented this car.
    The desired XML document might look like this:

    < showroom >
    < car id = "1" >
    < name > Clio < / name >
    < family > Renault < / family >
    + * < history > * +.
    + * < client id = "2" / > * +.
    + * < client id = "23" / > * +.
    + * < / history > * +.
    < / car >
    ...
    < id car = "n" >
    < name > Q5 < / name >
    Audi > family < < / family >
    + * < history > * +.
    + * < client id = "56" / > * +.
    + * < / history > * +.
    < / car >
    < / showroom >

    However, using elements to represent the historic location, size of the document will increase considerably.
    As I only use IDs of the IEN, y at - it a way to represent historical data using only the attributes? +.
    In the following document, id of the IEN are represented, as a whole, through the +@history+attribute:
    < showroom >
    < car id = '1' history = '2.23' >
    < name > Clio < / name >
    < family > Renault < / family >
    < / car >
    ...
    < id car = history of "n" = "56" >
    < name > Q5 < / name >
    Audi > family < < / family >
    < / car >
    < / showroom >

    However, y at - there no way to check if a given id = 'x' car was rented by a customer Id = 'y'? +.
    Does anyone know how to represent historical data (sequence of identity of customers), using only the attributes and how to search for a given id of customer as explained above?
    Please suggest. I appreciate your help.

    OK, I thought that you already have a document that stores the relationship between customers and cars.

    Here is an example that will insert or update the attribute of history:

    let $carId := 3
    let $clientId := 56
    return
     copy $doc := fn:doc("c:\dev\xml\showroom.xml")
     modify (
      for $i in $doc/showroom/car
      where $i/@id = $carId
      return if (exists($i/@history))
              then replace value of node $i/@history with concat($i/@history,",",$clientId)
              else insert node attribute history {$clientId} into $i
     )
     return $doc
    

    However, if we are reasoning in terms of standardization, it is better to have these relationships stored as separate elements, be it in the showroom or another XML document. Then you could simply perform a join or use a nested FLWOR expression to retrieve historical data.

    To check if the attribute contains a given customer id:

    let $carId := "3"
    let $clientId := "56"
    let $doc := fn:doc("c:\dev\xml\showroom.xml")
    return fn:exists(fn:tokenize($doc/showroom/car[@id=$carId]/@history, ",")[.=$clientId])
    

    She will return a Boolean value.

    Published by: odie_63 on March 8, 2012 20:19

  • Update on target LDAP trigger attribute

    I expanded the eDirectory 9.0.4.2 connector to add several additional attributes to the user.

    I can successfully the provisions deal with these additional attributes when creating initial user, however, when I update the attribute in the form, the change is not in fact filled with eDirectory.

    On the form or the definition process is there a way to trigger the connector to make these changes when the form is changed and saved?

    Any help would be greatly appreciated.

    Thank you

    -Derek

    Create a task called "Attribute_Label update". This task triggers when the attribute is updated and then you can put the logic to write the update on the LDAP server in this task.

    Best regards
    / Martin

  • Help update the values to modify files on Excel sheet

    I have an excel sheet containing a list of values that need to be updated daily. Cells that have values are related to certain cells in a separate file. The problem is that the file that gets my excel sheet is constantly updated values of as well as the file name. I want to create a macro that will be able to grab the values from the new file and update the spreadsheet I have. I tried to create a macro when you type the name of the file you want to the linked cells to, and she copy that and replace a formula that is already defined, so I'll be able to get new values. I'll show you an example below.

    Front of Macro

    Enter the name of the file: 12345

    (Part 1): = 'S:\MATERIALS\RAW matiere\ [135.xlsx] PURCHASE! $D $11

    During the Macro

    Enter the name of the file: 12345

    (Part 1): = 'S:\MATERIALS\RAW matiere\ [12345.xlsx] PURCHASE! $D $11

    (replaced the file name 135 with 12345)

    When I did that it worked, but my problem is that whenever I entered a new file name so that it is updated (for example 987), the cell would just update with the file I recorded the macro with (12345).

    If someone has a code VBA or other suggestions, I would really appreciate it! If you need me to explain more about this, feel free to let me know. Thank you

    The command of VBA macro to set the formula in a cell is:
    Range ("a6"). Formula = "= 1 + 1.

    This would create cell A6 of the formula "1 + 1 =", and the cell afficheraient a 2 it.
    Here is a full function VBA, you can use and customize.  Simply paste in your VBA Editor to use.  You can see the string which is the formula is to break with the prompting text in the middle.

    Void macroFunctionName()
    As Variant Dim promptText
    promptText = InputBox ("What number to the file name?", "Type number please")

    Range ("a6"). Formula = "='S:\MATERIALS\RAW matiere\ ["promptText & ".xlsx] PURCHASE '! $$D 11 "
    End Sub

  • API to update the registration number in the VAT for provider/Supplier site

    Hello

    Is there a public API available to update the number of VAT registration for provider or on the website of the provider? I tried the API below with the provider and it did not work.

    DECLARE

    p_api_version NUMBER;

    p_init_msg_list VARCHAR2 (200);

    p_commit VARCHAR2 (200);

    p_validation_level NUMBER;

    x_return_status VARCHAR2 (200);

    x_msg_count NUMBER;

    x_msg_data VARCHAR2 (200);

    lr_vendor_rec apps.ap_vendor_pub_pkg.r_vendor_rec_type;

    lr_existing_vendor_rec ap_suppliers % ROWTYPE;

    l_msg VARCHAR2 (200);

    p_vendor_id NUMBER;

    BEGIN

    -Initialize session apps

    -fnd_global.apps_initialize (1234, 50833, 200);

    -mo_global.init ('SQLAP');

    -fnd_client_info.set_org_context (101);

    -Assign values of base

    p_api_version: = 1.0;

    p_init_msg_list: = fnd_api.g_true;

    p_commit: = fnd_api.g_true;

    p_validation_level: = fnd_api.g_valid_level_full;

    p_vendor_id: = 588011;

    -seller details

    -Disable the seller

    lr_vendor_rec.vendor_id: = 588011;

    lr_vendor_rec.tax_reference: = '123XXX222 ';

    lr_vendor_rec.vat_registration_num: = '123XXX222 ';

    -lr_vendor_rec.end_date_active: = SYSDATE;

    -lr_vendor_rec.enabled_flag: = 'n';

    ap_vendor_pub_pkg.update_vendor (p_api_version = > p_api_version,)

    p_init_msg_list = > p_init_msg_list,

    p_commit = > p_commit,

    p_validation_level = > p_validation_level,

    x_return_status = > x_return_status,

    x_msg_count = > x_msg_count,

    x_msg_data = > x_msg_data,

    p_vendor_rec = > lr_vendor_rec,

    p_vendor_id = > p_vendor_id);

    commit;

    Dbms_output.put_line ('X_RETURN_STATUS =' | x_return_status);

    Dbms_output.put_line ('X_MSG_COUNT =' | x_msg_count);

    Dbms_output.put_line ('X_MSG_DATA =' | x_msg_data);

    IF (x_return_status <>fnd_api.g_ret_sts_success) THEN

    BECAUSE me in 1... fnd_msg_pub.count_msg LOOP

    l_msg: = fnd_msg_pub.get (p_msg_index = > i,)

    p_encoded = > fnd_api.g_false);

    Dbms_output.put_line ('the API call failed with error' | l_msg);

    END LOOP;

    ON THE OTHER

    Dbms_output.put_line ('the API call ended with SUCESSS status');

    END IF;

    END;

    Could you please let me know if there I no API to update the same?

    Kind regards

    BS.

    Who did not even after initialization of applications.

    Could you please suggest is there anything else I need to do? or is there an other API to update the VAT number of the supplier?

    Kind regards

    BS.

  • Oracle apex 5.0: not update the values in the Collection.

    Hello again,

    I have a problem in IR where content comes from the collection query.

    Now the question is when I update the value of the column in the report and click on the custom button, that it will update the value of collection and insert the updated values of the collection member in another table that works well according to my condition, but when I will apply to any word in the search bar (say books in order not to update the values of books) and tries to update the value as a result of research above requirement does not work I mean the collection is not updated. Apex. Oracle.com

    testdump/developer/Office

    All of the Suggestions!

    Thank you

    Pranav.

    Pranav.Shah wrote:

    I have a problem in IR where content comes from the collection query.

    Now the question is when I update the value of the column in the report and click on the custom button, that it will update the value of collection and insert the updated values of the collection member in another table that works well according to my condition, but when I will apply to any word in the search bar (say books in order not to update the values of books) and tries to update the value as a result of research above requirement does not work I mean the collection is not updated. Apex. Oracle.com

    testdump/developer/Office

    The "coll update" process fails with a ORA-01403: no data found error. This happens in line 11 because of the access attempt to the wwv_flow.g_f01 using the variable array subscript c who has been incremented beyond the size of the table, which is now smaller because of the IR filter applied.

    begin declare
      c pls_integer := 0;
    begin
    for c1 in (
      select seq_id,c001 from apex_collections
      where collection_name = 'MATRIX2'
      ) loop
    c:=c+1;
    apex_debug.message(c);
      apex_collection.update_member_attribute (p_collection_name=> 'MATRIX2',
      p_seq=> c1.seq_id,p_attr_number =>'2',p_attr_value=>wwv_flow.g_f01(c));
    
    end loop;
    end;
    end;
    

    I agree with fondant tabular forms on interactive reports, but you can meet your requirement as follows. In your application, see page 2.

    1 Add a column of form element hidden IR containing the sequence number of collection:

    select
        c001 col1
      , apex_item.text(2, c002) col2
      , apex_item.hidden(1, seq_id) seq
    from
        apex_collections
    where
        collection_name = 'MATRIX2'
    

    2 place the question of the hidden form in the report using the COL1 Expression HTML attribute:

    #COL1##SEQ#
    

    3. change submit to the process if it is driven by the subject table, not the existing collection:

    begin
    
      for i in 1..apex_application.g_f01.count
      loop
        apex_collection.update_member_attribute(
            p_collection_name=> 'MATRIX2'
          , p_seq=> apex_application.g_f01(i)
          , p_attr_number => '2'
          , p_attr_value=> apex_application.g_f02(i));
      end loop;
    
    end;
    
  • Change the User Manager api for the update

    Hi all

    I'm trying to change some attributes using the UserManager change call.

    I get the exception below-

    Caused by: oracle.iam.platform.kernel.ValidationFailedException: this attribute is not supported for the change of the bulk operation.

    at oracle.iam.identity.usermgmt.impl.handlers.modify.ModifyUserValidationHandler.validate(ModifyUserValidationHandler.java:192)

    at oracle.iam.platform.kernel.impl.OrchProcessData.validate(OrchProcessData.java:246)

    at oracle.iam.platform.kernel.impl.OrchProcessData.runValidationEvents(OrchProcessData.java:190)

    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.validate(OrchestrationEngineImpl.java:728)

    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.process(OrchestrationEngineImpl.java:579)

    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:492)

    at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:409)

    to s

    I am able to change using the same api string or text attributes, I get the above error only when I add an attribute of date format.

    HM.put (CommonConstants.EMPLOYEESTATUS, "T");

    HM.put (CommonConstants.EMPSTATUSDESC, CommonConstants.TERMINATED);

    HM.put (CommonConstants.TERMINATIONDATE, new Date ((new java.util.Date () .getTime ()));

    Employee status and type PEM desc are attributes of text and they have updated if I comment the termdate entry in the hash table.

    Pls let me know.

    Note: I checked to find and use in bulk for all the attributes that I spend in the hash table.

    Thanks in advance.

    ~ THE VSN

    Thank you J_IDM.

    I just followed the same same approach before, but the real problem was after I did the editable attribute, there is actually an update of the User.xml.

    Where the question.

    I took mds export and manually updated.

    ~ THE VSN

  • ERROR [ScenarioManager] could not update the /AbandonedOrders/AbandonedOrders.sdl process

    In my development environment, when I run the production server, I get the following error in the server.log. I use ATG 10.1. Please help solve this problem.


    FYI

    runAssembler-Run-in-place - server atg_production_lockserver F:\jboss-5.1.0.GA\server\atg_production_lockserver\deploy\store.ear m randon.store.ui randon.store.core DafEar.Admin DCS B2BCommerce


    Here are the logs

    00:20:03, 231 ERROR [ScenarioManager] could not update the /AbandonedOrders/AbandonedOrders.sdl process

    atg.process.definition.ElementTypeNotFoundException: name of the unknown action 'the updated value.

    at atg.process.definition.PDLParser.parseAction(PDLParser.java:2332)

    at atg.process.definition.PDLParser.parseBranchElement(PDLParser.java:865)

    at atg.process.definition.PDLParser.parseSegment(PDLParser.java:769)

    at atg.process.definition.PDLParser.parseProcess(PDLParser.java:681)

    at atg.process.definition.PDLParser.parse(PDLParser.java:498)

    at atg.process.ProcessManagerService.getProcessFromByteArray(ProcessManagerService.java:8846)

    at atg.process.ProcessManagerService.getProcessFromProcessInfoItem(ProcessManagerService.java:8806)

    at atg.process.ProcessManagerService.updateProcessIndividual(ProcessManagerService.java:7508)

    at atg.process.ProcessManagerService.updateAllProcessesIndividual(ProcessManagerService.java:8495)

    at atg.process.ProcessManagerService.initializeProcesses(ProcessManagerService.java:7319)

    at atg.process.ProcessManagerService.startMessageSource(ProcessManagerService.java:14548)

    at atg.dms.patchbay.ElementManager.startMessageSource(ElementManager.java:904)

    at atg.dms.patchbay.PatchBayManager.startMessageSources(PatchBayManager.java:1997)

    at atg.dms.patchbay.PatchBayManager.doStartService(PatchBayManager.java:656)

    at atg.nucleus.GenericService.startService(GenericService.java:556)

    at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1511)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1244)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.Nucleus.resolveName(Nucleus.java:2617)

    at atg.nucleus.GenericService.resolveName(GenericService.java:375)

    at atg.nucleus.GenericService.resolveName(GenericService.java:427)

    to atg.nucleus.Nucleus. < init > (Nucleus.java:995)

    to atg.nucleus.Nucleus. < init > (Nucleus.java:765)

    to atg.nucleus.Nucleus. < init > (Nucleus.java:746)

    at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4259)

    at atg.nucleus.servlet.NucleusServlet.initBigEarNucleus(NucleusServlet.java:1290)

    at atg.nucleus.servlet.NucleusServlet.init(NucleusServlet.java:464)

    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)

    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950)

    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4122)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4421)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    to $Proxy38.start (Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    to org.jboss.Main$ 1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:722)

    00:20:03, 275 ERROR [ScenarioManager]

    atg.process.ProcessException: not all processes was updated successfully; check the errorlog for more information

    at atg.process.ProcessManagerService.updateAllProcessesIndividual(ProcessManagerService.java:8576)

    at atg.process.ProcessManagerService.initializeProcesses(ProcessManagerService.java:7319)

    at atg.process.ProcessManagerService.startMessageSource(ProcessManagerService.java:14548)

    at atg.dms.patchbay.ElementManager.startMessageSource(ElementManager.java:904)

    at atg.dms.patchbay.PatchBayManager.startMessageSources(PatchBayManager.java:1997)

    at atg.dms.patchbay.PatchBayManager.doStartService(PatchBayManager.java:656)

    at atg.nucleus.GenericService.startService(GenericService.java:556)

    at atg.nucleus.NucleusNameResolver.startService(NucleusNameResolver.java:1511)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1244)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:1158)

    at atg.nucleus.ConfigurationRefArray.getValue(ConfigurationRefArray.java:168)

    at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:401)

    at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240)

    at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263)

    at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297)

    at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:785)

    at atg.nucleus.SingleNucleusConfigurator.configureService(SingleNucleusConfigurator.java:84)

    at atg.nucleus.NucleusNameResolver.configureService(NucleusNameResolver.java:1442)

    at atg.nucleus.NucleusNameResolver.configureAndStartService(NucleusNameResolver.java:1230)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:855)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:614)

    at atg.nucleus.NucleusNameResolver.createFromName(NucleusNameResolver.java:595)

    at atg.nucleus.NucleusNameResolver.resolveName(NucleusNameResolver.java:440)

    at atg.nucleus.Nucleus.resolveName(Nucleus.java:2617)

    at atg.nucleus.GenericService.resolveName(GenericService.java:375)

    at atg.nucleus.GenericService.resolveName(GenericService.java:427)

    to atg.nucleus.Nucleus. < init > (Nucleus.java:995)

    to atg.nucleus.Nucleus. < init > (Nucleus.java:765)

    to atg.nucleus.Nucleus. < init > (Nucleus.java:746)

    at atg.nucleus.Nucleus.startNucleusCheckLicense(Nucleus.java:4259)

    at atg.nucleus.servlet.NucleusServlet.initBigEarNucleus(NucleusServlet.java:1290)

    at atg.nucleus.servlet.NucleusServlet.init(NucleusServlet.java:464)

    at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)

    at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950)

    at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4122)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4421)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)

    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)

    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)

    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)

    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)

    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)

    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)

    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)

    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)

    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)

    to $Proxy38.start (Unknown Source)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)

    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)

    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)

    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)

    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)

    at org.jboss.system.ServiceController.start(ServiceController.java:460)

    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)

    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)

    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)

    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)

    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)

    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)

    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)

    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)

    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)

    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)

    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)

    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)

    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)

    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)

    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)

    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)

    at org.jboss.Main.boot(Main.java:221)

    to org.jboss.Main$ 1.run(Main.java:556)

    at java.lang.Thread.run(Thread.java:722)

    00:20:03, 452 WARN [ServerLockManager] no backup server is configured to lock Admin-PC/172.20.10.7:9012 server becomes the primary server

    00:20:03, 457/atg/dynamo/service/ServerLockManager Service listening INFO [ServerLockManager] http://Admin-PC:9012 /

    00:20:03, 926 INFO [PipelineRegistry] from the registry Pipeline.

    00:20:04, 137 full repository INFO [SitemapRepository] SQL boot

    00:20:04, 420 service field of the INFO [DatasetDomain] started

    00:20:04, 466 model INFO [ChartTemplateScheduler] MAS Scheduler started

    00:20:04, 523 WARN [ScheduledOrderService] could not obtain a global lock

    00:20:04, INFO [CatalogChangesListener] 720 resolution refers to/atg/commerce/catalog/custom/CatalogChangesListener

    00:20:06, 133 INFO [STDOUT]

    Kernel running, start the app server continues

    00:20:06, deploy the 143 INFO [TomcatDeployment], ctxPath = /.

    00:20:06, 255 ATG INFO [/] starting on JBoss Web/2.1.3.GA

    00:20:06, 318 INFO [Http11Protocol] starting Coyote HTTP/1.1 on http - 0.0.0.0 - 8080

    00:20:06, 348 INFO [AjpProtocol] starting Coyote AJP/1.3 on ajp - 0.0.0.0 - 8009

    00:20:06, 356, INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag = JBoss_5_1_0_GA date = 200905221053)] started in 57 seconds: 76ms

    00:20:06, ERROR [ScenarioManager] error running action fillSlot[ids=[/repositories/Images/en_US/promo-signup-agg.html],slot=nucleus:/atg/registry/Slots/QFHomePageSlot 895] on the process instance 12000001; ignore the error and continue

    atg.process.ProcessException: no component found in the path/atg/registry/Slots/QFHomePageSlot

    at atg.process.expression.NucleusPropertyExpression.getValue(NucleusPropertyExpression.java:147)

    at atg.process.action.ActionImpl.getParameterValue(ActionImpl.java:323)

    at atg.scenario.action.SlotAction.getSlot(SlotAction.java:128)

    at atg.scenario.action.FillSlot.executeAction(FillSlot.java:146)

    at atg.process.action.ActionImpl.execute(ActionImpl.java:419)

    at atg.process.ProcessManagerService.executeAction(ProcessManagerService.java:13987)

    at atg.process.ProcessManagerService.takeIndividualTransition(ProcessManagerService.java:13394)

    at atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:12092)

    at atg.process.ProcessManagerService.receiveIndividualEventMessage(ProcessManagerService.java:11559)

    at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11369)

    at atg.process.ProcessManagerService.receiveMessage(ProcessManagerService.java:11327)

    at atg.dms.patchbay.ElementManager.deliverMessage(ElementManager.java:316)

    at atg.dms.patchbay.InputPort.onMessage(InputPort.java:190)

    at atg.dms.patchbay.InputDestination.onMessage(InputDestination.java:397)

    at atg.dms.local.MessageConsumerImpl.deliverMessage(MessageConsumerImpl.java:296)

    at atg.dms.local.TopicImpl.deliverToRecipients(TopicImpl.java:113)

    at atg.dms.local.DestinationImpl.deliverMessage(DestinationImpl.java:260)

    at atg.dms.local.TopicPublisherImpl.publish(TopicPublisherImpl.java:163)

    at atg.dms.patchbay.OutputDestination.sendMessage(OutputDestination.java:203)

    at atg.dms.patchbay.OutputPort.sendMessage(OutputPort.java:162)

    at atg.dms.patchbay.ElementManager.sendMessage(ElementManager.java:385)

    at atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:231)

    at atg.nucleus.dms.DASMessageSource.fireObjectMessage(DASMessageSource.java:194)

    at atg.userprofiling.dms.DPSMessageSource.fireStartSessionMessage(DPSMessageSource.java:861)

    at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.java:404)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServlet.java:230)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet.java:460)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPipelineServlet.java:302)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAuthenticationPipelineServlet.java:392)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinderServlet.java:113)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:234)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:191)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineServlet.java:370)

    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)

    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1224)

    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:910)

    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)

    at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:349)

    at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:208)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)

    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)

    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)

    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)

    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)

    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)

    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)

    at org.apache.coyote.http11.Http11Protocol$ Http11ConnectionHandler.process (Http11Protocol.java:598)

    to org.apache.tomcat.util.net.JIoEndpoint$ Worker.run (JIoEndpoint.java:447)

    at java.lang.Thread.run(Thread.java:722)

    Did you intend to use the AbandonedOrders module? If this is not the case, remove the build. Once you have done this, remove all lines of the dss_scenario_info in the heart, with which follows as entries in the column SCENARIO_NAME

    /AbandonedOrders/AbandonedOrders.SDL

    /AbandonedOrders/TransientOrderRecorder.SDL

    * edit * I just noticed your race in place modules: randon.store.ui randon.store.core. Do any of them have domain controllers. AbandonedOrderServices contained in the ATG-required their files Manifest.MF or require other modules that require domain controllers. AbandonedOrderServices?

    Kind regards

    Joe

Maybe you are looking for