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>

Similar Messages

  • SOA FTP Adapter stops working abruptly

    Hi All,
    I have a ftp service which provides XML file streams real-time on a remote machine. I connect to this FTP server using the SOA FTP adapter and process files by polling based on timestamp every 3 seconds.
    The issues I face are
    1) The ftp adapter stop working abruptly. Has anybody faced this issue, if yes how can this be resolved?
    2) The XML files comes to FTP location at the rate 2 files per second. Ideally I want to procss this files real-time using FTP adapter. But the backlog build is causing issues. How do I fix it?
    3) If there is any downtime in production how should the SOA FTP application be activated after restart.
    Also, what are the other FTP adapter configuration required to optimize the SOA FTP application to meet my business purpose.

    I am using SOA 11g Fusion Middleware. The error I am getting in the logs are as follows:
    [2010-10-14T15:51:49.116+11:00] [WLS_SOA] [NOTIFICATION] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@152f8c60] [userId: <anonymous>] [ecid: 0000Iid4Vx39xWD_n91FiZ1ChcgY00001u,0] [APP: soa-infra] [composite_name: ProcessData] [component_name: Mediator] [component_instance_id: 89E3E8C0D74E11DF8F0C9FB8AC26F197] [dcid: 46e7c258a0e5cad6:-5a895c67:12ba90f4a18:-8000-000000000000197a] FTP Adapter FetchAvlFiles Could not publish file {20101014T022558ZGA0002.xml} as endpoint has been de-activated.
    [2010-10-14T15:51:49.116+11:00] [WLS_SOA] [NOTIFICATION] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@152f8c60] [userId: <anonymous>] [ecid: 0000Iid4Vx39xWD_n91FiZ1ChcgY00001u,0] [APP: soa-infra] [composite_name: ProcessData] [component_name: Mediator] [component_instance_id: 89E3E8C0D74E11DF8F0C9FB8AC26F197] [dcid: 46e7c258a0e5cad6:-5a895c67:12ba90f4a18:-8000-000000000000197a] FTP Adapter FetchAvlFiles [[
    BINDING.JCA-11079
    The endpoint has been released.
    The endpoint has been released.
    The endpoint has been released, the message will not be published.
    This is a non-fatal error. No fix is required.
    at oracle.tip.adapter.file.inbound.Publisher.checkForDeactivation(Publisher.java:627)
    at oracle.tip.adapter.file.inbound.Publisher.publishMessage(Publisher.java:327)
    at oracle.tip.adapter.file.inbound.InboundTranslatorDelegate.xlate(InboundTranslatorDelegate.java:476)
    at oracle.tip.adapter.file.inbound.InboundTranslatorDelegate.doXlate(InboundTranslatorDelegate.java:118)
    at oracle.tip.adapter.file.inbound.ProcessorDelegate.doXlate(ProcessorDelegate.java:377)
    at oracle.tip.adapter.file.inbound.ProcessorDelegate.process(ProcessorDelegate.java:175)
    at oracle.tip.adapter.file.inbound.ProcessWork.run(ProcessWork.java:349)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Edited by: user5108636 on 13/10/2010 23:28

  • SOA FTP Adapter Performance Optimization

    The application scenario is as below
    There is a remote FTP service which receives real-time XML files (may be 2 files per second). In my SOA 11g application, I am using FTP adapter to connect to the remote FTP server. The FTP adapter polls for new files based on the file creation timestamp and after processing, deletes the files. All good so far, no issues at all.
    However, there is a huge backlog in the files. How can improve or speed up the FTP adapter process to match or better the remote FTP file creation rate? Please note I am not doing much processing here, just perist the files to a database. The consuming application expects real-time file feed.
    There should be some configuration in SOA FTP adapter to optimize the performance and beat the file spitting FTP monster.
    Thanks

    However, the inbound FTP location receives around 30 files in a second max. How do I configure the FTP adapter to beat this rate. I looked through the document link and tried few trials
    MaxRaiseSize: 20
    SingleThreadModel: both true and false
    ThreadCount:20
    However, I still cannot beat the rate at which the files are put to this location. Please what configuration changes shhould I consider.
    Thanks
    Edited by: user5108636 on 17/10/2010 21:34

  • Simple Questions about ESB and ftp adapter.

    We have the following Business Scenario:
    We have a partner company that provide us a ftp server with some files. We need to transfer these files from this server to other server, we don't need to read the file's content, we just need transfer the files.
    We are planning to use ESB in order to implement this solution but we have the following questions:
    Is it possible use the ftp adapter in order to transfer the files?
    Is there any example available about (Schema is Opaque feature) on a ftp adapter?
    Thanks
    Ramiro Ortiz

    Thank you very much for your reply.
    . I am trying to construct a FTP ( get) adapter with which I would like to do a simple FTP transfer from /var/out directory server xxx.oms.com (say) to a directory /home/in on the server bos1.oms.com (say) could not figure out this in jdeveloper 10.1.3.3 ( do i need upgraded jdeveloper?). The esb server and control exists on server bos1.oms.com. While constructing the adapter in jdeveloper it asks for physical directory? Is this the directory where it will the read the file from? How do I specify if the directory exists on the different server.
    is it something like xxx.oms.com:/var/out
    Please let me know.

  • SOA FTP Adapter error

    Ok so i created a new project an ESB project, i went to my ESB console and create a service/group to use. I placed an ftp adpter called get ( to get), Then i choose ascii and the opration of get for that adapter. The jndi name i choose was one inside my oc4j.xml file that has settings Ex. my username and password to ftp to my unix server (we will call FtpConnect1) it ask for directory to query(Ex. /home/ryan) file names (Ex. i tried *.txt Also i tried ryan123.txt <---- exact file name) then it created this file adapter with a get_RS by default.
    Then i dragged another FTP adapter over into the workspace. called this on put and again same jndi name (im testing now, i want to just ftp from one directory on FtpConnect1 to another directory on FtpConnect1) (home/ryan/test <------ destination) i choose ascii and defined it as put operation.
    Then by default this one did not come with its own RS attached so i created one so that it would connect to Get_RS to the Put_RS to the Put ftp adater connection. Now this was about 80 % fully explained if you need more info i can supply it, also im doing native schema just want to take whole file from point A to point B. Do you see any errors that might be possible in my quest to take over the world :)
    Forgot to mention my problem :) well first off it deploys fine everything successful esb console shows it as valid also. But it just does not work!!!!! Like will not transfer the file
    Message was edited by:
    vande

    Match the hosts file of both the machine. which OS you are working with?
    Regards,
    Anuj

  • SOA FTP Adapter Problem

    Hi ,
    I am using FTP adapter to put the file.
    I did the setting in oc4j-ra.xml file for the FTP server.
    I am getting the follwoing error while running the BPEl process.
    I have checked the read write permission and other details as mentioned in the error.
    please help.....
    +++++++++++++
    <bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>550</code>
    </part><part name="summary"><summary>file:/C:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_Airticity_Process_1.0_bc04d4d0e0927a043f00d8dd40324e6d.tmp/FTP.wsdl [ Put_ptt::Put(OutputFile) ] - WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
    Unable to send file to server.
    ; nested exception is:
    ORABPEL-11429
    Error sending file to FTP Server.
    Unable to send file to server.
    Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
    </summary>
    </part><part name="detail"><detail>550 /D:/vikram/output/po_2.xml: The filename, directory name, or volume label syntax is incorrect. </detail>
    </part></bindingFault>
    ++++++++++++++
    Please help.
    Thanks and Regards,
    Vikram singh

    Maybe an open door, but are you able to FTP to that server from the same BPEL server under the same user account as BPEL is running?

  • SOA FTP Adapter - nothing happens !!

    I created a simple scenario to pick up XML files from a remote unix server, similar to the examples provided under bpel/samples. I created a new FTP connection factory and provided the ftp server info. A simple BPEL process which contains a ftp get partner link, which has logical directory names. I provided the real directory names in bpel.xml, polling frequency 1 min. Added an assign step that just plucks out a few value from the incoming xml. I am able to deploy the process, but when I place a file in the input directory, nothing happens. I cant seem to find any error in the opmn.logs or j2ee logs. Whats going on ? How can I troubleshoot this ?

    I increased all logs under BPEL Domain to "ALL", but it doesnt say much in the logs.
    In the oc4j-ra.xml, I dont see ftpAbsolutePathBegin as a parameter. I am providing the complete path from the root directory ex. /home/user/soa/inbound
    Here is the entries in the domain.log
    <2008-09-24 09:56:35,904> <INFO> <default.collaxa.cube.compiler> validating "...10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/CustomerOut.bpel" ...
    <2008-09-24 09:56:37,609> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:56:37,662> <INFO> <default.collaxa.cube.engine.deployment> Process "CustomerOut" (revision "1.0") successfully loaded.
    <2008-09-24 09:57:37,824> <INFO> <default.collaxa.cube.compiler> validating "...10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/CustomerOut.bpel" ...
    <2008-09-24 09:57:39,320> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:57:39,364> <INFO> <default.collaxa.cube.engine.deployment> Process "FDM8CustomerOut" (revision "1.0") successfully loaded.
    in the opmn.logs
    <2008-09-24 09:56:35,904> <INFO> <default.collaxa.cube.compiler> validating ".../10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/FDM8CustomerOut.bpel" ...
    <2008-09-24 09:56:37,609> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:56:37,662> <INFO> <default.collaxa.cube.engine.deployment> Process "CustomerOut" (revision "1.0") successfully loaded.
    Sep 24, 2008 9:56:47 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    INFO: Recoverable exception caught when processing request
    08/09/24 09:56:49 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> PROCESS GUID = MD5{a4e40d14b389e6b854b58f1b5cd9d9ca}
    08/09/24 09:56:49 >>>>>>>>>>>>>>>>>>>>>>>>>>>> SUITCASE ID = CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546
    <2008-09-24 09:57:37,824> <INFO> <default.collaxa.cube.compiler> validating ".../10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/CustomerOut.bpel" ...
    <2008-09-24 09:57:39,320> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:57:39,364> <INFO> <default.collaxa.cube.engine.deployment> Process "CustomerOut" (revision "1.0") successfully loaded.
    Sep 24, 2008 9:57:49 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    INFO: Recoverable exception caught when processing request
    08/09/24 09:57:50 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> PROCESS GUID = MD5{9cb1d6fd401292544aada1b0fe9c5abc}
    08/09/24 09:57:50 >>>>>>>>>>>>>>>>>>>>>>>>>>>> SUITCASE ID = CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546
    Edited by: user9514124 on Sep 24, 2008 10:52 AM

  • Need to get ESB FTP adapter going

    I was set on a project over the weekend and so far im pretty sure i have completely failed :) I need to just specify routing rules for server to server connection. We are doing this through FTP, the routing rules will specify certain files to look for, and we have a default account to connect to each server with. Well so far i got two FTP connections in place a read and write one. I am not sure what else i need to implement in order to complete this. My task was to use ESB to do this proces. I have a couple questions however besides creating two FTP connects one read one write what else do i need in this? The routing rules will come after i get this all put together i would assume. Anyway do i need a file adapter in the ESB setup ? It never ask me to specify a username and password but i think that would be specified under integration connections where my connection to the specfic server is? How do i tell me FTP connections to connect to one of my integration connections? I have a development one and a production one, obviously im working on the DEV

    No i think my wording was wrong i apologize, not that it will neccessarily use the connection username and password located under integration connection. But it will use this to connect to? Ok tell me if im wrong but it will use this connection under integration connection to connect to some kind of SOA "somewhere"?
    And maybe not SOA im not sure if you need SOA but some kind of ESB server. Hence the option to register with ESB when right clicking the project?
    Message was edited by:
    vande
    ok i was reading in some of the older forms and came accross this
    Re: Simple Questions about ESB and ftp adapter.
    Posted: Apr 8, 2008 4:20 PM in response to: user629857 Reply
    I assume you are using ESB. Your ESB service will look as follows:
    FTP inbound adapter -> Routing Service -> FTP outbound adapter
    In your FTP inbound and outbound adapters, specify the logical directory name in the end point properties.
    The bpel.xml file is only specific if you are using Oracle BPEL Process Manager.
    <---------- this is the exact setup i have right now, does this sound correct?
    Message was edited by:
    vande

  • Issue in SFTP configuration in FTP adapter (Oracle SOA 10.1.3.3)

    Hi,
    We are trying to connect FTP adapter to SFTP server and have made all the necessary configuration changes required to $ORACLE_HOME/j2ee/oc4j_soa/application-deployments/default/FtpAdapter/oc4j-ra.xml. Following properties are updated in this file.
    <config-property name="host" value="sftp.server.ip.address"/>
    <config-property name="port" value="22"/>
    <config-property name="username" value="userID"/>
    <config-property name="password" value="passwd"/>
    <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="/home0103/vchander/sftptest/id_rsa"/>
    <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
    <config-property name="transportProvider" value="socket"/>
    Restarted the SOA server after configuring these settings. Created a BPEL process using this FTP adapter to pick a CSV file from a SFTP location and deployed the process successfully on the BPEL server. But FTP adapter is not picking the file from SFTP location and in BPEL log.xml we can see following errors:
    <MSG_TEXT>JCA: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:153)
    at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:24)
    at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:134)
    at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:64)
    at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:194)
    at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1377)
    at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
    at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
    at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1211)
    at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
    at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1575)
    at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1520)
    at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1465)
    at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
    at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
    at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:96)
    at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:984)
    at oracle.tip.adapter.ftp.SFTPAgent.getFileList(SFTPAgent.java:316)
    at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
    at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:252)
    at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:142)
    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:814)
    at java.lang.Thread.run(Thread.java:797)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    It seems all SFTP server related settings are proper but still logs are saying it’s an issue with SFTP server settings. Also I am able to do SFTP successfully from UNIX prompt but the same settings are not working for SOA suite.
    I would appreciate any inputs on the same.
    Thanks in Advance,
    Uday

    Hi,
    I am herewith attaching the complete log exceptions that are getting caught in log.xml for SFTP configuration.
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.224-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>28</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857159587:619</UNIQUE_ID><SEQ>20</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: JCAActivationAgent::init - Initializing the JCA activation agent, processId='bpel://localhost/default/TestSftpProcess~1.0/</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.225-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>28</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857159587:619</UNIQUE_ID><SEQ>20</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: JCAActivationAgent::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:
    process='bpel://localhost/default/TestSftpProcess~1.0/'
    domain='default'
    WSDL location='sfile.wsdl'
    portType='Get_ptt'
    operation='Get'
    activation properties={portType=Get_ptt}
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.229-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>28</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857159587:619</UNIQUE_ID><SEQ>20</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: Adapter Framework instance: OraBPEL - endpointActivation for portType=Get_ptt, operation=Get</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.330-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>28</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857159587:619</UNIQUE_ID><SEQ>20</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: ENDPOINT ACTIVATION CALLED IN FTP ADAPTER</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.331-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>28</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857159587:619</UNIQUE_ID><SEQ>20</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: Adapter Framework instance: OraBPEL - successfully completed endpointActivation for portType=Get_ptt, operation=Get</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.373-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: The connection variable is null in postCall. This could be because of a call postCall w/o a preceeding call to preCall.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.373-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.resource.ResourceException.<init>(ResourceException.java:49)
         at oracle.tip.adapter.api.exception.PCResourceException.<init>(PCResourceException.java:108)
         at oracle.tip.adapter.file.FileResourceException.<init>(FileResourceException.java:87)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:153)
         at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:24)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:134)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:64)
         at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:194)
         at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1377)
         at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
         at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
         at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1211)
         at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
         at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1575)
         at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1520)
         at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1465)
         at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
         at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:96)
         at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:984)
         at oracle.tip.adapter.ftp.SFTPAgent.getFileList(SFTPAgent.java:316)
         at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
         at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:252)
         at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:142)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:797)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.382-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.resource.ResourceException.<init>(ResourceException.java:49)
         at oracle.tip.adapter.api.exception.PCResourceException.<init>(PCResourceException.java:108)
         at oracle.tip.adapter.file.FileResourceException.<init>(FileResourceException.java:87)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:153)
         at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:24)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:134)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:64)
         at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:194)
         at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1377)
         at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
         at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
         at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1211)
         at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
         at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1575)
         at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1520)
         at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1465)
         at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
         at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:96)
         at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:984)
         at oracle.tip.adapter.ftp.SFTPAgent.getFileList(SFTPAgent.java:316)
         at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
         at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:252)
         at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:142)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:797)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.383-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.resource.ResourceException.<init>(ResourceException.java:49)
         at oracle.tip.adapter.api.exception.PCResourceException.<init>(PCResourceException.java:108)
         at oracle.tip.adapter.file.FileResourceException.<init>(FileResourceException.java:87)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:153)
         at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:24)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:134)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:64)
         at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:194)
         at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1377)
         at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
         at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
         at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1211)
         at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
         at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1575)
         at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1520)
         at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1465)
         at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
         at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:96)
         at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:984)
         at oracle.tip.adapter.ftp.SFTPAgent.getFileList(SFTPAgent.java:316)
         at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
         at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:252)
         at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:142)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:797)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.383-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.resource.ResourceException.<init>(ResourceException.java:49)
         at oracle.tip.adapter.api.exception.PCResourceException.<init>(PCResourceException.java:108)
         at oracle.tip.adapter.file.FileResourceException.<init>(FileResourceException.java:87)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:153)
         at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:24)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:134)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:64)
         at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:194)
         at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1377)
         at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
         at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
         at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1211)
         at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
         at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1575)
         at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1520)
         at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1465)
         at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
         at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:96)
         at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:984)
         at oracle.tip.adapter.ftp.SFTPAgent.getFileList(SFTPAgent.java:316)
         at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
         at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:252)
         at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:142)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:797)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.383-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    <SUPPL_DETAIL><![CDATA[ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
         at java.lang.Throwable.<init>(Throwable.java:57)
         at java.lang.Throwable.<init>(Throwable.java:68)
         at javax.resource.ResourceException.<init>(ResourceException.java:49)
         at oracle.tip.adapter.api.exception.PCResourceException.<init>(PCResourceException.java:108)
         at oracle.tip.adapter.file.FileResourceException.<init>(FileResourceException.java:87)
         at oracle.tip.adapter.ftp.SshImpl.SSHSessionImpl.<init>(SSHSessionImpl.java:153)
         at oracle.tip.adapter.ftp.SshImpl.SshImplFactory.getSshImpl(SshImplFactory.java:24)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.setupSftpConnection(SFTPManagedConnection.java:134)
         at oracle.tip.adapter.ftp.SFTPManagedConnection.<init>(SFTPManagedConnection.java:64)
         at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createManagedConnection(FTPManagedConnectionFactory.java:194)
         at com.evermind.server.connector.ApplicationConnectionManager.createManagedConnection(ApplicationConnectionManager.java:1377)
         at oracle.j2ee.connector.ConnectionPoolImpl.createManagedConnectionFromFactory(ConnectionPoolImpl.java:327)
         at oracle.j2ee.connector.ConnectionPoolImpl.access$800(ConnectionPoolImpl.java:98)
         at oracle.j2ee.connector.ConnectionPoolImpl$NonePoolingScheme.getManagedConnection(ConnectionPoolImpl.java:1211)
         at oracle.j2ee.connector.ConnectionPoolImpl.getManagedConnection(ConnectionPoolImpl.java:785)
         at com.evermind.server.connector.ApplicationConnectionManager.getConnectionFromPool(ApplicationConnectionManager.java:1575)
         at com.evermind.server.connector.ApplicationConnectionManager.acquireConnectionContext(ApplicationConnectionManager.java:1520)
         at com.evermind.server.connector.ApplicationConnectionManager.allocateConnection(ApplicationConnectionManager.java:1465)
         at oracle.j2ee.connector.OracleConnectionManager.unprivileged_allocateConnection(OracleConnectionManager.java:238)
         at oracle.j2ee.connector.OracleConnectionManager.allocateConnection(OracleConnectionManager.java:192)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:96)
         at oracle.tip.adapter.ftp.SFTPAgent.preCall(SFTPAgent.java:984)
         at oracle.tip.adapter.ftp.SFTPAgent.getFileList(SFTPAgent.java:316)
         at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
         at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:252)
         at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:142)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:272)
         at java.lang.Thread.run(Thread.java:797)
    ]]></SUPPL_DETAIL>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.384-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="TRACE"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>20</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496827:172</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: Poller raising Alert for exception : ORABPEL-11447
    Error in establishing a session with SSH Server..
    Unable to establish a session with the server.
    Please ensure hostname and port specified to login to the server are correct.
    </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.414-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.console</MODULE_ID>
    <THREAD_ID>29</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857170765:622</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>wsdl location : http://ios0103e.idc.company.org:8888/orabpel/default/TestSftpProcess/1.0/TestSftpProcess?wsdl resolved location :http://ios0103e.idc.company.org:8888/orabpel/default/TestSftpProcess/1.0/TestSftpProcess?wsdl</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:02.968-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>13</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856395891:4</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: The connection variable is null in postCall. This could be because of a call postCall w/o a preceeding call to preCall.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:03.044-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="WARNING"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.server.service.impl.inadapter</MODULE_ID>
    <THREAD_ID>18</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210856496358:166</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>JCA: The connection variable is null in postCall. This could be because of a call postCall w/o a preceeding call to preCall.</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2008-05-15T09:13:03.069-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>tip</COMPONENT_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>ios0103e.idc.company.org</HOST_ID>
    <HOST_NWADDR>10.11.52.102</HOST_NWADDR>
    <MODULE_ID>esb.console</MODULE_ID>
    <THREAD_ID>29</THREAD_ID>
    <USER_ID>oraeintd</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>10.11.52.102:51559:1210857170765:622</UNIQUE_ID><SEQ>15</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Commit starting +++++++++++++++</MSG_TEXT>
    Any help would be highly appreciated.

  • Can Scheduler be used in ORACLE SOA to trigger FTP Adapter read operation

    I need to create an ESB project where scheduler should trigger the File/FTP Adapter read operation.
    Where can I provide the time settings viz. (xx HR: yy MM: zz SS everyday)?
    Is it possible in Oracle SOA?
    Please provide any tutorial where scheduler has been used to invoke the File/FTP Adapter rather than invoking it real time (gets triggered the moment files are placed).
    Thanks

    You should the quartz timer within the SOA Suite to obtain this functionality.
    understanding configuration of Quartz and BPEL
    Marc
    http://orasoa.blogspot.com

  • Getting filename in FTP Adapter in ESB

    I am trying to get the filename on an inbound FTP adapter in an ESB. I've followed the directions I have found, by following these steps:
    1. The namespace xmlns:ehdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions" is automatically generated in the xsl file.
    2. Create a variable in the xsl file, with value ehdr:getRequestHeader('/fhdr:InboundFileHeaderType/fhdr:fileName','fhdr=http://xmlns.oracle.com/pcbpel/adapter/file/;'). Let's give it the name INFILENAME.
    3. Reference the variable in some expression in the xsl file: $INFILENAME
    4.Set UseHeaders="true" in the FTP inbound wsdl file
    When I do this in a file adapter, I can use the value. When I do this in an ftp adapter, no value comes back.
    Any ideas?

    Yes, that did it, thanks. I had a typo:
    getRequestHeader('/fhdr:InboundFtpHeaderType/fhdr:fileName,'fhdr=http://xmlns.oracle.com/pcbpel/adapter/ftp/;')
    which should have had "FTP" in upper case. The correct code is as you stated:
    getRequestHeader('/fhdr:InboundFTPHeaderType/fhdr:fileName,'fhdr=http://xmlns.oracle.com/pcbpel/adapter/ftp/;')

  • 10.1.3.4 - ESB FTP adapter not processing the files in the input directory

    I created a process that reads from a logical inputDir. I migrated the ESB service to another box and created the same adapter connection etc. however nothing really happens in this new environment. In the opmn.log i see the following statements and no other info.
    2008-12-16 14:03:41,994> <INFO> <collaxa> <ServerManager::loadProcesses> Done loading processes for all domains
    <AdapterFramework::Inbound> Instantiating inbound part of Adapter Framework instance: OraESB
    <AdapterFramework::Inbound> Adapter Framework instance: OraESB - endpointActivation for portType=Get_ptt, operation=Get
    <AdapterFramework::Inbound> Creating new instance of Resource Adapter oracle.tip.adapter.ftp.FTPResourceAdapter
    <AdapterFramework::Inbound> Adapter Framework instance: OraESB - starting Resource Adapter oracle.tip.adapter.ftp.FTPResourceAdapter
    <FTP Adapter::Inbound> File/FTP Adapter started successfully.
    <FTP Adapter::Inbound> ENDPOINT ACTIVATION CALLED IN FTP ADAPTER
    <AdapterFramework::Inbound> Adapter Framework instance: OraESB - successfully completed endpointActivation for portType=Get_ptt, operation=Get
    <FTP Adapter::Inbound> Connection Created
    <FTP Adapter::Inbound> Connection Created
    The last message "Connection Created" keeps repeating, but no processing occurs. I tried increasing all the loggers to finest. but still nothing happens.
    any idea how to troubleshoot this ? the only difference in the environment is that the new environment has 10.1.3.4 MLR2 and the first one is just plain 10.1.3.4

    Make sure that you modified the oc4j-ra.xml file in the FtpAdapter directory and have put the correct hostname and username and password. The directory structure looks like this //some-directory/oc4j_soa/application-deployments/default/FtpAdapter/oc4j-ra.xml.

  • Ftp Adapter in ESB Control

    Where do I need to configure the JNDI-location of my ftp-adapter when working with an esb control?
    If I deploy my esb process now i'm getting a WSIFException because he can't find the configuration settings for the ftp adapter.

    When I try to use the same functionality, the ftp adapter, in bpel I'm facing the same behaviour. There is something wrong with the configuration of the oc4j-ra.xml file?
    The errostack:
    file:/C:/product/SoaSuite/10.1.3.1/OracleAS/bpel/domains/default/tmp/.bpel_BPELProcess1_1.0_c64929dfd2dacf95db3c9da081c1797d.tmp/put.wsdl [ Put_ptt::Put(DVD) ] - WSIF JCA Execute of operation 'Put' failed due to: Adapter Framework unable to create outbound JCA connection.
    file:/C:/product/SoaSuite/10.1.3.1/OracleAS/bpel/domains/default/tmp/.bpel_BPELProcess1_1.0_c64929dfd2dacf95db3c9da081c1797d.tmp/put.wsdl [ Put_ptt::Put(DVD) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-12510
    Unable to locate the JCA Resource Adapter via WSDL port element jca:address.
    The Adapter Framework is unable to startup the Resource Adapter specified in the WSDL jca:address element: location='eis/Ftp/FtpAdapter'.
    The reason for this is most likely that either
    1) the Resource Adapters RAR file has not been deployed successfully to the OC4J Application server or
    2) the 'location' attribute in $J2EE_HOME/application-deployments/default/deployed-adapter-name/oc4j-ra.xml has not been set to eis/Ftp/FtpAdapter. In the last case you might have to add a new 'connector-factory' entry (connection) to oc4j-ra.xml.
    Please correct this and then restart the BPEL/OC4J Application Server

  • FTP Adapter in SOA 11g

    Hi All,
    I am using a FTP adapter to get files from remote server. The FTP server has password authentication type security. In the connection factory I have given host, port, user name, password and sftp=true.  Is there any way to test this connection from Web Logic server itself? From SOA server logs I am not able to see any error but not able to retrieve the files so just want to make sure whether the connection is fine or not.

    Hi,
    Go to EM into SOA > soa-infra > Logs > Log Configuration, look for oracle.soa.adapter configuration under oracle.soa and set it to TRACE (FINE should be enough)...
    That should show something for you in the log files, hopefully you can figure out what it is wrong based on that...
    Cheers,
    Vlad

  • SOA 10g: Dynamic Host Name and Port in FTP Adapter

    Hello All,
    I am using GET operation in FTP Adapter. I wanted to make Hostname,portName,Username and Password Dynamic.
    Pls suggest how to achieve this in SOA 10g.
    thanks,
    Ab

    or http://blogs.oracle.com/adapters/2010/04/changing_the_connection_factory_jndi_dynamically_in_ftp_adapter.html
    the make the jndi dynamic, but you still have to setup all the jndi lookups before you can dynamically can change them

Maybe you are looking for

  • How to create a  contract? ( Types: volume,time,quality contracts)

    Hi Gurus, How to create a  contract? ( Types: volume,time,quality contracts) Give the procedure to create above mentioned types of contract. Bye Narasimha Rao Gunda

  • Printing with overprints in Acrobat X not working-

    I have been trying to print PDFs to a laser printer trying to get Overprints to show up as they do in the PDF with the overprint preview on. I ended up opening them in Acrobat 9 and printing to image. This was what I used to do in Acrobat 9 to get th

  • Reg:Hgrid in advanced search results

    Dear team, Pls provide the implementation of Hgrid as search results for advanced search. When i am trying to implement the Hgrid region as search results for advanced search i am not getting the expandle nodes. Pls suggest Regards, Radha

  • If your Ipod get stuck while syncing

    Here's what happened to me, My Ipod would sync and get to a certain song and keep trying and I'ld have to force quit. I would try agiain and it would be a different problem song, but would essentially be starting over each time. I changed IPOD cables

  • Changing default SSH port 22

    I am interested in making my computer more secure. I have my computer set up as a web server and also have FTP and Remote Access services enabled. Last week I had a security breach. Someone had placed a folder in my web directory which basically spoo