2 ActivationAgents in an FTP adapter

Hi all

I have 2 activationAgents for my ftp adapter do to the fact that the server where is installed SOA has 2 nodes in a cluster. That's why sometimes the two nodes using my ftp and i result adapter to obtain duplicates. I made the following changes to bpel.xml, build.xml but when I deploy my code, the values for the first agent of activation is stored, but for the 2nd its set to null. This should not be the case that I use a simple copy and paste of these two activationAgents. In my build.xml, I the inputdir of reference and archive dir from a properties file where I have ${ftp.cashiers.receipts.inputdir}

BPEL. XML

< activationAgents >
< activationAgent className = "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink = "CashRegisterFTP" > ""
< property name = "ArchiveDir" type = "LogicalArchiveDirectory" > < / property >
< property name = "InputFileDir" type = "LogicalDirectory" > < / property >
< property name = "IncludeFiles" >. * \. FDBDATA < / property >
< property name = "portType" > Get_ptt < / property >
< property name = "rejectedMessageHandlers" > bpel://batch. GenericRejectedMessageHandler | initiate | message < / property >
< / activationAgent >

< activationAgent className = "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink = "CashRegisterFTP" > ""
< property name = "ArchiveDir" type = "LogicalArchiveDirectory" > < / property >
< property name = "InputFileDir" type = "LogicalDirectory" > < / property >
< property name = "IncludeFiles" >. * \. FDBDATA < / property >
< property name = "portType" > Get_ptt < / property >
< property name = "rejectedMessageHandlers" > bpel://batch. GenericRejectedMessageHandler | initiate | message < / property >
< / activationAgent >
< / activationAgents >

Build.Xml

< activationAgents >
< activationAgent className = "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink = "CashRegisterFTP" > ""
< property name = "InputFileDir" >$ {ftp.cashiers.receipts.inputdir} < / property >
< property name = "ArchiveDir" >$ {ftp.cashiers.receipts.archivedir} < / property >
< property name = "portType" > Get_ptt < / property >
< / activationAgent >
< activationAgent className = "oracle.tip.adapter.fw.agent.jca.JCAActivationAgent" partnerLink = "CashRegisterFTP" > ""
< property name = "InputFileDir" >$ {ftp.cashiers.receipts.inputdir} < / property >
< property name = "ArchiveDir" >$ {ftp.cashiers.receipts.archivedir} < / property >
< property name = "portType" > Get_ptt < / property >
< / activationAgent >
< / activationAgents >

PART OF FTP WSDL
< jca:operation
FileType = "ascii".
LogicalDirectory = "InputFileDir".
ActivationSpec = "oracle.tip.adapter.ftp.inbound.FTPActivationSpec"
LogicalArchiveDirectory = "ArchiveDir.
DeleteFile = 'true '.
IncludeFiles =". * \. FDBDATA ".
PollingFrequency = "10".
MinimumAge = '0 '.
OpaqueSchema = "false".
UseRemoteArchive = "true" >
< / jca:operation >



In the Logs of Soa, I get the following


< 2009-08-25 13:33:19, 333 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > JCAActivationAgent::init - initialization of the agent of activation of JCA, processId ='bpel://localhost/default/CashRegisterService~1.1/
< 2009-08-25 13:33:19, 334 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > JCAActivationAgent::initiateInboundJcaEndpoint - creation and initialization of JCA endpoint entering for:
process = "bpel://localhost/default/CashRegisterService~1.1/."
domain = "per default'
WSDL location = 'CashRegisterFTP.wsdl'
portType = "Get_ptt."
operation = 'Get '.
Activation properties = {ArchiveDir = / share/it/sri/ftp-Test/ftp-fin/cashiers/archived, InputFileDir = / share/it/sri/ftp-Test/ftp-fin/cashiers, IncludeFiles =. *------.} FDBDATA, portType = Get_ptt, rejectedMessageHandlers = bpel://batch | GenericRejectedMessageHandler | initiate | message}

