Problem faced while configuring the domain configuration in WLS 10.0

Hi all, I am trying to set up a Weblogic server 10.0 web application development environment in which we use persistence store, jms server, jms system module, subdeployments and jms system resources. when i configure everything and activate the changes, i get weird exception. but, i could not figure out why it happens. this is the exception
weblogic.store.io.jdbc.JDBCStoreException: [Store:280064]Expected empty table. (server="AdminServer" store="limJMSPersistentStore" table="limJMSWLStore")
     at weblogic.store.io.jdbc.JDBCStoreIO.initializeEmptyTable(JDBCStoreIO.java:656)
     at weblogic.store.io.jdbc.JDBCStoreIO.open(JDBCStoreIO.java:375)
     at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:327)
     at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:318)
It says weblogic.management.DeploymentException: The persistent store "limJMSPersistentStore" does not exist. but it is configured in the domain when i see in console. After that all the resources to jms system module also throws the below exception
weblogic.application.ModuleException: ERROR: Could not activate limJMSSystemModule!limLidbResponseQueue
reason is weblogic.messaging.kernel.KernelException: The Messaging Kernel limJMSServer has not yet been opened. I also have another problem with resource bundle properties file. weblogic server could not find the properties file. it throws MissingresourceException for all the properties file. i have placed the properties file inside DOMAIN_HOME/app_classes folder

Hi all,
The deployment failure of the "limJMSPersistenceStore" - jdbc store was the root cause. I use "limjms" prefix for this persistence store.It was not able to persist because of the data present in the "limJMSWLStore" table in the db schema. when i deleted all the rows and committed. then, restarted the server. Everything worked just fine :). Thanks!

