Issue while accessin Oracle Application

Hi,
We have a custom Application EAR file deployed on Oracle Application server 10.1.2.3.
When we start the application user doesnt et any issue.
However this EAR file goes into NOT LOADED from LOADED state and after that user starts gettin error.
Can you tell me why this happen and how it can be avoided.
Regards

You can use SQL Developer(Apex SQL Developer Integration or SQl Plus to import the application.
These posts might be helpful too
{message:id=4203760}
{message:id=2683823}
{message:id=3639071}

Similar Messages

  • Embedded JMS/OC4J issue while running an application in Jdeveloper 10.1.3.2

    Hi,
    I am facing an issue while running an application on my laptop.I downloaded Jdeveloper 10.1.3.2.Installed Jheadstart along with that.
    Created a new application specified in HR demo.When I run the application I get following messages,After that it does not show my application pages.It does not even open browser window.
    [waiting for the server to complete its initialization...]
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/08/29 18:01:55 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    When I delete persistnce directory files under embedded oc4j (specifically jms.state), It logs following messages.But it does not run my application pages and not even open browser window to display some error.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>
    C:jdevstudio10132\jdk\bin\javaw.exe -client -classpath C:jdevstudio10132\j2ee\home\oc4j.jar;C:jdevstudio10132\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    07/08/29 18:06:16 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized.
    I tried by creating another standalone application with simple html page, it throws same logs and does not show up browser window.I even tried with Jdeveloper 10.1.3.3, but still same issue .
    can you please throw some light on this issue and any suggestion for resolutions.
    Thanks.

    Can someone throw somelight on this issue?
    I posted the same issue in Jdeveloper forum but did not receive any reply .appreciate your suggestions.
    Thanks
    Sekar.

  • JMS/OC4J issue while running an application in Jdeveloper 10.1.3.2/10.1.3.3

    Hi,
    I am facing an issue while running an application on my laptop.I downloaded Jdeveloper 10.1.3.2.Installed Jheadstart along with that.
    Created a new application specified in HR demo.When I run the application I get following messages,After that it does not show my application pages.It does not even open browser window.
    [waiting for the server to complete its initialization...]
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    Aug 29, 2007 6:01:47 PM com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    07/08/29 18:01:55 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized
    When I delete persistnce directory files under embedded oc4j (specifically jms.state), It logs following messages.But it does not run my application pages and not even open browser window to display some error.
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config>
    C:jdevstudio10132\jdk\bin\javaw.exe -client -classpath C:jdevstudio10132\j2ee\home\oc4j.jar;C:jdevstudio10132\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\jdevstudio10132\jdev\system\oracle.j2ee.10.1.3.40.66\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    07/08/29 18:06:16 Oracle Containers for J2EE 10g (10.1.3.1.1) initialized.
    I tried by creating another standalone application with simple html page, it throws same logs and does not show up browser window.I even tried with Jdeveloper 10.1.3.3, but still same issue .
    can you please throw some light on this issue and any suggestion for resolutions.
    Thanks.

    I am also facing the same issue on my laptop. I searched for forum but no luck.
    appreciate if anybody can throw some light on this.

  • SQL types over PLSQL types while using Oracle Applications adapter in BPEL

    Use SQL types over PL/SQL types while using Oracle Applications adapter
    in BPEL/ ESB
    This document will be focusing on Oracle Applications adapter. However Database adapter is much like OA adapter (even OA adapter uses DB Adapter), so the readers who are interested to explore DB adapters, can relate things with this document and go further as well.
    Some Guidelines for writing PL/SQL APIs for OA Adapter
    As we know when we create a partner link from the OA adapter wizard it sometimes writes some wrapper script supportive to the OA Adapter WSDL which contains below
    * Object type for PL/SQL RECORD
    * Nested table of the given type for PL/SQL TABLE. For example, the nested table of NUMBER.
    * INTEGER substituted for PL/SQL BOOLEAN
    * Wrapper Script for converting above three set of data types . (PLSQL to SQL and SQL to PLSQL conversion functions)
    In runtime this wrapper script for converting PL/SQL to SQL and SQL to PL/SQL is an extra overhead.
    So the first advice would be to avoid the use of the below as parameters of PLSQL API being called by OA Adapter.
    * PL/SQL RECORD
    * PL/SQL TABLE. For example, the nested table of NUMBER.
    * PL/SQL BOOLEAN
    In other way we can say we should try to use only SQL data types in arguments if we are planning to call any PL/SQL API from the OA Adapter.
    If the requirement is to use a table or record uses the Object type. In place of BOOLEAN better to use VARCHAR or INTEGER what ever fulfills your requirement. Following this guideline we can reduce a huge number of Line of codes to be run each time the adapter being called.
    Generally, Oracle E-Biz standard APIs use PL/SQL record types and table types so when there is a requirement to call these API’s from OA Adapter (this is a common requirement in development), and if we directly browse the API in OA Adapter Configuration Wizard and create the partner link, again a huge number of code is written by the wizard in the wrapper script (a number of extra mapping of fields which are not being used in the interface).
    In this case better would be to create an Object type with only the required fields which are being used in that call and use them as parameters for the PLSQL API.

    Find the complete document
    http://www.4shared.com/file/167171882/29525116/Use_SQL_types_over_PLSQL_types.html

  • An issue while installing oracle 10g express edition on Ubuntu 10.04-64bit

    Hi,
    I'm running into an issue while installing oracle 10g express edition on my Ubuntu 10.04-64 bit installed machine using oracle-xe-universal_10.2.0.1-1.0_i386.deb package. The issue actually came up when I was trying to reinstall the package after uninstalling it due to some problem I had with my login credentials. To elaborate further on it, the /etc/init.d/oracle-xe script does not get created when I execute the debian package and thus i'm unable to configure the required credentials and stuff after the installation. I doubt whether this has something to do with the procedure I followed when uninstalling the previous package it. But what I did was just what's mentioned in the following [http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm] user guide published by oracle.
    Another important clue would be, the platform of my machine is amd64bit although I'm dealing with an installation package preferred for i386. But I believe it's the only thing available in the oracle software download section. Hence I had to use the --force-architecture option to install it. But after reading some post published on this forum, I've figured out that it does not affect the usual execution of the software. Anyway,  I would greatly appreciate some help on this matter.
    [1] http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    Thanks and Regards,
    Prabath Abeysekara
    Edited by: 829281 on Jan 18, 2011 7:52 PM

    Hi,
    Finally I've managed to find a solution for this issue. Thanks a lot for all the replies.
    Here's how I got rid of it.
    Addressing all the facts one by one,
    1.The problem of not getting the /etc/init.d/oracle-xe script generated was avoided
    by removing all the configuration files that were previously created while installing
    the product. The following command can be used to accomplish that task.
    *$ dpkg --purge oracle-xe*
    2.Next, Initially the password I used during the configuration process was "admin".
    Although I tried a couple of times installing the product providing the aforementioned
    password, the web UI kept prompting "Invalid Credentials" message not allowing me
    to login. But, this particular issue could be avoided by giving some other simple
    password.
    Finally, got it working and once again thanks a bunch for taking the burden of
    replying this thread.
    Cheers,
    Prabath

  • Issue while Installing Oracle Data Access Software for Windows

    All,
    Iam getting the following error while installing Oracle Data Access Software for windows. Iam installing in WindowsXP, with Oracle 9i release 9.2.0.7.0 DB and client in the same Box.
    It shows
    The Specified Key key was not found while trying to GetValue
    * Stop installation of all Products
    * Stop installtion of this componenent only.
    Kindly let me know why this error is showing up.
    Regards
    Ramesh

    Most probably you have hit this issue:
    "If you have more than one Oracle Home installed on the same machine (e.g. Oracle8i client and Oracle9i Release 2 client), use the Oracle Home Selector to run your applications with Oracle9i Release 2 client. "
    As documented on the Oracle Data Access Software for Windows. Release 9.2.0.4.0
    ~ Madrid.

  • Error while installing Oracle Applications 11i on Windows XP Home

    Hi friends,
    I am a functional consultant and trying to install oracle apps 11i on my home pc for learning purpose (I made a fresh install of windows for this purpose). I strictly followed the instructions given in following article:
    http://mhabib.wordpress.com/2007/03/14/installing-oracle-applications-e-bussiness-11i-on-windows-xp/
    Step1 and Step2 complete successfully to 100%, however just before moving to Step3 it gives error: "RW-50004: Error code received when running external process.". I am attaching last part of the log file. Could someone please help me out, because I have checked everything I could. Thanks for reading this:
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 26-MAR-2008 20:40:13
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCkrish))
    The command completed successfully
    ECHO is off.
    Listener krish has already been started.
    ECHO is off.
    addlnctl.cmd exiting with status 0
    "runProcess_4"
    ChangeServiceConfig succeeded
    "runProcess_5"
    "Statusstring Creating the database controlfile..."
    ECHO is off.
    ECHO is off.
    Wed 03/26/2008 08:40 PM
    ECHO is off.
    ECHO is off.
    Wed 03/26/2008 08:40 PM
    krish_agarwalkk.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : f:\oracle\krishdb\9.2.0
    LOCAL : krish
    ORACLE_SID :
    PATH : f:\oracle\krishdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;f:\oracle\krishdb\9.2.0\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;f:\oracle\krishdb\9.2.0\Apache\perl\5.00503\bin\MSWin32-x86\;f:\oracle\krishdb\9.2.0\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;f:\oracle\krishdb\9.2.0\jre\1.4.2\bin;F:\WinEBS\startCD\Disk1\rapidwiz\unzip\NT;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\PROGRA~1\CA\ETRUST~1;c:\cygwin\bin;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\VC98\bin;C:\cygwin\bin;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625
    LD_LIBRARY_PATH : f:\oracle\krishdb\9.2.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "f:\oracle\krishdb\9.2.0\appsutil\log\krish_agarwalkk\adcrdb_krish.txt"
    ECHO is off.
    ECHO is off.
    Creating the control file for krish database ...
    ECHO is off.
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 26 20:40:26 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Disconnected
    SQL*Plus: Release 9.2.0.6.0 - Production on Wed Mar 26 20:41:11 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    LRM-00109: could not open parameter file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    LRM-00113: error when processing file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    ORA-01078: failure in processing system parameters
    CREATE CONTROLFILE REUSE SET DATABASE "krish"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP add tempfile 'f:\oracle\krishdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE RENAME GLOBAL_NAME TO "krish.kka.com"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Connected to an idle instance.
    LRM-00109: could not open parameter file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    LRM-00113: error when processing file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    ORA-01078: failure in processing system parameters
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORACLE instance shut down.
    Connected to an idle instance.
    LRM-00109: could not open parameter file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    LRM-00113: error when processing file 'g:\oracle\krishdb\9.2.0\dbs\krish_bhawana_ifile.ora'
    ORA-01078: failure in processing system parameters
    CREATE CONTROLFILE REUSE SET DATABASE "krish"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP add tempfile 'f:\oracle\krishdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE RENAME GLOBAL_NAME TO "krish.kka.com"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    declare lib_ver varchar2(3);
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    ERROR:
    ORA-01012: not logged on
    SP2-0359: memory exhausted
    Disconnected
    adcrdb.cmd exiting with status 3
    "Error returned while creating control files"
    There was an error while running the command - f:\oracle\krishdb\9.2.0\temp\krish_agarwalkk\adrundb.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 3
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for krish instance

    It will not install on XP Home, try professional instead.
    5.10.2 on windows xp HOME?

  • Issues while configuring java application using JDO with MS JDBC Driver 1.0

    We are in the process of configuring our java application with the production version of SQL Server 2005 Java Database Connectivity (JDBC) Driver 1.0. We are facing issues getting it to work with Sun App Server using JDO concept.
    After creating the data store, adding the JDBC driver to the application server classpath through console and also copying the driver into the lib directory, we are still getting the below error.
    Following is the stack trace encountered while running the application
    [#|2006-02-15T10:21:25.493+0530|WARNING|sun-appserver-pe8.1_02|javax.enterprise.system.container.ejb.entity.finder|_ThreadID=30;|JDO74010: Bean 'InventoryEJB' method ejbFindAllInventoryItems: problems running JDOQL query.
    com.sun.jdo.api.persistence.support.JDOFatalInternalException: JDO76519: Failed to identify vendor type for the data store.
    NestedException: java.sql.SQLException: Error in allocating a connection. Cause: javax.transaction.SystemException
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.SQLPersistenceManagerFactory.initializeSQLStoreManager(SQLPersistenceManagerFactory.java:870)
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.SQLPersistenceManagerFactory.getFromPool(SQLPersistenceManagerFactory.java:786)
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.SQLPersistenceManagerFactory.getPersistenceManager(SQLPersistenceManagerFactory.java:673)
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:849)
         at com.sun.jdo.spi.persistence.support.sqlstore.impl.PersistenceManagerFactoryImpl.getPersistenceManager(PersistenceManagerFactoryImpl.java:681)
         at com.sun.j2ee.blueprints.supplier.inventory.ejb.InventoryEJB1142755294_ConcreteImpl.jdoGetPersistenceManager(InventoryEJB1142755294_ConcreteImpl.java:530)
         at com.sun.j2ee.blueprints.supplier.inventory.ejb.InventoryEJB1142755294_ConcreteImpl.ejbFindAllInventoryItems(InventoryEJB1142755294_ConcreteImpl.java:146)
         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:585)
         at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:147)
         at com.sun.ejb.containers.EJBLocalHomeInvocationHandler.invoke(EJBLocalHomeInvocationHandler.java:185)
         at $Proxy164.findAllInventoryItems(Unknown Source)
         at com.sun.j2ee.blueprints.supplier.inventory.web.DisplayInventoryBean.getInventory(Unknown Source)
         at org.apache.jsp.displayinventory_jsp._jspService(displayinventory_jsp.java:119)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:336)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:251)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         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:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:723)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:482)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:417)
         at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:80)
         at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:95)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:313)
         at com.sun.j2ee.blueprints.supplier.inventory.web.RcvrRequestProcessor.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         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:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:161)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:185)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:653)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:534)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doTask(ProcessorTask.java:403)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:55)
    Can anyone help me on this issue?
    Regards,
    Bindu

    I have already tried this before and this not work too, but strange that even if I use JDBC:ODBC bridge driver, the return value for output parameters are not correct, that is, only return the value that I input but not the value after executed in the procedure....
    The code that I used with JDBC:ODBC bridge is as follow:
    public static void main(String[] args) {
    String url = "jdbc:odbc:;DRIVER=SQL Server;Persist Security Info=False;database=db;Server=sql;uid=sa;pwd=pwd";
              Connection con;
              ResultSet rs = null;
    CallableStatement callS = null;
              try {
                   Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              } catch(java.lang.ClassNotFoundException e) {
                   System.err.print("ClassNotFoundException: ");
                   System.err.println(e.getMessage());
              try {
                   con=DriverManager.getConnection(url);
    callS = con.prepareCall("{ call dbo.CpJavaTest (?)}");
    callS.registerOutParameter(1, Types.INTEGER);
    callS.execute();
    rs=callS.getResultSet();
    int ret = callS.getInt(1);
    System.out.println("return value : " + ret);
                   while (rs.next()) {
                        String f1 = rs.getString(4);
                        String f2 = rs.getString(5);
                        System.out.println(f1 + " " + f2);
              } catch(SQLException ex) {
                   System.out.println("SQLException: " + ex.getMessage());
    The value of the output parameter is same as what I inputed! Hope any one can teach me how to correct it...
    Thank you very much!

  • Issue while accessing Hyperion Applications

    Hi,
    we successfully Installed Hyperion 11.1.2 on win 2008 server R2 . Essbase and Planning was working fine.
    Now we are facing issue while connecting to Hyperion Shared services , Planning , Workspace URL's.
    When we tested all the web applications was working fine. Tried restart of the server but did not work.
    Below error comes up when we try to access these applications.
    <------------
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    ------------->
    Diagnostics show below details
    WEB: Web Application Availability of Web application context http://INDCLDTC04.ind.cldsvc.accenture.com:8300/HyperionPlanning/
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    Recommended Action: Check that the application is started
    FAILED WEB: Web Application Availability of Web application context http://INDCLDTC04.ind.cldsvc.accenture.com:28080/workspace/status
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    Recommended Action: Check that the application is started
    Availability of Web application context http://INDCLDTC04.ind.cldsvc.accenture.com:10080/easconsole/console.html
    Error: com.hyperion.cis.utils.BadResponseCodeException: Bad response code with GET method: 404
    Recommended Action: Check that the application is started
    Regards,
    Vijaya

    Did you register the Essbase application with Shared Service, do the following steps:
    (EAS) console. Right click on the application name and select 'Register'.
    application successfully registered. Log on to Shared Services and select the application to assign access control.
    If the error is occurring with all Essbase applications, you can register all of them at one time:
    Click 'Register all'. Confirm that all applications were successfully registered. Log on to Shared Services and try assign access control for all applications.
    If the re-registration does not work from EAS you may need to reregister Essbase as a product.
    Locate the product_config_#.xml in the directory EPM_ORACLE_INSTANCE/config/foundation/11.1.2.0/product/product_name
    For example; the Essbase product file is located in EPM_ORACLE_INSTANCE/config/foundation/11.1.2.0/product/Essbaseserver/11.1.2.0
    Open the file product_config_#.xml and locate the line:
    <property_name>="hubRegistration">Configured</property>
    Change the status from Configured to Pending.
    Rerun 'startconfigtool.bat' or 'startconfigtool.sh' or the EPM System Configurator again and select the product. This enables you to reregister the product with Shared Services.
    Now check with ur ULS

  • [Question:] Performance issue while deploying on Application Server

    Oracle Application server 10G release 3 is used on which Jheadstart built application need to be deployed. but when its deployed it get very slow.
    What are the things i need to check so that it can speed up . like disabling any Debugging messages, log, or other particular messages which can increase performance.

    If you are getting "running_without_metadata"  this means the Agentry server did not load any application on start up.
    1) In your Agentry.ini in the [Configuration] section what is developmentServer set to?
    2) Depending on the value is where the Agentry Server looks for the application logic in the following locations:
    Set to" True"
    C:\SAP\MobilePlatform\Servers\UnwiredServer\Repository\Agentry\default\com.sap.agentry.wm53\Application\Development\
    Set to false:
    C:\SAP\MobilePlatform\Servers\UnwiredServer\Repository\Agentry\default\com.sap.agentry.wm53\Application\Production
    In the above folder does it contain your application logic?
    Stephen

  • Issues while deploying adf application in WLS 10.3.5

    Hi All,
    Earlier, I was using Jdev 11.1.2 and had WLS 10.3.5+Sherman Patch with ADF Runtime 11.1.1.5 and the application was running fine.
    Now I am using Jdev 11.1.1.6 and have installed WLS 10.3.5 with ADF Runtime 11.1.1.6
    Now when I am deploying my application I am getting the following error :
    Error Log
    ===============
    [02:43:18 PM] [Deployer:149193]Operation 'deploy' on application 'deployADF' has failed on 'AdminServer'
    [02:43:18 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application deployADF on AdminServer.: Failed to load webapp: 'ADFUI-ViewController-context-root'.
    [02:43:18 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'ADFUI-ViewController-context-root'
    [02:43:18 PM] Caused by: java.lang.ClassNotFoundException: org.apache.myfaces.trinidad.webapp.UIXComponentELTag
    [02:43:18 PM] See server logs or server console for more details.
    [02:43:18 PM] weblogic.application.ModuleException: Failed to load webapp: 'ADFUI-ViewController-context-root'
    [02:43:18 PM] #### Deployment incomplete. ####
    [02:43:18 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    ====================
    I have checked the version of ADF Runtime installed in WLS and it comes out to be 11.1.1.6
    Please suggest any solution for this issue.
    Edited by: 910639 on Oct 15, 2012 3:42 AM

    Can you check if the following libraries are checked as part of your deployment -
    ADF Faces Runtime 11
    Trinidad Runtime 11

  • MDS issue while accessing the application

    Hi,
    We are using Webcenter Portal Application PS3 application. Application is deployed successfully but while trying to access the application we are getting the following errors:
    <oracle.webcenter.lifecycle.listener.LifecycleServletContextListener> <BEA-000000> <
    oracle.webcenter.lifecycle.LifecycleException: MDSException while creating an export set import lock
    at oracle.webcenter.lifecycle.operation.LockUnit.doImportExportSet(LockUnit.java:359)
    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:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: oracle.mds.exception.ReadOnlyStoreException: MDS-01273: The operation on the resource /oracle/webcenter/lock/exportsetImport/exportsetImport.xml failed because source metadata store mapped to the namespace / BASE DEFAULT is read only.
    <oracle.webcenter.portalframework.sitestructure> <BEA-000000> <oracle.adf.rc.exception.DefinitionNotFoundException: cannot find resource catalog using MDS reference /oracle/webcenter/portalapp/navigations/default-navigation-model.xml Root Cause=[MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/navigations/default-navigation-model.xml"] [Root exception is oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/oracle/webcenter/portalapp/navigations/default-navigation-model.xml"]>
    Note : Our current application is a simple adf application, it doesnt contain taskflow and also we not using any customization.
    Weblogic Server Version : 10.3.4.0
    Webcenter Version : 11.1.1.4.0
    Please advice.

    Hi,
    did you check on the WebCenter forum ?
    WebCenter Portal
    Frank

  • Issue while opening MAP application in SAPGUI720

    Hi all,
    We have installed SAPGUI720 in our Windows7 test machine , when we click on SAP MAP FRONT end application in BEX. We are getting the Error message "License information for this component not found.You do not have an appropriate license to use this functionality in the design environment" and if we click okay another message "ActiveX component can't create object".And the application does not open and we are stuck here.Any help here would be highly appreciated .

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Issues while installing ORACLE 10g R2 RAC on RHEL 5.3

    i am installing oracle 10g R2 RAC on RHEL 5.3 in a test environment. my aim was to install using ASM.
    i went through the pre-requisites ok before beginning with the installation.
    since RHEL 5.3 doesnt support raw devices i used
    http://www.idevelopment.info/data/Unix/Linux/LINUX_ConnectingToAniSCSITargetWithOpen-iSCSIInitiatorUsingLinux.shtml#Configure%20iSCSI%20Initiator%20and%20New%20Volume
    udev to configure shared storage. my storage is on openfiler as a iSCSI target.
    fdisk -l on both nodes shows the shared drives.
    [root@node1 ~]# fdisk -l
    Disk /dev/sda: 21.4 GB, 21474836480 bytes
    255 heads, 63 sectors/track, 2610 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1          13      104391   83  Linux
    /dev/sda2              14        2053    16386300   8e  Linux LVM
    /dev/sda3            2054        2372     2562367+  82  Linux swap / Solaris
    Disk /dev/sdd: 10.5 GB, 10502537216 bytes
    64 heads, 32 sectors/track, 10016 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdd1               1       10016    10256368   83  Linux
    Disk /dev/sdb: 10.5 GB, 10536091648 bytes
    64 heads, 32 sectors/track, 10048 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1               1       10048    10289136   83  Linux
    Disk /dev/sdc: 10.5 GB, 10536091648 bytes
    64 heads, 32 sectors/track, 10048 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdc1               1       10048    10289136   83  Linux
    Disk /dev/sdf: 10.5 GB, 10569646080 bytes
    64 heads, 32 sectors/track, 10080 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdf1               1       10080    10321904   83  Linux
    Disk /dev/sde: 10.5 GB, 10502537216 bytes
    64 heads, 32 sectors/track, 10016 cylinders
    Units = cylinders of 2048 * 512 = 1048576 bytes
       Device Boot      Start         End      Blocks   Id  System
    /dev/sde1               1       10016    10256368   83  Linux
    [root@node1 ~]# ls -l /dev/iscsi/arpl*
    /dev/iscsi/arpl1:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sde
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sde1
    /dev/iscsi/arpl2:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdd
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdd1
    /dev/iscsi/arpl3:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdb
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdb1
    /dev/iscsi/arpl4:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdc
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdc1
    /dev/iscsi/arpl5:
    total 0
    lrwxrwxrwx 1 oracle oinstall  9 Jun 30 12:58 part -> ../../sdf
    lrwxrwxrwx 1 oracle oinstall 10 Jun 30 12:58 part1 -> ../../sdf1
    [root@node1 ~]# configuring udev results in the drives being mapped to persistent drive names eg. /dev/iscsi/arpl1/part1
    still when i enter the name of the raw device which i have created i get the following error. please help
    Image: !http://img91.imageshack.us/img91/7448/oracle.png!

    did you check this
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14203/storage.htm#BABBHECD
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28263/storage.htm#CDEBFDEH
    also before you do what is suggested on the url posted by Mufalani,
    it seems that you should do the following:
    Check existence of udev raw mapping rule file /etc/udev/rules.d/60-raw.rules
    On RH/EL5, udev raw mapping rule file /etc/udev/rules.d/60-raw.rules should exist by default as part of the util-linux package, for example:
    # ls /etc/udev/rules.d/60-raw.rules
    /etc/udev/rules.d/60-raw.rulesCreate a custom udev raw mapping rule file, /etc/udev/rules.d/61-oracleraw.rules say, for example:
    # touch /etc/udev/rules.d/61-oracleraw.rules3b. Add udev raw binding rules to /etc/udev/rules.d/61-oracleraw.rules file
    Add the udev raw binding rules to the /etc/udev/rules.d/61-oracleraw.rules file, for example:
    # cat /etc/udev/rules.d/61-oracleraw.rules
    # Raw bind to Oracle Clusterware devices
    ACTION=="add", KERNEL=="sd*", PROGRAM=="/sbin/scsi_id", RESULT=="360a98000686f6959684a453333524174", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="sd*", PROGRAM=="/sbin/scsi_id", RESULT=="360a98000686f6959684a453333524179", RUN+="/bin/raw /dev/raw/raw2 %N"If migrating to RHEL5/OEL5 from an earlier Linux version that relied on /etc/sysconfig/rawdevices file for persistent raw device bindings, the following script can be used as a basis for generating your RHEL5/OEL5 udev rules. Note, the script does not factor device name persistency.
    #!/bin/bash
    grep -v "^ *#" /etc/sysconfig/rawdevices | grep -v "^$" | while read dev major minor ; do
    if [ -z "$minor" ]; then
    echo "ACTION==\"add\", KERNEL==\"${major##/dev/}\", RUN+=\"/bin/raw $dev %N\""
    else
    echo "ACTION==\"add\", ENV{MAJOR}==\"$major\", ENV{MINOR}==\"$minor\", RUN+=\"/bin/raw $dev %M %m\""
    fi
    done

  • Facing issue while deploying Oracle CC&B v2.3.1 in weblogic 10.3

    I am installing Oracle CC&B v2.3.1 in weblogic 10.3 in windows... 32-bit
    I am done with installation of framework and ccnb but when I start the environment it is throwing loads of errors and the splweb is not initializing
    Below is the log file
    Myserver.log
    ####<Nov 14, 2013 5:00:24 PM IST> <Info> <Security> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428624079> <BEA-000000> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    ####<Nov 14, 2013 5:00:24 PM IST> <Info> <Security> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428624126> <BEA-000000> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    ####<Nov 14, 2013 5:00:24 PM IST> <Info> <WebLogicServer> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428624469> <BEA-000000> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 24.45-b08 from Oracle Corporation>
    ####<Nov 14, 2013 5:00:24 PM IST> <Info> <Management> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428624937> <BEA-000000> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    ####<Nov 14, 2013 5:00:25 PM IST> <Notice> <WebLogicServer> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428625623> <BEA-000000> <Server state changed to STARTING>
    ####<Nov 14, 2013 5:00:25 PM IST> <Info> <WorkManager> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428625639> <BEA-000000> <Initializing self-tuning thread pool>
    ####<Nov 14, 2013 5:00:25 PM IST> <Info> <WebLogicServer> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428625670> <BEA-000000> <WebLogic Server "myserver" version:
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050  Copyright (c) 1995, 2011, Oracle and/or its affiliates. All rights reserved.>
    ####<Nov 14, 2013 5:00:25 PM IST> <Notice> <Log Management> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428625717> <BEA-170019> <The server log file D:\SPL\YVWDEMO\logs\system\myserver.log is opened. All server side log events will be written to this file.>
    ####<Nov 14, 2013 5:00:25 PM IST> <Info> <Log Management> <D-113062615> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1384428625733> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Nov 14, 2013 5:00:25 PM IST> <Info> <Diagnostics> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428625764> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "http" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "https" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631005> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <RJVM> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631052> <BEA-000570> <Network Configuration for Channel "myserver"
    Listen Address   *
    Public Address   N/A
    Http Enabled   true
    Tunneling Enabled  false
    Outbound Enabled  false
    Admin Traffic Enabled  true>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <RJVM> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631052> <BEA-000570> <Network Configuration for Channel "myserver"
    Listen Address   null:6501 (SSL)
    Public Address   N/A
    Http Enabled   true
    Tunneling Enabled  false
    Outbound Enabled  false
    Admin Traffic Enabled  true>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631161> <BEA-002609> <Channel Service initialized.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Socket> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631177> <BEA-000406> <NTSocketMuxer was built on Jan 13 2005 17:47:03
    >
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Socket> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631218> <BEA-000436> <Allocating 4 reader threads.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Socket> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631219> <BEA-000446> <Native IO Enabled.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <IIOP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631283> <BEA-002014> <IIOP subsystem enabled.>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631751> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631922> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_fzVlHIjzobSLOwkcVy1S5ygV6Qk=>
    ####<Nov 14, 2013 5:00:31 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428631953> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632016> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632047> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632109> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632172> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server myserver for security realm myrealm.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Notice> <Security> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632172> <BEA-090082> <Security initializing using security realm myrealm.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Server> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632343> <BEA-002622> <The protocol "[https, t3, snmp, cluster-broadcast-secure, ldaps, cluster-broadcast, ldap, http, iiop, admin, t3s, iiops]" is now configured.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <XML> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632343> <BEA-130036> <Initializing XMLRegistry.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <messaging.interception> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632359> <BEA-400000> <Initializing message interception service>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Store> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632484> <BEA-280008> <Opening the persistent file store "_WLS_myserver" for recovery: directory=D:\SPL\YVWDEMO\splapp\servers\myserver\data\store\default requestedWritePolicy="Direct-Write" fileLockingEnabled=true driver="wlfileio3".>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Store> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632562> <BEA-280009> <The persistent file store "_WLS_myserver" (a592aa08-b1bc-48fc-8a37-2e7e9a74c417) has been opened: blockSize=512 actualWritePolicy="Direct-Write(read-buffered)" explicitIOEnforced=false records=15.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JDBC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632655> <BEA-001135> <Initializing the JDBC service.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JDBC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632671> <BEA-001137> <Initialization complete.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JDBC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632671> <BEA-001138> <Resuming the JDBC service.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JDBC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632671> <BEA-001140> <Resume complete.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Connector> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632702> <BEA-190000> <Initializing J2EE Connector Service......>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Connector> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632702> <BEA-190001> <J2EE Connector Service initialized successfully>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632765> <BEA-040305> <JMS service is initialized and in standby mode.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040090> <Deployed 8 default connection factories.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory2" with its JNDI name "weblogic.jms.XAConnectionFactory2" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "MessageDrivenBeanConnectionFactory" with its JNDI name "weblogic.jms.MessageDrivenBeanConnectionFactory" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "DefaultConnectionFactory" with its JNDI name "weblogic.jms.ConnectionFactory" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "TopicConnectionFactory" with its JNDI name "javax.jms.TopicConnectionFactory" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory" with its JNDI name "weblogic.jms.XAConnectionFactory" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory0" with its JNDI name "weblogic.jms.XAConnectionFactory0" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "QueueConnectionFactory" with its JNDI name "javax.jms.QueueConnectionFactory" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040407> <Default connection factory "DefaultXAConnectionFactory1" with its JNDI name "weblogic.jms.XAConnectionFactory1" is started.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMS> <D-113062615> <myserver> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632780> <BEA-040306> <JMS service is active now.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632811> <BEA-101128> <Initializing HTTP services.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632827> <BEA-101135> <myserver is the default Web server.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632827> <BEA-101052> <[HttpServer (defaultWebserver) name: myserver] Initialized>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632827> <BEA-101129> <Initializing the Web application container.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WTC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632858> <BEA-180046> <INFO: Logging service enabled.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WTC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632858> <BEA-180046> <INFO: TC Configuration Helper instantiated!>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WTC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632858> <BEA-180046> <INFO: TC Task Manager instantiated!>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WTC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632858> <BEA-180046> <INFO: TC security service instantiated!>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WTC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632858> <BEA-180046> <INFO: TC Outbound routing service instantiated!>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WTC> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632858> <BEA-180046> <INFO: TC Transaction service instantiated!>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WebService> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632874> <BEA-220031> <The server does not support reliable SOAP messaging.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <WebService> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632874> <BEA-220027> <Web Service reliable agents are started on the server.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMX> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632936> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.156.22.60:6500/jndi/weblogic.management.mbeanservers.runtime .>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMX> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632936> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.156.22.60:6500/jndi/weblogic.management.mbeanservers.edit .>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <JMX> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632952> <BEA-149512> <JMX Connector Server started at service:jmx:iiop://10.156.22.60:6500/jndi/weblogic.management.mbeanservers.domainruntime .>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Management> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632983> <BEA-141278> <Java entropy configuration is: System property "java.security.egd= null"; JRE's java.security file property "securerandom.source= file:/dev/urandom"; Blocking Config= false; JDK version= 1.7.0_45; Operating System= Windows 7.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Management> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632983> <BEA-141280> <Detected NON-BLOCKING java entropy configuration. This setting will provide the best performance on machines with few sources of entropy, but is less secure than a blocking entropy configuration.>
    ####<Nov 14, 2013 5:00:32 PM IST> <Info> <Management> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428632983> <BEA-141187> <Java system properties are defined as follows:
    awt.toolkit = sun.awt.windows.WToolkit
    file.encoding = Cp1252
    file.encoding.pkg = sun.io
    file.separator = \
    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob = sun.awt.windows.WPrinterJob
    java.class.path = C:\Oracle\Middleware\wlserver_10.3\samples\server\examples\build\serverclasses;C:\Oracle\Middleware\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\Middleware\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Java\lib\tools.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic_sp.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar;C:\Oracle\Middleware\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\Oracle\Middleware\wlserver_10.3\server\lib\webservices.jar;C:\Oracle\Middleware\modules\org.apache.ant_1.7.1/lib/ant-all.jar;C:\Oracle\Middleware\modules\net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar;;;C:\Oracle\Middleware\wlserver_10.3\server\lib\xqrl.jar;;;D:\SPL\YVWDEMO\splapp\standalone\lib\xalan-2.7.0.jar;D:\SPL\YVWDEMO\splapp\standalone\lib\serializer-2.7.0.jar;D:\SPL\YVWDEMO\splapp\standalone\lib\antlr-2.7.6.jar
    java.class.version = 51.0
    java.endorsed.dirs = C:\Java\jre\lib\endorsed
    java.ext.dirs = C:\Java\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home = C:\Java\jre
    java.io.tmpdir = C:\Users\TEMP\AppData\Local\Temp\
    java.library.path = C:\Java\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Oracle\Middleware\patch_wls1036\profiles\default\native;C:\Oracle\Middleware\patch_ocp371\profiles\default\native;C:\Oracle\Middleware\wlserver_10.3\server\native\win\32;C:\Oracle\Middleware\wlserver_10.3\server\bin;C:\Oracle\Middleware\modules\org.apache.ant_1.7.1\bin;C:\Java\jre\bin;C:\Java\bin;D:\SPL\YVWDEMO\product\apache-ant-1.7.0\bin;D:\SPL\YVWDEMO\product\apache-ant-1.7.0\bin;D:\SPL\YVWDEMO\product\apache-ant-1.7.0\bin;D:\SPL\YVWDEMO\product\apache-ant-1.7.0\bin;D:\SPL\YVWDEMO\product\apache-ant-1.7.0\bin;C:\PROGRA~1\Micro;D:\SPL\YVWDEMO\runtime;D:\SPL\YVWDEMO\runtime;D:\SPL\YVWDEMO\bin;D:\SPL\YVWDEMO\product\apache-ant-1.7.0\bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Java\bin;C:\Java\lib;C:\Oracle\Middleware\wlserver_10.3\server\native\win\32\oci920_8;.
    java.naming.factory.initial = weblogic.jndi.WLInitialContextFactory
    java.naming.factory.url.pkgs = weblogic.jndi.factories:weblogic.corba.j2ee.naming.url:weblogic.jndi.factories:weblogic.corba.j2ee.naming.url
    java.protocol.handler.pkgs = weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net
    java.runtime.name = Java(TM) SE Runtime Environment
    java.runtime.version = 1.7.0_45-b18
    java.security.policy = C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.policy
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.7
    java.vendor = Oracle Corporation
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.7.0_45
    java.vm.info = mixed mode, sharing
    java.vm.name = Java HotSpot(TM) Client VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.7
    java.vm.vendor = Oracle Corporation
    java.vm.version = 24.45-b08
    javax.rmi.CORBA.PortableRemoteObjectClass = weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass = weblogic.iiop.UtilDelegateImpl
    javax.xml.rpc.ServiceFactory = weblogic.webservice.core.rpc.ServiceFactoryImpl
    javax.xml.soap.MessageFactory = weblogic.webservice.core.soap.MessageFactoryImpl
    org.omg.CORBA.ORBClass = weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass = weblogic.corba.orb.ORB
    org.xml.sax.driver = weblogic.xml.jaxp.RegistryXMLReader
    org.xml.sax.parser = weblogic.xml.jaxp.RegistryParser
    os.arch = x86
    os.name = Windows 7
    os.version = 6.1
    path.separator = ;
    platform.home = C:\Oracle\Middleware\wlserver_10.3
    sun.arch.data.model = 32
    sun.boot.class.path = C:\Java\jre\lib\resources.jar;C:\Java\jre\lib\rt.jar;C:\Java\jre\lib\sunrsasign.jar;C:\Java\jre\lib\jsse.jar;C:\Java\jre\lib\jce.jar;C:\Java\jre\lib\charsets.jar;C:\Java\jre\lib\jfr.jar;C:\Java\jre\classes
    sun.boot.library.path = C:\Java\jre\bin
    sun.cpu.endian = little
    sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    sun.desktop = windows
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = weblogic.Server
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = Cp1252
    sun.management.compiler = HotSpot Client Compiler
    sun.os.patch.level = Service Pack 1
    user.country = US
    user.dir = D:\SPL\YVWDEMO\splapp
    user.home = C:\Users\TEMP
    user.language = en
    user.name = new
    user.timezone = Asia/Calcutta
    vde.home = D:\SPL\YVWDEMO\splapp\servers\myserver\data\ldap
    weblogic.Name = myserver
    weblogic.classloader.preprocessor = weblogic.diagnostics.instrumentation.DiagnosticClassPreProcessor
    weblogic.ext.dirs = C:\Oracle\Middleware\patch_wls1036\profiles\default\sysext_manifest_classpath;C:\Oracle\Middleware\patch_ocp371\profiles\default\sysext_manifest_classpath
    weblogic.management.discover = true
    wli.home = C:\Oracle\Middleware\wlserver_10.3\integration
    wls.home = C:\Oracle\Middleware\wlserver_10.3\myserver
    >
    ####<Nov 14, 2013 5:00:33 PM IST> <Notice> <WebLogicServer> <D-113062615> <myserver> <main> <<WLS Kernel>> <> <> <1384428633981> <BEA-000365> <Server state changed to STANDBY>
    ####<Nov 14, 2013 5:00:33 PM IST> <Notice> <WebLogicServer> <D-113062615> <myserver> <main> <<WLS Kernel>> <> <> <1384428633981> <BEA-000365> <Server state changed to STARTING>
    ####<Nov 14, 2013 5:00:33 PM IST> <Info> <SAFService> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428633997> <BEA-281003> <SAF Service has been initialized.>
    ####<Nov 14, 2013 5:00:33 PM IST> <Info> <SAFService> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428633997> <BEA-281002> <SAF Service has been started.>
    ####<Nov 14, 2013 5:00:33 PM IST> <Info> <WseeCore> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428633997> <BEA-220502> <The Wsee Service is starting>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634013> <BEA-149209> <Resuming.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Warning> <Munger> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634044> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in D:\SPL\YVWDEMO\splapp\applications\SPLService.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Warning> <Munger> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634106> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in D:\SPL\YVWDEMO\splapp\servers\myserver\tmp\_WL_user\SPLService\bil3m2/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634262> <BEA-149059> <Module spl-servicebean-2.2.0.jar of application SPLService is transitioning from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <EJB> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634371> <BEA-010008> <EJB Deploying file: spl-servicebean-2.2.0.jar>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634683> <BEA-149060> <Module spl-servicebean-2.2.0.jar of application SPLService successfully transitioned from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Warning> <Munger> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634683> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in D:\SPL\YVWDEMO\splapp\applications\SPLWeb.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Warning> <Munger> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634715> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in D:\SPL\YVWDEMO\splapp\servers\myserver\tmp\_WL_user\SPLWeb\43mrv9/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634730> <BEA-149059> <Module /spl of application SPLWeb is transitioning from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634824> <BEA-101363> <Application: SPLWeb, WebApp: /spl has context-root specified in application.xml: "/spl". The context-root specified in weblogic.xml: "/" will be ignored.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Warning> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634917> <BEA-101304> <Webapp: ServletContext@1804886[app:SPLWeb module:/spl path:/spl spec-version:2.5], the role: cisusers defined in web.xml has not been mapped to principals in security-role-assignment in weblogic.xml. Will use the rolename itself as the principal-name.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634995> <BEA-149060> <Module /spl of application SPLWeb successfully transitioned from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:34 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428634995> <BEA-149059> <Module /spl/XAIApp of application SPLWeb is transitioning from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Warning> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635058> <BEA-101304> <Webapp: ServletContext@25956982[app:SPLWeb module:/spl/XAIApp path:/spl/XAIApp spec-version:2.5], the role: cisusers defined in web.xml has not been mapped to principals in security-role-assignment in weblogic.xml. Will use the rolename itself as the principal-name.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635105> <BEA-149060> <Module /spl/XAIApp of application SPLWeb successfully transitioned from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635105> <BEA-149059> <Module /spl/appViewer of application SPLWeb is transitioning from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635136> <BEA-149060> <Module /spl/appViewer of application SPLWeb successfully transitioned from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635136> <BEA-149059> <Module /spl/help of application SPLWeb is transitioning from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635136> <BEA-149060> <Module /spl/help of application SPLWeb successfully transitioned from STATE_NEW to STATE_PREPARED on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <WebLogicServer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635167> <BEA-000256> <Invoking weblogic.transaction.internal.StartupClass.main(null)>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635167> <BEA-149059> <Module spl-servicebean-2.2.0.jar of application SPLService is transitioning from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <EJB> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-010009> <EJB Deployed EJB with JNDI name spl/servicebean.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149060> <Module spl-servicebean-2.2.0.jar of application SPLService successfully transitioned from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149059> <Module /spl of application SPLWeb is transitioning from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149060> <Module /spl of application SPLWeb successfully transitioned from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149059> <Module /spl/XAIApp of application SPLWeb is transitioning from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149060> <Module /spl/XAIApp of application SPLWeb successfully transitioned from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149059> <Module /spl/appViewer of application SPLWeb is transitioning from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149060> <Module /spl/appViewer of application SPLWeb successfully transitioned from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149059> <Module /spl/help of application SPLWeb is transitioning from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:00:35 PM IST> <Info> <Deployer> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428635245> <BEA-149060> <Module /spl/help of application SPLWeb successfully transitioned from STATE_PREPARED to STATE_ADMIN on server myserver.>
    ####<Nov 14, 2013 5:01:50 PM IST> <Warning> <HTTP> <D-113062615> <myserver> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1384428710515> <BEA-101162> <User defined listener com.splwg.base.web.startup.SPLWebStartup failed: com.splwg.shared.common.LoggedException:
    The following stacked messages were reported as the LoggedException was rethrown:
    com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:79): Error initializing ApplicationContext
    com.splwg.base.support.context.ApplicationContext.createThreadBoundSession(ApplicationContext.java:461): Caught exception from SessionExecutable.execute()
    The root LoggedException was: Error creating hibernate session.
    com.splwg.shared.common.LoggedException:
    The following stacked messages were reported as the LoggedException was rethrown:
    com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:79): Error initializing ApplicationContext
    com.splwg.base.support.context.ApplicationContext.createThreadBoundSession(ApplicationContext.java:461): Caught exception from SessionExecutable.execute()
    The root LoggedException was: Error creating hibernate session
    at com.splwg.shared.common.LoggedException.wrap(LoggedException.java:198)
    at com.splwg.shared.common.LoggedException.wrap(LoggedException.java:85)
    at com.splwg.base.support.context.ApplicationContext.newHibernateSession(ApplicationContext.java:435)
    at com.splwg.base.support.context.FrameworkSession.initialize(FrameworkSession.java:216)
    at com.splwg.base.support.context.FrameworkSession.<init>(FrameworkSession.java:200)
    at com.splwg.base.support.context.ApplicationContext.createSession(ApplicationContext.java:417)
    at com.splwg.base.support.context.ApplicationContext.createThreadBoundSession(ApplicationContext.java:461)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:96)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:79)
    at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:211)
    at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:114)
    at com.splwg.base.support.context.ContextFactory.createLightweightContext(ContextFactory.java:749)
    at com.splwg.base.web.startup.SPLWebStartup.initializeApplicationContext(SPLWebStartup.java:180)
    at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:63)
    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:1868)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    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:240)
    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: org.hibernate.exception.GenericJDBCException: Cannot open connection
    at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
    at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
    at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
    at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
    at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426)
    at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
    at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:50)
    at com.sun.proxy.$Proxy48.prepareStatement(Unknown Source)
    at com.splwg.base.support.context.ApplicationContext.setNLSDateFormat(ApplicationContext.java:441)
    at com.splwg.base.support.context.ApplicationContext.newHibernateSession(ApplicationContext.java:428)
    at com.splwg.base.support.context.FrameworkSession.initialize(FrameworkSession.java:216)
    at com.splwg.base.support.context.FrameworkSession.<init>(FrameworkSession.java:200)
    at com.splwg.base.support.context.ApplicationContext.createSession(ApplicationContext.java:417)
    at com.splwg.base.support.context.ApplicationContext.createThreadBoundSession(ApplicationContext.java:461)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:96)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:79)
    at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:211)
    at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:114)
    at com.splwg.base.support.context.ContextFactory.createLightweightContext(ContextFactory.java:749)
    at com.splwg.base.web.startup.SPLWebStartup.initializeApplicationContext(SPLWebStartup.java:180)
    at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:63)
    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:1868)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    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:240)
    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.sql.SQLException: Connections could not be acquired from the underlying database!
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
    at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
    at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
    at org.hibernate.connection.C3P0ConnectionProvider.getConnection(C3P0ConnectionProvider.java:56)
    at org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
    at org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
    at org.hibernate.jdbc.BorrowedConnectionProxy.invoke(BorrowedConnectionProxy.java:50)
    at com.sun.proxy.$Proxy48.prepareStatement(Unknown Source)
    at com.splwg.base.support.context.ApplicationContext.setNLSDateFormat(ApplicationContext.java:441)
    at com.splwg.base.support.context.ApplicationContext.newHibernateSession(ApplicationContext.java:428)
    at com.splwg.base.support.context.FrameworkSession.initialize(FrameworkSession.java:216)
    at com.splwg.base.support.context.FrameworkSession.<init>(FrameworkSession.java:200)
    at com.splwg.base.support.context.ApplicationContext.createSession(ApplicationContext.java:417)
    at com.splwg.base.support.context.ApplicationContext.createThreadBoundSession(ApplicationContext.java:461)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:96)
    at com.splwg.base.support.context.SessionExecutable.doInReadOnlySession(SessionExecutable.java:79)
    at com.splwg.base.support.context.ApplicationContext.initialize(ApplicationContext.java:211)
    at com.splwg.base.support.context.ContextFactory.buildContext(ContextFactory.java:114)
    at com.splwg.base.support.context.ContextFactory.createLightweightContext(ContextFactory.java:749)
    at com.splwg.base.web.startup.SPLWebStartup.initializeApplicationContext(SPLWebStartup.java:180)
    at com.splwg.base.web.startup.SPLWebStartup.contextInitialized(SPLWebStartup.java:63)
    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:1868)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    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

    Can anyone help me with this...? I am not able to find a solution...
    I have followed all the steps for installation but when the environment tries to start the spl web is not getting deployed... Above is the log file details....
    The web administrator console shows the spl web deployment as failed... Not able to attach the screenshot...
    Would appreciate a quick response, as I have searched and exhausted the internet searches and blogs...

