Error starting wfsvcstart.bat in workflow 2.6.4 (ORA-01017: invalid user..)

Hi Friends,
I am getting error while starting this service in workflow 2.6.4 on Oracle 10g Database
C:\Ora10gDB\wf\admin>wfsvcstart.bat
C:\Ora10gDB\wf\admin>C:\Ora10gDB\jdk\bin\java -Djava.security.properties=C:\Ora10gDB\oc4j\j2ee\home\config\jazn.security.props -jar C:\Ora10gDB\oc4j\j2ee\home\oc4j.jar -userThreads -config C:\Ora10gDB\oc4j\j2ee\OC4J_Workflow_Component_Container\config\server.xml
10/03/16 22:11:31 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
10/03/16 22:11:31 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.initializeStateMachine() : BEGIN [default implementation]
10/03/16 22:11:31 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
10/03/16 22:11:35 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
10/03/16 22:11:38 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to get connection from data source because the following Exception occurred -> java.sql.SQLException: ORA-01017: invalid username/password; logon denied
10/03/16 22:11:38 at oracle.apps.fnd.wf.db.WorkflowContext.getNewConnection(WorkflowContext.java:332)
10/03/16 22:11:38 at oracle.apps.fnd.wf.db.WorkflowContext.getJDBCConnection(WorkflowContext.java:143)
10/03/16 22:11:38 at oracle.apps.fnd.wf.common.WorkflowContext.getJDBCConnection(WorkflowContext.java:187)
10/03/16 22:11:38 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters(SvcComponentContainer.java:579)
10/03/16 22:11:38 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.start(SvcComponentContainer.java:739)
10/03/16 22:11:38 at oracle.apps.fnd.cp.gsc.ServletSvcComponentContainer.init(ServletSvcComponentContainer.java:78)
10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2130)
10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4560)
10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4654)
10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:801)
10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:533)
10/03/16 22:11:38 at com.evermind.server.Application.getHttpApplication(Application.java:886)
10/03/16 22:11:38 at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
10/03/16 22:11:38 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:570)
10/03/16 22:11:38 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:263)
10/03/16 22:11:38 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:259)
10/03/16 22:11:38 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:160)
10/03/16 22:11:38 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2330)
10/03/16 22:11:38 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1503)
10/03/16 22:11:38 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
10/03/16 22:11:38 at java.lang.Thread.run(Thread.java:534)
10/03/16 22:11:38 OrionCMTConnection not closed, check your code!
10/03/16 22:11:38 Logical connection not closed, check your code!
10/03/16 22:11:38 (Use -Djdbc.connection.debug=true to find out where the leaked connection was created)
10/03/16 22:11:38 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
10/03/16 22:11:38 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.initializeStateMachine() : BEGIN [default implementation]
10/03/16 22:11:38 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
10/03/16 22:11:42 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
10/03/16 22:11:45 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to get connection from data source because the following Exception occurred -> java.sql.SQLException: ORA-28000: the account is locked
10/03/16 22:11:45 at oracle.apps.fnd.wf.db.WorkflowContext.getNewConnection(WorkflowContext.java:332)
10/03/16 22:11:45 at oracle.apps.fnd.wf.db.WorkflowContext.getJDBCConnection(WorkflowContext.java:143)
10/03/16 22:11:45 at oracle.apps.fnd.wf.common.WorkflowContext.getJDBCConnection(WorkflowContext.java:187)
10/03/16 22:11:45 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters(SvcComponentContainer.java:579)
10/03/16 22:11:45 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.start(SvcComponentContainer.java:739)
10/03/16 22:11:45 at oracle.apps.fnd.cp.gsc.ServletSvcComponentContainer.init(ServletSvcComponentContainer.java:78)
10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2130)
10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4560)
10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4654)
10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:801)
10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:533)
10/03/16 22:11:45 at com.evermind.server.Application.getHttpApplication(Application.java:886)
10/03/16 22:11:45 at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
10/03/16 22:11:45 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:570)
10/03/16 22:11:45 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:263)
OrionCMTConnection not closed, check your code!
10/03/16 22:11:45 Logical connection not closed, check your code!
10/03/16 22:11:45 (Use -Djdbc.connection.debug=true to find out where the leaked connection was created)
10/03/16 22:11:45 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:259)
10/03/16 22:11:45 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:160)
10/03/16 22:11:45 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2330)
10/03/16 22:11:45 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1503)
10/03/16 22:11:45 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
10/03/16 22:11:45 at java.lang.Thread.run(Thread.java:534)
10/03/16 22:11:45 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0) initialized
Regards,
DB

ORA-01017: invalid username/password; logon deniedprovide valid schema_name & password

