Unable to start ICM Configuration Manager in ICM 8.5

Hi,
We are in the midst of setting the unified contact center 8.5.2 on windows server 2008 R2.
We are using CUCM 8.5. As for the icm 8.5.2, the servers are as follows:
1. Router A & logger A & CMPG A & VRU PG A on 1 mcs 7845
2. Router B & logger B & CMPG B & VRU PG B on 1 mcs 7845
3. Administration/ Data server with HDS on 1 mcs 7845
All servers are running ms SQL server 2005 with sp2. When the instance and all components
were created, I could start all services on these 3 servers. But when I tried to open the
Configuration Manager, it showed an error "(-9959) The AWDB needs to be reloaded before
any operations may be attempted. Please run Initialize Local Database."
Then I tried to start the process in the Initialize Local Database windows, it threw out
another error saying "the pipe has ended" following by another message "the process is
completed".
Then I tried o start the configuration manager or the script editor again, the same
problem still persists. I tried to recreate the Administration server & data server component again, but it
doesn't help. I also tried to delete the AWDB but it said the database in current in use.
Did I miss out any important steps here? Appreciate your help to rectify this issue ASAP.
I also noticed version 8.x and 7.5 is so much different. How do I check the each icm
process like the process window in version 7.5?
Thanks & regards,
Eric