Similar Messages

  • Error while configuring the domain "Configure JDBC Component Schema"

    Hi Everyone,
    I have installed SOA Suite 11g on my Win 7 machine 64bit OS and while trying to configure the domain for the WebLogic Server. I fallowed the wizard and everything went well till the JDBC Component Schema window. Here I am able to pass through
    1. BAM Schema- Failed
    2. SOA Infrastructure-Failed
    3. User Messaging Service-Passed
    4. OWSM MDS Schema-Passed
    5. SOA MDS Schema-Passed
    and here is the error that i am facing...
    Component Schema=BAM Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_ORABAM
    Password=*******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='BAM' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=DEV_SOAINFRA
    Password=*******
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    I googled the error and tried to check whether the Schema_version_registry has any rows are not and initially i don't have any and then I have created table named "Schema_version_registry" and then inserted the values accordingly..
    CREATE TABLE schema_version_registry(owner VARCHAR2(30), mr_type VARCHAR2(10), version VARCHAR2(50));
    INSERT INTO schema_version_registry(owner, mr_type, version) VALUES ('DEV_SOAINFRA','MDS','11.1.1.2.0');
    similarly i did for the DEV_ORABAM but there is no use...........
    I am struck at this position can any please help me out........... please..
    Thanks in advance
    Sorry Guys.. I understood my mistake and change the "mr-type" accordingly... it is successful now..
    Thanks if anyone tried to answer it.......
    Edited by: user10763276 on Oct 10, 2010 5:11 PM

    Hi can anyone please help me ...all the jdbc component schema is failing for me while creating domain.
    please find the log.
    Component Schema=SOA Infrastructure
    Driver=oracle.jdbc.xa.client.OracleXADataSource
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=User Messaging Service
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=OWSM MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where
                        owner=(select user from dual) and mr_type='MDS' and
                        version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    Component Schema=SOA MDS Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@localhost:1521/XE
    User=sys as sysdba
    Password=*********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.5.0'
    CFGFWK-60850: Test Failed!
    CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.
    "

  • Problem Faced While Using The Expdp Utility in Oracle 10g

    We are getting the following error while exporting the tables of a schema.
    ORA-39127: unexpected error from call to export_string :=DMSYS.DBMS_DM_MODEL_EXP
    .instance_info_exp('DM$P_MODEL_EXPIMP_TEMP','YEARLID',1,1,'10.01.00.03.00',newbl
    ock)
    ORA-06503: PL/SQL: Function returned without value
    ORA-06512: at "DMSYS.DBMS_DM_MODEL_EXP", line 1061
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_METADATA", line 4995
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while ca
    lling DBMS_METADATA.FETCH_XML_CLOB [TABLE:"YEARLID"."CONTACTS_PGRANT_NOV22"]ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22
    275
    The table CONTACTS_PGRANT_NOV22 has got a column of type CLOB. We are exporting in the metadata only mode. Interestingly when we are exporting only this table individually, we are not getting any problem. Please suggest at the earliest.

    Hi,
    I need to take full export of the database with out data and for all schemas. Can you tell is below syntax correct or not:
    expdp system directory=DATA_PUMP dumpfile=FullDB1_Jan25_08.dmp job_name=test3 logfile=FullDB1_Jan25_08_EXPDP.log CONTENT=METADATA_ONLY full=y
    if I use above syntax I am not seeing all schema names in log file during expdp as we see in exp option.
    Please let me know correct syntax.

  • Rep-0756 problem facing while opening the report in 10g

    Hi,
    I am facing problem while opening RDF in oracle 10g.
    I follow the next steps.
    1. Open the RDF in 10g.
    2. Open the PLL in report builder and compile that PLL and save in same path where report located.
    3. reattach the library with RDF.
    4. Close the RDF
    5. Reopen the RDF and facing the error.
    6. REP-0756- unable to open attached............
    7. I set the report_path in Registry also where PLL exists
    Please give me the solution for this problem
    Waiting for quick reply.
    ashok

    Thank you fs,
    I am also facing the similar issue in reports 10g, I am keeping the .pll file in my local machine say c:\me\reports\xyz.pll. When I am opening this pll, I am getting the error REP-0756 though the path 'c:\me\reports\' is added to the REPORTS_PATH. Your suggestion resolved the issue.
    Many thanks,
    Lokesh.

  • Problem facing while cumulating the key fig

    Hi to all,Arun & gopi
    The report excecute for current month.
    Forecast values have month starting day to ending date.
    Actual values have month starting date to the present day(system date).
    According to client requirement in layout, i have to show shipmentforecast(day) and shipmenforecast(cumulate) from month starting date to ending date and shipmentactual(day) and shipmentactual(Cumulate) from month starting day to present day(system date).
    shipmentforecast(day) and shipmentactual(day) comes from cube, based on that i created shipmentforecast(cumulate) and shipmentactual(cumulate) using new selection and in properties i selected cumaulte, apply to the result, cumulate along rows.
    while cumulating, shipmentactual(cumulate) is showing corect cumulate values from month staring day to present day(system day), after present day it showing last cumulate value ( present day value) by default to remaining days.
    Even i am restricted the Actual(cumulate) with a customer exit variable( month starting date to system date ), still it showing last cumulate valye to remaing cells ( after present day to end of the month)
    i should not get this.
    In rows i taken 0calday.
    in columns i taken Key figs which are
    1) shipmentforecast(day)
    2) shipmentactual(day)
    3) shpmentforecast(cumulate)
    4) shipmentactual(cumulate)
    5) gap(cumulative) is calculated as ( NODIM ( 'Actual(Day)' ) <> 0 ) * 'Actual(Day)' - 'Foreseen(Day)' and properties i checked the cumulate.
    in filters i taken as Ocalyear/month which is restricted for current month.
    i mean total reprot has to display for  current month  days.
    and forecast(day) and forecast(cumulate) values has to display for whole month.
    actual(day) and actual(cumulate) values has to display for form starting of the month to the current day(system date)
    Please give me help.
    with regards
    m.rajnikanth reddy

    Hi to all,Arun & gopi
    The report excecute for current month.
    Forecast values have month starting day to ending date.
    Actual values have month starting date to the present day(system date).
    According to client requirement in layout, i have to show shipmentforecast(day) and shipmenforecast(cumulate) from month starting date to ending date and shipmentactual(day) and shipmentactual(Cumulate) from month starting day to present day(system date).
    shipmentforecast(day) and shipmentactual(day) comes from cube, based on that i created shipmentforecast(cumulate) and shipmentactual(cumulate) using new selection and in properties i selected cumaulte, apply to the result, cumulate along rows.
    while cumulating, shipmentactual(cumulate) is showing corect cumulate values from month staring day to present day(system day), after present day it showing last cumulate value ( present day value) by default to remaining days.
    Even i am restricted the Actual(cumulate) with a customer exit variable( month starting date to system date ), still it showing last cumulate valye to remaing cells ( after present day to end of the month)
    i should not get this extra values.
    In rows i taken 0calday.
    in columns i taken Key figs which are
    1) shipmentforecast(day)
    2) shipmentactual(day)
    3) shpmentforecast(cumulate)
    4) shipmentactual(cumulate)
    5) gap(cumulative) is calculated as ( NODIM ( 'Actual(Day)' ) <> 0 ) * 'Actual(Day)' - 'Foreseen(Day)' and properties i checked the cumulate.
    in filters i taken as Ocalyear/month which is restricted for current month.
    i mean total reprot has to display for  current month  days.
    and forecast(day) and forecast(cumulate) values has to display for whole month.
    actual(day) and actual(cumulate) values has to display for form starting of the month to the current day(system date)
    Please give me help.
    with regards
    m.rajnikanth reddy

  • Problem faced while opening the Manage tab of DSO

    Hi All,
    I am trying to open the manage tab of the DSO to activate the request to load the data, But it is throwing the ABAP error when ever I am trying to open the manage tab.
      The error message is some thing like this "     Short text of error message:                                                                  |
    Scheduler
    Long text of error message:
    Technical information about the message:
    Message class....... "RSM1"
    Number.............. 000
    Variable 1.......... " "
    Variable 2.......... " "
    |    Variable 3.......... " "   
    any help on this will be very help ful.
    Thnaks,
    vinay

    Hi
    Step1
    Go to tcode SE16 and query the RSODSACTREQ table to find all records where the DATAPAKID > 0 for the DSO you're trying to manage and delete all of those records. This should leave records that have a value in the DATAPAKID = 0.
    Step2
    Query the RSODSACTREQ table again, after the deletion, to find all of the records where DATAPAKID = 0. Change the value of DATAPAKID to 2 for all of these records.
    After completing these two steps, you should be able to manage the DSO.
    Santosh

  • Problem facing while Enabling the disabled component in the client side.

    I have a input text component as below
    <h:inputText id="city" disabled="true" rendered="true" styleClass="DisabledField" id="city" maxlength="21" value="#{addressbean.city}" />
    Initially this component is rendered as disabled. When user changes a value in the DropDown next to it, i invoke a javascript where i enable the abv text field.
    function onCountryChange(city){
    city.disabled = false;
    city.className = "TextBlackNormal";
    Now user types a value in the city text field and Submits the form.
    In the action method of the managed bean, i found #{addressbean.city} is always empty. ( i am not able to retain this value in next page )
    Can anyone explain why it is happening? could you please help me how to resolve this ?
    Thanks
    -vijay

    You need to enable it at the server side as well.
    So, either use Java/JSF instead of Javascript (if necessary with some ajax flavor for better user experience) or let Javascript pass a hidden input parameter and let the 'disabled' attribute rely on it.

  • How can I list all the domains configured for Weblogic Servers?

    How can I list all the domains configured for Weblogic Servers?
    I saw a note, which says the following:
    "WebLogic Server does not support multi-domain interaction using either the Administration Console, the weblogic.Admin utility, or WebLogic Ant tasks. This restriction does not, however, explicitly preclude a user written Java application from accessing multiple domains simultaneously."
    In my case, I just want to list all the domains, is that possible by using any scripts?
    Thanks
    AJ

    If you use WLS Node Manager and the Config Wizard was used to create the domains, then the list of domains should be in a location like this:
    <MIDDLEWARE_HOME>\wlserver_10.3\common\nodemanager\nodemanager.domains
    Enterprise Manager Grid Control also has support for multi-domain management of WLS in a console.

  • A serious problem occurred while installing the iPlanet Messaging Server Init Config

    Hi I have this error while working with iMS5.x and iAS6.5. As long as iMS is the only product installed, nothing is the problem. If I try installing iMS after iAS installed, it points an error. I dont know whats the reason. The following is the message that I got:
    <b>
    A serious problem occurred while installing the iPlanet Messaging Server Init Co
    nfig. It reported the following problem:
    The application command "jre -cp "/train/iplanet/server5/bin/msg/imta/classes/im
    taconfig.jar" com.iplanet.msg.imta.config.InitConfig -d iplanet1.com -r iplanet1
    .com -h shivaram.sun.com -c /train/iplanet/server5/msg-shivaram-2/imta/config" c
    ould not be run.
    Press any key to continue.
    ON PRESSING ANY KEY, I GET...
    Due to a serious problem the iPlanet Messaging Server installer is unable to con
    tinue. Please examine the log file "/train/iplanet/server5/setup/msg/iplanet-ms
    g-install.log" for more information.
    Press any key to continue.
    </b>
    The content of "/train/iplanet/server5/setup/msg/iplanet-msg-install.log" file is:
    <b>
    Installer log started.
    GMT: 20020426225748Z
    NOTICE: Creating Common Product Configuration.
    NOTICE: Running Directory Setup.
    MESSAGE: running command
    /train/iplanet/server5/install/perl /train/iplanet/server5/bin/msg/install/bin/ims_dssetup.pl -i yes -c /train/iplanet/server5 -d slapd-shivaram -r "o=internet" -u "o=isp" -s yes -S /train/iplanet/server5/bin/msg/install/bin/config
    cmdpath: none
    runpath: none
    NOTICE: Creating Messaging Product Information in LDAP.
    NOTICE: Creating Messaging users/groups information in LDAP.
    NOTICE: Creating Messaging file links.
    NOTICE: Running PostInstall Product After Hook.
    MESSAGE: running command
    perl prod-post-aft-hook.pl /train/iplanet/server5
    cmdpath: /train/iplanet/server5/install
    runpath: /train/iplanet/server5/bin/msg/install/bin
    NOTICE: Creating Instance Name.
    NOTICE: Creating Messaging Common Instance Files.
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/configutil /train/iplanet/server5/msg-shivaram-2/configutil
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/counterutil /train/iplanet/server5/msg-shivaram-2/counterutil
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/expire /train/iplanet/server5/msg-shivaram-2/expire
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/getconf /train/iplanet/server5/msg-shivaram-2/getconf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/refresh /train/iplanet/server5/msg-shivaram-2/refresh
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/setconf /train/iplanet/server5/msg-shivaram-2/setconf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/start-msg /train/iplanet/server5/msg-shivaram-2/start-msg
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/stop-msg /train/iplanet/server5/msg-shivaram-2/stop-msg
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/start-ens /train/iplanet/server5/msg-shivaram-2/start-ens
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/stop-ens /train/iplanet/server5/msg-shivaram-2/stop-ens
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/README.txt /train/iplanet/server5/msg-shivaram-2/README.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imsimta /train/iplanet/server5/msg-shivaram-2/imsimta
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/ChannelDefaults.opt /train/iplanet/server5/msg-shivaram-2/imta/config/ChannelDefaults.opt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/big5.txt /train/iplanet/server5/msg-shivaram-2/imta/config/big5.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/cns11643.txt /train/iplanet/server5/msg-shivaram-2/imta/config/cns11643.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/gb2312.txt /train/iplanet/server5/msg-shivaram-2/imta/config/gb2312.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/jis0208.txt /train/iplanet/server5/msg-shivaram-2/imta/config/jis0208.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/jis0212.txt /train/iplanet/server5/msg-shivaram-2/imta/config/jis0212.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/ksx1001.txt /train/iplanet/server5/msg-shivaram-2/imta/config/ksx1001.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charnames.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charnames.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charsets.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charsets.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charsets_ps.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charsets_ps.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/charsubs.txt /train/iplanet/server5/msg-shivaram-2/imta/config/charsubs.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/countries.txt /train/iplanet/server5/msg-shivaram-2/imta/config/countries.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dirsync.opt /train/iplanet/server5/msg-shivaram-2/imta/config/dirsync.opt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dispatcher.cnf /train/iplanet/server5/msg-shivaram-2/imta/config/dispatcher.cnf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dl_auth.map /train/iplanet/server5/msg-shivaram-2/imta/config/dl_auth.map
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/dns_canonical.rules /train/iplanet/server5/msg-shivaram-2/imta/config/dns_canonical.rules
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/imta_tailor /train/iplanet/server5/msg-shivaram-2/imta/config/imta_tailor
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/internet.rules /train/iplanet/server5/msg-shivaram-2/imta/config/internet.rules
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/job_controller.cnf /train/iplanet/server5/msg-shivaram-2/imta/config/job_controller.cnf
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/languages.txt /train/iplanet/server5/msg-shivaram-2/imta/config/languages.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/magic.dat /train/iplanet/server5/msg-shivaram-2/imta/config/magic.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/maximum.dat /train/iplanet/server5/msg-shivaram-2/imta/config/maximum.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/maximum_charset.dat /train/iplanet/server5/msg-shivaram-2/imta/config/maximum_charset.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/maximum_command.dat /train/iplanet/server5/msg-shivaram-2/imta/config/maximum_command.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/name_content.dat /train/iplanet/server5/msg-shivaram-2/imta/config/name_content.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/option_charset.dat /train/iplanet/server5/msg-shivaram-2/imta/config/option_charset.dat
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_bounced.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_bounced.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_deferred.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_deferred.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_delayed.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_delayed.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_delivered.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_delivered.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_failed.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_failed.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_forwarded.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_forwarded.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_header.opt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_header.opt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_prefix.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_prefix.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_suffix.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_suffix.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/config/locale/C/LC_MESSAGES/return_timedout.txt /train/iplanet/server5/msg-shivaram-2/imta/config/locale/C/LC_MESSAGES/return_timedout.txt
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/bin/sendmail /train/iplanet/server5/msg-shivaram-2/imta/bin/sendmail
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/bin/cshrc /train/iplanet/server5/msg-shivaram-2/imta/bin/cshrc
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/imta/bin/kshrc /train/iplanet/server5/msg-shivaram-2/imta/bin/kshrc
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/attach_fs.html /train/iplanet/server5/msg-shivaram-2/html/attach_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/collect_fs.html /train/iplanet/server5/msg-shivaram-2/html/collect_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/comp_fs.html /train/iplanet/server5/msg-shivaram-2/html/comp_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fldr_fs.html /train/iplanet/server5/msg-shivaram-2/html/fldr_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/frame.html /train/iplanet/server5/msg-shivaram-2/html/frame.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ldap_fs.html /train/iplanet/server5/msg-shivaram-2/html/ldap_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/mbox_fs.html /train/iplanet/server5/msg-shivaram-2/html/mbox_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/msg_fs.html /train/iplanet/server5/msg-shivaram-2/html/msg_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/opts_fs.html /train/iplanet/server5/msg-shivaram-2/html/opts_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/receipt_fs.html /train/iplanet/server5/msg-shivaram-2/html/receipt_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/compRecipient.js /train/iplanet/server5/msg-shivaram-2/html/compRecipient.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/editPabEntry.js /train/iplanet/server5/msg-shivaram-2/html/editPabEntry.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/form.js /train/iplanet/server5/msg-shivaram-2/html/form.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/editPabGroup.js /train/iplanet/server5/msg-shivaram-2/html/editPabGroup.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/lookup.js /train/iplanet/server5/msg-shivaram-2/html/lookup.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/main.js /train/iplanet/server5/msg-shivaram-2/html/main.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/pab.js /train/iplanet/server5/msg-shivaram-2/html/pab.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/util.js /train/iplanet/server5/msg-shivaram-2/html/util.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/default.html /train/iplanet/server5/msg-shivaram-2/html/en/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/mail.html /train/iplanet/server5/msg-shivaram-2/html/en/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/en/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/help2.htm /train/iplanet/server5/msg-shivaram-2/html/en/help2.htm
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/ix.htm /train/iplanet/server5/msg-shivaram-2/html/en/ix.htm
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/topics.htm /train/iplanet/server5/msg-shivaram-2/html/en/topics.htm
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/i18n.js /train/iplanet/server5/msg-shivaram-2/html/en/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/en/iplanet.jpg /train/iplanet/server5/msg-shivaram-2/html/en/iplanet.jpg
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/default.html /train/iplanet/server5/msg-shivaram-2/html/ja/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/mail.html /train/iplanet/server5/msg-shivaram-2/html/ja/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/ja/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ja/i18n.js /train/iplanet/server5/msg-shivaram-2/html/ja/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/default.html /train/iplanet/server5/msg-shivaram-2/html/ko/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/mail.html /train/iplanet/server5/msg-shivaram-2/html/ko/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/ko/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/ko/i18n.js /train/iplanet/server5/msg-shivaram-2/html/ko/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/default.html /train/iplanet/server5/msg-shivaram-2/html/de/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/mail.html /train/iplanet/server5/msg-shivaram-2/html/de/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/de/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/de/i18n.js /train/iplanet/server5/msg-shivaram-2/html/de/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/default.html /train/iplanet/server5/msg-shivaram-2/html/fr/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/mail.html /train/iplanet/server5/msg-shivaram-2/html/fr/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/fr/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/fr/i18n.js /train/iplanet/server5/msg-shivaram-2/html/fr/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/default.html /train/iplanet/server5/msg-shivaram-2/html/es/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/mail.html /train/iplanet/server5/msg-shivaram-2/html/es/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/es/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/es/i18n.js /train/iplanet/server5/msg-shivaram-2/html/es/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/default.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/editPabGroup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/lookup_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/lookup_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/mail.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/mail.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/pab_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-CN/pab_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-CN/i18n.js /train/iplanet/server5/msg-shivaram-2/html/zh-CN/i18n.js
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/compRecipient_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/compRecipient_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/default.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/default.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/editPabEntry_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/editPabEntry_fs.html
    cmdpath: none
    runpath: none
    MESSAGE: running command
    cp /train/iplanet/server5/bin/msg/install/templates/msg-inst/msg/html/zh-TW/editPabGroup_fs.html /train/iplanet/server5/msg-shivaram-2/html/zh-TW/editPabGroup_fs.html
    cmdpath: none

    You are probably installing on a hardened machine.
    The "installation guide" says that if you are doing so, you need to create a file named libx11.so.4 and update your LD_LIBRARY_PATH (see http://docs.iplanet.com/docs/manuals/messaging/ims52/ig/unix/overview.htm)but:
    1- the library name is libX11.so.4 and
    2- for jre a common file is not enough, you need to install SUNWxwplt at least. This will install the library on /usr/openwin/lib.
    You can check the results running <server-root>/bin/base/jre/bin/jre
    Hope that helps and sorry about my poor english.

  • Too large java heap error while starting the domain.Help me please..

    I am using weblogic 10.2,after creating the domain, while starting the domain,I am getting this error.Can anyone help me.Please treat this as urgent request..
    <Oct 10, 2009 4:09:24 PM> <Info> <NodeManager> <Server output log file is "/nfs/appl/XXXXX/weblogic/XXXXX_admin/servers/XXXXX_admin_server/logs/XXXXX_admin_server.out">
    [ERROR] Too large java heap setting.
    Try to reduce the Java heap size using -Xmx:<size> (e.g. "-Xmx128m").
    You can also try to free low memory by disabling
    compressed references, -XXcompressedRefs=false.
    Could not create the Java virtual machine.
    <Oct 10, 2009 4:09:25 PM> <Debug> <NodeManager> <Waiting for the process to die: 29643>
    <Oct 10, 2009 4:09:25 PM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <Oct 10, 2009 4:09:25 PM> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

    Thanks Kevin.
    Let me try that.
    Already more than 8 domains were successfully created and running fine.Now the newly created domain have this problem.I need 1GB for my domain.Is there any way to do this?

  • Error Message downloading CS5: A problem occurred while extracting the archive..

    After dowloading the CS5 Design Premium, I get an error messagin stating "A problem occurred while extracting the archive. Please try downloading the Adobe CS5 Design Premium again." I repeated this process multiple times to no avail. I am trying to download the CS5 design premium on my new laptop, but don't have the software cds to do this. Thus, I can only download the software but after i download the two files required, that error message appears. (I already have my serial number).

    Hi nickgtr,
    Please try disabling your Antivirus as sometimes it detects the files as virus and removes them while downloading. You can also try downloading after performing Selective Startup.
    Please let us know if it helps.
    Regards,
    Abhijit

  • Can't create a new illustration. Problems occurred while saving the print file.

    I can't open a new Illustrator file. It sends me this error: Can't create a new illustration. Problems occurred while saving the print file. ID:-1
    I opened a previous document created in CC, but it will not allow me to copy and paste items from one doc to another.
    I have rebooted with no avail.
    System:
    Adobe Creative Cloud CC
    Mac Book Pro 2012
    2.6 GHz Intel Core i7
    8 GB 1600 MHz DDR3

    Is a printer connected? Is it turned ON? Is the driver up to date?
    Illustrator checks this every time and also writes information on the printer into the file.

  • Just got Mac book pro. I can't connect to office remotely thru the remote window. My office is window based and I have no problem connecting while at the office thru the server but cannot at home. Any help would be appreciated!

    Just got Mac book pro. I can't connect to office remotely thru the remote window. My office is window based and I have no problem connecting while at the office thru the server but cannot at home. Any help would be appreciated!

    This what my IT replied with:
    That teh MacBook cannot connect with RWW because it requires Active-X to connect.  That MAc browsers (Safari) do not use Active-X but only Windows (IE) uses Active-X control.
    It would seem to me that there must be a way around this. Any help?
    Thanks,

  • Error on install then... A problem occurred while loading the system update"

    Hello,
    I have a ThinkPad X40. I tried to reformat it using the recovery partition, but that failed... great system huh? Anyway, i installed Windows XP using a different CD and i tried to install the ThinkVantage System Update and got an Error 1722.
    There is a problem with this Windows Installer package. A progam run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action StartSuService.EXE, location: ...\startsuservice.exe "
    It had placed an executable entry in my start menu, so i tried to run it and got "A problem occured while loading the system update......" which seems to have been experienced by a lot of people. Looks like i'm at a dead end here as well... So far the Laptop has been fine with everything apart from lenovo software...
    Any help would be greatly appreciated,
    Joe

    hello
    hear is the link for your thinkpad software check it out 
    thinkpad software downloads
    Cheers and regards,
    • » νιנαソѕαяα∂нι ѕαмανє∂αм ™ « •
    ●๋•کáŕádhí'ک díáŕý ツ
    I am a volunteer here. I don't work for Lenovo

  • Keep App Deployments while recreating the domain in WLST offline

    What is the easiest way to keep the app deployments (that were assigned after the domain creation) while recreating the domain from the basic and extension templates in WLST offline while using the "OverWriteDomain' option?
    I can use configToScript to create a deployment script, but that involves starting the domain after creating and running the script.
    Trying to do as much as possible in the offline world.
    As part of the recreate process, I can read the domain directory to see if it exists and go through the tree to see if there are any app deployments, keep that info in memory or write to a file and after the recreate is done assign the app deployments again and write the domain.
    Looking for an easy way to export and import the AppDeployment data. Do not know if there is a JSON interface.

    I ended up doing this.
    appdeps={}
    try:
         readDomain(dom.targetDomainDir)
         cd('/AppDeployments')
         apps=ls(returnMap='true')
         for app in apps:
              appdeps[app]=ls(app,returnMap='true', returnType='a')
    except:
         pass
    try:
         closeDomain()
    except:
         pass
    deployApps(appdeps)
    def deployApps(pAppDeps):
         try:
              cd('/')
              for pAppDep in pAppDeps.keys():
                   try:
                        cd('/')
                        create(pAppDep,'AppDeployment')
                        cd('/AppDeployment/'+pAppDep)
                        for pEntry in pAppDeps[pAppDep].entrySet():
                             print 'setting key=' + pEntry.key + ',value=' + str(pEntry.value)
                             try:
                                  if pEntry.value!=None:
                                       set(pEntry.key,pEntry.value)
                             except:
                                  pass
                   except:
                        pass
         except:
              pass

Maybe you are looking for

  • How do I set an event to repeat on the first tuesday of each month?

    I am trying to set ical for a recurring event, but do not see an option.

  • Noobie aspect ratio question

    hello- i'm a total novice FCP user and i'm just trying to do a simple edit, but i'm having a weird issue with my footage. i did not capture this picture within FCP, i captured it in imovie. the format is 720 x 480 (640 x 480). i have my Video Setting

  • Iphoto never works

    I cant import any photos or videos without iphoto crashing. I have an Ipad2 and iphone4 with a brand new imac running Lion. Since I bought my imac it has always had problems with iphoto. I have removed iphoto and reinstalled a fresh copy of it via th

  • Query on Cube Property.

    Hi All, As per reporting requirement, most of the reports are daily reports and it is based on status. For each service Order they will be changing of different status.As per BW, only the finalized data can upload it into the cube. Most of reports in

  • Spry In A Table

    Hi I have a table with a Vertical Spry Menu inside of one of the cells, when the amount of text in another bordering cell is taller than the spry menu the spry menu moves down to the center of the table. I was wondering if there was a way to make my