< 2009-08-25 13:33:19, 397 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > adapter framework instance: OraBPEL - endpointActivation for portType = Get_ptt, operation = Get
< 2009-08-25 13:33:19, 400 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > create new instance of adapter resources oracle.tip.adapter.ftp.FTPResourceAdapter
< 2009-08-25 13:33:19, 413 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > adapter framework instance: OraBPEL - from oracle.tip.adapter.ftp.FTPResourceAdapter of the resource adapter
< 2009-08-25 13:33:19, 436 > < INFO > < default.collaxa.cube.activation > < FTP Adapter::Inbound > file/FTP adapter has successfully started.
< 2009-08-25 13:33:19, 530 > < INFO > < default.collaxa.cube.activation > < Adapter::Inbound FTP > ACTIVATION ENDPOINT CALLED IN FTP ADAPTER
< 2009-08-25 13:33:19, 540 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > adapter framework instance: OraBPEL - endpointActivation conducted for portType = Get_ptt, operation = Get
< 2009-08-25 13:33:19, 540 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > JCAActivationAgent::init - initialization of the agent of activation of JCA, processId ='bpel://localhost/default/CashRegisterService~1.1/
< 2009-08-25 13:33:19, 540 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > JCAActivationAgent::initiateInboundJcaEndpoint - creation and initialization of JCA endpoint entering for:
process = "bpel://localhost/default/CashRegisterService~1.1/."
domain = "per default'
WSDL location = 'CashRegisterFTP.wsdl'
portType = "Get_ptt."
operation = 'Get '.
Activation properties = {ArchiveDir = * null *, InputFileDir = * null *, IncludeFiles =. *------.} FDBDATA, portType = Get_ptt, rejectedMessageHandlers = bpel://batch | GenericRejectedMessageHandler | initiate | message}

< 2009-08-25 13:33:19, 542 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > adapter framework instance: OraBPEL - endpointActivation for portType = Get_ptt, operation = Get
< 2009-08-25 13:33:19, 543 > < INFO > < default.collaxa.cube.activation > < Adapter::Inbound FTP > created connection
< 2009-08-25 13:33:19, 550 > < INFO > < default.collaxa.cube.activation > < Adapter::Inbound FTP > ACTIVATION ENDPOINT CALLED IN FTP ADAPTER
< 2009-08-25 13:33:19, 551 > < INFO > < default.collaxa.cube.activation > < AdapterFramework::Inbound > adapter framework instance: OraBPEL - endpointActivation conducted for portType = Get_ptt, operation = Get
< 2009-08-25 13:33:19, 553 > < INFO > < default.collaxa.cube.activation > < Adapter::Inbound FTP > created connection



Any ideas why NULL is set for the 2nd activationAgent? Any help will be much appreciated

Thank you
K

the simple way to do this



myBpelAdapterCluster (this property give you the name)


Get_ptt
BPEL://batch | GenericRejectedMessageHandler | initiate | message

but after you have deployed your BPEL just restart the server, as well as the adapter can create its own clusterGroupId

Krishna

Tags: Fusion Middleware

