Oracle SOA 10g BPEL Error: No domains accessible to the user logged in.

Error Message

When logging into BPEL console, got an error message

No domains accessible to the user logged in.

Case One

* XP machine.
* Oracle 10g DB
* SOA 10.1.3.5

Troubleshooting

* Check BPEL domain log:
C:\product\10.1.3.1\OracleAS_2\bpel\domains\default\logs\domain.log

* Check BPEL system log:
C:\product\10.1.3.1\OracleAS_2\bpel\system\logs\orabpel.log
C:\product\10.1.3.1\OracleAS_2\bpel\system\logs\log.xml

* Check opmn log for oc4j_soa:
C:\product\10.1.3.1\OracleAS_2\opmn\logs\default_group~oc4j_soa~default_group~1.log
and found:

10/10/15 13:44:59 java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
10/10/15 13:44:59 	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
...
Cannot lookup datasource type.
The process domain was unable to determine the database type.  The version table contains the vendor type for the current datasource.  The exception reported is: Cannot fetch a datasource connection.
The process domain was unable to establish a connection with the datasource with the connection URL "jdbc/BPELServerDataSourceWorkflow".  The exception reported is: Io exception: The Network Adapter could not establish the connection
Please check that the machine hosting the datasource is physically connected to the network.  Otherwise, check that the datasource connection parameters (user/password) is currently valid.

Please check that:
     + the machine hosting the datasource is physically connected to the network.
     + the connection pool properties as defined in the application server startup properties are valid.
     + the database schema for OraBPEL has been installed in the datasource.

* Check oc4j_soa log.xml:
C:\product\10.1.3.1\OracleAS_2\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml
and found:

    <TSTZ_ORIGINATING>2010-10-15T13:44:22.281-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>11</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
  </HEADER>
  <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>1277827932:82234:1287164655750:1</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
  </CORRELATION_DATA>
  <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Failed to start ESB server as the repository is not reachable</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.tip.esb.model.repository.exception.RepositoryException: Unable to get connection to Repository
Ensure repository is accessible
	at oracle.tip.esb.model.repository.database.DatabaseRepository.getConnection(DatabaseRepository.java:1275)
Caused by: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    </SUPPL_DETAIL>
  </PAYLOAD>

* Check oc4j_soa coreman.log:
C:\product\10.1.3.1\OracleAS_2\j2ee\oc4j_soa\log\coreman.log
and Found:

target exception:

java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
The Connection descriptor used by the client was:
//localhost:1521/orcl
	at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)

Resolution

* Check database is up and running.
* Check logging into orabpel user.
* Restart SOA.

Case Two

* Solaris OS
* Oracle 10g DB
* SOA 10.1.3.5

Troubleshoot

* vi j2ee/oc4j_soa/log/oc4j_soa_default_group_1/oc4j/log.xml

