Esb bootstrap failure

when starting soa suite I get this in the $ORACLE_HOME\j2ee\oc4j_soa\log\*\log.xml
<MSG_TEXT>ESB bootstrap: Ping to URL "http://null:null/esb/ESBConsoleMain.html" failed. Will ping again...</MSG_TEXT>
     <MSG_TEXT>ESB bootstrap: The ESB designtime could not get initialized correctly. To fix the problem you may have to increase the ping count and restart the server.</MSG_TEXT>
PingCount=30
PingInterval=30
Have both esb-dt, esb-rt and bpel in the same oc4j_soa instance. Also tried to stop bpel, and restart only esb-dt,esb-rt, but the ping URL seems wrong.
http://null:null/esb/ESBConsoleMain.html
where does this ping url come from?

The host and port is retrieved from:
oraesb.esb_parameter table, where param_name=DT_OC4J_HOST and param_name=DT_OC4J_HTTP_PORT
You might want to verify the content of this ESB_PARAMETER table.
This is my content of the ESB_PARAMETER table
change the two first lines to your host and port.
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('DT_OC4J_HOST','localhost');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('DT_OC4J_HTTP_PORT','80');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_MONITOR_TOPIC_JNDI','OracleASjms/ESBMonitorTopic');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_ERROR_XATCF_JNDI','OracleASjms/MyXATCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_ERROR_RETRY_JNDI','OracleASjms/ESBErrorRetryTopic');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_CONTROL_TCF_JNDI','OracleASjms/MyXATCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_MONITOR_TCF_JNDI','OracleASjms/MyTCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_ERROR_TOPIC_JNDI','OracleASjms/ESBErrorTopic');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_ERROR_TCF_JNDI','OracleASjms/MyTCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_CONTROL_TOPIC_JNDI','OracleASjms/ESBControlTopic');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_DEFERRED_TCF_JNDI','OracleASjms/MyTCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_DEFERRED_XATCF_JNDI','OracleASjms/MyXATCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('PROP_NAME_ERROR_RETRY_TCF_JNDI','OracleASjms/MyXATCF');
Insert into ESB_PARAMETER (PARAM_NAME,PARAM_VALUE) values ('ACT_ID_RANGE','891000');
commit;