Similar Messages

  • ERROR: ORA-01017: invalid username/password; logon denied

    Hi all
    I need your kind help.
    I have installed Oracle Audit Vault Server  Release 10.2.3.2 in Linux system and collection agent in Windows system. Adding and starting DBAUD collector went fine however  adding REDO collector return back errors when executing avorcldb add_collector command as follow
    [oracle@avsrv ~]$
    [oracle@avsrv ~]$  avorcldb add_collector -srcname orcl -agentname avagent01 -colltype REDO -av Lugaopc:1521:orcl
    collector REDO_Collector for source orcl already exists
    initializing REDO Collector
    ERROR: could not get AV source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    ERROR: ORA-01017: invalid username/password; logon denied
    [oracle@avsrv ~]$
    Here is the contents of avorcldb.log file
    09-09-13 16:58:44 [INFO ] Processing command add_collector
    09-09-13 16:58:44 [INFO ] Processing arg -srcname = orcl
    09-09-13 16:58:44 [INFO ] Processing arg -agentname = avagent01
    09-09-13 16:58:44 [INFO ] Processing arg -colltype = REDO
    09-09-13 16:58:44 [INFO ] Processing arg -av = Lugaopc:1521:orcl
    09-09-13 16:58:44 [INFO ] Connect info : Lugaopc:1521:orcl
    09-09-13 16:58:45 [INFO ] Got AV admin connection using jdbc:oracle:oci:@AVDB
    09-09-13 16:58:45 [INFO ] Executing SQL as [ADM@AV] select s.host||':'||a1.num_value||':'||a2.char_value from avsys.av$attrvalue a1, avsys.av$attrvalue a2, avsys.av$source s, avsys.av$attrdef ad1, avsys.av$attrdef ad2 where source_name = :1 and a1.inst_id = s.source_id and a2.inst_id = s.source_id and a1.attr_id = ad1.attr_id and ad1.attr_name = 'PORT' and a2.attr_id = ad2.attr_id and ad2.attr_name = 'DB_SERVICE'
    09-09-13 16:58:45 [INFO ] Using bind value orcl
    09-09-13 16:58:45 [INFO ] Return value = Lugaopc:1521:orcl
    09-09-13 16:58:45 [INFO ] Connect info : Lugaopc:1521:orcl
    09-09-13 16:58:45 [INFO ] Executing SQL as [ADM@AV] select to_char(source_id) from avsys.av$source where source_name = :1
    09-09-13 16:58:45 [INFO ] Using bind value orcl
    09-09-13 16:58:45 [INFO ] Return value = 1
    09-09-13 16:58:46 [INFO ] Got source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select decode(c.status, 1, 'active', 0, 'dropped', null) from avsys.av$collector c, avsys.av$source s where source_name = :1 and collector_name = :2 and c.source_id = s.source_id
    09-09-13 16:58:46 [INFO ] Using bind value orcl
    09-09-13 16:58:46 [INFO ] Using bind value REDO_Collector
    09-09-13 16:58:46 [INFO ] Return value = active
    09-09-13 16:58:46 [MESG ] collector REDO_Collector for source orcl already exists
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select decode(c.status, 1, 'active', 0, 'dropped', null) from avsys.av$collector c, avsys.av$source s where source_name = :1 and collector_name = :2 and c.source_id = s.source_id
    09-09-13 16:58:46 [INFO ] Using bind value orcl
    09-09-13 16:58:46 [INFO ] Using bind value REDO_Collector
    09-09-13 16:58:46 [INFO ] Return value = active
    09-09-13 16:58:46 [MESG ] initializing REDO Collector
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select username from avsys.av$source where source_name = :1
    09-09-13 16:58:46 [INFO ] Using bind value orcl
    09-09-13 16:58:46 [INFO ] Return value = AVSRCUSR1
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] {? = call avsys.dbms_audit_vault.reset_source_user(?)}
    09-09-13 16:58:46 [INFO ] Adding mask for user password
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select table_name from user_tables where upper(table_name) = upper(:1)
    09-09-13 16:58:46 [INFO ] Using bind value STREAMS_HEARTBEAT
    09-09-13 16:58:46 [INFO ] Return value = STREAMS_HEARTBEAT
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] drop table streams_heartbeat
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] create table streams_heartbeat( src_dbname varchar2(4000), job_number number, heartbeat_time timestamp)
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] declare dbs_name varchar2(4000); begin select global_name into dbs_name from global_name; insert into streams_heartbeat values (dbs_name, 0, SYSTIMESTAMP); end;
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] create or replace procedure update_heartbeat IS begin update streams_heartbeat set heartbeat_time=(select systimestamp from dual); commit; end;
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select table_name from user_tables where upper(table_name) = upper(:1)
    09-09-13 16:58:46 [INFO ] Using bind value CAPTURE_RULES
    09-09-13 16:58:46 [INFO ] Return value = CAPTURE_RULES
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] drop table capture_rules
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] create table capture_rules( rule_name  varchar2(50), rule_scope varchar2(6),  rule_type  varchar2(3),  obj_name   varchar2(100))
    09-09-13 16:58:46 [INFO ] Executing SQL as [ADM@AV] select global_name from global_name
    09-09-13 16:58:46 [INFO ] Return value = AVDB.AVSRV
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select db_link from user_db_links where db_link = :1
    09-09-13 16:58:46 [INFO ] Using bind value AVDB.AVSRV
    09-09-13 16:58:46 [INFO ] Return value = AVDB.AVSRV
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] drop database link "AVDB.AVSRV"
    09-09-13 16:58:46 [INFO ] Executing SQL as [USR@SRC] select version from v$instance
    09-09-13 16:58:46 [INFO ] Return value = 11.2.0.1.0
    09-09-13 16:58:46 [INFO ] Creating DB link using AVDB.AVSRV,AVSRCUSR1,{avsrcusr_pwd},Lugaopc,1521,orcl
    09-09-13 16:58:46 [INFO ] Connecting as srcuser_ora01 to @(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    09-09-13 16:58:46 [INFO ] Output from SQLPlus
    09-09-13 16:58:46 [INFO ]
    09-09-13 16:58:46 [INFO ] Package created.
    09-09-13 16:58:46 [INFO ]
    09-09-13 16:58:46 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] Package body created.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] Package created.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] Package body created.
    09-09-13 16:58:47 [INFO ]
    09-09-13 16:58:47 [INFO ] No errors.
    09-09-13 16:58:47 [INFO ] Executing SQL as [USR@SRC] select distinct name from user_errors where name = :1
    09-09-13 16:58:47 [INFO ] Using bind value DBMS_SRC_STREAMS_COLLECTOR
    09-09-13 16:58:47 [INFO ] Return value = null
    09-09-13 16:58:47 [ERROR] could not get AV source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaopc)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)))
    09-09-13 16:58:47 [ERROR] ORA-01017: invalid username/password; logon denied
    java.sql.SQLException: ORA-01017: invalid username/password; logon denied
        at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:765)
        at oracle.jdbc.driver.T2CConnection.logon(T2CConnection.java:414)
        at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:546)
        at oracle.jdbc.driver.T2CConnection.<init>(T2CConnection.java:162)
        at oracle.jdbc.driver.T2CDriverExtension.getConnection(T2CDriverExtension.java:53)
        at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
        at java.sql.DriverManager.getConnection(DriverManager.java:525)
        at java.sql.DriverManager.getConnection(DriverManager.java:140)
        at oracle.av.avca.jdbc.JdbcConnection.<init>(JdbcConnection.java:87)
        at oracle.av.orcldb.DAO.initConnection(DAO.java:79)
        at oracle.av.orcldb.DAO.<init>(DAO.java:64)
        at oracle.av.orcldb.commands.AddCollector.setupCollector(AddCollector.java:746)
        at oracle.av.orcldb.commands.AddCollector.execute(AddCollector.java:230)
        at oracle.av.orcldb.Command.process(Command.java:89)
        at oracle.av.orcldb.Main.process(Main.java:118)
        at oracle.av.orcldb.Main.main(Main.java:132)
    I have searched the forum to my level best without clear solution
    Regards
    Sadock

    Hi gurus
    I don't believe if this is missing solution from oracle community. I have decided to installed the collction agent and source database in linux system, so now both auditt vault server and collction agent are running in Linux system (but separately)
    I am wondering, avorcldb add_collector -srcname ORCL -agentname avagent01 -colltype DBAUD and  avorcldb add_collector -srcname ORCL -agentname avagent01 -colltype OSAUD -orclhome /u01/app/oracle/product/11.2.0/dbhome_1 are working fine and  I am able to start these collectors
    The  avorcldb verify -src Lugaosrv:1521:ORCL.LUGAOSRV -colltype ALL command also return good results
    [oracle@avsrv ~]$ avorcldb verify -src Lugaosrv:1521:ORCL.LUGAOSRV -colltype ALL
    Enter Source user name: srcuser_ora01
    Enter Source password:          
    source ORCL.LUGAOSRV verified for OS File Audit Collector collector
    source ORCL.LUGAOSRV verified for Aud$/FGA_LOG$ Audit Collector collector
    source ORCL.LUGAOSRV verified for REDO Log Audit Collector collector
    [oracle@avsrv ~]$
    The problem still I am facing is when attempting to add REDO collector. In fact the collector is added successful and i can see it even on EM console.
    [oracle@avsrv ~]$ avorcldb add_collector -srcname ORCL -agentname avagent01 -colltype REDO -av Lugaosrv:1521:ORCL.LUGAOSRV
    source ORCL verified for REDO Log Audit Collector collector
    Adding collector...
    Collector added successfully.
    remember the following information for use in avctl
    Collector name (collname): REDO_Collector
    initializing REDO Collector
    ERROR: could not get AV source user connection using jdbc:oracle:oci:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=Lugaosrv)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=ORCL.LUGAOSRV)))
    ERROR: ORA-01017: invalid username/password; logon denied
    [oracle@avsrv ~]$
    Any help will be appreciated
    Sadock

  • Deployment error: ORA-01017: invalid username/password; logon denied

    Hi,
    I created a new target schema against an existing runtime owner user id and runtime access user id.
    But deploying the mapping now gives error as follows:
    <<ORA-01017: invalid username/password; logon denied>>
    Can you please guide where the problem is?
    Thanks & Regards,
    Lenin

    Hi,
    Just to add some more informations about this topic. I created one extra target schema for the same runtime user id/runtime access user. And then tried to deploy the mapping and got the above error. And again, I removed the older target schema by using "OWB Runtime Assistant". And then tried to deploy mapping again and got the same error again.
    Can you please help me out in this case?
    Thanks & Regards,
    Lenin

  • ORA-01017: invalid username/password; logon denied error...Help Please!!!

    when I log into either a Unix server or a windows server, I use the same account GILLR, and as such I created an account in the DB as OPS$GILLR and issued the follwing command:
    CREATE USER OPS$GILLR IDENTIFIED EXTERNALLY DEFAULT
    GRANT CREATE SESSION TO "GILLR"
    then when I run:
    GILLR@csc08> sqlplus /
    SQL*Plus: Release 9.2.0.4.0 - Production on Wed Aug 3 08:19:52 2005
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Enter user-name:
    Now I followed steps that were provided to me from the ASKTOM site and I even found some solutions to this error, but nothing worked. Does anyone know why I can not use OS_AUTH on any of the servers here?

    WOW!!!!! Adding in the DOMAIN into the OPS$DOMAIN\USER worked....Thanks for your help. Now I have one other question. You stated "ypur client computer and Oracle server computer should be in the same domain" What is I have users in Domain X and some users in Domain Y. When they hit some website, they have the option to select the Domain and enter their credentials. If the user has the ability to select the domain then does it really matter if the client machine is on the same domain as the DB server. I mean, the user maybe from Domain X but the DB server might be on Domain Z. The client machine and web server might be both Windows server, but when the webb app makes a call to the DB using proxxy connection, the proxxy account will take the user OPS$DOMAIN'X'\USER and make a call to the DB. How can I handle this problem?

  • Getting ORA-01017: invalid username/password error only with specific tools

    Hi,
    I am a Junior DBA still getting familiar with Oracle. I am having trouble accessing one of my databases through both TOAD and SQLDetective tools. When I try to log in to my database using these tools, I get the error:
    ORA - 01017: invalid username/password; login denied
    Even though the password and username is correct.
    I can successfully login through other tools like SQLTools and through SQL Plus. I have searched this issue and I have seen people with the same problems but I couldnt find a solution. The weird thing is, I can use TOAD and SQLDetective to login to other databases without any issues. It seems to be this one specific database.
    My database is an 11g database on a linux box. I have 9i and 10g clients installed on my machine. The all my apps use the tnsnames from the 9i home on my machine.
    Any help on this would be greatly appreciated. Thanks.
    Rgs,
    Rob
    Edited by: rgilligan on 16-Apr-2010 02:11

    Hello, if it is 11g, look at the parameter sec_case_sensitive_logon. This parameter defaults to true, which makes the password case sensitive. Some tools/apps do a UPPER or LOWER on the password and so this may the reason for the error
    Henner

  • Dispatches doesnt start - ORA-01017 Invalid username/password

    I installed a fresh ECC 6.0. After restoring the offline backup from the production server, the dispatcher is not starting. The database is starting but SAP is not able to connect. It gives the error Invalid username/password ( ORA-01017). I tried to change the password throuhg brtools but it didnt work. Do I need to change the password through Oracle as well. Can anyone help me out with the process.
    Thanks
    Amit Kumar Srivastava

    Hi, Amit:
    Please check the SID, if the new SID is different from the production system, then that's it.
    Regards,
    David

  • 11g1 installed but error starting/installing emca

    I've seen no instruction in the docs that says to create any environment variable like
    ORACLE_HOME. In one of the messages it syas that the script created ORACLE_HOME but
    ORACLE_HOME does not appear in the environment. YES I have rebooted!
    The path was augmented by the oracle BIN directory during the initial install.
    BTW I did add ORACLE_HOSTNAME to the environment. I specified that it be my computer name.
    Question is : what do I do to fix this error???
    I did as standard an install as I could but...
    (1) installed 11g1 on Win XP Pro SP3.
    (2) 11g1 database is working through
    (a) command line sqlplus
    (b) PHP
    (c) OCI C++ program
    (3) install error :
    EM config failed due to the following error:
    Error starting database control
    log file:
    C:\app\landonkelsey\cfgtoollogs\dbca\LMKIIIGDN\emConfig.log
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.util.CentralAgentUtil getURLAndCentralAgentHome
    CONFIG: URL and Central Agent home : {}
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.util.CentralAgentUtil getCentralAgentHomeAndURL
    CONFIG: Central Agent home and URL: {}
    Sep 19, 2009 3:40:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:01:59 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Sep 19, 2009 4:01:59 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Sep 19, 2009 4:01:59 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Sep 19, 2009 4:01:59 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Sep 19, 2009 4:01:59 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Sep 19, 2009 4:01:59 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LOG_FILE value: C:\app\landonkelsey\cfgtoollogs\dbca\LMKIIIGDN\emConfig.log
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: HOST value: landon
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: LMKIIIGDNSID
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER value: LISTENER
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: LISTENER_OH value: C:\app\landonkelsey\product\11.1.0\db_1
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: C:\app\landonkelsey\product\11.1.0\db_1
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: LMKIIIGDN
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: C:\app\landonkelsey\product\11.1.0\db_1
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to false
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-backup' set to false
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to false
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :C:\app\landonkelsey
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\app\landonkelsey\cfgtoollogs\emca\emca_2009_09_19_15_40_04.log to C:\app\landonkelsey\cfgtoollogs\emca\LMKIIIGDN\emca_2009_09_19_15_40_04.log
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\app\landonkelsey\cfgtoollogs\dbca\LMKIIIGDN\emConfig.log.
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Sep 19, 2009 4:02:04 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:08 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:08 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: DBSNMP
    Sep 19, 2009 4:02:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:11 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 19, 2009 4:02:11 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:12 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:12 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Sep 19, 2009 4:02:12 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 19, 2009 4:02:12 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Sep 19, 2009 4:02:12 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: LMKIIIGDN
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Sep 19, 2009 4:02:13 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:14 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:16 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 2720994149
    Sep 19, 2009 4:02:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYSMAN
    Sep 19, 2009 4:02:16 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:16 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:22 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:22 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Sep 19, 2009 4:02:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Sep 19, 2009 4:02:26 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 19, 2009 4:02:26 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Sep 19, 2009 4:02:26 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties has been copied to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Sep 19, 2009 4:02:27 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emoms.properties to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Sep 19, 2009 4:02:27 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emoms.properties has been copied to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Sep 19, 2009 4:02:27 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_RECONFIG' set to false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: LMKIIIGDNSID Host: landon Node: null OH: C:\app\landonkelsey\product\11.1.0\db_1 agentHome: null isCentral: false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: LMKIIIGDNSID Host: landon Node: null OH: C:\app\landonkelsey\product\11.1.0\db_1 isDBC: false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_CENTRAL_AGENT_CONFIGURED' set to false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: LMKIIIGDNSID Host: landon Node: null OH: C:\app\landonkelsey\product\11.1.0\db_1 isDBC: false
    Sep 19, 2009 4:02:28 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to C:\app\landonkelsey\product\11.1.0\db_1\oui
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [C:\app\landonkelsey\product\11.1.0\db_1]
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME C:\app\landonkelsey\product\11.1.0\db_1
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Sep 19, 2009 4:02:29 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: 5540 from C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_landon_LMKIIIGDNSID
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: 5520 from C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_landon_LMKIIIGDNSID
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: 1158 from C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_landon_LMKIIIGDNSID
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file C:\app\landonkelsey\product\11.1.0\db_1\install\staticports.ini
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: C:\app\landonkelsey\product\11.1.0\db_1:landon:null:LMKIIIGDNSID:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=3938}
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_LMKIIIGDNSID value: 3938
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_LMKIIIGDNSID value: 1158
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_LMKIIIGDNSID value: 5541
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_LMKIIIGDNSID.
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_LMKIIIGDNSID value: 5521
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: LMKIIIGDNSID : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=3938}
    Sep 19, 2009 4:02:30 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:02:31 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 19, 2009 4:02:31 PM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: C:\app\landonkelsey\product\11.1.0\db_1\landon_LMKIIIGDNSID\sysman\emd\agntstmp.txt:landon does not exists.
    Sep 19, 2009 4:02:31 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 19, 2009 4:02:32 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:02:32 PM oracle.sysman.emcp.EMReposConfig unlockAccounts
    CONFIG: Unlocking dbsnmp and sysman
    Sep 19, 2009 4:02:32 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked relevant accounts
    Sep 19, 2009 4:02:32 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYSMAN
    Sep 19, 2009 4:02:33 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:05:28 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Finished executing emreposoutofbox.sql
    Sep 19, 2009 4:05:29 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYSMAN
    Sep 19, 2009 4:05:30 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:05:30 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Submitting dbms job: C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\emdrep\sql\core\latest\admin\admin_submit_dbms_jobs.sql
    Sep 19, 2009 4:05:30 PM oracle.sysman.emcp.EMReposConfig createOutOfBoxJobs
    CONFIG: Successfully submitted dbms job
    Sep 19, 2009 4:05:30 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocking mgmt view user account
    Sep 19, 2009 4:05:30 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: view user sql: declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    Sep 19, 2009 4:05:30 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: CMD /C C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\scripts;C:\app\landonkelsey\product\11.1.0\db_1\bin;" C:/app/landonkelsey/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl C:\app\landonkelsey\product\11.1.0\db_1 LMKIIIGDNSID SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of CMD /C C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.bat "C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\scripts;C:\app\landonkelsey\product\11.1.0\db_1\bin;" C:/app/landonkelsey/product/11.1.0/db_1/perl/5.8.3/bin/MSWin32-x86-multi-thread\perl.exe C:\app\landonkelsey\product\11.1.0\db_1\sysman\admin\scripts\emca\emcaDbUtil.pl C:\app\landonkelsey\product\11.1.0\db_1 LMKIIIGDNSID SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD completed successfully
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Arguments passed C:\app\landonkelsey\product\11.1.0\db_1 LMKIIIGDNSID SYS SYSDBA declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end; 1 SYSMAN_PWD
    Connecting to database LMKIIIGDNSID in home C:\app\landonkelsey\product\11.1.0\db_1 with user "SYS" role "SYSDBA".
    connected to database.
    sql to execute declare repos_pwd varchar2(30); view_user varchar2(30); view_user_pwd varchar2(30); view_user_acc_status varchar2(30); begin repos_pwd := ?; sysman.mgmt_view_priv.get_view_user(view_user); select account_status into view_user_acc_status from sys.dba_users where upper(username) = upper ( view_user ); IF view_user_acc_status like '%LOCKED%' THEN execute immediate 'alter user ' || view_user || ' account unlock'; END IF; IF view_user_acc_status like '%EXPIRED%' THEN sysman.mgmt_view_priv.set_view_user_creds ( repos_pwd ); sysman.mgmt_view_priv.GET_VIEW_USER_CREDS ( view_user, view_user_pwd ); execute immediate 'alter user ' || view_user || ' identified by ' || view_user_pwd || ''; END IF; end;
    noOfParams to bind: 1.
    sql execute successfully.
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.EMReposConfig unlockMGMTAccount
    CONFIG: Unlocked mgmt_view account
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.EMReposConfig invoke
    CONFIG: Successfully unlocked mgmt_view account
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYSMAN
    Sep 19, 2009 4:05:59 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 19, 2009 4:06:01 PM oracle.sysman.emcp.ParamsManager checkListenerStatusForDBControl
    CONFIG: Passed listener validation check.Listener is up and running.
    Sep 19, 2009 4:06:01 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 19, 2009 4:06:01 PM oracle.sysman.emcp.EMReposConfig uploa

    from another post I tried: (Enterprise Manaer Configuration failed
    C:\>emca -config dbcontrol db
    STARTED EMCA at Sep 21, 2009 7:51:32 PM
    EM Configuration Assistant, Version 11.1.0.5.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: LMKIIIGDNSID
    Listener port number: 1521
    Password for SYS user: Terminate batch job (Y/N)? n
    C:\>emca -config dbcontrol db
    STARTED EMCA at Sep 21, 2009 7:53:24 PM
    EM Configuration Assistant, Version 11.1.0.5.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: LMKIIIGDNSID
    Listener port number: 1521
    Password for SYS user:
    Password for SYS user: Invalid username/password.
    Password for SYS user:
    Password for DBSNMP user:
    Invalid username/password.
    Password for DBSNMP user:
    Password for SYSMAN user:
    Password for SYSMAN user: Email address for notifications (optional): [email protected]
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ C:\app\landonkelsey\product\11.1.0\db_1
    Local hostname ................ landon
    Listener port number ................ 1521
    Database SID ................ LMKIIIGDNSID
    Email address for notifications ............... [email protected]
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: y
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\app\landonkelsey\cfgtoollogs\emca\LMKIIIGDN\emca_2009_09_21_19_53_24.log.
    Sep 21, 2009 7:55:29 PM oracle.sysman.emcp.EMReposConfig uploadConfigDataToRepository
    INFO: Uploading configuration data to EM repository (this may take a while) ...
    Sep 21, 2009 8:02:26 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Uploaded configuration data successfully
    Sep 21, 2009 8:02:29 PM oracle.sysman.emcp.util.FileUtil modifyPortValuesInXML
    SEVERE: Error writing file C:\app\landonkelsey\product\11.1.0\db_1\oc4j\j2ee\OC4J_DBConsole_landon_LMKIIIGDNSID\config\rmi.xml
    Sep 21, 2009 8:02:29 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error instantiating OC4J configuration files
    Refer to the log file at C:\app\landonkelsey\cfgtoollogs\emca\LMKIIIGDN\emca_2009_09_21_19_53_24.log for more details.
    Could not complete the configuration. Refer to the log file at C:\app\landonkelsey\cfgtoollogs\emca\LMKIIIGDN\emca_2009_09_21_19_53_24.log for more details.
    here is the file: (showing ORACLE_HOSTNAME no defined...it has been defined for days
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-migrate' set to false
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromDBControl' set to false
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToCentralAgent' set to false
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateFromCentralAgent' set to false
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'migrateToDBControl' set to false
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-config' set to true
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'UPDATE_EMAIL' set to true
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'dbcontrol' set to true
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: C:\app\landonkelsey\product\11.1.0\db_1
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Sep 21, 2009 7:53:24 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 21, 2009 7:53:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: C:\app\landonkelsey\product\11.1.0\db_1
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: LMKIIIGDNSID
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: Cluster.isCluster: false. Skip call to getLocalNode
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: LMKIIIGDNSID Host: landon Node: null OH: C:\app\landonkelsey\product\11.1.0\db_1 isDBC: false
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: LMKIIIGDNSID Host: landon Node: null OH: C:\app\landonkelsey\product\11.1.0\db_1 agentHome: null isCentral: false
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.CentralAgentUtil isCentralAgentConfigured
    CONFIG: Sid: LMKIIIGDNSID Host: landon Node: null OH: C:\app\landonkelsey\product\11.1.0\db_1 agentHome: null isCentral: false
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Sep 21, 2009 7:53:33 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user:
    Sep 21, 2009 7:53:34 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: ORA-01031: insufficient privileges
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01031: insufficient privileges
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:364)
         at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:106)
         at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:148)
         at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:720)
         at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1982)
         at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2725)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1010)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Sep 21, 2009 7:53:34 PM oracle.sysman.emcp.DatabaseChecks isASMDb
    CONFIG: Database instance unavailable.
    oracle.sysman.emcp.exception.DatabaseUnavailableException: Database instance unavailable.
         at oracle.sysman.emcp.DatabaseChecks.throwDBUnavailableException(DatabaseChecks.java:136)
         at oracle.sysman.emcp.DatabaseChecks.checkDbAvailabilityImpl(DatabaseChecks.java:129)
         at oracle.sysman.emcp.DatabaseChecks.checkDbAvailability(DatabaseChecks.java:148)
         at oracle.sysman.emcp.DatabaseChecks.isASMDb(DatabaseChecks.java:720)
         at oracle.sysman.emcp.EMConfigAssistant.getParamsWarnsList(EMConfigAssistant.java:1982)
         at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2725)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1010)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Sep 21, 2009 7:53:34 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Sep 21, 2009 7:53:38 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Sep 21, 2009 7:53:43 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Sep 21, 2009 7:53:43 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:53:44 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: ORA-01031: insufficient privileges
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01031: insufficient privileges
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:364)
         at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1040)
         at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:2885)
         at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:641)
         at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2680)
         at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:2706)
         at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2733)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1010)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Sep 21, 2009 7:53:56 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Sep 21, 2009 7:53:56 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:53:57 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:54:06 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: DBSNMP
    Sep 21, 2009 7:54:06 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:805)
         at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:360)
         at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1040)
         at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:2885)
         at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:641)
         at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2680)
         at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:2706)
         at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2733)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1010)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Sep 21, 2009 7:54:06 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:54:07 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:54:07 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: DBSNMP
    Sep 21, 2009 7:54:07 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: ORA-01017: invalid username/password; logon denied
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01017: invalid username/password; logon denied
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1530)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:853)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.connect(SQLEngine.java:805)
         at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:360)
         at oracle.sysman.emcp.util.GeneralUtil.initSQLEngine(GeneralUtil.java:385)
         at oracle.sysman.emcp.DatabaseChecks.validateUserCredentials(DatabaseChecks.java:1080)
         at oracle.sysman.emcp.ParamsManager.validatePassword(ParamsManager.java:2885)
         at oracle.sysman.emcp.EMConfigAssistant.promptForData(EMConfigAssistant.java:641)
         at oracle.sysman.emcp.EMConfigAssistant.promptForParams(EMConfigAssistant.java:2680)
         at oracle.sysman.emcp.EMConfigAssistant.displayWarnsAndPromptParams(EMConfigAssistant.java:2706)
         at oracle.sysman.emcp.EMConfigAssistant.getDisplayAndPromptWarnsParms(EMConfigAssistant.java:2733)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1010)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:519)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:468)
    Sep 21, 2009 7:54:24 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: DBSNMP
    Sep 21, 2009 7:54:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:54:30 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYSMAN
    Sep 21, 2009 7:54:30 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:54:41 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EMAIL_ADDRESS value: [email protected]
    Sep 21, 2009 7:54:55 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: MAIL_SERVER_NAME value:
    Sep 21, 2009 7:54:55 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 21, 2009 7:54:56 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.EMConfig addEMCALogFile
    CONFIG: ORACLE_BASE :C:\app\landonkelsey
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at C:\app\landonkelsey\cfgtoollogs\emca\LMKIIIGDN\emca_2009_09_21_19_53_24.log.
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.util.ClusterUtil isCRSInstalled
    CONFIG: isCRSInstalled: false
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'CHECK_CONFIG' set to true
    Sep 21, 2009 7:55:19 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: DBSNMP
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'asm_db' set to false
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: LMKIIIGDN
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBID.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.DatabaseChecks getDbid
    CONFIG: No dbid available. Will query db to extract it.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBID value: 2720994149
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYSMAN
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 21, 2009 7:55:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MAIL_SERVER_NAME.
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.EMDBPreConfig invoke
    CONFIG: Passed repository configuration check
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: LMKIIIGDNSID, oracleHome: C:\app\landonkelsey\product\11.1.0\db_1, and user: SYS
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: LMKIIIGDN
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties has been copied to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emd.properties.emca.tmp
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emoms.properties to C:\app\landonkelsey\product\11.1.0\db_1\sysman\config\emoms.properties.emca.tmp
    Sep 21, 2009 7:55:21 PM oracle.sysman.emcp.util.FileUtil backupFile
    Edited by: landonmkelsey on Sep 21, 2009 10:01 PM

  • After clone R12.2.3 getting this "Error Starting server oacore_server1: weblogic.nodemanager.NMException: Exception while starting server 'oacore_server1'  ERROR: Unable to start up the managed server oacore_server1

    The oacore_server1 is not coming up .rest all came up fine .Has anybody faced such issue .Need urgent help .
    Thanks
    Sambit

    <Aug 7, 2014 11:42:24 AM> <INFO> <NodeManager> <Server output log file is '/cvtstapps/acvtst/oracle/fs1/FMW_Home/user_projects/domains/EBS_domain_cvtst/servers/oacore_server1/logs/oacore_server1.out'>
    <Aug 7, 2014 11:42:25 AM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Aug 7, 2014 11:42:25 AM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Aug 7, 2014 11:42:26 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracle Corporation>
    <Aug 7, 2014 11:42:27 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for BUG13729611 Fri Apr 05 02:11:03 CDT 2013
    WebLogic Server 10.3.6.0.4 PSU Patch for BUG16083651 Thu Mar 28 15:24:29 IST 2013
    WebLogic Server Temporary Patch for BUG14597598 Mon Feb 04 14:04:12 IST 2013
    WebLogic Server Temporary Patch for BUG13572948 Fri Sep 07 11:42:39 IST 2012
    WebLogic Server Temporary Patch for ${CRS} Mon Jul 30 16:45:20 EDT 2012
    WebLogic Server Temporary Patch for ${CRS} Mon Jul 30 16:45:20 EDT 2012
    WebLogic Server Temporary Patch for BUG13845626 Tue Mar 20 17:35:12 IST 2012
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Aug 7, 2014 11:42:34 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 7, 2014 11:42:34 AM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 7, 2014 11:42:34 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file /cvtstapps/acvtst/oracle/fs1/FMW_Home/user_projects/domains/EBS_domain_cvtst/servers/oacore_server1/logs/oacore_server1.log is opened. All server side log events will be written to this file.>
    <Aug 7, 2014 11:42:45 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 7, 2014 11:42:52 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 7, 2014 11:42:52 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 7, 2014 11:43:02 AM EDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'EBSDataSource' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
      at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
      at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
      at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
      Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.resourcepool.ResourceSystemException:
    Could not connect to 'oracle.jdbc.OracleDriver'.
    The returned message is: ORA-01017: invalid username/password; logon denied
    It is likely that the login or password is not valid.
    It is also possible that something else is invalid in
    the configuration or that the database is not available.
      at weblogic.jdbc.common.internal.JDBCUtil.parseException(JDBCUtil.java:301)
      at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:383)
      at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:241)
      at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1319)
      at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1236)
      Truncated. see log file for complete stacktrace
    >
    =======================
    Event preStart received
    Application Name is = oacore
    s_StartupPropFile = /cvtstapps/acvtst/oracle/fs1/FMW_Home/Oracle_EBS-app1/applications/oacore/APP-INF/node_info.txt
    actualWlsPropFile = /cvtstapps/acvtst/oracle/fs1/inst/apps/cvtst_ebizapplsb01/appl/admin/oacore_wls.properties
    =======================
    <Aug 7, 2014 11:44:17 AM EDT> <Warning> <HTTP> <BEA-101299> <The servlet-mapping for servlet-name "JSPClassServlet" will override the default mapping for *.jsp. This can lead to a show code vulnerability.>
    <Aug 7, 2014 11:44:18 AM EDT> <Emergency> <Deployer> <BEA-149259> <Server 'oacore_server1' in cluster 'oacore_cluster1' is being brought up in administration state due to failed deployments.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_rollup" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_events_rollup" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_federation:protocol_profiles_protocol_phase_events_rollup" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_runtime" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_compilation_time" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_memory_usage" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_class_loading" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:19 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "weblogic_j2eeserver:jvm_threads" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes_delta" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine_response_codes" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "portal:portal_page_engine" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_soainfra:total_faults" has no key column.  It will not be collected.>
    <Aug 7, 2014 11:44:20 AM EDT> <Warning> <oracle.dms.collector> <BEA-000000> <Metric table "oracle_oim:overall" has no key column.  It will not be collected.>
    Setting WLS POOL.....
    javax.naming.NameNotFoundException: While trying to lookup 'jdbc.cvtst' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/cvtst'
      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
      at javax.naming.InitialContext.lookup(InitialContext.java:411)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.setDataSourceFactory(DBConnObjWLSDSPool.java:303)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.borrowObjectX(DBConnObjWLSDSPool.java:170)
      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:597)
      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:354)
      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1758)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2425)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2362)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2218)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2028)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1816)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1829)
      at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1492)
      at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
      at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
      at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(Unknown Source)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
      at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
      at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
      at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:611)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:588)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.common.StaticContext.getInstance(StaticContext.java:143)
      at oracle.apps.fnd.common.StaticContext.getInstance(StaticContext.java:128)
      at oracle.apps.fnd.common.StaticContext.getLog(StaticContext.java:241)
      at oracle.apps.fnd.common.StaticContext.getAppsLog(StaticContext.java:251)
      at oracle.apps.fnd.common.AppsLog.getAnonymousLog(AppsLog.java:564)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheLogger.<clinit>(AppsCacheLogger.java:45)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheEnvironment.getCacheLogger(Unknown Source)
      at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:727)
      at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:390)
      at oracle.apps.fnd.cache.Cache.setCacheFullName(Unknown Source)
      at oracle.apps.fnd.cache.Cache.initCache(Unknown Source)
      at oracle.apps.fnd.cache.Cache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AppsCache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AolCaches.getCache(Unknown Source)
      at oracle.apps.fnd.profiles.Profiles.<clinit>(Profiles.java:241)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.init(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.<init>(Unknown Source)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:4086)
      at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:799)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:802)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:784)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:582)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Setting WLS POOL.....
    javax.naming.NameNotFoundException: While trying to lookup 'jdbc.cvtst' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/cvtst'
      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
      at javax.naming.InitialContext.lookup(InitialContext.java:411)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.setDataSourceFactory(DBConnObjWLSDSPool.java:303)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.borrowObjectX(DBConnObjWLSDSPool.java:170)
      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:597)
      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:354)
      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1758)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2425)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2362)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2218)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2028)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1816)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1829)
      at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1492)
      at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
      at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
      at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(Unknown Source)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
      at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
      at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
      at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:611)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:588)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:276)
      at oracle.apps.fnd.common.WebAppsContext.setHijackSession(WebAppsContext.java:5785)
      at oracle.apps.fnd.common.WebAppsContext.<clinit>(WebAppsContext.java:796)
      at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContextWithDBCFile(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.createDefaultAppsContext(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.getNoSessionDBConnection(Unknown Source)
      at oracle.apps.jtf.cache.TransactionScopeWrapper.getConnection(Unknown Source)
      at oracle.apps.jtf.prefab.SystemPolicy.loadSystemPolicy(SystemPolicy.java:679)
      at oracle.apps.jtf.prefab.SystemPolicy.load(SystemPolicy.java:660)
      at oracle.apps.jtf.prefab.SystemPolicy.getWebServerHostPolicyFromDB(SystemPolicy.java:461)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheFrameworkConfig.getHostNames(AppsCacheFrameworkConfig.java:329)
      at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:742)
      at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:390)
      at oracle.apps.fnd.cache.Cache.setCacheFullName(Unknown Source)
      at oracle.apps.fnd.cache.Cache.initCache(Unknown Source)
      at oracle.apps.fnd.cache.Cache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AppsCache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AolCaches.getCache(Unknown Source)
      at oracle.apps.fnd.profiles.Profiles.<clinit>(Profiles.java:241)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.init(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.<init>(Unknown Source)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:4086)
      at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:799)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:802)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:784)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:582)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Exception in static block of jtf.cache.CacheManager. Stack trace is: java.lang.ExceptionInInitializerError
      at oracle.apps.jtf.cache.ArchitectureWrapper.createAppsContextWithDBCFile(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.createDefaultAppsContext(Unknown Source)
      at oracle.apps.jtf.cache.ArchitectureWrapper.getNoSessionDBConnection(Unknown Source)
      at oracle.apps.jtf.cache.TransactionScopeWrapper.getConnection(Unknown Source)
      at oracle.apps.jtf.prefab.SystemPolicy.loadSystemPolicy(SystemPolicy.java:679)
      at oracle.apps.jtf.prefab.SystemPolicy.load(SystemPolicy.java:660)
      at oracle.apps.jtf.prefab.SystemPolicy.getWebServerHostPolicyFromDB(SystemPolicy.java:461)
      at oracle.apps.jtf.cache.appsimpl.AppsCacheFrameworkConfig.getHostNames(AppsCacheFrameworkConfig.java:329)
      at oracle.apps.jtf.cache.CacheManager.initCache(CacheManager.java:742)
      at oracle.apps.jtf.cache.CacheManager.<clinit>(CacheManager.java:390)
      at oracle.apps.fnd.cache.Cache.setCacheFullName(Unknown Source)
      at oracle.apps.fnd.cache.Cache.initCache(Unknown Source)
      at oracle.apps.fnd.cache.Cache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AppsCache.<init>(Unknown Source)
      at oracle.apps.fnd.cache.AolCaches.getCache(Unknown Source)
      at oracle.apps.fnd.profiles.Profiles.<clinit>(Profiles.java:241)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.init(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.<init>(Unknown Source)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
      at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
      at oracle.apps.fnd.common.AppsContext.instantiateProfileStore(AppsContext.java:4086)
      at oracle.apps.fnd.common.AppsContext.makeProfileStore(AppsContext.java:799)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:802)
      at oracle.apps.fnd.common.Context.setProfileStore(Context.java:784)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:582)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.NullPointerException
      at oracle.apps.fnd.common.WebAppsContext.setHijackSession(WebAppsContext.java:5808)
      at oracle.apps.fnd.common.WebAppsContext.<clinit>(WebAppsContext.java:796)
      ... 68 more
    Setting WLS POOL.....
    javax.naming.NameNotFoundException: While trying to lookup 'jdbc.cvtst' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/cvtst'
      at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
      at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
      at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
      at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
      at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
      at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:412)
      at javax.naming.InitialContext.lookup(InitialContext.java:411)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.setDataSourceFactory(DBConnObjWLSDSPool.java:303)
      at oracle.apps.fnd.security.DBConnObjWLSDSPool.borrowObjectX(DBConnObjWLSDSPool.java:170)
      at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:597)
      at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:354)
      at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1758)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2425)
      at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2362)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2218)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2028)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1816)
      at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1829)
      at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1492)
      at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
      at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
      at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Unknown Source)
      at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(Unknown Source)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
      at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
      at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
      at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
      at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
      at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:611)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:588)
      at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:542)
      at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:304)
      at oracle.apps.fnd.oam.runtime.em.EBSAdminMXBeanImpl.<init>(EBSAdminMXBeanImpl.java:43)
      at oracle.apps.fnd.oam.runtime.em.OAMMBeanRegistration.contextInitialized(OAMMBeanRegistration.java:41)
      at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1870)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    <Aug 7, 2014 11:44:21 AM EDT> <Error> <ServletContext-/OA_HTML> <BEA-000000> <oracle.apps.fnd.security.AppsServletFilter.SecureResponseWrapper ERROR initializing cookie security attributes
    java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
      at oracle.apps.fnd.security.AppsServletFilter$SecureResponseWrapper.init(AppsServletFilter.java:661)
      at oracle.apps.fnd.security.AppsServletFilter.init(AppsServletFilter.java:159)
      at oracle.apps.fnd.security.LeakDetectionFilter.init(LeakDetectionFilter.java:69)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      Truncated. see log file for complete stacktrace
    >
    <Aug 7, 2014 11:44:21 AM EDT> <Error> <ServletContext-/OA_HTML> <BEA-000000> <AppsFilter initialization failed ::
    java.lang.RuntimeException: Cookie security attributes calculation
      at oracle.apps.fnd.security.AppsServletFilter$SecureResponseWrapper.init(AppsServletFilter.java:700)
      at oracle.apps.fnd.security.AppsServletFilter.init(AppsServletFilter.java:159)
      at oracle.apps.fnd.security.LeakDetectionFilter.init(LeakDetectionFilter.java:69)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.common.WebAppsContext
      at oracle.apps.fnd.security.AppsServletFilter$SecureResponseWrapper.init(AppsServletFilter.java:661)
      at oracle.apps.fnd.security.AppsServletFilter.init(AppsServletFilter.java:159)
      at oracle.apps.fnd.security.LeakDetectionFilter.init(LeakDetectionFilter.java:69)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      Truncated. see log file for complete stacktrace
    >
    <Aug 7, 2014 11:44:21 AM EDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: oracle.apps.jtf.cabo.interceptor.JTFWrapperFilter.
    java.lang.NullPointerException
      at oracle.apps.jtf.cabo.interceptor.JTFWrapperFilter.init(JTFWrapperFilter.java:81)
      at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
      Truncated. see log file for complete stacktrace
    >
    <Aug 7, 2014 11:45:04 AM EDT> <Error> <com.bea.portlet.i18n.PortletServerLogger> <BEA-000000> <[/OA_HTML] Error calling config handler setters using [/WEB-INF/portlet.xml] and [/WEB-INF/oracle-portlet.xml].
    java.lang.NullPointerException
      at oracle.apps.fnd.framework.jps.OAPortletAppConfigHandler.generatePortlets(OAPortletAppConfigHandler.java:475)
      at oracle.apps.fnd.framework.jps.OAPortletAppConfigHandler.generatePortletApp(OAPortletAppConfigHandler.java:283)
      at oracle.apps.fnd.framework.jps.OAPortletAppConfigHandler.setPortletFile(OAPortletAppConfigHandler.java:147)
      at com.bea.portlet.container.AppDeployer.initConfigHandler(AppDeployer.java:371)
      at com.bea.portlet.container.AppDeployer.<init>(AppDeployer.java:130)
      at com.bea.portlet.container.AppDeployer.getAppDeployer(AppDeployer.java:148)
      at com.bea.portlet.container.AppContainer.ensureRedeploy(AppContainer.java:498)
      at com.bea.wsrp.producer.adapter.javaportlet.JavaPortletAdapter.ensureRedeploy(JavaPortletAdapter.java:142)
      at com.bea.wsrp.producer.container.init.PortalInitializer.init(PortalInitializer.java:18)
      at com.bea.wsrp.producer.container.ProducerEndPoint.init(ProducerEndPoint.java:191)
      at com.bea.wsrp.producer.container.ProducerEndPoint.initialize(ProducerEndPoint.java:126)
      at com.bea.wsrp.producer.container.ProducerServlet.reinitInternal(ProducerServlet.java:101)
      at com.bea.wsrp.producer.container.ProducerServlet.initInternal(ProducerServlet.java:83)
      at com.bea.wsrp.producer.container.ProducerServlet.access$200(ProducerServlet.java:54)
      at com.bea.wsrp.producer.container.ProducerServlet$ServletLifecycleListenerImpl.init(ProducerServlet.java:1203)
      at com.bea.netuix.util.ServletLifecycleListener.initOrReinitInternal(ServletLifecycleListener.java:131)
      at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:252)
      at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:182)
      at com.bea.wsrp.producer.container.ProducerServlet.init(ProducerServlet.java:78)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1983)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1957)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3163)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
      at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
      at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >
    =======================
    Event postStart received
    System.getProperty weblogic.ext.dirs = /cvtstapps/acvtst/oracle/fs1/FMW_Home/patch_wls1036/profiles/default/sysext_manifest_classpath
    System.getProperty JTFDBCFILE = /cvtstapps/acvtst/oracle/fs1/inst/apps/cvtst_ebizapplsb01/appl/fnd/12.0.0/secure/cvtst.dbc
    =======================
    <Aug 7, 2014 11:45:06 AM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Aug 7, 2014 11:45:06 AM EDT> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Aug 7, 2014 11:45:06 AM EDT> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of oacore_cluster1.>
    <Aug 7, 2014 11:45:36 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.16.111.98:7228 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Aug 7, 2014 11:45:36 AM EDT> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "oacore_server1" for domain "EBS_domain_cvtst" running in Production Mode>
    <Aug 7, 2014 11:45:37 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 7, 2014 11:45:37 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in ADMIN mode>
    <Aug 7, 2014 11:47:46 AM EDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by weblogic>
    <Aug 7, 2014 11:47:46 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Aug 7, 2014 11:47:46 AM EDT> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 172.16.111.98:7228 was shutdown.>
    <Aug 7, 2014 11:47:48 AM> <FINEST> <NodeManager> <Waiting for the process to die: 20103>
    <Aug 7, 2014 11:47:48 AM> <INFO> <NodeManager> <Server was shut down normally>
    <Aug 7, 2014 11:47:48 AM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>

  • Ora-01017 error starting J2EE: logon refused

    I'm usig Web As 640 Abap+Java Sp16.
    I was not able to logon anymore to the J2EE, both Visual Admin or vie the J2EE Start Page, so i did the following:
    1) i checked in config tool wich was the ume.r3.connection.master.client
    2)with SU01 in the Was 640, into the master client i changed the psw for J2EE_ADMIN
    3) i logged with J2EE_ADMIN to define a definitive psw into the master client
    4) with config tool i selected the 'Secure Store' node, and changed the parameter admin/password/J2EE_ADMIN
    5) restarted the J2EE server and......
    ...it does not come up.
    Into the jvm_bootstrap.log we see the msg :
    "ORA-01017 invalid username/passoword, logon denied
    What's wrong ? About wich user/psw is talking about and how I can modify it as I cannot start the configtool also ?
    regards

    Hi Cornelia,
    You are absolutely right, the issue is due to change of schema user password..
    I faced the same issue, yesterday where i changed the password for the schema user and J2ee failed to start, and then locked the user account. So i had to manually unlock the schema user, reset back the password to old password and j2ee engine could then be started..
    To check if the schema user is locked or not, you can use the following commands:
    sqlplus "/as sysdba"
    select username,account_status from dba_users;
    in case user is locked then unlock it using the command:
    alter user <user_name> account unlock;
    But i have a question here, how does one change the password for schema user in 640 and 700 systems.. if i change it using oracle commands, j2ee fails to come up. So i used the procedure that SAP recommends, changing the password for the schema user, using brtools.. but again i face the same problem, j2ee fails to start and it locks the user account..
    After changing the password using brtools is there something additional that is required to be done.
    In my scenario it is a must for me to change the schema user password because the current password contains the character "@" which is pathetic, because tnsnames really fails to understand this character. If i use sqlplus and try to logon as schema user and current password, it fails becuase of "@".
    Appreciate if some one could share the procedure for changing the password for schema user in 700 systems, specially standalone j2ee stack..
    Thanks,
    Chetan

  • Background job in APO does not start because of invalid user name

    Hello,
    I have a macro in a planning book and the /sapapo/cons_check program which a triggered via a background job. Now, I have problems with the start of the job:
    At the time the job was created inside SAP, an error occured. The job contains invalid values.
    The user name within the job does not exist any more.
    Now, I try to change the user name of the job (via step in sm37), but the error occured again.
    I have the possibility to create the invalid user name once again in su01.
    But I want to change the user name of the job - does somebody know how to do it?
    Thanks for your help!
    Kind regards
    Heinz

    Hello Heinz, this looks surprising.
    It's quite easy to change the user name in the SM37 job step, and we haven't faced issues with this.
    Could you check how many jobs are in either "scheduled" or in "released" status, and change steps for all of them? May be you changed the scheduled job, but the released job wasn't changed.
    Use your job name and give a search date as 1-2 years in the past, and around 1 month in the future. With this time horizon, you should most likely be able to capture all the relevant jobs having the same name that you are using.
    Now change the user name in step for all the jobs received above to be fully sure.
    One more trial could be to copy the current scheduled job to another job, modify the user name in this newly created job and then delete the old one.
    One of the above trials might possibly help you in some way, else its very tough to understand/explain your situation.
    Thanks - Pawan

  • Custom Interface Program Errors out with ORA-01722: invalid number in R12

    Hi,
    We were upgrading to R12 in which our custom interface load program errors out with "ORA-01722: invalid number". Please find structure of control file as below :
    LOAD DATA
    APPEND
    INTO TABLE RRAT_RCAP_GIO_MAN_ADJ_STG
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED by '"'
    TRAILING NULLCOLS
    PERIOD_NAME CHAR "ltrim(rtrim(:PERIOD_NAME))"
    ,SOURCE_TYPE CHAR "ltrim(rtrim(:SOURCE_TYPE))"
    ,ADJ_ACCOUNT CHAR "ltrim(rtrim(:ADJ_ACCOUNT))"
    ,USD_NET                    INTEGER EXTERNAL
    ,ERROR_CODE CONSTANT 'LOADED DATA'
    ,PROCESS_FLAG CONSTANT 1
    ,CREATED_BY "fnd_global.user_id"
    ,CREATION_DATE sysdate
    ,LAST_UPDATED_BY "fnd_global.user_id"
    ,LAST_UPDATE_DATE sysdate
    ,LAST_UPDATE_LOGIN "fnd_global.login_id"
    ,REQUEST_ID "fnd_global.conc_request_id"
    =====================================Log file ================
    Record 1: Rejected - Error on table "XXATORCL"."XXAT_VCAP_GIO_MAN_ADJ_STG", column USD_NET.
    ORA-01722: invalid number
    ===================sample file ==========================
    JUL-11,Manual,8213-880011-00000000-259390-1Z-0000-0000,1001
    JUL-11,Manual,8213-880011-00000000-253701-1Z-0000-0000,73
    ==========================================
    I had tried with last successfully uploaded file as well which is also now not uploading.
    Please help me in this issue.
    Thanks,
    Piyush

    i am using R12 now. Please avoide INTEGER EXTERNAL part from the control file. please refer below :
    LOAD DATA
    APPEND
    INTO TABLE RRAT_RCAP_GIO_MAN_ADJ_STG
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED by '"'
    TRAILING NULLCOLS
    PERIOD_NAME CHAR "ltrim(rtrim(:PERIOD_NAME))"
    ,SOURCE_TYPE CHAR "ltrim(rtrim(:SOURCE_TYPE))"
    ,ADJ_ACCOUNT CHAR "ltrim(rtrim(:ADJ_ACCOUNT))"
    ,USD_NET
    ,ERROR_CODE CONSTANT 'LOADED DATA'
    ,PROCESS_FLAG CONSTANT 1
    ,CREATED_BY "fnd_global.user_id"
    ,CREATION_DATE sysdate
    ,LAST_UPDATED_BY "fnd_global.user_id"
    ,LAST_UPDATE_DATE sysdate
    ,LAST_UPDATE_LOGIN "fnd_global.login_id"
    ,REQUEST_ID "fnd_global.conc_request_id"
    ====================
    Srini,
    Just one thing i want to explain you that previously it was working fine but suddenly (might after upgrading in R12) started giving error. I had tested with old data files also which were loaded successfully in the system. but now it is giving error. Please help me in this issue.
    Regards,

  • ORA-01017 error, when running Complete configuration of Maintenance Wizard

    Hi Gurus,
    Maintenance wizard version: 2.19 (latest)
    DB: 10.2.0.1
    Linux:
    Upgrade assistance for R12
    Im trying to complete the first step:
    1-Complete configuration of Maintenance Wizard (Required)
    It gives me errors:
    Checking that Remote EOF_HOME is only a directory name, not a path...
    ERROR:
    ORA-01017: invalid username/password; logon denied
    SP2-0640: Not connected
    SP2-0670: Internal number conversion failed
    Usage: { EXIT | QUIT } [ SUCCESS | FAILURE | WARNING | n |
    &lt;variable&gt; | :&lt;bindvariable&gt; ] [ COMMIT | ROLLBACK ]
    ** ERROR!!! **
    ** Project node configuration has FAILED with the problem(s) below:!!! **
    ** Invalid value for REMOTE_EOF_HOME.
    ** Solution: Remove all slashes in the value for REMOTE_EOF_HOME.
    ** The value must be a simple directory name, not a path.
    ** Please have the Project Administrator return to the Modify Project
    ** screen, change the value for REMOTE_EOF_HOME and re-run Step
    ** 1 of the Configuration category.
    ** DO NOT PROCEED WITH ANY OTHER STEPS UNTIL YOU RESOLVE THE PROBLEMS SHOWN **
    ** ABOVE. ALL OTHER STEP EXECUTION DEPENDS ON A SUCCESSFUL PROJECT NODE **
    ** CONFIGURATION. **
    ** ONCE YOU HAVE RESOLVED THE PROBLEMS SHOWN ABOVE, YOU MUST RE-RUN THIS **
    ** STEP AGAIN. **
    I've checked all the forums before posting. Please advise
    Thanks & Regards,
    Rv
    Edited by: Kiran Jakka on May 11, 2012 8:05 AM

    Yes this is what I do, but still receive "Insufficient privileges to write to that location". So I am forced to use normal file system to be able to continue.
    After that I run into the current problem saying OMS configuration failed (see details....) and I try:
    ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=uxlpgrid01:6200
    3 of 5 processes started.
    ias-instance id=EnterpriseManager0.uxlpgrid01
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/home/default_island
    Error
    --> Process (pid=0)
    no port available from the port range
    failed to start a managed process after the maximum retry limit
    no port available from the port range
    no port available from the port range
    Log:
    none
    ias-component/process-type/process-set:
    OC4J/OC4J_EMPROV/default_island
    Error
    --> Process (pid=0)
    no port available from the port range
    failed to start a managed process after the maximum retry limit
    no port available from the port range
    no port available from the port range
    Log:
    none
    Then:
    ./opmnctl status
    Processes in Instance: EnterpriseManager0.uxlpgrid01
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 23861 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 27021 | Alive
    OC4J | home | N/A | Down
    OC4J | OC4J_EM | 10403 | Alive
    OC4J | OC4J_EMPROV | N/A | Down
    WebCache | WebCache | 23872 | Alive
    WebCache | WebCacheAdmin | 23863 | Alive
    Overwhelming :-(
    Thanks for helping
    Askia.

  • ORA-01017 error while using a database link

    Hi all,
    I have a TNS entry as below
    HOME=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=10.66.205.110)(PORT=1521))
    (CONNECT_DATA=(SID=HOME))
    I have created a database link as
    create public database link link92.com using 'HOME'.
    This was created successfully and an entry was made in all_db_links table.
    However if i try connecting to a table in the remote database...for example
    select * from emp@link92;
    I am receiving an error ORA-01017(Invalid username passwd).
    Would appreciate if somebody could help me out.
    Thank you

    It is not that the Database Link is "PUBLIC" that makes it use the current username/password.
    It is that the Database Link has been created without specifying a " CONNECT TO username IDENTIFIED BY password " that makes the DBLink behave as a "current user database link" using the current username/password to connect to the remote database.
    You can have a PUBLIC database link that uses a "CONNECT TO username IDENTIFIED BY password" such that all connections use the same remote username and password.
    You can also have "private" (ie not PUBLIC) database link that does not specify a "CONNECT TO username IDENTIFIED BY password" which becomes a "current user [owner] database link".

  • Getting error in mailing program :Cause: FDPSTP failed due to ORA-29277

    in the following program i am submitting a request and sending concurrent program log file (.REQ file)as an attachment but getting
    following error,plese tell me where i am wrong
    ORACLE error 29277 in FDPSTP
    Cause: FDPSTP failed due to ORA-29277: invalid SMTP operation
    ORA-06512: at "SYS.UTL_SMTP", line 44
    ORA-06512: at "SYS.UTL_SMTP", line 150
    ORA-06512: at "SYS.UTL_SMTP", line 383
    ORA-06512: at "SYS.UTL_SMTP", line 399
    ORA-0651
    code:
    CREATE OR REPLACE PACKAGE BODY APPS.xx_create_acct
    AS
       PROCEDURE submit_request(
          errbuf             OUT   VARCHAR2,
          retcode            OUT   VARCHAR2,
          Source_Application     varchar2,
    Application     number,
    Dummy_Parameter_0    varchar2,
    Ledger    number,
    Process_Category     varchar2,
    End_Date     varchar2,
    Create_Accounting_Flag    varchar2,
    Dummy_Parameter_1    varchar2,
    Accounting_Mode    varchar2,
    Dummy_Parameter_2    varchar2,
    Errors_Only_Flag    varchar2,
    Report    varchar2,
    Transfer_to_GL_Flag    varchar2,
    Dummy_Parameter_3    varchar2,
    Post_to_GL_Flag    varchar2,
    GL_Batch_Name    varchar2,
    Mixed_Currency_Precision    Number,
    Include_Zero_Amt_Lines_Flag    varchar2,
    Request_ID    varchar2,
    Entity_ID    Number,
    Source_Application_Name    varchar2,
    Application_Name    varchar2,
    Ledger_Name    varchar2,
    Process_Category_Name    varchar2,
    Create_Accounting    varchar2,
    Accounting_Mode_Name    varchar2,
    Errors_Only    varchar2,
    Report_Level    varchar2,
    Transfer_to_GL    varchar2,
    Post_in_GL    varchar2,
    Include_Zero_Amount_Lines    varchar2,
    Valuation_Method    varchar2,
    Security_ID_Integer_1    varchar2,
    Security_ID_Integer_2    varchar2,
    Security_ID_Integer_3    varchar2,
    Security_ID_Char_1    varchar2,
    Security_ID_Char_2    varchar2,
    Security_ID_Char_3    varchar2,
    Concurrent_Request_ID    number,
    P_INCLUDE_USER_TRX_ID_FLAG    varchar2,
    P_INCLUDE_USER_TRX_IDENTIFIERS    varchar2,
    P_DEBUG_FLAG     varchar2
       IS
          l_senderemail     VARCHAR2 (2000) := '[email protected]';
          l_request_id      NUMBER;
          errmsg            VARCHAR2 (1000);
          req_id            NUMBER;
          phase             VARCHAR2 (200);
          status            VARCHAR2 (200);
          dphase            VARCHAR2 (200);
          dstatus           VARCHAR2 (200);
          MESSAGE           VARCHAR2 (200);
          wait_stat         BOOLEAN;
          l_file_name       VARCHAR2 (200);
          l_file_path       VARCHAR2 (2000);
          crlf              VARCHAR2 (4)    := CHR (13) || CHR (10);
          v_set_layout_option  BOOLEAN;
           dir_name         varchar2(100);
        /*  CURSOR req_status
          IS
                        SELECT SUBSTR (outfile_name, 55, 23) filename,
                    SUBSTR (outfile_name, 1, 64) outfilepath
               FROM applsys.fnd_concurrent_requests
              WHERE request_id = l_request_id
                AND phase_code = 'C'
                AND status_code = 'C';*/
          directory_path    VARCHAR2 (2000);
          lv_subject        VARCHAR2 (100);
          lv_msg            VARCHAR2 (700);
          lv_msghdr         VARCHAR2 (100);
          lv_pdf_filename   VARCHAR2 (200);
       BEGIN
        apps.fnd_global.apps_initialize
                                   (user_id           => apps.fnd_global.user_id,
                                     resp_id           =>apps.fnd_global.resp_id,
                                    resp_appl_id      => apps.fnd_global.resp_appl_id
                 l_request_id :=
                apps.fnd_request.submit_request
                                      ( 'BOM',
                                        'CSTCRACCRCV',
                                         NULL,
                                         NULL,
                                         FALSE,                             
                                        Source_Application,
                                        Application     ,
                                        Dummy_Parameter_0,
                                        Ledger    ,
                                        Process_Category,
                                        End_Date     ,
                                        Create_Accounting_Flag,   
                                        Dummy_Parameter_1    ,
                                        Accounting_Mode    ,
                                        Dummy_Parameter_2,
                                        Errors_Only_Flag,
                                        Report    ,
                                        Transfer_to_GL_Flag,
                                        Dummy_Parameter_3,
                                        Post_to_GL_Flag    ,
                                        GL_Batch_Name    ,
                                        Mixed_Currency_Precision,
                                        Include_Zero_Amt_Lines_Flag,   
                                        Request_ID    ,
                                        Entity_ID,
                                        Source_Application_Name,
                                        Application_Name,
                                        Ledger_Name    ,
                                        Process_Category_Name,   
                                        Create_Accounting    ,
                                        Accounting_Mode_Name,
                                        Errors_Only    ,
                                        Report_Level,
                                        Transfer_to_GL,   
                                        Post_in_GL    ,
                                        Include_Zero_Amount_Lines,
                                        Valuation_Method    ,
                                        Security_ID_Integer_1,   
                                        Security_ID_Integer_2,   
                                        Security_ID_Integer_3,   
                                        Security_ID_Char_1    ,
                                        Security_ID_Char_2    ,
                                        Security_ID_Char_3    ,
                                        Concurrent_Request_ID,
                                        P_INCLUDE_USER_TRX_ID_FLAG,   
                                        P_INCLUDE_USER_TRX_IDENTIFIERS,   
                                        P_DEBUG_FLAG    
             COMMIT;
             IF (l_request_id <= 0)
             THEN
                errmsg := apps.fnd_message.get ();
             ELSE
                wait_stat :=
                   apps.fnd_concurrent.wait_for_request (l_request_id,
                                                         10,
                                                         360,
                                                         phase,
                                                         status,
                                                         dphase,
                                                         dstatus,
                                                         MESSAGE
                IF dphase = 'COMPLETE'
                THEN
                   dir_name :='XX_CREATE_ACCT_LOG';
                   l_file_name := 'l' || l_request_id || '.REQ';
                   lv_subject := NULL;
                   lv_msg := NULL;
                   lv_msghdr := NULL;
                   lv_pdf_filename := NULL;
                   lv_subject := 'testing mail :Request for Create Accounting not completed';
                   lv_msg :=
                         'Please find attachement here with the Status Of Create Accounting Reciving from cost management'
                   ||  crlf;
                   lv_msghdr := 'Dear Sir' ;
                   lv_pdf_filename := l_file_name;
                   send_mail (l_senderemail,
                              '[email protected]',
                              lv_subject,
                              lv_msghdr,
                              lv_msg,
                              lv_pdf_filename,
                              'text/application',
                              dir_name
                END IF;  
             END IF;
       END submit_request;
       PROCEDURE send_mail (
          p_sender        IN   VARCHAR2,
          p_recipient     IN   VARCHAR2,
          p_subject       IN   VARCHAR2,
          p_mailbodyhdr   IN   VARCHAR2,
          p_mailbody      IN   VARCHAR2,
          p_filename      IN   VARCHAR2,
          p_filetype      IN   VARCHAR2,
          dir_name        in   VARCHAR2
       AS
          v_msg                          VARCHAR2 (32000);
          src_file                       BFILE;
          i                              INTEGER             := 1;
          v_raw                          RAW (500);
          v_length                       INTEGER             := 0;
          v_buffer_size                  INTEGER             := 57;
          v_mailconn                     UTL_SMTP.connection;
          gc_crlf                        VARCHAR2 (4)      := CHR (13)
                                                              || CHR (10);
          gc_lf                          VARCHAR2 (4)        := CHR (10);
          crlf                           VARCHAR2 (2)      := CHR (13)
                                                              || CHR (10);
          gc_mailhost                    VARCHAR2 (255)      := '172.16.11.2';
          -- gc_maildomain                  VARCHAR2 (255)      := 'pune.com';
          msg                            VARCHAR2 (32767);
          boundary              CONSTANT VARCHAR2 (256)
                                               := '-----7D81B75CCC90D2974F7A1CBD';
          first_boundary        CONSTANT VARCHAR2 (256)
                                              := '--' || boundary || UTL_TCP.crlf;
          last_boundary         CONSTANT VARCHAR2 (256)
                                      := '--' || boundary || '--' || UTL_TCP.crlf;
    -- A MIME type that denotes multi-part email (MIME) messages.
          multipart_mime_type   CONSTANT VARCHAR2 (256)
                              := 'multipart/mixed; boundary="' || boundary || '"';
       BEGIN
          DBMS_OUTPUT.ENABLE (100000);
          --fnd_file.put_line (fnd_file.output, '------------------------------------------------------' );
          v_mailconn := UTL_SMTP.open_connection (gc_mailhost, 26);
          UTL_SMTP.helo (v_mailconn, gc_mailhost);
          UTL_SMTP.mail (v_mailconn, p_sender);
          UTL_SMTP.rcpt (v_mailconn, p_recipient);
          UTL_SMTP.open_data (v_mailconn);
          msg :=
                'Date: '
             || TO_CHAR (SYSDATE, 'Dy, DD Mon YYYY hh24:mi:ss')
             || crlf
             || 'From:[email protected] '
          --   || p_sender
             || crlf
             || 'Subject: '
             || p_subject
             || crlf
             || 'To: [email protected]'
            -- || p_recipient
             || crlf
             || 'MIME-Version: 3.1'
             || crlf
             ||                                          -- Use MIME mail standard
                'Content-Type: multipart/mixed;'
             || crlf
             || ' boundary="-----SECBOUND"'
             || crlf
             || crlf
             || '-------SECBOUND'
             || crlf
             || 'Content-Type: text/plain;'
             || crlf
             || 'Content-Transfer_Encoding: 7bit'
             || crlf
             || crlf
             || p_mailbodyhdr
             || crlf
             || crlf
             || p_mailbody
             || crlf
             || crlf
             || crlf
             || crlf
             ||                                                    -- Message body
                'Regards'
             || crlf
             || 'HR and Payroll Team'
             || crlf
             || crlf
             || ' Note- Please ignore the leave status and number of days.'
             || crlf
             || crlf
             || '-------SECBOUND'
             || crlf
             || 'Content-Type'
             || ': '
             || p_filetype
             || crlf
             || 'Content-Disposition: attachment; filename="'
           --  || 'Create Accounting'
            -- || '.REQ'     
             ||p_filename                                         -- p_filename
             || '"'
             || crlf
             || 'Content-Transfer-Encoding: base64'
             || crlf
             || crlf;
          UTL_SMTP.write_data (v_mailconn, msg);
          src_file := BFILENAME (dir_name, p_filename);
          DBMS_LOB.fileopen (src_file, DBMS_LOB.file_readonly);
          v_length := DBMS_LOB.getlength (src_file);
          WHILE i < v_length
          LOOP
             DBMS_LOB.READ (src_file, v_buffer_size, i, v_raw);
             UTL_SMTP.write_raw_data (v_mailconn,
                                      UTL_ENCODE.base64_encode (v_raw)
             UTL_SMTP.write_data (v_mailconn, UTL_TCP.crlf);
             i := i + v_buffer_size;
          END LOOP while_loop;
          UTL_SMTP.write_data (v_mailconn, last_boundary);
          UTL_SMTP.write_data (v_mailconn, UTL_TCP.crlf);
          DBMS_LOB.fileclose (src_file);
          UTL_SMTP.close_data (v_mailconn);
          UTL_SMTP.quit (v_mailconn);
       EXCEPTION
          WHEN OTHERS
          THEN
             UTL_SMTP.quit (v_mailconn);
             DBMS_OUTPUT.put_line (SQLCODE || SQLERRM);
       --   FND_FILE.PUT_LINE (FND_FILE.LOG,'error while fetching values from CO_CODE'|| SQLERRM );
       END send_mail;
    END xx_create_acct;Edited by: BluShadow on 18-Apr-2011 09:49
    added {noformat}{noformat} tags.  Please see the [url=SQL and PL/SQL FAQ and PL/SQL FAQ[/url] for info on how to post on the forums                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     

    I didn't get the information, What I want. Anyway, in the BLOB writing portion you have to create a temporary LOB and load your file into that temporary LOB and the write it into chunks.
    Something like
    DBMS_LOB.OPEN(v_src_loc, DBMS_LOB.LOB_READONLY); --Read the file
      DBMS_LOB.CREATETEMPORARY(l_blob, TRUE); --Create temporary LOB to store the file.
      v_amount := DBMS_LOB.GETLENGTH(v_src_loc); --Amount to store.
      DBMS_LOB.LOADFROMFILE(l_blob, v_src_loc, v_amount); -- Loading from file into temporary LOB
    /* Writing the BLOL in chunks */
      WHILE l_pos < l_blob_len LOOP
        DBMS_LOB.READ(l_blob, l_amount, l_pos, l_buffer);
        UTL_SMTP.write_raw_data(v_connection_handle,
                                UTL_ENCODE.BASE64_ENCODE(l_buffer));
        UTL_SMTP.WRITE_DATA(v_connection_handle, UTL_TCP.CRLF);
        l_buffer := NULL;
        l_pos    := l_pos + l_amount;
      END LOOP;For more example see these posts:
    Re: Sending UTL_SMTP mail with single jpg attachment issue
    Re: getting junk letters instead of photo in an email.

  • Error ORA-01017 happened when dbms_scheduler run a job.

    Hi All,
    I got a problem when I use dbms_scheduler to run a job. I got Error code 1017 when the job is run by scheduler. Please find my steps below:
    Oracle version is : Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    1. Created a job successfully by using the code below:
    begin
    dbms_scheduler.create_job(
    job_name => 'monthly_refresh_elec_splits',
    job_type => 'PLSQL_BLOCK',
    job_action => 'BEGIN TRADINGANALYSIS.PKG_IM_REPORTING_ERM.REFRESH_ELEC_SPLITS_TEST; commit; END;',
    start_date => SYSTIMESTAMP,
    repeat_interval => 'freq=monthly;bymonthday=25;byhour=10;byminute=35;bysecond=0;',
    end_date => NULL,
    enabled => TRUE,
    comments => 'monthly_refresh_elec_splits.',
    auto_drop => FALSE
    end;
    2. Got the job run details from talbe user_scheduler_job_run_details after the job is finished:
    select * from user_scheduler_job_run_details where job_name = 'MONTHLY_REFRESH_ELEC_SPLITS' order by log_id desc;
    LOG_ID     LOG_DATE     OWNER     JOB_NAME     JOB_SUBNAME     STATUS     ERROR#     REQ_START_DATE     ACTUAL_START_DATE     RUN_DURATION     INSTANCE_ID     SESSION_ID     SLAVE_PID     CPU_USED     DESTINATION     ADDITIONAL_INFO
    2054804     25/06/2012 10:35:01.086000 AM +10:00     TRADINGANALYSIS     MONTHLY_REFRESH_ELEC_SPLITS          FAILED     1017     25/06/2012 10:35:00.300000 AM +10:00     25/06/2012 10:35:00.400000 AM +10:00     +00 00:00:01.000000     1     1025,37017     129396     +00 00:00:00.030000          ORA-01017: invalid username/password; logon denied
    ORA-02063: preceding line from NETS
    ORA-06512: at "TRADINGANALYSIS.PKG_IM_REPORTING_ERM", line 574
    ORA-06512: at line 1
    3. If I run the job directly the job will be finished successfully.
    begin
    dbms_scheduler.run_job('monthly_refresh_elec_splits',TRUE);
    end;
    LOG_ID     LOG_DATE     OWNER     JOB_NAME     JOB_SUBNAME     STATUS     ERROR#     REQ_START_DATE     ACTUAL_START_DATE     RUN_DURATION     INSTANCE_ID     SESSION_ID     SLAVE_PID     CPU_USED     DESTINATION     ADDITIONAL_INFO
    2054835     25/06/2012 11:05:38.515000 AM +10:00     TRADINGANALYSIS     MONTHLY_REFRESH_ELEC_SPLITS          SUCCEEDED     0     25/06/2012 11:04:35.787000 AM +10:00     25/06/2012 11:04:35.787000 AM +10:00     +00 00:01:03.000000     1     1047,700          +00 00:00:00.030000
    Additional Info:
    PL/SQL Code in procedure
    PROCEDURE Refresh_Elec_Splits_Test IS
    BEGIN
    --Refresh im_fact_nets_genvol from v_im_facts_nets_genvol in NETS
    DELETE FROM IM_FACT_NETS_GENVOL;
    --the local NETS_GENVOL table has an additional column providing volume splits by generator and month.
    --INSERT INTO IM_FACT_NETS_GENVOL values ('test',sysdate,'test',1,2,3,4,5,6,7);
    INSERT INTO IM_FACT_NETS_GENVOL
    select ngv.*,
    ratio_to_report (net_mwh) OVER (PARTITION BY settlementmonth, state)
    gen_percent
    from [email protected] ngv;
    commit;
    END;
    Does anyone can advice where should I check and how can I solve the problem?
    Thanks in advance
    Edited by: user13244529 on 24/06/2012 18:33
    Edited by: user13244529 on 24/06/2012 18:43

    I apologize if you already solved this.. but see Metalink ID 790221.1
    +*<Moderator Edit - deleted contents of MOS Doc - pl do NOT post such content - it is a violation of your Support agreement>*+                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • [SOLVED] AltGr key suddenly isn't AltGr anymore

    My AltGr key all of a sudden seems to have changed into a normal Alt key, so I'm unable to produce a couple of characters. Any idea what's going on? Apart from a "sudo pacman -Syu" I didn't do anything regarding any configuration or system things. My

  • SAP QM End User Manual

    Hi all, Can anyone send me SAP QM End User Manual. Its will be great help. Thanks n Regards, Mayur

  • GPS time stamp

    Hi.. I am using NAVILOCK GPS tool for work related to the laser radar. I wrote a simple vi which writes out the time stamp in a fashion of 12:13:21 (UTC,hh:mm:ss). But I need to have second information more precisely as we are aquring our data at the

  • In Develop Mode, always Display As Shot White Balance

    When adjusting WB for RAW images in Develop Mode, it would be really useful to have the As Shot WB visible in RH Pane, along side the Custom WB or other adopted WB.

  • Video Storage / Mirroring Question & Advice

    Good Day I am assembling about 5 years worth of video from tape, card and disk and putting it all onto a Drobo Pro w/ 8x2TB drives. The drive should be big enough. And my plan is to just get another Drobo if need be and daisy chain them together. I a