<MESSAGE>
  <HEADER>
    <TSTZ_ORIGINATING>2010-10-15T19:34:44.447+00:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>myhost</HOST_ID>
    <HOST_NWADDR>192.168.1.10</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.soap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>oracle</USER_ID>
  </HEADER>
  <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>1483312815:87239:1287171244788:0</UNIQUE_ID><SEQ>34</SEQ></EXEC_CONTEXT_ID>
  </CORRELATION_DATA>
  <PAYLOAD>
    <MSG_TEXT>Registering ESB services to Oracle SOAP Provider failed</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[oracle.tip.esb.model.repository.exception.RepositoryException: Unable to get connection to Repository
Ensure repository is accessible
        at oracle.tip.esb.model.repository.database.DatabaseRepository.getConnection(DatabaseRepository.java:1275)

Resolution

* Update orabpel password by editing system-jazn-data.xml file.
vi j2ee/oc4j_soa/config/system-jazn-data.xml

<user>
  <name>pwForOrabpel</name>
  <guid>120C6951EB9511DCBFF1AD21958DF927</guid>
  <credentials>!myBpelPassword</credentials>
</user>

Notice the ‘!’ before the new password so that the password will get encrypted when oc4j is restarted.
* Check same password is used in j2ee/oc4j_soa/config/data-sources.xml

<connection-pool name="BPELPM_CONNECTION_POOL">
  <connection-factory 
    factory-class="oracle.jdbc.pool.OracleDataSource" 
    user="orabpel" password="myBpelPassword" 
    url="jdbc:oracle:thin:@localhost:1521/soa" 
    commit-record-table-name=""/>
</connection-pool>

* Restart
opmnctl stopall
opmnctl startall

References

* http://sathyam-soa.blogspot.com/2009/01/oracle-bpel-console-throws-no-domains.html
* http://onlineappsdba.com/index.php/2009/04/14/how-to-reset-orabpel-oraesb-password-in-soa-suite-1013x/

This entry was posted in errors, oc4j. Bookmark the permalink.

One Response to Oracle SOA 10g BPEL Error: No domains accessible to the user logged in.

  1. Raj says:

    Initialized connection factory jdbc/BPELServerDataSourceWorkflow
    Initialized connection factory jdbc/BPELServerDataSource
    12/10/29 13:29:43 System.getProperty(dehydration.store)=null
    12/10/29 13:30:34 java.sql.SQLException: ORA-28000: the account is locked

    12/10/29 13:30:34 at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:277)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:647)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:308)
    12/10/29 13:30:34 at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:430)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:151)
    12/10/29 13:30:34 at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    12/10/29 13:30:34 at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:608)
    12/10/29 13:30:34 at oracle.oc4j.sql.DriverDataSource.getConnection(DriverDataSource.java:116)
    12/10/29 13:30:34 at oracle.oc4j.sql.DriverDataSource.getConnection(DriverDataSource.java:75)
    12/10/29 13:30:34 at oracle.oc4j.sql.DataSourceConnectionPoolDataSource.getPooledConnection(DataSourceConnectionPoolDataSource.java:57)
    12/10/29 13:30:34 at oracle.oc4j.sql.xa.EmulatedXADataSource.getXAConnection(EmulatedXADataSource.java:92)
    12/10/29 13:30:34 at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createXAConnection(ManagedConnectionFactoryImpl.java:211)
    12/10/29 13:30:34 at oracle.oc4j.sql.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:170)
    12/10/29 13:30:34 at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1398)
    12/10/29 13:30:34 at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
    12/10/29 13:30:34 at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
    12/10/29 13:30:34 at oracle.j2ee.connector.ConnectionPoolImpl$FixedWaitPoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1455)
    12/10/29 13:30:34 at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
    12/10/29 13:30:34 at oracle.oc4j.sql.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:45)
    12/10/29 13:30:34 at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1596)
    12/10/29 13:30:34 at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1541)
    12/10/29 13:30:34 at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1486)
    12/10/29 13:30:34 at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
    12/10/29 13:30:34 at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
    12/10/29 13:30:34 at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:272)
    12/10/29 13:30:34 at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:200)
    12/10/29 13:30:34 at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:142)
    12/10/29 13:30:34 at oracle.oc4j.sql.ManagedDataSource.getConnection(ManagedDataSource.java:127)
    12/10/29 13:30:34 at com.collaxa.cube.engine.data.ConnectionFactory$ConnectionFactoryImpl.getConnection(ConnectionFactory.java:336)
    12/10/29 13:30:34 at com.collaxa.cube.engine.data.ConnectionFactory.getConnection(ConnectionFactory.java:159)
    12/10/29 13:30:34 at com.collaxa.cube.engine.adaptors.util.BaseSchemaManager.getDataSourceType(BaseSchemaManager.java:43)
    12/10/29 13:30:34 at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils$1.getDataSourceType(DataSourceSchemaUtils.java:40)
    12/10/29 13:30:34 at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.getDataSourceType(DataSourceSchemaUtils.java:165)
    12/10/29 13:30:34 at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.getServerDataSourceType(DataSourceSchemaUtils.java:148)
    12/10/29 13:30:34 at com.collaxa.cube.admin.adaptors.ServerAdaptorManager.init(ServerAdaptorManager.java:72)
    12/10/29 13:30:34 at com.collaxa.cube.admin.ServerManager.__init(ServerManager.java:224)
    12/10/29 13:30:34 at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:132)
    12/10/29 13:30:34 at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254)
    12/10/29 13:30:34 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    12/10/29 13:30:34 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    12/10/29 13:30:34 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    12/10/29 13:30:34 at java.lang.reflect.Method.invoke(Method.java:585)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    12/10/29 13:30:34 at java.security.AccessController.doPrivileged(Native Method)
    12/10/29 13:30:34 at javax.security.auth.Subject.doAs(Subject.java:396)
    12/10/29 13:30:34 at com.evermind.server.ThreadState.runAs(ThreadState.java:695)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    12/10/29 13:30:34 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    12/10/29 13:30:34 at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
    12/10/29 13:30:34 at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
    12/10/29 13:30:34 at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.(HttpApplication.java:741)
    12/10/29 13:30:34 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    12/10/29 13:30:34 at com.evermind.server.Application.getHttpApplication(Application.java:586)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.(HttpSite.java:1906)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    12/10/29 13:30:34 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    12/10/29 13:30:34 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    12/10/29 13:30:34 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    12/10/29 13:30:34 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    12/10/29 13:30:34 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    12/10/29 13:30:34 at java.lang.Thread.run(Thread.java:595)
    12/10/29 13:30:34 ORABPEL-03001

    Cannot lookup datasource type.
    The process domain was unable to determine the database type. The version table contains the vendor type for the current datasource. The exception reported is: Cannot fetch a datasource connection.
    The process domain was unable to establish a connection with the datasource with the connection URL “jdbc/BPELServerDataSourceWorkflow”. The exception reported is: ORA-28000: the account is locked

    Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection parameters (user/password) is currently valid.

    Please check that:
    + the machine hosting the datasource is physically connected to the network.
    + the connection pool properties as defined in the application server startup properties are valid.
    + the database schema for OraBPEL has been installed in the datasource.

    12/10/29 13:30:34 at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.getDataSourceType(DataSourceSchemaUtils.java:197)
    12/10/29 13:30:34 at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.getServerDataSourceType(DataSourceSchemaUtils.java:148)
    12/10/29 13:30:34 at com.collaxa.cube.admin.adaptors.ServerAdaptorManager.init(ServerAdaptorManager.java:72)
    12/10/29 13:30:34 at com.collaxa.cube.admin.ServerManager.__init(ServerManager.java:224)
    12/10/29 13:30:34 at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:132)
    12/10/29 13:30:34 at com.collaxa.cube.ejb.impl.ServerBean.init(ServerBean.java:254)
    12/10/29 13:30:34 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    12/10/29 13:30:34 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    12/10/29 13:30:34 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    12/10/29 13:30:34 at java.lang.reflect.Method.invoke(Method.java:585)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    12/10/29 13:30:34 at java.security.AccessController.doPrivileged(Native Method)
    12/10/29 13:30:34 at javax.security.auth.Subject.doAs(Subject.java:396)
    12/10/29 13:30:34 at com.evermind.server.ThreadState.runAs(ThreadState.java:695)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.TxNotSupportedInterceptor.invoke(TxNotSupportedInterceptor.java:43)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    12/10/29 13:30:34 at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    12/10/29 13:30:34 at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    12/10/29 13:30:34 at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    12/10/29 13:30:34 at ServerBean_RemoteProxy_4bin6i8.init(Unknown Source)
    12/10/29 13:30:34 at com.collaxa.cube.admin.CXLoaderServlet.init(CXLoaderServlet.java:60)
    12/10/29 13:30:34 at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
    12/10/29 13:30:34 at com.evermind.server.http.HttpApplication.(HttpApplication.java:741)
    12/10/29 13:30:34 at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
    12/10/29 13:30:34 at com.evermind.server.Application.getHttpApplication(Application.java:586)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.(HttpSite.java:1906)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
    12/10/29 13:30:34 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
    12/10/29 13:30:34 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
    12/10/29 13:30:34 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
    12/10/29 13:30:34 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
    12/10/29 13:30:34 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
    12/10/29 13:30:34 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    12/10/29 13:30:34 at java.lang.Thread.run(Thread.java:595)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Oct 29, 2012 1:30:38 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Number,null)
    Shutting down all domains
    Done shutting down all domains
    12/10/29 13:30:40 Oracle Containers for J2EE 10g (10.1.3.4.0) initialized

Leave a Reply to Raj Cancel reply

Your email address will not be published. Required fields are marked *


*

This site uses Akismet to reduce spam. Learn how your comment data is processed.