Similar Questions

  • Using the ftp adapter - surveys

    My application... nothing.

    I created a composite simple enough. It has 2 'get' ftp adapters, 2 mediators and an ftp adapter.

    I expected to query the FTP location every 60 seconds, and when he found a file, in order to treat it.

    Strictly, it does nothing.

    Here is my composite:

    <? XML version = "1.0" encoding = "UTF-8"? >

    <!-generated by Oracle SOA Modeler version 11.1.1.7.0 at [09/05/14 12:48]. ->

    < composite name = "caseList.

    Revision = "1.0".

    label = "2014-05-09_12-48-18_247.

    mode = "active".

    State = 'on '.

               xmlns=" http://xmlns.Oracle.com/SCA/1.0 "" "

    " xmlns: XS =" http://www.w3.org/2001/XMLSchema "

    ' xmlns:wsp = ' http://schemas.xmlsoap.org/ws/2004/09/policy "

    ' xmlns:orawsp = ' http://schemas.Oracle.com/WS/2006/01/policy "" "

    ' xmlns:ui = ' http://xmlns.Oracle.com/SOA/designer/ "> "

    " < import namespace = ' http://xmlns.Oracle.com/pcbpel/adapter/FTP/caseList/caseList/storeFilnalFile "" "

    Location = "storeFilnalFile.wsdl" importType = "wsdl" / > "

    " < import namespace = ' http://xmlns.Oracle.com/pcbpel/adapter/FTP/caseList/caseList/readPartial "" "

    Location = "readPartial.wsdl" importType = "wsdl" / > "

    " < import namespace = ' http://xmlns.Oracle.com/pcbpel/adapter/FTP/caseList/caseList/readFull "" "

    Location = "readFull.wsdl" importType = "wsdl" / > "

    < service name = "readPartial" ui:wsdlLocation = "readPartial.wsdl" >

    " < interface.wsdl interface =" http://xmlns.oracle.com/pcbpel/adapter/ftp/caseList/caseList/readPartial#wsdl.interface(Get_ptt) "/ > "

    < binding.jca config = "readPartial_ftp.jca" / >

    < / service >

    < service name = "readFull" ui:wsdlLocation = "readFull.wsdl" >

    " < interface.wsdl interface =" http://xmlns.oracle.com/pcbpel/adapter/ftp/caseList/caseList/readFull#wsdl.interface(Get_ptt) "/ > "

    < binding.jca config = "readFull_ftp.jca" / >

    < / service >

    < property name = "productVersion" type = "xs: String" much = "false" > 11.1.1.7.0 < / property >

    < component name = "processPartialRead" >

    < implementation.mediator src = "processPartialRead.mplan" / >

    < / component >

    < component name = "processFullRead" >

    < implementation.mediator src = "processFullRead.mplan" / >

    < / component >

    < reference name = "storeFilnalFile" ui:wsdlLocation = "storeFilnalFile.wsdl" >

    " < interface.wsdl interface =" http://xmlns.oracle.com/pcbpel/adapter/ftp/caseList/caseList/storeFilnalFile#wsdl.interface(Put_ptt) "/ > "

    < binding.jca config = "storeFilnalFile_ftp.jca" / >

    < / reference >

    <>wire

    readFull < source.uri > < source.uri >

    < target.uri > < target.uri > processFullRead/processFullRead

    < / thread >

    <>wire

    < source.uri > < source.uri > processFullRead/storeFilnalFile

    storeFilnalFile < target.uri > < target.uri >

    < / thread >

    <>wire

    readPartial < source.uri > < source.uri >

    < target.uri > < target.uri > processPartialRead/processPartialRead

    < / thread >

    <>wire

    < source.uri > < source.uri > processPartialRead/storeFilnalFile

    storeFilnalFile < target.uri > < target.uri >

    < / thread >

    < / composite >

    It's one of the adapters 2 ftp "get":

    < name of the adapter-config = adapter "readFull" = "FTP adapter" wsdlLocation = "readFull.wsdl" xmlns =" " http://platform.integration.Oracle/blocks/adapter/FW/metadata ">

    < connection-factory location = ' ist/Ftp/FtpAdapterP011"UIincludeWildcard ="F17QBA-FULL"/ >

    < endpoint-activation portType operation 'Get_ptt' = 'Get' = >

    < className = "oracle.tip.adapter.ftp.inbound.ScalableFTPActivationSpec activation-spec" >

    < property name = "DeleteFile" value = "true" / >

    < property name = "MinimumAge" value = "0" / >

    < property name = "PhysicalDirectory" value = "\" / >

    < property name = "Recursive" value = "true" / >

    < property name = "PollingFrequency" value = "60" / >

    < property name = "File Type" value = "ascii" / >

    < property name = "IncludeFiles' value = 'F17QBA-FULL' / >

    < property name = "UseHeaders" value = "false" / >

    < / activation-spec >

    < / point endpoint-activation >

    < / adapter-config >

    Added parameter:

    The server is a windows machine. Looks like you have to tell him what list command to use.

    Thanks for everyone to research.

  • Why the file adapter and the FTP adapter are called not transactional

    Hello


    In the sense Oracle SOA Suite of 'Transactional Services no' are services that does not modify data. That's what I read on the internet, but even that dose not justify as in the Oracle doc it is mentioned that:


    Suite of adapter are transactional: DB adapter, adapter to JMS, AQ, MQ, Oracle App adapter adapters

    Suite of adapter are Notransactional : file adapter, the FTP adapter.


    Now, according to the meaning of 'Transactional resource no' must not modify data but I can see operations are the same in the JMS adapter and also file read and write adapter

    In the FTP adapter also I see similar Get and Put operation.


    Maybe I do not get correct sense of the word nontransactional or maybe I'm wrong understand its meaning.

    Please clarify for me why File adapter and adapter FTP are called from other nontransactional maps



    Thank you.


    Transactional here means the ability to participate in a transaction (global or local) and the ability to restore once the treatment fails down the line in the message stream. File, FTP, and other non-transactional adapters do not have this capacity. Therefore the changes through these adapters are not rolled back if message processing meets as matter later in the stream.

    This could be more useful - http://docs.oracle.com/middleware/1213/adapters/TKADP/life_cycle.htm#CIACFIFB

    HTH,

    Sandeep

  • List in the files FTP adapter

    Hi all

    I gave below the jca connection factory details. I'm creating Dynamics ftp using jca.jndi and I would also replace the IncludeFiles property dynamically. When running, I'll choose what kind of files I need from the list (xml, txt, etc.).

    < connection-factory location = ' ist/ftp/FTP"UIincludeWildcard =" *. " * "/ >"

    < endpoint-interaction portType operation "FileListing_ptt" = "FileListing" = >

    < className = "oracle.tip.adapter.ftp.outbound.FTPListInteractionSpec interaction-spec" >

    < property name = "PhysicalDirectory' value = ' / Input/test" / >

    < property name = "Recursive" value = "true" / >

    < property name = "IncludeFiles" value = "" / > "

    < / interaction-spec >

    < / interaction of endpoint >

    In bpel while invoking the ftp adapter I'm giving

    < bpelx:inputProperty name = "jca.jndi" variable = "jndivar" / > "

    < bpelx:inputProperty name = "jca.ftp.IncludeFiles" expression="string('.*\.txt)" / >

    The first property works as expected, but the IncludeFiles property does not work. Kindly share your ideas.

    Thank you

    Maanik

    Patch applied which oracle has suggested and the issue resolved. Now I can pass values to jca.ftp.IncludeFiles dynamically.

    Thank you

    Maanik

  • FTP adapter - avoid password in plain text

    Hello

    When we set up a FTP adapter in the pool of connections FTP Oubound enter us password. The password is stored in plain text. It is visible to all users (even to a user who has just monitor access). Can we have the password in protected mode.

    Thank you

    Sanjay

    Create the mapping of credentials under the Security tab of the FTP adapter in the deployment of weblogic console section.

    Thank you

  • FTP adapter limiting polling frequency active time of a day

    Hi all

    Is there anyway that I can limit the polling interval of the FTP adapter to be active for a period of time during the day. Say, my service must query the location entering data of sales order for each hour for the hours of the day.

    Thank you

    AG

    There are 2 ways to do this

    1. create a BPEL program Planner (using quartz) who will write the file trigger in the directory to poll the FTP adapter and the FTP adapter must be enabled on the trigger file.

    2 create a BPM process with Timer start event to write trigger file in the directory to poll the FTP adapter.

  • File/FTP adapter does not delete file

    Hello world.

    I recently got throwing a RollBack fault responded, but now have encountered another problem.

    My FTP adapter starts the process when it detects a specific file. When I throw the fault of restoration it not only cancels the transaction of DB, but the entire transaction of this instance so that the file is never deleted. Now the question is that, given that the file is still in the directory of the FTP adapter will try to pick it up on the next polling cycle, and of course, it will fail again. Is it possible to have the FTP/File adapter always delete the file, even if the transaction is rolled back?

    The file was deleted not because the polling stations for the file and insert it in the DB process were all in a single transaction BPEL. So the fault of RollBack prevented the file being deleted. To solve my problem, I placed the DB insertion process in other BPEL and threw the fault of restoration and BPEL with what has been proposed in launch a RollBack vulnerability.

  • FTP adapter features

    Hello world.

    Problem: The two files are produced off the same database record because the FTP adapter picks up two files too fast. The second instance does not first time to update a column of flag for duplication is not the case.

    Goal: Have the FTP adapter will wait a while to pick up the following file so that the trial has time to update the database record.

    Question: If two or more files exist in the same directory at the same time that the FTP adapter queries the directory, is there a way to put the adapter FTP to wait some time after the first file is picked up?

    Thank you.

    So it has no option to wait between each transformation during the polling cycle file into the file/FTP adapter. Instead, you can use the MaxRaiseSize property to set the number of files to process during the polling cycle. In this scenario, you can set it to 1. Add the following entry to the file of jca adapter.

    The adapter will only process a single file during each polling interval, so there is an equivalent delay between each instance. You can set the frequency of polling for an optimal interval so that the incoming files are processed without much delay because of this.

  • How to know the name of the file in the file/FTP adapter

    IAM again at the file/FTP adapter,

    whenever we use files by ftp/adpter,

    afrter choose system of remote/local server file.

    How I can well filename?

    How can we handle a fault, if the file selected, but the data is wrong?

    How to know the date, when where selected file?

    Please give me the solution

    Check this: http://docs.oracle.com/cd/E25178_01/integration.1111/e10231/adptr_propertys.htm#CHDJBDHC

    Search this topic: properties of table A-5 JCA for Oracle file adapter: standard properties.

    Once the file has been picked up, you can easily extract the details of file using "jca.file.FileName" etc. (see above).

    Rest should be treated by you, depending on the scenario you have.

    HTH

  • Cannot read the PDF files created by the FTP adapter

    Hello

    I cannot read the pdf files generated by the FTP adapter with its default settings.

    Can someone guide me how to proceed with him. I guess I have to change something in the mechanism of coding in the FTP adapter outbound connection Pool, but do not know what is to be.

    Thank you

    Richa

    Hi all

    I got the solution. I was unable to read .pdf files because the FTP adapter send files just by changing the extension of .xml to .pdf .txt is the reason why it was not readable.

    We had to write a java code to convert the .xml file .pdf and then PAA to the FTP adapter.

    Thank you

  • Oracle FTP adapter - possibility of using the public key and the password

    Hi all

    One needs to connect to a target SFTP server using the public key and password using the Oracle's FTP adapter. Is it possible and feasible?

    I think it's usually one of them that would be used (the password or public key).

    Could someone help me with this please?

    Thank you

    Kind regards

    Nanan

    Hi all

    We checked it with Oracle and it happens that this feature is not available in the product. It is probably considered to be an improvement.

    Hope that this update would be useful at all.

    Thank you

    Kind regards

    Nanan

  • FTP adapter error: could get file modification time,.

    Hello

    I use the FTP adapter to retrieve the file with below property.

    < property name = "ModificationTimeFormat" value = "4.18, yyyyMMddHHmmSS" / >

    File is get picked up but I get error below permanently in the log file.

    java.text.ParseException: impossible to analyze the date [28/02/13 10:46]

    Kindly help me.

    Thank you
    Richa


    java.text.ParseException: impossible to analyze the date [28/02/13 10:46]

    Looks like your format MM-DD-aa hh:mma...

    See the documentation here...
    http://docs.Oracle.com/CD/E23943_01/integration.1111/e10231/adptr_file.htm#TKADP387

    See you soon,.
    Vlad

  • Operation entering FTP adapter does not

    Hi all
    I run on SOA 11g on Oracle's Linux machine.

    FtpAdapter is configured and works well for outbound operations (my composite test can put a file on a ftp location).

    For inbound operation that something does not work, my composite, an adapter simple ftp + bpel process, do start ever (no cases).

    I am able to get the file using an ftp client (tested also soa Server computer).

    I just increased the server log and I can see the ftp communication, but an exception is thrown in the socket operation after * FTP FTP adapter Project2 command: LIST, answer: [[*]]
    * 125 data connection already open; Transfer from. ; *

    This is the log:

    [2011 09-17 T 12: 57:07.780 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: enqueueLockedMessages] Spining... Sleeping for 2000 milliseconds oracle.tip.mediator.dispatch.db.DeferredDBLocker
    [2011 09-17 T 12: 57:07.905 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: < anonymous >] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTPManagedConnectionFactory::getPasswordCredential of Project2 FTP adapter using mcf for credentials
    [2011 09-17 T 12: 57:07.906 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: < anonymous >] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] new built Project2 managed FTP connection adapter
    [2011 09-17 T 12: 57:07.907 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: < anonymous >] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 adding event listener
    [2011 09-17 T 12: 57:07.908 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: < anonymous >] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 connection built new IAB
    [2011 09-17 T 12: 57:07.909 + 02:00] [soa_server1] [TRACE] "[[oracle.soa.adapter]] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] on Project2 adapter FTP host name is ' 10.17.29.80 '.
    [2011 09-17 T 12: 57:07.911 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] takeover of Project2 adapter FTP on SO_TIMEOUT is [15000]
    [2011 09-17 T 12: 57:07.911 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 10.17.29.80 reading response
    [2011 09-17 T 12: 57:07.911 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getReply2()
    [2011 09-17 T 12: 57:07.912 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getMappedCommand() with order = [USER]
    [2011 09-17 T 12: 57:07.912 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 Got tuple = > MappedCommand == > [USER] command, arguments = [ftpadmin]
    [2011 09-17 T 12: 57:07.912 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] Project2 the FTP send cmd [USER ftpadmin] adapter
    [2011 09-17 T 12: 57:07.912 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP host 10.17.29.80 Project2 adapter command: USER ftpadmin
    [2011 09-17 T 12: 57:07.912 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getReply()
    [2011 09-17 T 12: 57:07.913 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP adapter Project2 command: USER, response: []
    331 password required for ftpadmin.


    ]]
    [2011 09-17 T 12: 57:07.913 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getMappedCommand() with order = [COL]
    [2011 09-17 T 12: 57:07.913 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] tuple FTP adapter Project2 got = > MappedCommand == > [COL] command, arguments will not display
    [2011 09-17 T 12: 57:07.913 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] cmd FTP adapter send Project2 [PASS]
    [2011 09-17 T 12: 57:07.913 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP host 10.17.29.80 Project2 adapter command: MOVE
    [2011 09-17 T 12: 57:07.914 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getReply()
    [2011 09-17 T 12: 57:07.915 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP adapter Project2 command: PASS, response: []
    230 user logged.


    ]]
    [2011 09-17 T 12: 57:07.915 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getMappedCommand() with order = [PASV]
    [2011 09-17 T 12: 57:07.915 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 Got tuple = > MappedCommand == > [PASV] command, arguments = [null]
    [2011 09-17 T 12: 57:07.915 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] Project2 the FTP send cmd [PASV] adapter
    [2011 09-17 T 12: 57:07.916 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP host 10.17.29.80 Project2 adapter command: PASV
    [2011 09-17 T 12: 57:07.916 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getReply()
    [2011 09-17 T 12: 57:07.916 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP adapter Project2 command: PASV, response: []
    227 entry Passive Mode (10,17,29,80,200,109).


    ]]
    [2011 09-17 T 12: 57:07.917 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 Passive: ip = 10.17.29.80, port = 51309
    [2011 09-17 T 12: 57:07.917 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter connection to 10.17.29.80:51309 Project2
    [2011 09-17 T 12: 57:07.918 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getMappedCommand() with order = [LIST]
    [2011 09-17 T 12: 57:07.918 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 Got tuple = > MappedCommand == > [LIST] command, arguments = [entry]
    [2011 09-17 T 12: 57:07.918 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] Project2 adapter FTP send cmd [LIST/Input]
    [2011 09-17 T 12: 57:07.918 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP host 10.17.29.80 Project2 adapter command: LIST/Input
    [2011 09-17 T 12: 57:07.918 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 FTP::getReply()
    [2011 09-17 T 12: 57:07.919 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP FTP adapter Project2 command: LIST, response: []
    125 data connection already open; Transfer from.


    ]]
    [2011 09-17 T 12: 57:07.922 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [userId: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 UnixFtpListParser::doConfig endpointProperties = [{SingleThreadModel = true, Recursive = false, PollingFrequency = 30, bpel.process.revision.id = Project2, bpel.process.guid=default/Project2!1.0*soa_64b06fdd-9667-4739-8835-5a585f55abb8:getMyFile, UseHeaders = false, IncludeFiles =. *------... *, wsdl.service.name = getMyFile, DeleteFile = true, MinimumAge = 0 = PhysicalDirectory / entry, wsdl.service.port.jcaAddress.adapterInstanceJndi=eis/Ftp/CustomAdapter, FileType = ascii, instance = 0}], [false]
    [2011 09-17 T 12: 57:08.303 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: run] race Locker
    [2011 09-17 T 12: 57:08.304 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: lockMessages] is trying to get the locks
    [2011 09-17 T 12: 57:08.304 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: beginTransaction] Transaction begins
    [2011 09-17 T 12: 57:08.304 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status TransactionManager
    [2011 09-17 T 12: 57:08.304 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status get Transaction
    [2011 09-17 T 12: 57:08.305 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: beginTransaction] start TransactionManager
    [2011 09-17 T 12: 57:08.305 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status TransactionManager
    [2011 09-17 T 12: 57:08.305 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status get Transaction
    [2011 09-17 T 12: 57:08.307 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.error] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.error.ErrorDBLocker] [APP: soa-infra] [SRC_METHOD: lock] update of lines: 0
    [2011 09-17 T 12: 57:08.308 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: lockMessages] obtained locks
    [2011 09-17 T 12: 57:08.308 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: commitTransaction] commit Transaction
    [2011 09-17 T 12: 57:08.308 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status TransactionManager
    [2011 09-17 T 12: 57:08.308 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status get Transaction
    [2011 09-17 T 12: 57:08.308 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: commitTransaction] validation TransactionManager
    [2011 09-17 T 12: 57:08.310 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.error] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.error.ErrorDBLocker] [APP: soa-infra] [SRC_METHOD: getLockedMessages] size of list the Error instance: 0
    [2011 09-17 T 12: 57:08.311 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1b5b1ef] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: enqueueLockedMessages] Spining... Sleeping for oracle.tip.mediator.common.error.ErrorDBLocker 5000 milliseconds
    [2011 09-17 T 12: 57:09.829 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: run] race Locker
    [2011 09-17 T 12: 57:09.829 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: lockMessages] is trying to get the locks
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: beginTransaction] Transaction begins
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status TransactionManager
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status get Transaction
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: beginTransaction] start TransactionManager
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status TransactionManager
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status get Transaction
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.dispatch.db] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [userId: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.dispatch.db.DeferredDBLocker] [APP: soa-infra] [SRC_METHOD: lock] obtain locks for max 200 ranks
    [2011 09-17 T 12: 57:09.830 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.dispatch.db] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [userId: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.dispatch.db.DeferredDBLocker] [APP: soa-infra] [SRC_METHOD: lock] Counter reset end of cycle
    [2011 09-17 T 12: 57:09.831 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: lockMessages] obtained locks
    [2011 09-17 T 12: 57:09.831 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: commitTransaction] commit Transaction
    [2011 09-17 T 12: 57:09.831 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status TransactionManager
    [2011 09-17 T 12: 57:09.831 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: getTransactionStatus] status get Transaction
    [2011 09-17 T 12: 57:09.831 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.JTAHelper] [APP: soa-infra] [SRC_METHOD: commitTransaction] validation TransactionManager
    [2011 09-17 T 12: 57:09.833 + 02:00] [soa_server1] [TRACK: 32] [] [oracle.soa.mediator.common.listener] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@119f93f] [username: < anonymous >] [ecid: 0000J9mBB ^ i6qID5zBo2yW1ESnuZ000001, 0] [SRC_CLASS: oracle.tip.mediator.common.listener.DBLocker] [APP: soa-infra] [SRC_METHOD: enqueueLockedMessages] Spining... Sleeping for 2000 milliseconds oracle.tip.mediator.dispatch.db.DeferredDBLocker
    [2011 09-17 T 12: 57:09.969 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 timed in milliseconds during which [2046]
    [2011 09-17 T 12: 57:09.970 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] FTP adapter Project2 Exception caught at the reading order
    [2011 09-17 T 12: 57:09.970 + 02:00] [soa_server1] [TRACE] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@aac370] [username: weblogic] [ecid: 0000J9r1a3a6qID5zBo2yW1ESnuZ000CS ^, 1:20913] [SRC_CLASS: oracle.integration.platform.blocks.adapter.fw.log.LogManagerImpl] [APP: soa-infra] [SRC_METHOD: journal] Project2 adapter FTP []
    java.net.SocketTimeoutException: read timed out
    at java.net.SocketInputStream.socketRead0 (Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    to oracle.tip.adapter.ftp.FTPClient$ BufferedTimedReader.readLine (FTPClient.java:2385)
    at oracle.tip.adapter.ftp.FTPClient.populateListResults(FTPClient.java:2562)
    at oracle.tip.adapter.ftp.FTPClient._listFilesUsingKey(FTPClient.java:2513)
    at oracle.tip.adapter.ftp.FTPClient.listFiles(FTPClient.java:753)
    at oracle.tip.adapter.ftp.FTPAgent.getFileList(FTPAgent.java:505)
    at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:260)
    at oracle.tip.adapter.file.inbound.PollWork.processFilesInSameThread(PollWork.java:844)
    at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:335)
    to oracle.integration.platform.blocks.executor.WorkManagerExecutor$ 1.run(WorkManagerExecutor.java:120)
    to weblogic.work.j2ee.J2EEWorkManager$ WorkWithListener.run (J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)

    ]]

    Can someone tell me the right way to solve this problem?

    I posted a solution in this forum... Please check if this may help you...

    Re: FTP adapter does not pick up files

  • How to use FTPS using the FTP adapter

    I am trying to create a BPEL process using SOA 11 g 11.1.1.4, that will put the file on the remote site using the ftp adapter. I created JNDI correctly and using portfolio.
    useFtps = True
    walletLocation = correct path of portfolio created in Oracle HTTP Server (OHS)
    walletPassword = walletPassword
    Host = ipaddress
    username = myUsername
    Password = myPassword

    For all this, I followed http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10231/adptr_file.htm#BABEBGGD

    Now, whenever I try to test this BPEL process it gives me the error:

    "Exception occurred during invocation of the JCA binding:" JCA binding run reference operations 'Put' failure due to: error in establishing session SSL. " Error in the SSL session establishment. Impossible to establish the SSL session to the control channel. Response string: 530 please login with USER and pass response Code: 530) Please correct the SSL configuration. ". The called JCA adapter threw an exception of resource. Please review the error message above carefully to determine a resolution.

    Any suggestion or resolutions are welcome.

    Thank you!!

    Concerning
    Yogesh

    Hello

    When you configure the connection for the FTP adapter factory in Admin Console, provide the following values for attributes such as the host name, user name, password, port and the path of remote as location when
    you want to save the file to remote server, for example, ftpAbsolutePathBegin. Please fill out this
    attribute with the path like/soa/ftp/file (example path). If you write to a remote FTP server you must create a factory for connections for this as shown above.

    Please try this and let me know...

    Thank you
    N

  • FTP adapter deployment failed after server restart

    Hello

    I have a 11g of single node server. I had created pools of outbound connections for the ftp adapter. When I created them they worked very well.

    But after restarting the server, the status of the FTP adapter in the summary of the page made deployment proof failed. The error I get is less than


    < impossible to affect the activation state of the application "FtpAdapter".
    java.lang.NoClassDefFoundError: oracle/tip/adapter/file/FileLogger
    at oracle.tip.adapter.ftp.FTPManagedConnectionFactory.createConnectionFactory(FTPManagedConnectionFactory.java:154)
    at weblogic.connector.security.layer.AdapterLayer.createConnectionFactory(AdapterLayer.java:787)
    at weblogic.connector.outbound.ConnectionPool.getConnectionFactory(ConnectionPool.java:2013)
    at weblogic.connector.outbound.RAOutboundManager.activatePool(RAOutboundManager.java:1076)
    at weblogic.connector.outbound.RAOutboundManager.activate(RAOutboundManager.java:183)
    at weblogic.connector.common.RAInstanceManager.activate(RAInstanceManager.java:437)
    at weblogic.connector.deploy.ConnectorModule.activate(ConnectorModule.java:303)
    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:227)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 2.next(DeploymentCallbackFlow.java:541)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:175)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:167)
    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)

    # < April 6 2011 16:02:24 IST > < error > < hats > < inhysu01 > < osb_server1 > < ExecuteThread [ASSET]: '1' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< 0000IweNRSu8TsO8mjGNtn1Db43e000001 > < 1302085944811 > < BEA-149250 > < Unable to unprepare application 'FtpAdapter '.
    weblogic.application.ModuleException: error occurred while trying to restore the module: weblogic.connector.exception.RAException:

    There are 1 nested errors:



    There are 1 nested errors:

    ObjectLifeCycleException: weblogic.common.resourcepool.ObjectLifeCycleException: attempted to stop the pool ist/Ftp/FtpAdapter when it isn't currently in SUSPENDED (Running) State
    at weblogic.common.resourcepool.ResourcePoolImpl.shutdown(ResourcePoolImpl.java:299)
    at weblogic.connector.outbound.ConnectionPool.shutdown(ConnectionPool.java:355)
    at weblogic.connector.outbound.RAOutboundManager.internalShutdownPool(RAOutboundManager.java:346)
    at weblogic.connector.outbound.RAOutboundManager.rollback(RAOutboundManager.java:305)
    at weblogic.connector.common.RAInstanceManager.rollbackRAOutboundMgr(RAInstanceManager.java:623)
    at weblogic.connector.common.RAInstanceManager.rollback(RAInstanceManager.java:566)
    at weblogic.connector.deploy.ConnectorModule.unprepare(ConnectorModule.java:268)
    at weblogic.application.internal.flow.ModuleListenerInvoker.unprepare(ModuleListenerInvoker.java:285)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.previous(DeploymentCallbackFlow.java:523)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.unprepare(DeploymentCallbackFlow.java:211)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.unprepare(DeploymentCallbackFlow.java:202)
    to weblogic.application.internal.BaseDeployment$ 1.previous(BaseDeployment.java:619)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
    at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
    at weblogic.application.internal.BaseDeployment.unprepare(BaseDeployment.java:248)
    at weblogic.application.internal.SingleModuleDeployment.unprepare(SingleModuleDeployment.java:43)
    at weblogic.application.internal.DeploymentStateChecker.unprepare(DeploymentStateChecker.java:205)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.unprepare(AppContainerInvoker.java:117)
    at weblogic.deploy.internal.targetserver.BasicDeployment.unprepare(BasicDeployment.java:287)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:363)
    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)

    Can anyone help me please with this.
    Thanks in advance

    The solution is either to change the order of deployment or copy the file FileAdapter.rar instead of $ORACLE_HOME/lib and restart the server, as noted here.

    http://SOA-BPEL-ESB.blogspot.com/2011/04/javalangnoclassdeffounderror.html

Maybe you are looking for

  • Satellite L300 - 20 d - how to disable the saved password HDD?

    Hi all its my first time here, so be easy with me.I have a Toshiba Satellite L300 - 20 d. It came with vista installed plant. Anyway... about 3 months later, I switched to Win7. No prob. everything goes is good as a single password. About 2 weeks ago

  • cDAQ 9171 verification of the calibration

    We try to evaluate the verification requirements of a single 9171 locations USB cDAQ chassis calibration. We use a cDAQ 9171 to take some simple +/-5 volts using an analog input module 9205 readings.  The 9205 has a specific calibration and verificat

  • product registrationunable for register AXC - 603G

    For the past 2 days, I tried to register my computer AXC - 603G with windows 8.1 with no result. Had no problem with my AXC - 605G with Windows 7 above. When I try something else, he said that SN is not placed on the record. I have no account ny prob

  • Acer Iconia B - Can I use a USB Dongle?

    Hello Please let me know if I can use a USB key/Dongle USB in "Micro USB 2.0 port" for the transfer of data.

  • Director of Windows does not support the m4a files why

    Good so my previous was not be able to import the song I wanted to import * Note I tried to import a song to Windows movie maker to i tunes * and I finally found it but this error came (the file C:\Documents and Settings\One\My documents\Ma Musique\i