Geoff is correct...and I would agree with David as well.
I will try to be more specific and answer both questions:
On Windows Server 2003, SQL Server 2005 Service Pack 3 or higher is the requirement.
On Windows Server 2008 R2, SQL Server 2005 Service Pack 4 or higher is the requirement.
The validation should be enforced in ICM Installer 8.0(1a).
Specifically, if SQL Server 2005 is detected on a machine and if the service pack is not minimally correct, when ICMCCInstaller version 8.0(1a) is run, the following severe error will be displayed to the user as well as being logged in the ICMInstall.log:
"[Error] Microsoft SQL Server 2005 installation does not have a high enough service pack.  Cisco Unified ICM/Contact Center Enterprise & Hosted requires Microsoft SQL Server 2005 with Service Pack or greater."
where is 3 when running on Windows Server 2003 and 4 when running on Windows Server 2008 R2.
didn't you see this message when installing it?
The 8.0(1a) full installer contains the same file set as the 8.0(1) FCS version. The difference is in the InstallShield installer, which allows customers to install the product on Windows 2003 or Windows Server 2008 R2 (whereas the FCS version did not allow W2k8). Release 8.0(1a) completely replaces 8.0(1). End user documentation still just refers to 8.0(1) (i.e. you will not see reference to 8.0(1a)).
Note: 8.0(1a) does not have the complete working solution for Windows Server 2008 R2. You must apply the 8.5(2) or higher maintenance release in addition to 8.0(1a) to have a working solution. The MR contains bug fixes specific to Windows Server 2008 R2.
Now, how to see processes...well...say goodbye to that one as it is used to be
No UCCE Process Windows
In Windows Server 2008 R2, session 0, where Windows services run, has no desktop. No user can login to session 0 as previously known as console. And since there is no desktop, no visible object of any type can be displayed. Among such objects are the UCCE process windows. Customers and TAC have long relied on the process windows to diagnose the system and provide a feel good indicator that the system is running. The title bars of some windows are critical for determining things like which side is active. The tracing provided in some windows sometimes made it easier to diagnose or monitor certain conditions, especially in reproduction during a maintenance window. The goal was to make this same information available in another way.
Diagnostic Framework Portico: Process Status Info (title bar)
The status of the UCCE processes is used to be shown in the title bar of the corresponding process window.  Since all UCCE process windows no longer show up in the taskbar, users are not able to use the process windows to check the status of the UCCE processes anymore.  As a result, process status information was added to the Diagnostic Framework Portico.
The Diagnostic Framework Portico is a web-based GUI that list the current running UCCE processes.
You can also access the Diagnostic Framework Portico by choosing All Programs > Cisco Unified CCE Tools > Diagnostic Framework Portico.
Note that the process status information is now displayed.  Additionally status changes and low uptime is highlighted. Uptime will be red if uptime is less than 10 minutes and yellow less than 30 minutes. These will also be underlined. This will help to identify cycling services. Status changes will be highlighted and made bold when a process's status changes. This highlighting will last for 10 minutes or until the status returns to its original state. Also as compared to the original page, the vertical space has been used more efficiently to fit more processes on a single page without scrolling. There is also a refresh checkbox which when checked will refresh the page every 5 seconds. It is checked by default.
EMSMon: Process EMS Messages
In Release 8.5(2), for Windows 2008, process windows for ICM processes are no longer available. The title bar status information is available in the Diagnostic Portico; however, real time data does not appear there. To address this, Cisco recommends that partners and TAC use EMSMON as a replacement.
EMSMON has been with UCCE/ICM since the earliest versions of ICM. EMSMON displays logged messages from a process as they are logged. It displays the same content as the former process windows. The two exceptions are the title bar and stdout and stderr output. Events are logged for all processes and appear in EMSMON. However, rare error condition messages (shelled processes, and so on) that go to stdout do not appear in an EMSMON window.
You can start EMSMON while the process is up or down. If the process is down, EMSMON displays messages from the process when the process starts. EMSMON does not end when the process ends. To end EMSMON, press CTRL+C or close the window.
Note: To prevent ICM processes from queueing too many EMSMON messages and exceeding the system memory, ICM processes may drop queued EMSMON messages. If this happens, EMSMON clients display a message indicating one of the clients fell behind and there is a gap. This message is also logged in the processes event log. This can happen if a particular EMSMON client is too slow or paused by quick edit or ctrl/s for example.
How to run EMSMON
EMSMON has the same parameters as procmon:
*Instance/Customer Node process,[process] [System]
The System parameter is optional. You can use it to run EMSMON from a machine remote from where the process is running.
For example, if the Instance/Customer Node is ?ucce and you want to monitor the JTAPI gateway on PG1A, type the following:
EMSMON ucce PG1A jgw1
If you are remote and the machine name is UCCEPG1A, type:
EMSMON ucce PG1A jgw1 UCCEPG1A
Note: A trust relationship must exist between the two machines. (Use the “NET USE” command or something similar).
The following list includes some EMSMON facts:
EMSMON (like DUMPLOG) can monitor multiple processes. The use of EMSMON to monitor multiple processes is not discussed here.
A single EMSMON can monitor multiple processes and merge their output (for example, (jgw1 and pim1).
Multiple EMSMONs can watch a single process. For example, you can have a local (on box) EMSMON and a remote EMSMON. Cisco recommends that you use one EMSMON only for each process.
To reserve system resources for ICM processes, it is recommended that you run the EMSMON client on a remote machine that does not host ICM processes. For example, running EMSMON client on side A of a PG and connecting it to a process on side B of a PG is not recommended.
To run EMSMON on a remote machine, copy emsmon.exe, emsmon.pdb, and icrmessages.dll from c:\icm\bin and place them on a remote machine.
You can cut and paste just as in the command windows but it is safer in EMSMON.
You can start EMSMON at anytime, even when the process is not running. (You can have a batch file on a machine to start sessions.)
For history (events prior to EMSMON starting), use DUMPLOG.
To change the number of lines each EMSMON window retains, modify the command window parameters.
With EMSMON, you can have one local connection and five remote connections per process. When the number of connections is exceeded, the oldest session is disconnected with the following message ?You are being disconnected because another user has connected to this named pipe.
If your system is running a heavy call load, your EMSMON connections may disconnect and the following message appears: ? You are being disconnected because the system is running a heavy call load; this connection may impact the performance of the system. It is recommended that you do not reconnect your EMSMON sessions until your system returns to a normal call load
Thanks,
Goran
Please rate with 5 stars if you find this post useful.

Similar Messages

  • TNS-04012: Unable to start Oracle Connection Manager instance.

    Hi,
    I've tried to configure Connection Manager but i fails on:
    TNS-04012: Unable to start Oracle Connection Manager instance
    This is my configuration (I've removed as much as possible to remove possible errors):
    CMAN1=(CONFIGURATION=
      (ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1522))
      (RULE_LIST=
       (RULE=(SRC=*)(DST=<IP>)(SRV=*)(ACT=accept))))
    CMCTL> administer CMAN1
    Current instance CMAN1 is not yet started
    Connections refer to (ADDRESS=(PROTOCOL=tcp)(HOST=<hostname>)(PORT=1522)).
    The command completed successfully.
    CMCTL:CMAN1> startup
    TNS-04012: Unable to start Oracle Connection Manager instance.I've reviewed following notes without getting any closer (298916.1 and 733421.1)
    I can't see any errors in any of the following possible issues:
    * The max_connections value must not exceed 1024. Maximum acceptable value is 1024
    * The max_gateway_processes value must not exceed 64. Maximum acceptable value is 64
    * The trace_directory and log_directory values must be valid
    * The trace_level and log_level values do not support numeric values 6,10 and 16
    * Duplicate sections
    * Misspelled parameter names or parameter values
    * Host values that are not resolvable
    * Rule list must allow the local address of the machine where cman is installed
    * A specfic address in SRC or DST for a rule in the rule list must be resolvable(Try ip address range as a workaround and see the enhancement request 6125025)
    * Windows: Ensure the ORA_DBA group is present and O/S user starting CMAN is in the group
    * Windows: Ensure any firewall is not blocking Oracle from using Network
    All help are appreciated!
    Cheers

    933746 wrote:
    Osama_mustafa wrote:
    Refer to
    Troubleshooting Guide: TNS-04012: Unable to Start Oracle Connection Manager Instance [ID 733421.1]Hi,
    As I've stated in my post I've reviewed this post without any help.I would suggest you read the provided doc [ 733421.1] more thoroughly.... the answer is there.

  • Unable to start ICM

    Hi Experts,
    I am unable to start the ICM, whenever I start the SAP ABAP Instance, the below logs are generated in dev_icm
    I also tried changing the services port from 8000 to 8001, but still no luck.
    Can someone help me on this.
    [Thr 9476] Mon Jan 31 07:20:15 2011
    [Thr 9476] *** WARNING => HttpPlugInInit: Parameter icm/HTTPS/trust_client_with_issuer or icm/HTTPS/trust_client_with_subject not set => do not trust any intermediary
    X.509 cert data will be removed from header [http_plg.c   730]
    [Thr 9476] ISC: created 400 MB disk cache.
    [Thr 9476] ISC: created 50 MB memory cache.
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpCacheHandler(slot=0, flags=12293) for /:0
    [Thr 9476] HttpExtractArchive: files from archive D:\usr\sap\CED\DVEBMGS00\exe/icmadmin.SAR in directory D:/usr/sap/CED/DVEBMGS00/data/icmanroot are up to date
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpAdminHandler(slot=1, flags=4101) for /sap/admin:0
    [Thr 9476] CsiInit(): Initializing the Content Scan Interface
    [Thr 9476]            PC with Windows NT (mt,unicode,SAP_CHAR/size_t/void* = 16/64/64)
    [Thr 9476] CsiInit(): CSA_LIB = "D:\usr\sap\CED\DVEBMGS00\exe\sapcsa.dll"
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpAuthHandler(slot=2, flags=12293) for /:0
    [Thr 9476] HttpSubHandlerAdd: Added handler HttpSAPR3Handler(slot=3, flags=1052677) for /:0
    [Thr 9476] Started service 8000 for protocol HTTP on host "GHPLR3DEV.godrejinds.com"(on all adapters) (processing timeout=60, keep_alive_timeout=30)
    [Thr 9476] Mon Jan 31 07:20:20 2011
    [Thr 9476] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 5 seconds [icxxman.c    4616]
    [Thr 9476] *** WARNING => IcmNetCheck: 1 possible network problems detected - please check the network/DNS settings [icxxman.c    4672]
    [Thr 5736] Mon Jan 31 07:35:41 2011
    [Thr 5736] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 42;10.26.24.44:1090) [nibuf.cpp    4611]
    [Thr 5736] *** WARNING => Connection request from (2/3/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)
    [icxxconn.c 2340]
    [Thr 1812] Mon Jan 31 07:35:46 2011
    [Thr 1812] *** ERROR => NiBufIConnect: non-buffered connect pending after 5000ms (hdl 42;10.26.24.44:1090) [nibuf.cpp    4611]
    [Thr 1812] *** WARNING => Connection request from (2/3/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)
    [icxxconn.c 2340]

    Hi,
    I have the same errors on my production ECC6 EHP4 system where the ICM runs perfectly :
    [Thr 9492] *** WARNING => Connection request from (4/5/0) to host: 10.26.24.44, service: 1090 failed (NIECONN_REFUSED)
    I think this problem is generated by the SAP standard entry HME_CONTENT  in transaction OAC0 (Content Repositories)
    Content Rep.    HME_CONTENT
    Description     TEST CONTENT
    Document Area
    Storage type
    Protocol
    Version no.     0045   Content Server version 4.5
    HTTP server     P25214:1090
    HTTP Script     contentserver/contentserver.dll
    From my understanding, SAP forgot to remove this test entry before shipping to customers...
    This an explantion of the error messages but not an explanation of the non starting ICM...
    Regards,
    Olivier

  • Unable to start Oracle Process Manager from the windows services for OBIEE

    Hi,
    I have OBIEE 11g installed on a 32-bit windows machine. Of the two windows services installed, I am unable to start the Oracle Process Manager. When I try to start it I get the following error:
    Error 1053: The service did not respond to the start or control request  in a timely fashion.
    At the back end, this service is calling the file opmn.exe which is placed at MIDDLEWAREHOME\Oracle_BI1\opmn\bin. On trying to execute this file the error we get is:
    The procedure entry point longjmp could not be located in the dynamic link library orauts.dll
    I have tried replacing the orauts.dll file, but to no avail.
    Please let me know if you have any clue regarding what is to be done.
    Thanks
    Naman

    Hi Naman,
    This error occurs for the following reasons,
    *Path variable is not set properly
    *Multiple Oracle homes exists in the same machine.
    Follow the below steps and let me know if it works,
    1. Select My Computer -> Right Click -> Properties
    2. In the System Properties screen go to Advanced Tab
    3. Click on Environment Variables
    4. In the System Variables section select PATH variable & Click edit
    5. Now you will find that it will contain invalid directories. Remove the incorrect entries. This may happen when you have multiple oracle homes in the same machine
    6. Restart the service.
    Rgds,
    Dpka

  • Why SQL services is dont start in configuration manager studio 2012

    I finished installing SQL server Management Studio 2012 and that of configuration management studio.
    When I wanted to log in did not find server name, and I tried <pc name>\SQLEXpress, still did not work.
    So checked configuration management studio and I noticed that usually we see arrow type button (like "play " button) on the picture of CPU beside word- SQL server services on configuration management studio, was not seen.
    is it the reason why it SSMS don't find Server name?
    I freshly install SSMS, did I miss to install something?
    Please help... Thanks

    Also, did you install Express edition, if so, Express edition does not have sql Server agent service but you will see that in the configuration manager with Stop button kind of thing and you cannot start that,o do not worry about it
    A more appropriate description would be
    Express edition has SQL Server agent code inbuilt but is disabled by edition restriction. It is there because when you upgrade SQL Express to Enterprise or Standard Upgrade just need to enable that code to bring Agent services it saves itself from hassle
    of writing a code for agent.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Unable to Start UCM Content Managed Server (UCM_server1) due to LDAP issue

    Hi,
    Brief of Steps followed so far -
    1. Installed Oracle WebCenter in Weblogic Domain 1, created the relevant schemas using RCU and able to successfully start the managed servers for WebCenter middleware apps - Spaces / Portal server etc.
    2. Installed Oracle Content in Weblogic Domain 2, created the relevant schema for the middleware app using RCU.
    3. Weblogic Admin Server starts successfully and am able to launch the 'console' and 'em' app, successfully.
    4. When I try to start the UCM_server1 managed server, with command
    startManagedWebLogic UCM_server1 http://<my localhost ip>:8001/console, it throws below error.
    NOTE - I HAVE TRIED THE EXISTING response to similar problem available in the forum -
    a. Tried deleting the LDAP files from the C:\oracle\Middleware\user_projects\domains\content_base_domain\servers\UCM_server1 directory and re-starting
    b. Tried checking the windows host file and updating for localhost.
    Plausible Error Statement
    Have highlihgted in bold, the first exception is thrown by getDNForUser search statement.
    Error Traced on UCM_server1
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.CallbackHandlerWrapper.handle delegated callbacks>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.CallbackHandlerWrapper.handle got username from callbacks[0], UserName=weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <LDAP Atn Login username: weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <authenticate user:weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <new LDAP connection to host psclap-3n0l6q1.gdnindia.com port 8001 use local connection is true>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <created new LDAP connection LDAPConnection { ldapVersion:2 bindDN:""}>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <connection succeeded>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <getConnection return conn:LDAPConnection { ldapVersion:2 bindDN:""}>
    *####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <getDNForUser search("ou=people,ou=myrealm,dc=content_base_domain", "(&(uid=weblogic)(objectclass=person))", base DN & below)>*
    *####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <[Security:090295]caught unexpected exception>* ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.LoginModuleWrapper.commit>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <LDAP Atn Abort>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <com.bea.common.security.internal.service.LoginModuleWrapper.commit delegated, returning false>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityAtn> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.authenticate authenticate failed for user weblogic>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.isLocked(weblogic)>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic)>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) UserLockout Login failure for user in realm myrealm>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.getInvaliLoginUsersHighCount()>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) User weblogic has 1 failures in realm myrealm>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImplUserLockout InvalidLogin Record GC not needed>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImpl.logFailure(weblogic) UserLockout About to multicast login failure for user SecurityMessage realm:myrealm record:SecurityMulticastRecord: origin: UCM_server1 realmName: myrealm seqnum: 1 timestamp: May 2, 2012 2:17:47 PM username: weblogic nextSeqNo:1>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecurityUserLockout> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-000000> <weblogic.security.service.internal.UserLockoutServiceImpl$ServiceImplUserLockout Can't create multicastSession because ClusterServices are unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Critical> <Security> <PDCLAP-3N0L6Q1> <UCM_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1335948467386> <BEA-090403> <Authentication for user weblogic denied>
    ####<May 2, 2012 2:17:47 PM IST> <Critical> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> *<1335948467402> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied*
    weblogic.security.SecurityInitializationException: Authentication for user weblogic denied
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)*
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)*
    *     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)*
    *     at weblogic.security.SecurityService.start(SecurityService.java:141)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    *Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception*
    *     at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)*
    *     at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
    *     at java.lang.reflect.Method.invoke(Method.java:597)*
    *     at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)*
    *     at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)*
    *     at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)*
    *     at java.security.AccessController.doPrivileged(Native Method)*
    *     at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)*
    *     at javax.security.auth.login.LoginContext.login(LoginContext.java:579)*
    *     at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
    *     at java.lang.reflect.Method.invoke(Method.java:597)*
    *     at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)*
    *     at $Proxy36.login(Unknown Source)*
    *     at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)*
    *     at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)*
    *     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)*
    *     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)*
    *     at java.lang.reflect.Method.invoke(Method.java:597)*
    *     at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)*
    *     at $Proxy54.authenticate(Unknown Source)*
    *     at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)*
    *     at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)*
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)*
    *     at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)*
    *     at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)*
    *     at weblogic.security.SecurityService.start(SecurityService.java:141)*
    *     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
    *     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
    *     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
    *>* ####<May 2, 2012 2:17:47 PM IST> <Notice> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467448> <BEA-000365> <Server state changed to FAILED>
    ####<May 2, 2012 2:17:47 PM IST> <Error> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467448> <BEA-000383> <A critical service failed. The server will shut itself down>
    ####<May 2, 2012 2:17:47 PM IST> <Notice> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467480> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467480> <BEA-000000> <will attempt to halt all services ...>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467480> <BEA-000000> <calling halt on weblogic.ldap.EmbeddedLDAP@e64834>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on [email protected]e34309>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.iiop.IIOPClientService@cc88ce>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.jndi.internal.NamingService@bf2f7c>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.rmi.internal.RMIServerService@13072d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on [email protected]>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.t3.srvr.ListenerService@17f3202>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467495> <BEA-000000> <calling halt on weblogic.server.channels.AdminPortService@efbbf9>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecuritySSL> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467511> <BEA-000000> <Use Certicom SSL with Domestic strength>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <SecuritySSL> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Empty CA List is enabled :false>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.socket.SocketMuxerServerService@1adf5e1>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.server.channels.ChannelService@e80f0d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.protocol.ProtocolService@cd0c52>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.rjvm.RJVMService@7142>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.timers.internal.TimerService@1d3510d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.nodemanager.NMService@14975d2>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Displaying server state and diagnostic component states:>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Server state: FORCE_SHUTTING_DOWN>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Diagnostic Image>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Server Logging>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Enabled>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Debug>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Enabled>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Diagnostic Context>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Manager>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Name: Archive>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DiagnosticLifecycleHandlers> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Status: Unavailable>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.internal.WorkManagerService@ecd2de>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.t3.srvr.BootService@14ffad7>
    ####<May 2, 2012 2:17:47 PM IST> <Info> <WebLogicServer> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000236> <Stopping execute threads.>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.mbeanservers.runtime.internal.DiagnosticSupportService@32033e>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]8>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService@9f01e6>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ConfigurationEdit> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Halting Runtime Access deployment receiver service weblogic.management.provider.internal.RuntimeAccessDeploymentReceiverService@9f01e6>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.deploy.internal.targetserver.datamanagement.ConfigRecoveryService@f82c7d>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.deploy.service.internal.DeploymentService@899a54>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <DeploymentServiceInternal> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <Halting DeploymentService>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.upgrade.domain.DomainUpgradeServerService@1cf1d57>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.MSIService@1d59d3c>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.internal.DomainDirectoryService@197436b>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ConfigurationRuntime> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <released null>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.management.provider.PropertyService@14cdfcf>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on [email protected]e>
    ####<May 2, 2012 2:17:47 PM IST> <Debug> <ServerLifeCycle> <PDCLAP-3N0L6Q1> <UCM_server1> <main> <<WLS Kernel>> <> <> <1335948467636> <BEA-000000> <calling halt on weblogic.t3.srvr.PreConfigBootService@12cff6b>
    Has anyone encountered a similar problem, and report a plausible fix for the same.
    With Regards,
    Sunjeet
    INDIA-8805019989

    Got another thread - Unable to start managed server. for the right answer.
    Solution In all-
    1. Start your admin server
    2. Change the Listen Address of both Admin and Managed Server to "localhost" and save the settings
    3. Re-start the Admin Server
    4. Change the host file to cover "localhost" resolving address with an entry - 127.0.0.1 localhost
    5. Start the managed server - startManagedWeblogic UCM_server1 http://localhost:7001/
    There is no problem in the boot.properties file, so no need to delete the existing security files.
    Regards,
    Sunjeet

  • 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>

  • Unable to start Oracle Process Manager Service

    I installed EPM 11.1.2.1 on Windows 2008 R2.
    Oracle database 11g.
    I installed and configured every thing was working fine. But suddenly the Oracle Process Manager service is not starting.
    I checked in event viewer the following error i found:
    The Oracle Process Manager (EPM_epmsystem1) service failed to start due to the following error:
    The service did not respond to the start or control request in a timely fashion.
    Please help me.

    Hi Jasmin,
    The error was:
    The service did not respond to the start or control request in a timely fashion.
    Thanks,
    Ravi.

  • Unable to start the Enterprise Manager

    I've installed Oracle 10g on a RHEL 4 AS machine with very little problems. I'm now trying to start the Oracle DBMS service and listeners as well as configure the DBMS. I have the listener running and now I'm try to get the Enterprise Manager running. In enter the following command:
    emctl start dbconsole
    I get the following results:
    TZ set to US/Eastern
    OC4J Configuration issue. /disk1/Oracle/oracle_dbms/product/10.2.0/oc4j/j2ee/OC4J_DBConsole_CSCDSERVER5_oracle not found.
    This install has been a real struggle for me. My installation was as follows: "Advance, Custom & Software Only". What is causing this and how do I get things working?
    Thanks

    You are referring the same topic on your other thread: Install of Oracle 10g on RHEL 4 AS (newbie)
    You can continue there, so we all don't make duplicated answering efforts.
    ~ Madrid.

  • Unable to start EPMA PROCESS MANAGER

    I'm having an issue starting the EPMA Process Manager service ERROR :
    Service cannot be started. Hyperion.DimensionServer.ProcessManager.Interface.ProcessManagerException: Cannot initialize the Session Manager. ---> System.ArgumentException: An item with the same key has already been added.
    at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
    at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
    at Hyperion.DataAccessLayerCore.SchemaReaderSqlServer.<FillTableList>b__0(DALDatasetCommand command)
    at Hyperion.DataAccessLayerCore.DataAccessLayer.ExecLoadSQL(String SQL, Action`1 onSetParams, Action`1 onRead, DatabaseContext context)
    at Hyperion.DataAccessLayerCore.SchemaReaderSqlServer.FillTableList()
    at Hyperion.DataAccessLayerCore.BaseSchemaReader.GetTableList()
    at Hyperion.DataAccessLayerCore.DataAccessLayer.FillSchema()
    at Hyperion.DataAccessLayerCore.DataAccessLayer..ctor(NameValueCollection settings, String tablePrefix, String baseNamespace, String schemaVersion)
    at Hyperion.SessionManager.DAO.SessionManagerDataA...
    Any help would be greatly appreciated. Thanks

    Hi,
    I believe this happens when you have a problem with your datasources or instances, if you have two conflicting ones then the process manager will not start up.
    Can you check your planning instances and datasources and remove any duplicates or ones that could be conflicting.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to start Oracle Process manager (instance1) service.

    When I try to start this service I get the following error in Event Manager:
    Faulting application opmn.exe, version 11.0.0.0, time stamp 0x4ed8d1e8, faulting module yod.dll, version 6.0.6002.18541, time stamp 0x4ec3e855, exception code 0xc0000135, fault offset 0x00000000000b6fc8, process id 0x1ca4, application start time 0x01cd660277503c3a.
    But if I try through the command prompt 'opmnctl start' it works just fine. The problem is now I have to stay logged into the machine, if I log out opmn shuts down.
    This is happening on two servers we have this installed on. Windows Server 2008 (NOT R2) 24gb ram. Otherwise it is running just fine.
    Very little help on google for this issue. Any help would be great.

    Sorry if I was not clear on my issues, but it is when I try to start the windows service, (Oracle Process Manager (instance1), that I get this error in the Event Logs.
    Does anyon know the difference between the commands for starting this service through Windows Services and 'opmnctl start'?
    Edited by: 844667 on Jul 20, 2012 8:05 AM
    Edited by: 844667 on Jul 20, 2012 8:06 AM

  • Unable to start SOA & OIM  Managed Servers

    I am getting the following error when I am starting the SOA $ OIM  servers - once the Admin server is RUNNING.
    For the error pasted below , I took the following approach:
    1. Added boot.properties file and provided the username and password for all the servers
    2. removed the boot.properties file and had to provide the username and password separately. I also noticed here that I get the error below whether I enter the password or leave it blank.
    3. reset the password for admin and managed servers followed by the backing up the domain - / data/ldap files (from admin and managed servers)
    Despite these approaches, I am still getting the "Authentication denied error"
    Looking forward for your suggestions.
    <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
    weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:960)
            at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
            at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
            at weblogic.security.SecurityService.start(SecurityService.java:141)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
            at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
            at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            Truncated. see log file for complete stacktrace
    >
    <Dec 12, 2013 6:44:27 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Dec 12, 2013 6:44:27 AM EST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Dec 12, 2013 6:44:27 AM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

    Try this :-
    CREATE A NEW ADMIN ACCOUNT IN WEBLOGIC and use the below username and password for starting the servers:-
    1)Shutdown the weblogic server
    2)setDomain.env
    3)back up DefaultAuthenticatorInit.ldift file under security
    4)Go to security folder
    5) java weblogic.security.utils.AdminAccount newAdmin newPassword .
    6) goto servers data/ldap and remove the following file del DefaultAuthenticatormyrealmInit.initialized

  • Unable to start Analytic Workspace Manager

    Hi,
    I have installed the 10g client on my PC (Window XP professional). Nevertheless, when I tried to start
    the Analytic Workspace Manager, it just crashed
    with the error
    "no JAWTAccessBridge in java.library.path"
    Below is the full error log.
    C:\oracle\product\10.1.0\Client_3\BIN\awm.bat
    java.lang.UnsatisfiedLinkError: no JAWTAccessBridge in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.sun.java.accessibility.AccessBridge$2.run(AccessBridge.java:737)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.java.accessibility.AccessBridge.&lt;init&gt;(AccessBridge.java:733)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at java.awt.Toolkit.loadAssistiveTechnologies(Unknown Source)
    at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
    at java.awt.Toolkit.getEventQueue(Unknown Source)
    at java.awt.EventQueue.isDispatchThread(Unknown Source) at javax.swing.SwingUtilities.isEventDispatchThread(Unknown Source)
    at oracle.olap.awm.util.MiscUtils.invokeInEventThreadAndWait(MiscUtils.j
    ava:304)
    at oracle.olap.awm.app.AppInitialisationThread.run(AppInitialisationThre
    ad.java:56)
    Will be most appreciated if someone can shed some
    light on this problem.
    Many thanks in advance.
    alfchan

    Can you check if these 3 files exist in %SystemRoot%\system32:
    - JavaAccessBridge.dll
    - WindowsAccessBridge.dll
    - JAWTAccessBridge.dll
    These are libraries for JAWS (for screen readers). Not sure where you can download these libraries from but this might be the issue.
    Hope this helps
    Oracle Business Intelligence Product Management Team
    Oracle Corporation

  • Unable to start EPM Process manager 11.1.1.3

    Hi,
    I know this type of issue has been covered before but I have not seen a resolution to the error that I am running in to. In the event viewer the error that is coming up is:
    Database connectivity could not be established --> The timeout period elapsed prior to completion of the operation or the server is not responding.
    I'm running this on a server with SqlServer 2005 and there are separate databases for the EPMA system and the Interface tables. Also the owner of the DB is sa which is set to DBO access on both repositories. The Sql Server instance is up and running and the other applications connected to the same instance work without a problem.
    Any help would be greatly appreciated!!!
    Thanks,
    Anju

    Hi,
    Has it ever worked or is this a new installation, have you tried to configure the EPMA database again in the configurator to make sure it is getting a connection to your database.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Unable to start Oracle Enterprise Manager 10g Database Control

    We have 2 systems.. one with the database and one with the midtier (both Linux). Our site is currently down and after rebooting it, and trying to start the database console ($ORACLE_HOME/bin/emctl start dbconsole), the db console fails to load. I looked at the sysman log files and got the following
    From emoms.trc
    2011-10-29 01:00:02,536 [JobWorker 6217:Thread-13] ERROR em.jobs executeCommand.159 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
    From emagent.trc
    2011-10-29 10:52:53 Thread-3030621104 ERROR util.files: nmeufile_getLength: Error in lfilen. Error = 2 (No such file or directory)
    From emagentfetchlet.log
    2011-10-29 10:52:52,827 [main] WARN track.OracleInventory collectInventory.439 - ECM: The inventory location file for the special Windows NT case does not exist or is unreadable.
    From emdctl.trc
    2011-11-01 23:21:43 Thread-3065480896 ERROR main: nmectl.c: nmectl_validateTZRegion, agentTZoffset =-240,and testTZoffset for US/Eastern:-300 do not match
    Any help would be greatly appreciated.
    Thanks,
    Cecilia

    yes, that link is pretty much right, Ive run those manual commands many times and MOST of them works fine see below. the recommended way of doing this putst the database into quiesce mode which pretty much kills your DB. As far as I can remember, I did the manual way a couple years ago and had awful trouble with one of the steps (cant remember which) and ended up bringing DB down anyway so I would suggest doing the work in a maintenance window just in case. double check all the steps anyway as it looks like something changed in your environment to cause your initial errors, whatever scenario caused that (permissions or whatever) may still exist.
    14:32:48 SQL> DROP USER sysman CASCADE;
    DROP PUBLIC SYNONYM setemviewusercontext;
    DROP ROLE mgmt_user;
    DROP PUBLIC SYNONYM mgmt_target_blackouts;
    DROP USER mgmt_view;
    DROP USER dbsnmp CASCADE;
    -- remove the os folder contents
    rm $ORACLE_HOME/host_sid/
    rm $ORACLE_HOME/oc4j/j2ee/OC4J_DBConsole_host_sid
    -- then easiest way to install the repository is to run
    emca -config dbcontrol db -repos create

Maybe you are looking for

  • HT1918 can I remove my credit card from my account

    I see that I can create an account without a credit card, but can I remove my credit card info from my current account?

  • How to creat an internal datasource

    Hi experts, I'm trying to creat a internal datasource to pick up data from the USR02 table to a n infocube (tcode rsds). Text error : "Creation of DataSources for SAP source system FBWCLNT010 is not permitted" Help : "You cannot directly create DataS

  • How to create a xml file from String object in CS4

    Hi All, I want to convert a string object into an XML file using Javascript in Indesign CS4. I have done the following script. But it does not convert the namespaces for the xml elements with no value in it. var xml = new XML(string); The value prese

  • Data Extarction issue for 0SALARYLV_ATTR in BI 7.0

    Dear Experts, We have a data extarction situation for masater data - 0SAALRYLV_ATTR. Seems to be that the standard extractor does not bring in the attribiute values like pay Grade MIn, Max Ref Salary,etc if the employee are hourly or any other freque

  • If it is possible to install linux on a external hard drive?

    If it is possible to install linux on a external hard drive, which can be boot from the my MacBook Pro? the reason I didn't try it is beacause that I don't know what it will do to my internal mac os x 10.5? Will it mess up my boot to my leopard?