Maybe you are looking for

  • Mac Mini performance very slow after upgrading to Mavericks

    Since upgrading my Mac Mini to Mavericks, its performance has become progressively slower.  The first issue I noticed was a freezing of the clock display on the upper-right of the menu bar.  I often leave my Mac on overnight to stream music and incre

  • Travel Expense Type- Not coming correctly in HTML Form

    I am using HTML forms in travel management. When I simulate a travel expense statement, in the sections I T E M I Z A T I O N Additional Information for Itemization the name of the travel expense type come as truncated. It takes only 15 characters, w

  • Closed laptop sleep mode

    Is it safe to just close the laptop and put it in sleep mode for moving it around o taking it to work?, some people say is unsafe because the hard drive, as the only moving mechanical part, can get damage because of this movement. I think it`s safe b

  • I can't get on to the apple store from my mini?

    I finally updated my mini and I am starting to regret it, I can't use the App Store and every time I try to check my mail I get a screen that prompts To input my info for my yahoo account and when I do it tells me we have that account but I still can

  • FI Certification Papper,Score Etc.

    Hi, I am going to SAP FI Certification ECC6EHP5. I have see many Blogs , Discussion etc from ravi Sanker andmany others. Still, Kinldy providelatest updates on this; 1. FI Certification Materials ,Name, Topic etc. 2. Pass marks. 3. Helpful Tips... et