Similar Messages

  • Lapi bootstrap failure

    My old database version 9.2.0.1 on suse linux and install olap manually, for testing BI Beans. download some patch and upgrate to 9.2.0.2,
    select comp_name, version, status from dba_registry;
    Oracle9i Catalog Views,9.2.0.2.0,VALID
    Oracle9i Packages and Types,9.2.0.2.0,VALID
    Oracle Data Mining,9.2.0.1.0,LOADED
    Oracle Text,9.2.0.2.0,VALID
    OLAP Analytic Workspace,9.2.0.2.0,LOADED
    Oracle OLAP API,9.2.0.2.0,LOADED
    OLAP Catalog,9.2.0.2.0,VALID
    but when I run bi_checkconfig.bat -h 10.0.26.75 -po 1521 -sid crmtemp -u BIBDEMO -p BIBDEMO on windows,
    output ...
    <?xml version="1.0" encoding="UTF-8" ?>
    <BICheckConfig version="1.0.0.0">
    <Check key="JDEV_ORACLE_HOME" value="E:\jdev9034_base"/>
    <Check key="JAVA_HOME" value="D:\java\jdk1.3.1_03"/>
    <Check key="JDeveloper version" value="9.0.3.4.1247"/>
    <Check key="BI Beans version" value="9.0.3.6.0A"/>
    <Check key="BI Beans internal version" value="2.7.0.13.1"/>
    <Check key="host" value="10.0.26.75"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="crmtemp"/>
    <Check key="user" value="BIBDEMO"/>
    <Check key="Connecting to the database" value="Successful"/>
    <Check key="JDBC driver version" value="9.2.0.3.0"/>
    <Check key="JDBC JAR file location" value="E:\jdev9034_base\jdbc\lib"/>
    <Check key="Database version" value="9.2.0.2.0"/>
    <Check key="OLAP Catalog version" value=""/>
    <Check key="OLAP AW Engine version" value=""/>
    <Check key="OLAP API Server version" value=""/>
    <Check key="BI Beans Catalog version" value="N/A; not installed in BIBDEMO"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="E:\jdev9034_base\jdev\lib\ext"/>
    <Check key="OLAP API Metadata Load" value="Unsuccessful"/>
    <Check key="Failure Point" value="MDMLoadFailed"/>
    <Check key="StackTrace">
    <![CDATA[
    ============================================================================
    1) olapi bootstrap failure
    1) olapi bootstrap failure
    ============================================================================
    oracle.express.idl.util.OlapiException: olapi bootstrap failure
         at oracle.express.olapi.data.full.ExpressDataProvider.initialize(ExpressDataProvider.java:208)
         at oracle.dss.connection.server.drivers.mdm._92.MDMConnectionDriverImpl_92.getExpressDataProvider(MDMConnectionDriverImpl_92.java:343)
         at oracle.dss.connection.server.drivers.mdm._92.MDMConnectionDriverImpl_92.getDriverSpecificObject(MDMConnectionDriverImpl_92.java:242)
         at oracle.dss.connection.server.drivers.mdm.MDMConnectionDriverImpl.getDriverSpecificObject(MDMConnectionDriverImpl.java:377)
         at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider(MDMMetadataDriverImpl_92.java:1133)
         at oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(MDMMetadataDriverImpl_92.java:811)
         at oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(MDMMetadataDriverImpl.java:133)
         at oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel(MetadataManagerImpl.java:1085)
         at oracle.dss.metadataManager.server.MetadataManagerImpl.attach(MetadataManagerImpl.java:962)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:866)
         at oracle.dss.metadataManager.client.MetadataManager.attach(MetadataManager.java:792)
         at BICheckConfig.checkConnection(BICheckConfig.java:250)
         at BICheckConfig.main(BICheckConfig.java:1172)
    ]]>
    </Check>
    </BICheckConfig>
    and then I check database server log;
    ORA-07445: exception encountered: core dump [xsoqpgaDestruct()+38] [SIGSEGV] [Address not mapped to object] [0x0] [] []
    Current SQL information unavailable - no SGA.

    thank!
    I make it.
    At first I download database patchset 9.2.0.4, when I install and bi_checkconfig, still throws some exception
    about argument number wrong, but the 9.2.0.4.1 OLAP patch help me and now success.
    <?xml version="1.0" encoding="UTF-8" ?>
    <BICheckConfig version="1.0.0.0">
    <Check key="JDEV_ORACLE_HOME" value="E:\jdev9034_base"/>
    <Check key="JAVA_HOME" value="D:\java\jdk1.3.1_03"/>
    <Check key="JDeveloper version" value="9.0.3.4.1247"/>
    <Check key="BI Beans version" value="9.0.3.6.0A"/>
    <Check key="BI Beans internal version" value="2.7.0.13.1"/>
    <Check key="host" value="10.0.26.75"/>
    <Check key="port" value="1521"/>
    <Check key="sid" value="crmtemp"/>
    <Check key="user" value="BIBDEMO"/>
    <Check key="Connecting to the database" value="Successful"/>
    <Check key="JDBC driver version" value="9.2.0.3.0"/>
    <Check key="JDBC JAR file location" value="E:\jdev9034_base\jdbc\lib"/>
    <Check key="Database version" value="9.2.0.4.0"/>
    <Check key="OLAP Catalog version" value="9.2.0.4.1"/>
    <Check key="OLAP AW Engine version" value="9.2.0.4.1"/>
    <Check key="OLAP API Server version" value="9.2.0.4.1"/>
    <Check key="BI Beans Catalog version" value="N/A; not installed in BIBDEMO"/>
    <Check key="OLAP API JAR file version" value="9.2"/>
    <Check key="OLAP API JAR file location" value="E:\jdev9034_base\jdev\lib\ext"/>
    <Check key="OLAP API Metadata Load" value="Successful"/>
    <Check key="Number of metadata folders" value="3"/>
    <Check key="Number of metadata measures" value="22"/>
    <Check key="Number of metadata dimensions" value="17"/>
    <Check key="OLAP API Metadata">
    <![CDATA[==============================================================================
    Type Name (S=Schema, C=Cube, M=Measure, D=Dimension)
    ========= ====================================================================

  • Hi bootstrap failure

    when i started my newly created database i got a error called bootstrap failure in the alert log file
    The instance getting terminated forcefully

    ORA-0704 bootstrap process failure
    ORA-39700 database must be open with upgrade option
    error 704 happened during db open,shutting down database
    USER:termination instance due to error 704
    instance terminated by USER,pid=3313
    ORA-1092 signalled during ALTER DATABASE OPEN ..
    in linux 4
    i dont know the db version
    Edited by: user10825587 on Feb 9, 2009 3:50 AM

  • ESB Console Error while trying to install AIA FP 2.2

    Hi all
    I am installing AIA FP 2.2 and while installing I am getting the following error:
    "Design time cache has not been initialized"
    also
    When I log into my esb console I am getting this error:
    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    Any suggestions to solve this issue?????
    Regards
    Senthil R

    Hi Senthil,
    As mentioned in the message below, please examine the logs and see if you are getting any errors. Most likely your ESB engine initialization is failing while server bootup. If there is no error in the oc4j log, OPMN log and FP install log and the propblem persists, please contact your Oracle Support by logging an SR.
    Regards
    Rohit

  • ESB SOA FTP adapter

    Can someone please explain to me the following error?
    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    I looked into the log.xml and it states
    <TSTZ_ORIGINATING>2008-06-16T16:06:25.026-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID> J2EE JSP-0008</MSG_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>dbdss15h</HOST_ID>
    <HOST_NWADDR>136.180.75.158</HOST_NWADDR>
    <MODULE_ID>jsp</MODULE_ID>
    <THREAD_ID>14</THREAD_ID>
    <USER_ID>soadappl</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>136.180.75.158:77855:1213646785008:39</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Unable to dispatch JSP Page : Exception:java.io.FileNotFoundException: /soad/app/soadas/10gAS/j2ee/home/applications/orabpel/console/default/index.jsp (No such file or directory) </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    Now i was told to look into the domain.log also but this appears to be for BPEL if not can someone let me know where to obtain this?
    Also i cant manually put my oc4j-ra.xml on the server i have to have a unix admin do it so the path i told them to place it in is
    ORACLE_APP_HOME/j2ee/home/application-deployments/default/FtpAdapter
    We are running an ftpadapter scenario here

    I get this error when trying to deploy to my ESB server and when viewing my ESB via the web or console whatever you would call it. Also im very new to this so when you say esb_parameter i sort of know what you mean than dhydration store you lose me. Now are you saying the host and port name in the oc4j file for the server that my soa server is connecting to ?
    Below is my oc4j file im using this error started after i inserted the last entry ( Im 80 %) sure
    <?xml version="1.0"?>
    <oc4j-connector-factories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.oracle.com/technology/oracleas/schema/oc4j-connector-factories-10_0.xsd" schema-major-version="10" schema-minor-version="0" >
         <imported-shared-libraries>
              <import-shared-library name="oracle.bpel.common"/>
              <import-shared-library name="oracle.xml"/>
         </imported-shared-libraries>
         <connector-factory location="eis/Ftp/JPMorganDropbox" connector-name="Ftp Adapter">
              <config-property name="host" value="t*****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="G****"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/FtpAdapter" connector-name="Ftp Adapter">
              <config-property name="host" value="localhost"/>
              <config-property name="port" value="21"/>
              <config-property name="username" value="****r"/>
              <config-property name="password" value="******"/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="false"/>
              <config-property name="authenticationType" value="password"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value=""/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/CanadaDropbox_WIPRO" connector-name="Ftp Adapter">
              <config-property name="host" value="*****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="WIPROtest"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/CanadaDropbox" connector-name="Ftp Adapter">
              <config-property name="host" value="****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="cdn\GDMSC"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/eBusiness" connector-name="Ftp Adapter">
              <config-property name="host" value="d*****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="ftpuser"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/zdrive" connector-name="Ftp Adapter">
              <config-property name="host" value="*****"/>
              <config-property name="port" value="421"/>
              <config-property name="username" value="cdn/ftpora2"/>
              <config-property name="password" value="****"/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="false"/>
              <config-property name="authenticationType" value="password"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value=""/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/concur" connector-name="Sarah Walls FTP">
                   <config-property name="host" value="***.gendyn.com"/>
                   <config-property name="port" value="22"/>
                   <config-property name="username" value="TLSCANCEIS"/>
                   <config-property name="password" value=""/>
                   <config-property name="ftpAbsolutePathBegin" value="/"/>
                   <config-property name="ftpPathSeparator" value="/"/>
                   <config-property name="keepConnections" value="true"/>
                   <config-property name="serverType" value="unix"/>
                   <config-property name="serverLocaleLanguage" value=""/>
                   <config-property name="serverLocaleCountry" value=""/>
                   <config-property name="serverLocaleVariant" value=""/>
                   <config-property name="serverEncoding" value=""/>
                   <config-property name="useFtps" value="false"/>
                   <config-property name="useImplicitSSL" value="false"/>
                   <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
                   <config-property name="walletPassword" value="welcome1"/>
                   <config-property name="channelMask" value="both"/>
                   <config-property name="securePort" value="990"/>
                   <config-property name="keyStoreProviderName" value=""/>
                   <config-property name="keystoreType" value=""/>
                   <config-property name="keystoreAlgorithm" value=""/>
                   <config-property name="enableCipherSuits" value=""/>
                   <config-property name="proxyHost" value=""/>
                   <config-property name="proxyPort" value=""/>
                   <config-property name="proxyUsername" value=""/>
                   <config-property name="proxyPassword" value=""/>
                   <config-property name="proxyType" value=""/>
                   <config-property name="proxyDefinitionFile" value=""/>
                   <config-property name="useProxy" value="false"/>
                   <config-property name="useSftp" value="true"/>
                   <config-property name="authenticationType" value="publickey"/>
                   <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
                   <config-property name="preferredCompressionAlgorithm" value="none"/>
                   <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
                   <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
                   <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
                   <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
                   <config-property name="transportProvider" value="socket"/>
                   <connection-pooling use="none">
                   </connection-pooling>
                   <security-config use="none">
                   </security-config>
         </connector-factory>
    </oc4j-connector-factories>

  • ESB process deployment issue

    Hi,
    We are using 10.1.3.3 SOA Suite(Advanced Installation) and 10.1.3.3 Jdeveloper.
    We get the following error message in JDeveloper, when trying to register a ESB process.
    Error thrown for ESB process while registering:
    error code: 1: 10
    summary: Designtime cache has not been initialized
    Please look in logs for following signs of failure. Fix them and restart.
    (a) Database access errors
    (b) ESB Bootstrap errors
    (c) OC4J class load errors
    (d) Product installation errors
    (e) Export ESB params and verify if host and port parameters are correct.
    Please contact Oracle Support if unable to fix the issue.
    This typically happens after we register more than 10-15 ESB processes successfully. Till then there are no issues.
    Please let me know why this issues is occuring and what is the resolution for this issue........

    What do the ESB logfiles say ?
    Have you set the loggers into Trace and so on ?
    Also, you may need to move to Patch #7 , have you tried this ?
    Message was edited by:
    Chris slattery

  • Error on ESB

    Hi,
    I have SOA 10.1.3.3 Installed on one of our linux server. The ESB and XREF module supported by the ESB was working fine. Suddenly, since last week, when I try to login to ESB, I get the following error
    "Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue"
    Now, ESB is not working and the XREF is also not working. For XREF, the error message is
    "Error:Unable to access Metadata Repository
    Please ensure the Metadata repository is accessible.. Please see the DT Server log for details"
    Has anyone seen these errors before. Can you provide hints on resolving these errors?
    Thanks.
    -Senthil Kumar Mariappan.

    Hi,
    We have restarted the opmn processes many times and no success. We haven't changed the datasource on SOA either. By "data source definition", did you mean the definition on the Enterprise Manager. We have configured the SOA Server to use Oracle Database server for dehydration and for other db related activites. The BPEL processes deployed on that server is working fine. The only issue is with the ESB and XREF. And, do yyou know where is the "DT Server log" located on the server.
    This is the stack trace from the OPMN log for XREF failure...
    <2007-11-13 04:33:26,901> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "delivery": [com.collaxa.cube.xml.xpath.XPathException: XPath expression failed to execute.
    Error while processing xpath expression, the expression is "ora:processXSLT('OD-OPOptyRevenueInsertXFrm',bpws:getVariableData('TempODListOfOpporrtunity'))", the reason is FOTY0001: type error.
    Please verify the xpath query.
    ORABPEL-09500
    XPath expression failed to execute.
    Error while processing xpath expression, the expression is "ora:processXSLT('OD-OPOptyRevenueInsertXFrm',bpws:getVariableData('TempODListOfOpporrtunity'))", the reason is FOTY0001: type error.
    Please verify the xpath query.
    at com.collaxa.cube.xml.xpath.BPELXPathUtil.evaluate(BPELXPathUtil.java:206)
    at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.evalFromValue(BPELAssignWMP.java:677)
    at com.collaxa.cube.engine.ext.wmp.BPELAssignWMP.__executeStatements(BPELAssignWMP.java:141)
    at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:195)
    at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3672)
    at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1650)
    at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:276)
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5658)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1082)
    at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.createAndInvoke(CubeEngineBean.java:132)
    at com.collaxa.cube.engine.ejb.impl.CubeEngineBean.syncCreateAndInvoke(CubeEngineBean.java:161)
    at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiresNewInterceptor.invoke(TxRequiresNewInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    Thanks.
    -Senthil Kumar Mariappan.

  • ESB Error: Designtime cache has not been initialized

    Hi,
    I get following error when trying to deploy the ESB or even try to open the ESB Control:
    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    Does any one knows what the problem is ? I tried restarting the Application server many times but this problem is not solved...

    Hi,
    First things I would check :
    - check connectivity between SOA and Dehydration DB
    - check if DB and DB listener are running
    - check in esb_parameter table from ORAESB schema if DT_OC4J_HOST and DT_OC4J_PORT point to the machine where ESB-DT is running
    - if you made a recent upgrade - have you also upgraded the DB schemas for esb and bpel ?
    Hope it helps
    Mihai

  • Designtime cache has not been initialized  error in ESB console

    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    I am not able to see any thing other than an alert message wtih "OK" button.

    My Log file shows the following error
    C:\product\10.1.3.1\OracleAS_1\j2ee\home\log\home_default_group_1\oc4j
    C:\product\10.1.3.1\OracleAS_1\opmn\logs
    C:\product\10.1.3.1\OracleAS_1\opmn\bin>opmnctl stopall
    $ORACLE_HOME/j2ee/oc4j_esbdt/log/oc4j_esbdt_default_group_1/oc4j/log.xml
    Re: ESB startup error
    http://blogs.oracle.com/jheadstart/newsItems/departments/deployment
    <MSG_TEXT>ESB bootstrap: Error occured while initializing ESB server from the ping thread</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.NoSuchMethodError: oracle.tip.esb.configuration.ServiceBusConstants.getDesigntimeESBProtocol(Ljava/lang/String;)Ljava/lang/String;
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter$PingTester.run(ESBBaseResourceAdapter.java:829)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
         at java.lang.Thread.run(Thread.java:595)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Getting Error while Updating the ESB Default System

    Hi,
    We applied patch 7272722 and have upgraded the SOA Suite 10.1.3.1 to SOA Suite 10.1.3.4 on Windows (32 Bit).
    After upgrading , we are getting below error message while updating the Default System properties in ESB Console.
    An unhandled exception has been thrown in the ESB system. The exception reported is: "oracle.tip.esb.console.exception.ConsoleTransactionException: File repository not initialized.May be ESB bootstrap failed Please review ESB prameters for their correctness. at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(XMLConsoleManagerImpl.java:2317) at oracle.tip.esb.console.XMLConsoleManagerImpl.updateSystemInRepository(XMLConsoleManagerImpl.java:882) at oracle.tip.esb.console.XMLConsoleManagerImpl.updateSystemFromElement(XMLConsoleManagerImpl.java:578) at oracle.tip.esb.console.XMLConsoleManagerImpl.updateSystem(XMLConsoleManagerImpl.java:556) at oracle.tip.esb.configuration.servlet.command.UpdateSystemCommand.execute(UpdateSystemCommand.java:61) at oracle.tip.esb.configuration.servlet.CommandServlet.doJob(CommandServlet.java:109) at oracle.tip.esb.configuration.servlet.CommandServlet.doPost(CommandServlet.java:76) at javax.servlet.http.HttpServlet.service(HttpServlet.java:763) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:400) at java.security.AccessController.doPrivileged(Native Method) at javax.security.auth.Subject.doAsPrivileged(Subject.java:517) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:414) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:595) ".
    We are also deploying new BPEL process but they are also not displayed on ESB Console.
    Please let us know how we can resolve the error.
    Thanks
    Udit

    Dear Laxmi Narayan,
    This error would occur, if you miss Business Area/Section Code at the time of Invoice.
    The following thread should answer your query:
    Extended W/H Tax
    Regards,
    Naveen.

  • Error while registering ESB using Jdeveloper , SOA SUITE,XE on XP

    I get the following error while registering the ESB.
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-08T15:48:18.940-05:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>16</MSG_LEVEL>
    <HOST_ID>usolpathak</HOST_ID>
    <HOST_NWADDR>10.100.3.47</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>15</THREAD_ID>
    <USER_ID>apathak</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.100.3.47:97616:1210277752560:1348</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Pinging URL "http://null:null/esb/ESBConsoleMain.html" to test completion of application server startup</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>

    Hi,
    The ESB server tests its connection to the ESB console at startup. If you look at the MSG_TEXT, you will see the hostname and port of the URL the ESB server is using are both set to null. I haven't seen this before, but it looks like your installation isn't quite right.
    Does the BPEL server work or the Application Server console ?
    Regards,
    Ben

  • ESB Error after installation.

    Hi, I just completed installation of SOA Suite 10.1.3.1 on a RHEL 4 Linux Box. I was checking the status of my OC4J services, when I noticed two things through the EM:
    One: There were two, one called home, another soadev, which is what I named it during the installation. (Also the name of the Oracle Instance)
    Two: The following Error:
    Message Text
    ESB bootstrap: Unknown error occured in constructor of ESB resource adapter
    Supplemental Text
         java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException
    at oracle.tip.esb.configuration.ServiceBusConstants.getESBHome(Unknown Source)
    at oracle.tip.esb.configuration.ServiceBusConstants.loadESBConfigs(Unknown Source)
    at oracle.tip.esb.configuration.ServiceBusConstants.getESBConfigs(Unknown Source)
    at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.<init>(Unknown Source)
    at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.<init>(Unknown Source)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at com.evermind.server.connector.deployment.ConnectorArchive.createJavaBeanInstance(ConnectorArchive.java:1182)
    at com.evermind.server.connector.deployment.ConnectorArchive.startResourceAdapter(ConnectorArchive.java:902)
    at oracle.j2ee.connector.DeployedAdapter.start(DeployedAdapter.java:102)
    at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1269)
    at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:353)
    at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:205)
    at com.evermind.server.Application.setConfig(Application.java:413)
    at com.evermind.server.Application.setConfig(Application.java:314)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1843)
    at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:512)
    at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:196)
    at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
    at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)
    Any ideas what this is? Thanks!

    Hi,
    The 2 instances are home and oc4j_soa by default where home is the administartive oc4j instance...
    naturally since you renamed oc4j_soa to soadev , you will have 2 homes..
    home and soadev....
    regarding the error that you see ... can you please confirm whther this is thrown in the oc4j logs? or the log.xml ....?

  • DefaultSystem on ESB Console missing

    Greetings
    I am working on installing and doing a config of SOA Suite 10.1.3.1.0 on XP and am getting an error on the ESB Console. It shows up blank.
    I have Oracle XE and Oracle Designer installed and have unset ORACLE_HOME before doing any install. I have also removed the oracle lines from the path variable just to see if it was having any effect. Ihave installed and reinstall multiples times trying both basic and advanced installs. I have a loopback adapter installed and it pings to the correct address. I have also installed this on Linux and had it work correctly.
    The error I get in the logs is:
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Unknown error occured in constructor of ESB resource adapter</MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException
         at oracle.tip.esb.configuration.ServiceBusConstants.getESBHome(Unknown Source)
         at oracle.tip.esb.configuration.ServiceBusConstants.loadESBConfigs(Unknown Source)
         at oracle.tip.esb.configuration.ServiceBusConstants.getESBConfigs(Unknown Source)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.<init>(Unknown Source)
         at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at java.lang.Class.newInstance0(Class.java:350)
         at java.lang.Class.newInstance(Class.java:303)
         at com.evermind.server.connector.deployment.ConnectorArchive.createJavaBeanInstance(ConnectorArchive.java:1182)
         at com.evermind.server.connector.deployment.ConnectorArchive.startResourceAdapter(ConnectorArchive.java:902)
         at oracle.j2ee.connector.DeployedAdapter.start(DeployedAdapter.java:102)
         at com.evermind.server.ApplicationStateRunning.initConnector(ApplicationStateRunning.java:1269)
         at com.evermind.server.ApplicationStateRunning.initConnectors(ApplicationStateRunning.java:354)
         at com.evermind.server.ApplicationStateRunning.initializeApplication(ApplicationStateRunning.java:206)
         at com.evermind.server.Application.setConfig(Application.java:413)
         at com.evermind.server.Application.setConfig(Application.java:314)
         at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1853)
         at oracle.oc4j.admin.internal.ApplicationDeployer.addApplication(ApplicationDeployer.java:512)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:196)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:93)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:81)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    ]]></SUPPL_DETAIL>
    What is interesting is that I can do the CustomerData sample in the tutorial in JDeveloper, build and deploy it successfully from JDev - no errors showing. However nothing appears in the ESB Console. When I check the logs I see the following:
    <MSG_TEXT>Error activating endpoint for service GUID "60D09ED1E30811DB8F75119611B09F35", WSDL "esb:///ESB_Projects/ESBSamples_CustomerData/CustIn.wsdl". Reason : "oracle.tip.esb.server.common.cache.CacheException: Could not load WSDL definition into the cache for WSDL "esb:///ESB_Projects/ESBSamples_CustomerData/CustIn.wsdl"! Reason : WSDL Parsing Failed: org.apache.slide.structure.ObjectNotFoundException: No object found at /files/ESB_Projects!
    "</MSG_TEXT>
    Anyone have any ideas. I have seen some mention of this error on these forums but not resolution.
    Regards
    JP

    Marc
    Thanks for your reply. I went ahead and did a re-install of the oraesb repository. No errors reported. Then I restarted the processes. Log output is below. Still nothing in the ESB Console. When I go to services and do a refresh, i.e. click on the refresh button, it hangs.
    Just to see what happens I went back into JDev and tried to deploy the CustomerData project. In connections, I first tested the App Server and the Intergration server and made a successful connection. So next came an attempt to Register with ESB. JDev returned the following:
    error code: 0 : 10
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.NullPointerException
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Fix: -
    Log.xml contents
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_DEFERRED_TOPIC_JNDI" value "OracleASjms/ESBDeferredTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_DEFERRED_XATCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_DEFERRED_TCF_JNDI" value "OracleASjms/MyTCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_CONTROL_TOPIC_JNDI" value "OracleASjms/ESBControlTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_CONTROL_TCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_TOPIC_JNDI" value "OracleASjms/ESBErrorTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_XATCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_TCF_JNDI" value "OracleASjms/MyTCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_MONITOR_TOPIC_JNDI" value "OracleASjms/ESBMonitorTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_MONITOR_TCF_JNDI" value "OracleASjms/MyTCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_RETRY_JNDI" value "OracleASjms/ESBErrorRetryTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_RETRY_TCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_INITIAL_CONTEXT_FACTORY" value "com.evermind.server.rmi.RMIInitialContextFactory"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: This server is a repository server</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.125-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Started</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.281-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_DEFERRED_TOPIC_JNDI" value "OracleASjms/ESBDeferredTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.281-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_DEFERRED_XATCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_DEFERRED_TCF_JNDI" value "OracleASjms/MyTCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_CONTROL_TOPIC_JNDI" value "OracleASjms/ESBControlTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_CONTROL_TCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_TOPIC_JNDI" value "OracleASjms/ESBErrorTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_XATCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_TCF_JNDI" value "OracleASjms/MyTCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_MONITOR_TOPIC_JNDI" value "OracleASjms/ESBMonitorTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_MONITOR_TCF_JNDI" value "OracleASjms/MyTCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_RETRY_JNDI" value "OracleASjms/ESBErrorRetryTopic"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.406-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_ERROR_RETRY_TCF_JNDI" value "OracleASjms/MyXATCF"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.437-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Using default value for entity "PROP_NAME_INITIAL_CONTEXT_FACTORY" value "com.evermind.server.rmi.RMIInitialContextFactory"</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.437-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: This server is a repository server</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:01:26.437-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>esb.server.bootstrap</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>2</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>ESB bootstrap: Started</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}userObject to javax.xml.soap.SOAPElement userObject. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}groupObject to javax.xml.soap.SOAPElement groupObject. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObject to javax.xml.soap.SOAPElement roleObject. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}userObjects to javax.xml.soap.SOAPElement userObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}reportees to javax.xml.soap.SOAPElement reportees. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}participants to javax.xml.soap.SOAPElement participants. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObjects to javax.xml.soap.SOAPElement roleObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObjects to javax.xml.soap.SOAPElement roleObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObjects to javax.xml.soap.SOAPElement roleObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.265-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObjects to javax.xml.soap.SOAPElement roleObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.296-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}userObjects to javax.xml.soap.SOAPElement userObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.296-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}groupObjects to javax.xml.soap.SOAPElement groupObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.296-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}userObjects to javax.xml.soap.SOAPElement userObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.296-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObjects to javax.xml.soap.SOAPElement roleObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2007-04-13T10:02:02.296-07:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>webservices</COMPONENT_ID>
    <MSG_ID>OWS-00102</MSG_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>PRECIPICE</HOST_ID>
    <HOST_NWADDR>192.168.254.254</HOST_NWADDR>
    <MODULE_ID>runtime</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>SYSTEM</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.254.254:38329:1176483686125:0</UNIQUE_ID><SEQ>28</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Mapped {http://xmlns.oracle.com/bpel/services/IdentityService}roleObjects to javax.xml.soap.SOAPElement roleObjects. Reason for not creating a custom Java type: use of an unimplemented feature.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    Cheers
    JP

  • 10.1.3.4 - ESB throwing error code: 2006 : 5  when registering esb project

    When we try to register an esb project, we are getting the following error in jdeveloper
    error code: 2006 : 5
    summary: ESB DT Cache is not initialized.May be ESB bootstrap failed
    Fix: Please review ESB prameters for their correctness.
    Also when I navigate to the esb console, all my service groups come up empty. No errors in the opmn log.
    Any idea what might be going on ?

    increased the open cursors on the database and bounced soa.

  • ESB Console - not able to see the processes deployed.

    Hi
    I have installed SOA Suite 10.1.3.4 MLR#5.
    I had created some Systems in the ESB system and deployed many processes in them.
    Then i changed the <SOA_HOME>/integration/esb/config/pc.properties to:
    oracle.tip.pc.services.notification.smtp.transport.cache.size = 10
    oracle.tip.pc.services.hw.worklist.SessionTimeoutInMinutes=60
    oracle.tip.pc.services.owf.callback.quartz_interval=1.0
    oracle.tip.adapter.file.numProcessorThreads=1
    oracle.tip.adapter.file.controldirpath=
    oracle.tip.adapter.ic.repoConnMode=RMI
    Then restarted the suite.
    While starting the server i got an error:
    oracle.tip.esb.monitor.MonitorException: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.NullPointerException
         at oracle.tip.esb.console.CacheManager.loadCache(CacheManager.java:298)
         at oracle.tip.esb.console.CacheManager.init(CacheManager.java:213)
         at oracle.tip.esb.console.CacheManager.bootstrap(CacheManager.java:178)
         at oracle.tip.esb.monitor.manager.ActivityMessageManager.initialize(ActivityMessageManager.java:192)
         at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.startControlListener(DesignTimeResourceAdapter.java:126)
         at oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter.startListeners(DesignTimeResourceAdapter.java:100)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.startESBListeners(ESBBaseResourceAdapter.java:649)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.setupRuntime(ESBBaseResourceAdapter.java:412)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter.initializeESB(ESBBaseResourceAdapter.java:361)
         at oracle.tip.esb.server.bootstrap.ESBBaseResourceAdapter$PingTester.run(ESBBaseResourceAdapter.java:986)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:825)
         at java.lang.Thread.run(Thread.java:595)
    Now everything else is ok, except the ESB.
    When i open the ESB console, i am able to see the ESB Systems which i created but not the ESB processes which were deployed.
    When i try to redeploy the ESB processes through JDev, i get error:
    error code: 2006: 5
    summary: ESB DT Cache is not initialized. Maybe ESB bootstrap failed.
    Fix: Please review ESB parameters for their correctness
    Let me know if anyone has already solved this... Thanks
    Inder

    Could be a few things.
    When you upgraded to 10.1.3.4 did you run the ESB SQL script? If not run it. I believe there is also one for the MLR patch, run this after.
    In the console is the right server port, and host name specified in the Default System.
    Make sure the dehydration store is up.
    Is your database able to accept new connections, try login via SQL plus when you get this error. If you are running XE the processes, and sessions are set low. Increase in the init.ora
    Also check the log.xml and see if it provides any more information, does it mention something like open_cursors exceeded. If so increase parameter in init.ora.
    cheers
    James

Maybe you are looking for