Custom Info Panels files on remote location

I want to host the panel description and localization dictionary files on remotes servers... Can this be posible?

Gunar,
We talked about this earlier in the year at the Henry Stewart forum, and I mirror Juan's reason - I can distribute static panel descriptors now, using a number of distribution tools... but since there aren't any ways now to have any dynamic elements in XMP panels, the solution would be to dynamically generate them (for instance, generate value lists) on request.
That, or provide a mechanism for populating elements in a panel descriptor dynamically - I'd still prefer an XML layout language (I still struggle with writing these by hand), with JavaScript for doing dynamic value lists from external sources and input validation (among other things).
A proper control for assigning keywords (vocab terms) within a panel would be excellent too, but this goes back to the non-hierarchical nature of your keyword implementation (my nasty hack for now has been to encode the hierarchy in the keyword itself... "Constituent:Artist:Van Gogh" for instance.)
Best,
Roger (The Getty)

Similar Messages

  • Remove parent folder and all subfolders (custom info panels)

    I'm writing a script to help users install custom info panels in the Folder.userData + '/Adobe/XMP/Custom File Info Panels/3.0/panels' location.  I have a working script to copy files, but I also want to delete previous versions of the same info panel.   I also want to allow for the possibility that could be several older versions so I need to loop through them.  I know that I need to empty the files of a folder before it can be removed.  I can remove one instance of a ninfo panel, but not several - I'm having trouble getting the function to loop.
    For example, if I have two old info panel version to delete (myPanel_v1 and myPanel_v2) can use getFiles (myPanel*) to get an array with the names of the two parent folders:
    ~/AppData/Roaming/Adobe/XMP/Custom%20File%20Info%20Panels/3.0/panels/myPanel_v1,~/AppData/ Roaming/Adobe/XMP/Custom%20File%20Info%20Panels/3.0/panels/myPanel_v2
    What I can't do is the loop through the subfolders and their contents based on the index of this array.  Perhaps there is a completey different approach I need to take?
    The code below does remove a single instance of my custom ino panel, but I can't figure out a way to make it loop.
    var CS5panelsFolder = (Folder.userData + '/Adobe/XMP/Custom File Info Panels/3.0/panels');
    var xmask = 'myPanel*'
    var xRemove =  (Folder (CS5panelsFolder).getFiles (xmask));  // returns an array with all folders with 'VRA_beta' in the name
    for (var i = 0; i < xRemove.length; i++) var xBin = (Folder (xRemove[i]+'/bin').getFiles());
    for (var i = 0; i < xRemove.length; i++) var xLoc = (Folder (xRemove[i]+'/loc').getFiles());
    for (var i = 0; i < xRemove.length; i++) var xRes = (Folder (xRemove[i]+'/resources').getFiles());
    for (var i = 0; i < xRemove.length; i++)
        //Loop through array of xBin files and remove them
        for (var i = 0; i < xBin.length; i++) File(xBin[i]).remove();
        //Loop through array of loc files and remove them
        for (var i = 0; i < xLoc.length; i++) File(xLoc[i]).remove();
        // Loop through array of resource files and remove them
        for (var i = 0; i < xRes.length; i++) File(xRes[i]).remove();
        // remove manifest file
        for (var i = 0; i < xRemove.length; i++) File(xRemove[i]+'/manifest.xml').remove();
    for (var i = 0; i < xRemove.length; i++)
    // Remove now empty xBin folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]+'/bin').remove();
    // Remover now empty loc folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]+'/loc').remove();
    // Remove now empty resources folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]+'/resources').remove();
    // Remove now empty old version folder
        for (var i = 0; i < xRemove.length; i++) Folder(xRemove[i]).remove();
    Thanks for your help,
    Greg Reser

    I now have this code that works:
    var W = 'Base Folder Name';
    var X = Folder(W).getFiles();
    for (var Q1 = 0; Q1 < X.length; Q1++)
       if (X[Q1] instanceof Folder == true)
         var Y = Folder (X[Q1]).getFiles();
         for (var Q2 = 0; Q2 < Y.length; Q2++)
           if (Y[Q2] instanceof Folder == true)
             var Z = Folder (Y[Q2]).getFiles();
             for (var Q3 = 0; Q3 < Z.length; Q3++) File (Z[Q3]).remove();
             Folder (Y[Q2]).remove();
           else File (Y[Q2]).remove();
         Folder (X[Q1]).remove();
       else File (X[Q1]).remove();
    Folder(W).remove();

  • How to load jar files from remote location

    Hi all,
    I am trying to load jar files from remote server, from a servlet which is running on OC4j.
    For doing this,First I am getting ClassLoader by using ClassLoader.getSystemClassLoader() and then type casting it to URLClassLoader.
    But by doing it I am getting ClassCastException,because oc4j returns oracle.classloader.PolicyClassLoader instead of java.net.ClassLoader.
    Appreciate if anyone can tell me how to load remote jar files using oracle.classloader.PolicyClassLoader .
    Thanks
    Harish

    Hi,
    I suppose you know about this, but just in case.
    I have used jnpl to load jar files from remote location.
    Rowan

  • Inserting exif in a custom info panel

    how can i add exif details into a brand new custom info panel for cs4. i am trying to create a single panel which will consolidate information from several "default" panels into a single custom panel.
    morgan

    Hi Morgan,
    the most flexible way to create a custom panel, is to use our SDK.
    Please have a look at XMP FileInfo SDK 5.1, which you can download here:
    http://download.macromedia.com/pub/developer/xmp/sdk/XMP-FileInfo-SDK-5.1.zip
    (ZIP, 2.75 MB)
    You can also add existing properties like EXIF to a custom panel.
    Regards,
    -- Stefan

  • Read/write external file  from remote location

    hi all,
    due to more concern about storage, we are storing some pdf/doc/jpg files in remote location, we need to write/read that files without storing in the database,
    the files would be external file. is there any procedure to do so,
    thanks in advance
    pa1

    sachinpawan wrote:
    hi all,
    due to more concern about storage, we are storing some pdf/doc/jpg files in remote location, we need to write/read that files without storing in the database,
    the files would be external file. is there any procedure to do so,
    thanks in advance
    pa1The database can only deal with files that reside on disk that is mounted to the OS that is hosting the database.

  • Custom info panel from CS5 not showing in CS6

    Do I need to move the custom panel entry from
    "\AppData\Roaming\Adobe\XMP\Custom File Info Panels\3.0\custom" to a new location?
    Also on a related front, at NAB I was asking about adding dropdown boxes to entries so we could standardize on a few set entries to make searching easier. I couldn't get an answer there - any ideas on the forums?

    You can design custom metadata panels - I have one for Client's name, project name, element type, Approved, etc. Whenever we generate files for a client we try to get the data filled in. It makes searching for clips from previous projects much quicker. The custom panel isn't showing in Bridge - i usually appears at the bottom of the metadata list after "File Properties" IPTC Core" etc.
    The dropdown box question - Some of the data we want to be picked from a list to make searching more acurate. For instance - "Element Type" would either be "Interview", "Background", "Logo", etc. We just wnat everyone labeling things with the same terms. (See "Property Release Status" under the IPTC Extension)

  • Custom Info Panel as Bridge MetaData Panel

    Hello,
    I have built a Custom XMP InfoPanel that shows up in CS6 Bridge just fine! But for ease of data entry we want it to show up in the Bridge MetaData panel. How is this done with the latest best practices?
    I have looked everywhere found a number of ways, but ALL are out dated! The XMP FileInfo SDK doesnt cover this.
    Thank you
    Dean Krueger

    Hi Science_DC,
        You are missing the zstring in your label or description and the same issue is with properties too. For testing i changed only two properties but you need to do the smae for others too.  I tested after using the ZString and it's working fine in Bridge too. Please find the original and modfied code (only for two properties)
    1. Your original properties.xml is
    <xmp_schema prefix="custom" namespace="http://my.custom.namespace/" label="<Your label>" description="<Your Panel Description>">
            <!-- simple properties -->
            <xmp_property name="Text" category="external" label="<Property Name>" type="text"/>
            <xmp_property name="Text2" category="external" label="<Property Name>" type="text"/>
    </xmp_schema>
    Insert the ZString like below (inserted text are in bold)
    <xmp_schema prefix="custom" namespace="http://my.custom.namespace/" label="$$$/Custom/Panel/Label=<Your label>" description="$$$/Custom/Panel/Description=<Your Panel Description>">
            <!-- simple properties -->
            <xmp_property name="Text" category="external" label="$$$/Custom/Panel/Property1 Name=<Property1 Name>" type="text"/>
            <xmp_property name="Text2" category="external" label="$$$/Custom/Panel/Property2 Name=<Property2 Name>" type="text"/>
    </xmp_schema>
    2. Put that propery file in Custom File Info Panels/4.0/panels (at the same place where DCIM.xml and mobile.xml is)
    Following is the screen shot which I got after ZString insertion (CS6 Bridge)
    If it doesn't work, could we do remote desktop?
    -Sunil

  • Working on files in remote location

    Hi,
    Would it be possible for me to use Eclipse ( preferably) or any other IDE to work files in a remote location. Could configure the path in the IDE . the remote PC might ask for a username and login...it is a windows NT system....
    Regards
    vivek

    Yes, but. . .see reply 3 of this thread: http://forum.java.sun.com/thread.jspa?threadID=677103

  • SFTP listening channel is not picking the file from remote location

    Hi,
    We are facing an issue in B2B 11g while connecting to the remote trading partner through SFTP.
    It is not picking file from root as trading partner has given the file location as ' . ' root only.
    They have provided us one certificate file (.dat file) and I copied that file in one folder called .ssh (which i have created)
    and mentioned that certificate file location in B2B Listening channel configuration -> Private key = /home/srijna.saxena/.ssh
    I have configured the following parameters:
    Host Name,Port Number = 22 ,Polling interval =60 , path =., username ,password,confirm password,Private key =/home/srijna.saxena/.ssh , minimum age =120000
    Please let us know as soon as possible as it is pretty urgent, if any other parameter I need to set.
    It is showing the error in the logs :
    ' skipping endpoint as it is not for delivery channelPAT_KRR_SFTP '
    Please see the logs for the same:
    [2010-12-15T05:38:09.408-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:09.410-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:09.410-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel PAT_KRR_SFTP
    [2010-12-15T05:38:09.411-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.411-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.412-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = host value = 63.64.39.140
    [2010-12-15T05:38:09.412-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = port value = 22
    [2010-12-15T05:38:09.412-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-15T05:38:09.413-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = folder value = .
    [2010-12-15T05:38:09.413-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = user value = sybron
    [2010-12-15T05:38:09.413-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: sYMReT249791539808797642
    [2010-12-15T05:38:09.414-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = password value = *****
    [2010-12-15T05:38:09.415-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = privateKey value = null
    [2010-12-15T05:38:09.415-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = passPhrase value = null
    [2010-12-15T05:38:09.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = useProxy value = false
    [2010-12-15T05:38:09.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-15T05:38:09.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-15T05:38:09.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = MinimumAge value = 60000
    [2010-12-15T05:38:09.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-15T05:38:09.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-15T05:38:09.418-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-15T05:38:09.418-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-15T05:38:09.418-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] Repository:Repository:getReceivingEndPointList() SFTP Using Password
    [2010-12-15T05:38:09.419-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: Putting sftp://63.64.39.140:22/.
    [2010-12-15T05:38:09.419-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: put: Putting sftp://63.64.39.140:22/. for delivery channel CHANNEL_lG-4556589010171674161
    [2010-12-15T05:38:09.419-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.419-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.419-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.419-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.420-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.420-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.420-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelPAT_KRR_SFTP
    [2010-12-15T05:38:09.420-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:09.422-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:09.422-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel BUR_KRR_FTP
    [2010-12-15T05:38:09.422-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelBUR_KRR_FTP
    [2010-12-15T05:38:09.422-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelBUR_KRR_FTP
    [2010-12-15T05:38:09.423-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelBUR_KRR_FTP
    [2010-12-15T05:38:09.423-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelBUR_KRR_FTP
    [2010-12-15T05:38:09.423-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelBUR_KRR_FTP
    [2010-12-15T05:38:09.424-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = host value = corp.burkhartdental.com
    [2010-12-15T05:38:09.424-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-15T05:38:09.424-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = folder value = .
    [2010-12-15T05:38:09.425-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = user value = EDIKerr
    [2010-12-15T05:38:09.425-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: XTLbtCC5548752345566824008
    [2010-12-15T05:38:09.426-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = password value = *****
    [2010-12-15T05:38:09.426-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = channel_mask value = None
    [2010-12-15T05:38:09.427-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = cipher_suites value = null
    [2010-12-15T05:38:09.427-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = control_port value = null
    [2010-12-15T05:38:09.427-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = data_port value = null
    [2010-12-15T05:38:09.428-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = useProxy value = false
    [2010-12-15T05:38:09.428-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = filename_format value = "BURKHART_*"
    [2010-12-15T05:38:09.429-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-15T05:38:09.429-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = sourcefile_encoding value = null
    [2010-12-15T05:38:09.429-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = minimum_age value = 60000
    [2010-12-15T05:38:09.430-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-15T05:38:09.430-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-15T05:38:09.430-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-15T05:38:09.431-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = type value = binary
    [2010-12-15T05:38:09.431-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = van value = false
    [2010-12-15T05:38:09.431-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = ccc value = false
    [2010-12-15T05:38:09.432-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = keep_connections value = false
    [2010-12-15T05:38:09.432-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-15T05:38:09.432-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = timestamp_format value = null
    [2010-12-15T05:38:09.433-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = timestamp_offset value = null
    [2010-12-15T05:38:09.433-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneG92sDCgS5IFc9yf1D278H0003UF,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000231a] Repository:: getReceivingEndPointList: name = timestamp_source value = null
    [2010-12-15T05:38:09.433-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid:
    Regards,
    Divya

    Please refer to below thread:
    java.lang.NullPointerException for FTP listening channel in B2B

  • FTP listenind channel is not picking the file from remote location

    Hi,
    We are facing an issue in B2B 11g while connecting to the remote trading partner through FTP.
    It is not picking file from particular directory as trading partner has given the file location.
    I have configured the following parameters:
    Host Name,Port Number = 22 ,Polling interval =60 , path =., username ,password,confirm password, minimum age =240000
    Please let us know if any one has any idea regarding this as soon as possible.
    Please see the logs for the same:
    [2010-12-15T05:38:31.397-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel HEN_KRR_FTP
    [2010-12-15T05:38:31.397-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.398-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelHEN_KRR_FTP
    [2010-12-15T05:38:31.399-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = host value = 209.64.143.245
    [2010-12-15T05:38:31.400-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-15T05:38:31.400-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = folder value = outbound
    [2010-12-15T05:38:31.400-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = user value = kerr
    [2010-12-15T05:38:31.401-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: W8948102720980144729
    [2010-12-15T05:38:31.402-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = password value = *****
    [2010-12-15T05:38:31.402-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = channel_mask value = None
    [2010-12-15T05:38:31.403-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = cipher_suites value = null
    [2010-12-15T05:38:31.403-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = control_port value = null
    [2010-12-15T05:38:31.403-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = data_port value = null
    [2010-12-15T05:38:31.403-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = useProxy value = false
    [2010-12-15T05:38:31.404-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-15T05:38:31.404-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-15T05:38:31.404-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = sourcefile_encoding value = null
    [2010-12-15T05:38:31.405-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = minimum_age value = 240000
    [2010-12-15T05:38:31.405-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-15T05:38:31.405-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-15T05:38:31.406-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-15T05:38:31.406-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = type value = binary
    [2010-12-15T05:38:31.406-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = van value = false
    [2010-12-15T05:38:31.407-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = ccc value = false
    [2010-12-15T05:38:31.407-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = keep_connections value = false
    [2010-12-15T05:38:31.407-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-15T05:38:31.408-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = timestamp_format value = null
    [2010-12-15T05:38:31.408-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = timestamp_offset value = null
    [2010-12-15T05:38:31.408-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = timestamp_source value = null
    [2010-12-15T05:38:31.408-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: Putting ftp://209.64.143.245/outbound
    [2010-12-15T05:38:31.408-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: put: Putting ftp://209.64.143.245/outbound for delivery channel CHANNEL_Faf-3368100107832946620
    [2010-12-15T05:38:31.410-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:31.412-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:31.413-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel Sybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.413-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.414-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-15T05:38:31.414-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = folder value = /oracle/soa11g/osoadev1/EDI/TEST
    [2010-12-15T05:38:31.414-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-15T05:38:31.415-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-15T05:38:31.415-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = minimum_age value = 240000
    [2010-12-15T05:38:31.415-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-15T05:38:31.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-15T05:38:31.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-15T05:38:31.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-15T05:38:31.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: Putting file://localhost//oracle/soa11g/osoadev1/EDI/TEST
    [2010-12-15T05:38:31.416-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: put: Putting file://localhost//oracle/soa11g/osoadev1/EDI/TEST for delivery channel CHANNEL_eQKNOM4896016506495038796
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSybron Dental Specialties_ListeningChannel
    [2010-12-15T05:38:31.417-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-15T05:38:31.419-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: [ACTIVE].ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: Srijna.Saxena] [ecid: 0000IneGETmDCgS5IFc9yf1D278H0003UY,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: b2bui] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-0000000000002320] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null

    Hi Anuj,
    Did u find any solution related to above problem?
    We are getting this error as well for FTP listening channel.
    These are the parameters details that we setup in B2B listening channel:
    Host Name ,Polling interval =60 ,Folder name =Get, username ,password,confirm password, minimum age =120000,Transfer type=Binary
    Here are the logs you can check and if you could find something then please let us know.
    000000000143f] [SRC_METHOD: synchedLog_J] Engine: getDeliveryChannelType: Found channel with dcID: CHANNEL_pRRsL-8988995181259001670 name: SAF_KRR_FTP
    [2010-12-20T03:52:07.252-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] QueryManager: getMDSSession: Enter Label null
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: getting endpoint list for deliverychannel SAF_KRR_FTP
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.257-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.258-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = host value = ftp.b2bgateway.net
    [2010-12-20T03:52:07.258-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = polling_interval value = 60
    [2010-12-20T03:52:07.259-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = folder value = Get
    [2010-12-20T03:52:07.259-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = user value = shansys\FTPSybronDental
    [2010-12-20T03:52:07.259-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.security.SecurityUtility - getPasswordCredentialAsString - In getPasswordCredentialAsString method - key: PEexcr8800914208775018001
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = password value = *****
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = channel_mask value = None
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = cipher_suites value = null
    [2010-12-20T03:52:07.260-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = control_port value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = data_port value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = useProxy value = false
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = filename_format value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = directoryname_format value = null
    [2010-12-20T03:52:07.261-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = sourcefile_encoding value = null
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = minimum_age value = 120000
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = archive_dir value = null
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = preserve_filename value = false
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = is_binary value = false
    [2010-12-20T03:52:07.262-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = type value = binary
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = van value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = ccc value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = keep_connections value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = marker value = false
    [2010-12-20T03:52:07.263-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = timestamp_format value = null
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = timestamp_offset value = null
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: name = timestamp_source value = null
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: Putting ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: put: Putting ftp://ftp.b2bgateway.net/Get for delivery channel CHANNEL_pRRsL-8988995181259001670
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [NOTIFICATION] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] Repository:: getReceivingEndPointList: skipping endpoint as it is not for delivery channelSAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Adding endpoint...channel name SAF_KRR_FTP
    [2010-12-20T03:52:07.264-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Endpoint url ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Endpoint url ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: This is a listening internal delivery channel ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] before initialise : [oracle.tip.b2b.transport.basic.AQReceiver@4eed5df8]
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] TransportLogger Init....
    [2010-12-20T03:52:07.265-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.transport] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.transport.basic.TransportLogger] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] TransportProperties.TransportProperties():minimum_age=120000;password=******;channelId=CHANNEL_pRRsL-8988995181259001670;type=binary;channel_mask=None;file.receiver.polling_interval=60;file.receiver.marker=false;folder=Get;marker=false;ccc=false;file.receiver.minimum_age=120000;internal=true;file.receiver.van=false;host=ftp.b2bgateway.net;keep_connections=false;file.receiver.user=shansys\FTPSybronDental;file.receiver.is_binary=false;file.receiver.password=******;file.receiver.preserve_filename=false;is_binary=false;file.receiver.read_ordered=true;file.receiver.type=binary;preserve_filename=false;useProxy=false;file.receiver.keep_connections=false;file.receiver.ccc=false;van=false;polling_interval=60;user=shansys\FTPSybronDental;
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] after adding to receiver : oracle.tip.b2b.transport.b2b.B2BTransport@41b46d43 [oracle.tip.b2b.transport.basic.AQReceiver@4eed5df8, oracle.tip.b2b.transport.basic.FileReceiver@a1c7462]
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] Not yet inited >>> ep.getUrl() ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Added new endpoint.
    [2010-12-20T03:52:07.266-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: addEndpoint: Exit
    [2010-12-20T03:52:07.267-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] B2BTransport.init(url) Endpoint = aq://IP_OUT_QUEUE@jdbc/SOADataSource url parameter = ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.267-08:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] B2BTransport.init(url) Endpoint = ftp://ftp.b2bgateway.net/Get url parameter = ftp://ftp.b2bgateway.net/Get
    [2010-12-20T03:52:07.267-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.transport] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [SRC_CLASS: oracle.tip.b2b.transport.basic.TransportLogger] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: log] FileReceiver.init() started ....
    [2010-12-20T03:52:07.268-08:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@62683f08] [userId: <anonymous>] [ecid: 0000Io3bohZDCgS5IFc9yf1D278H0017NG,0] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] java.lang.NullPointerException[[
         at oracle.tip.b2b.transport.basic.FileList.setTimeMode(FileList.java:329)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:222)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:267)
         at oracle.tip.b2b.transport.basic.FileReceiver.init(FileReceiver.java:470)
         at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:578)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:232)
         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)
    java.lang.NullPointerException
         at oracle.tip.b2b.transport.basic.FileList.setTimeMode(FileList.java:329)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:222)
         at oracle.tip.b2b.transport.basic.FileSourceMonitor.<init>(FileSourceMonitor.java:267)
         at oracle.tip.b2b.transport.basic.FileReceiver.init(FileReceiver.java:470)
         at oracle.tip.b2b.transport.b2b.B2BTransport.init(B2BTransport.java:578)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:232)
         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)
    [2010-12-20T03:52:17.270-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: restartEndpoint: Endpoint restarted...
    [2010-12-20T03:52:17.270-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: handleUpdateChannelEvent: Exit
    [2010-12-20T03:52:17.270-08:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@1daf54ec] [userId: <anonymous>] [ecid: 0000Io3bog5DCgS5IFc9yf1D278H0017NE,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [dcid: 060ea2ba92914b9b:-4d085fa8:12ce8fe7746:-7ffd-000000000000143f] [SRC_METHOD: synchedLog_J] Engine: processEvents: Exit
    Regards,
    Divya

  • How can we use Time Capsule as a server to access files from remote locations?

    I use Timecapsule to save my data but I would like to use it as a server to access my file when I'm not at home. Is it possible?

    Please take a look at Apple's Back to My Mac (BTMM) features here:
    Set up and use Back to My Mac - Apple Support
    There is another method that you can use, but it would require the following:
    1) A static or fixed Internet connection IP address from your Internet Service Provider
    2) The Time Capsule, or another Apple router must be the main router for the network

  • Custom File Info Panel CS2- CS4

    I have a Custom File Info Panel that has been created in Adobe Photoshop CS2 and works in CS3.  I am having trouble figuring out how to get it to work in CS4.  Is there a way to port the Custom File Info Panel into CS4 without entirely recreating it?
    I am seeing references to FileInfo SDK and creating a new Flex UI but I can't seem to find a definitive method on this pre-CS4 File Info Panel to the new UI - and I am in unfamiliar territory.
    Any assistance or points in the proper direction would be most helpful.
    UPDATE:  Answering at least some of my own questions, I have followed the procedure here:
    http://blogs.adobe.com/gunar/2008/11/customizing_metadata_ui_in_cs4.html
    I am still having some trouble with a couple of the unique properties but I expect that they will be typos... I hope...
    Any good reference information is still welcome.

    Thank you for suggesting the PS Scripting forum but I think the next stop might be the XMP SDK Forum as there are a few similar questions there such as http://forums.adobe.com/thread/540397.  But before I go impolitely cross-posting...
    I've had some success and it appears that my custom file info metadata edited and saved in CS2 is now visible in CS4 and the reverse is also true - metadata edited and saved in CS4 is visible in CS2.  This was built using the Generic Panel from the SDK according to the instructions shown at the link in my original post.
    The only problem is that the external application that relies on the custom metadata doesn't see the CS4 version of the metadata.  I suspect that this is just some general namespace issue.  Perhaps if an XMP expert would be willing to comment on the conversion of the Custom Info Panel based on the following single portion of the metadata to see if I am doing it correctly - I would very much appreciate it.
    In the CS2 Custom Info Panel XML I have this field:
    <panel title="$$$/CustomPanels/XYZ/PanelName=XYZCorp Graphics MetaData" version="1" type="custom_panel">
      group(placement: place_row, spacing: gSpace, horizontal: align_fill, vertical: align_top, reverse: rtl_aware)
      static_text(name: '$$$/CustomPanels/XYZ/fullName=Full Name/Title of Graphic', font: font_big_right, vertical: align_center);
      cat_container_edit_text(xmp_ns_prefix: 'xyzcorp', xmp_namespace: 'xyzcorp', xmp_path: 'FullName', container_type: seq_struct, horizontal: align_fill);
      mru_popup(xmp_ns_prefix: 'twcable', xmp_path: 'FullName', no_check: true, vertical: align_top, container_type: seq_struct, mru_append: true);
      <!-- many more fields -->
    </panel>
    In my CS4 properties.xml the corresponding field:
    <xmp_definitions xmlns:ui="http://ns.adobe.com/xmp/fileinfo/ui/">
    <xmp_schema prefix="custom" namespace="xyzcorp" label="$$$/Custom/Schema/Label=XYZCorp Graphics MetaData" description="$$$/Custom/Schema/Description=CS4 Version of XYZCorp MetaData Custom Panel.">
        <!-- simple properties -->
       <xmp_property name="FullName" category="external" label="$$$/Custom/Property/FullName_Label=Full Name/Title of Graphic:" type="seq" element_type="text"/>
    <!-- many other properties -->
    <ui:separator/>
    </xmp_schema>
    </xmp_definitions>
    It seems that the following CS2 => CS4 translations should be true:
    "xmp_namespace" => xmp_schema namespace property (in this case "xyzcorp")
    "xmp_path" => xmp_property name property (for this one property, "FullName")
    is there another translation that I am missing?  I am betting it has something to do with the CS2 "xmp_ns_prefix" but I am not entirely sure how to map this.  Also perhaps something in manifest.xml (though it didn't seem like it)?
    Many thank you's to anyone that can offer words of wisdom.
    j

  • Do I need to do more than make a Custom File Info Panel

    I downloaded the spec for XMP Custom Panels and have it partially working in Photoshop CS--see the code below.<br /><br />The problem is with namespaces.  I want to put my info into a danser namespace in JPEGs. <br />1. The code below partially works in PS-CS but it puts the "Title" into dc:title and the "Season" into xap:Season<br />2. If I add xmp_namespace: danser  to the edit_text then the panel fails to load in PS-CS.<br />3. I'm not clear on the purpose of the Metadata templates in Photoshops "File Info" Advanced tab.   Do I need to make a template there? How? --or point me to instructions.  (I made one but it didn't help.)<br /><br /><?xml version="1.0"><br /><!DOCTYPE panel SYSTEM "http://ns.adobe.com/custompanels/1.0"><br /><panel title="$$$/DISC/PanelName=danser" version="1" type="custom_panel"><br />group(placement: place_column, spacing: gSpace, horizontal: align_fill, vertical: align_top)<br />     {<br />     static_text(name: '$$$/danser/Title1=Title:', horizontal: align_left);<br />     edit_text(horizontal: align_fill, xmp_path: 'Title', vertical: align_top);<br />          <br />     static_text(name: '$$$/danser/Title1=Season:', vertical: align_left);<br />     edit_text(horizontal: align_fill, xmp_path: 'Season', vertical: align_top);<br />     }<br /></panel>

    I found the problem and also an easier way to do create Custom info panels.
    The docs don't mention that you have to use an "xmp_ns_prefix" along with an "xmp_namespace". I found this parameter in the code generated by the free MetaLab application from poundhill.com
    For example, the first editText line in my earlier post should be:
    edit_text(horizontal: align_fill, xmp_ns_prefix: 'danser', xmp_namespace: 'http://ns.danser.com/danser/1/', xmp_path: 'Title', vertical: align_top);
    MetaLab makes this process a lot easier. Do the rough work in it and then hand tweak the code to specify things like field height.
    Once I made that change, everything worked--there's no need (for this purpose) to load XMP or templates in the advanced tab).

  • Write XMP data to custom FileInfo Panel in CS5

    Hello,
    I have created a custom FileInfo Panel in CS5.5. We had a programmer create a shell script to do the same thing for CS3, but now he wants too much money to rewrite the script for CS5.5. I was able to create the custom info panel easily using a text editor (he claimed you needed FlashBuilder which he wanted us to pay for). It works perfectly and even maps to Xinet with no problem. But his shell script and Applescript (from Filemaker to file) no longer work. The data is being embedded into the file, but not using the new custom info panel. Is there anyone out there that knows how to either write to a custom info panel or could help me figure it out...or even tell me how to map the data to the correct info panel? I'm no programmer, but I can hack my way through a lot of stuff.
    If someone wants a paying gig to make this happen, please respond.
    Thanks!
    -Motogrrl1313

    I already have a filemaker applescript that copies the data to a web page in Xinet. Not knowing too much about bridge, I'd have to see how Bridge reads the panel and figure out how to map the copy to Bridge. Has anyone ever done that? This was going to be my alternate solution when I was looking to do this in CS3, then I found the guy who had written the app to write to the file. This would make a good compromise, though.

  • Custom Metadata Panel and Palette

    Hi,
    We have created a custom metadata panel file and placed that file to the particular folder mentioned in user guide, and we can able to see/edit/save the custom metadata properties in FileInfo menu.
    But we need a new Palette in Adobe Bridge CS3 GUI to see this custom metadata and edit the details onto that palette (as same as in FileInfo menu). Is there any possiblities to do that?
    Regards,
    Karthik

    Not sure I understand what you are asking, but I think it's that you want to add a section in the Metadata panel that is shown via Window > Metadata Panel. On that assumption, does this help?
    John

Maybe you are looking for

  • Cannot install 10.4.3 on my brand new mini

    Help! I have a brand-new mac mini OSX 10.4, which is not connected to the internet. It tells me that the HD has 37.1GB, 25.2GB free. I downloaded the 10.4.3 update onto my 256MB "datakey" (USB flash drive) and tried to install it onto my new mini. Wh

  • Different file count between Photo Elements 12 and Lightroom 5.

    To Whom it might concern: When I check properties the file count in Photo Elements 12 is different than that of Lightroom 5. In one case Photo Elements shows 743 files and 51 folders and lightroom shows 734 files. I counted each a every file and foun

  • IPhoto Questions (including rotating movie & save locations)

    I've owned my new Macbook Pro for a little over a month now. Prior to this I have been using Linux (Red Hat, SuSE, Ubuntu, etc...) on my primary computer and MS Windows for many, many years. I am very used to the way Linux and Windows handle files in

  • Issue exporting ms access 2003 to xml - error 35021

    I downloaded the latest version of migration workbench. I have access 2003 mdb. when I run the omwb2003.mde against it to export to xml, i get the following error Error #35021 - - Can't find project or library, c:\temp\plc.mdb Database Schema Export

  • Current Year Formula Variable with SAP-Exit

    Hi Experts , Is there any SAP Exit Formula Variable avaliable that we can use in BEX which gives us the Current Calander Year? I am able to find the current fiscal period ie "0F_CUFPE" which provides the current posting period/month. On similar basis