UCM VCR adapter exception

Hi,
I am getting following error while creating a UCM repository in weblogic portal
error message : com.bea.content.RepositoryException: UCM feature folder has a invalid version. Actual version is 1000.0.0.49, but UCM SPI requires at least version 1000.0.0.54
weblogic portal : 10.3.2
UCM : 10.1.3.5.1
UCM product build : 7.2.4.58

Same problem here.
Applied the whole update, and tried updating the Folders_g with the file in extras of the update, and I still have 1000.0.0.49.
I trying to find a stand-alone patch for folders_g in MySupport, but nothing yet.
Alright, no patches specifically for Folders_g.
Still, I managed to work around this issue.
Here's what I did:
- First, unzip p6907073_1013_Generic.zip into a folder.
- Go to +./p6907073_1013_Generic/component/CS10gR35UpdateBundle/extras+
- Now, also unzip the Folders_g.zip into another folder.
- Inside the folder you unzipped the Folders_g.zip, go to ./component/Folders_g
- Open the file Folders_g.hda into a Text Editor, in my case, used Notepad++.
- On line six, where it reads featureExtensions=folders:7.2-1000.0.0.*xx*, change it to featureExtensions=folders:7.2-1000.0.0.*54*
- Now, go back to the root of the folder whrere you unzipped the Folders_g.zip and zip it's contents back into a file with the same name.
- Now go on with the process to update the Folders_g.zip component on UCM.
Worked for me, but I'd like to remind you I haven't done this in prodution, just developement.
It's just so we can test our portal with the new version.
This probably won't be supported by Oracle.
Chreers.
Edited by: sergiogameiro on 05/05/2010 15:07

Similar Messages

  • UCM-VCR Adapter in WLP error while publishing content-config.xml changes

    Hi,
    I am getting this error when i publish my changes to server for UCM-VCR Adapter in WLP 10.3.2.
    weblogic.application.ModuleException: Error reading descriptor: META-INF/content
    -config.xml for app module ucmEAR
    at weblogic.application.config.DefaultModule.parseDescriptorBean(Default
    Module.java:483)
    at weblogic.application.config.DefaultModule.prepare(DefaultModule.java:
    282)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:391)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:83)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
    "com.bea.content.config.RepositoryPropertyBeanImpl@d0b61789(/[UCMRepository]/Rep
    ositoryProperties[ContentServerAdminUser])"
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceM
    anager.java:227)
    at com.bea.content.config.ContentStoreBeanImpl.setRepositoryProperties(U
    nknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    Truncated. see log file for complete stacktrace
    >
    i also add oracle-ucm-spi-app-lib.ear in weblogic-application.xml's WebLogic Shared Library.
    please find the related files.
    content-config.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <content-config xmlns="http://www.bea.com/ns/portal/90/content-config">
    <!-- This is a default content repository applications can use.
    The IDE should copy this to META-INF/content-config.xml of the
    application.
    This repository is not required for WLP services, so you can remove
    it or change it as needed. -->
    <content-store>
              <name>UCMRepository</name>
              <class-name>com.oracle.content.spi.ucm.RepositoryImpl
              </class-name>
              <username>wlpApp</username>
              <repository-property>
                   <description>Hostname on which the UCM Content Server is running
              </description>
                   <name>ContentServerHostname</name>
                   <value>172.23.210.16</value>
              </repository-property>
              <repository-property>
                   <description>Port on which the UCM Content Server is running (on host named above)
                   </description>
                   <name>ContentServerPort</name>
                   <value>4444</value>
              </repository-property>
              <repository-property>
                   <description>Content Server uname in Admin role, for
                   security checks
                   </description>
                   <name>ContentServerAdminUser</name>
                   <value>sysadmin</value>
              </repository-property>
              <repository-property>
                   <description>List of folder ObjectClasses</description>
                   <name>folder_badge_objectClasses</name>
                   <value>IDC:Folder</value>
              </repository-property>
              <repository-property>
                   <description>Single user for all type related interactions
                   </description>
                   <name>TypeRetrievalShapeUser</name>
                   <value>typeShapeUser</value>
              </repository-property>
              <repository-property>
                   <name>useNativeSecurity</name>
                   <value>false</value>
              </repository-property>
              <repository-property>
                   <description>Protocol used to connect with the UCM Server.
                                  Valid
                                  options are INTRADOC or INTRADOC_SSL. INTRADOC is the
                                  default.
                   </description>
                   <name>ContentServerServiceType</name>
                   <value>INTRADOC</value>
              </repository-property>
              <repository-property>
                   <description>Content Server Username in Admin role, used
                   for security
                   checks
                   </description>
                   <name>ContentServerAdminUser</name>
                   <value>sysadmin</value>
              </repository-property>
              <repository-property>
                   <description>Polling interval for the
                   CacheInvalidator IntervalJob
                   (must be equal to or greater than 2 min)
                   </description>
                   <name>CacheInvalidationInterval</name>
                   <value>2</value>
              </repository-property>
              <repository-property>
                   <description>Location on the filesystem of the
                   client SSL keystore
                   file. Only used when ContentServerServiceType
                   is INTRADOC_SSL
                   </description>
                   <name>ContentServerSSLKeystoreFile</name>
                   <value>c:/client_keystore</value>
              </repository-property>
              <repository-property>
                   <description>SSL keystore password. Only used when
                   ContentServerServiceType is INTRADOC_SSL
                   </description>
                   <name>ContentServerSSLKeystorePassword</name>
                   <value>idcidc</value>
              </repository-property>
              <repository-property>
                   <description>SSL keystore alias name. Only used when
                   ContentServerServiceType is INTRADOC_SSL
                   </description>
                   <name>ContentServerSSLKeystoreAlias</name>
                   <value>SecureClient</value>
              </repository-property>
              <repository-property>
                   <description>SSL keystore alias password. Only used when
                   ContentServerServiceType is INTRADOC_SSL
                   </description>
                   <name>ContentServerSSLKeystoreAliasPassword</name>
                   <value>idcidc</value>
              </repository-property>
              <read-only>true</read-only>
              <binary-cache-max-entry-size>102400</binary-cache-max-entry-size>
              <!-- metadata search -->
              <search-is-enabled>true</search-is-enabled>
              <!-- full text search -->
              <fulltext-search-is-enabled>true</fulltext-search-is-enabled>
              <search-indexing-is-enabled>false</search-indexing-is-enabled>
         </content-store>
    </content-config>
    p13n-cache-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <p13n-cache-config xmlns="http://www.bea.com/ns/p13n/90/p13n-cache-config">
         <!--
              This is the caches for the default content repository. The IDE should
              copy this to META-INF/p13n-cache-config.xml of the application. These
              caches are for the default WLP Repository. You can modify these to fit
              your needs. If you remove the WLP Repository, you can remove these
              entries.
         -->
         <cache>
              <name>nodeCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>60000</time-to-live>
              <max-entries>50</max-entries>
         </cache>
         <cache>
              <name>nodePathCache.UCMRepository</name>
              <description>Caches node path to node instance for UCMRepository</description>
              <time-to-live>60000</time-to-live>
              <max-entries>50</max-entries>
         </cache>
         <cache>
              <name>typeCache.UCMRepository</name>
              <description>Caches binary property values for UCMRepository</description>
              <time-to-live>300000</time-to-live>
              <max-entries>200</max-entries>
         </cache>
         <cache>
              <name>typeNameCache.UCMRepository</name>
              <description>Caches type id to content type for UCMRepository</description>
              <time-to-live>300000</time-to-live>
              <max-entries>200</max-entries>
         </cache>
         <cache>
              <name>binaryCache.UCMRepository</name>
              <description>Caches type name to content type for UCMRepository</description>
              <time-to-live>60000</time-to-live>
              <max-entries>10</max-entries>
         </cache>
         <cache>
              <name>searchCache.UCMRepository</name>
              <description>Caches node id to node for UCMRepository</description>
              <time-to-live>300000</time-to-live>
              <max-entries>200</max-entries>
         </cache>
         <cache>
              <name>nativeAuthCacheUCMRepository</name>
              <description>Caches node path to node for UCMRepository</description>
              <time-to-live>5000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
         <cache>
              <name>repo.ucm.typeNameCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>1800000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
         <cache>
              <name>repo.ucm.nodePathToUidCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>1800000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
         <cache>
              <name>repo.ucm.nodeUidCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>1800000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
         <cache>
              <name>repo.ucm.securityInfoCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>1800000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
         <cache>
              <name>repo.ucm.typeNamesCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>1800000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
         <cache>
              <name>repo.ucm.indexedFieldsCache.UCMRepository</name>
              <description>Caches node id to node instance for UCMRepository</description>
              <time-to-live>1800000</time-to-live>
              <max-entries>5000</max-entries>
         </cache>
    </p13n-cache-config>

    Hi Venu,
    Normally if you can see the UCM content in the admin console, it means the adapter is configured correctly and the placeholder should work. There's a couple of things I can suggest:
    1. Did you include the oracle-ucm-spi-app-lib.ear file in your project as documented under the heading Add a Reference to the UCM VCR Adapter Shared Library in the UCM VCR adapter installation docs ( [http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/install.html|http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/install.html] )?
    2. Browse to a document in the repository in the admin console. Pick one of the fields there (e.g. IDC:Folder.dDocId), grab the value and run a query using the placeholder. Do you get a single result?
    3. The original poster (user8867138) mentions a query along the lines of returning all folders that has dDocAuthor = sysadmin. If your UCM system had 10,000 folders all created by sysadmin, the adapter might be timing out? IIRC, you can adjust the timeout in UCM.
    4. Did you try a similar query using Content Selector instead?
    5. If the WLP server domain is running on a separate machine, is UCM configured to accept connections from the WLP server but not your machine?
    I would suggest getting the latest patches for WLP too as some of them are related to the UCM VCR adapter.
    Cheers,
    Cappa

  • How to install and configure UCM VCR adapter in WLP 10.3.x?

    Hi,
    There is a requirement for my client where need to use Oracle Universal Content Management as a content repository and Weblogic Portal as a portal user interface.
    For this requirement, i read this article to do the same " http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/install.html#wp1087653 " but as specified in this article section " Add a reference to UCM VCR Adapter Shared Library", i am not able to find the oracle-ucm-spi-app-lib.ear in the specified location i.e <BEA_HOME>/wlportal_10.3/content-mgmt/lib/j2ee-modules/
    My Queries are
    1. Is it anything wrong in my WLP installation because of that the specified ear file is missing in that location?
    2. Is the UCM has to be installed in my machine , but the UCM content server is already available in some other server?
    3. where can i get the oracle-ucm-spi-app-lib.ear file to follow the next steps in the article
    4. Is there any other way to configure VCR to refer the UCM content server which is already available in remote server?
    Please guide me on " how to configure the VCR in my local WLP server" .
    Thanks a lot
    Suresh

    Hi Suresh
    Only the latest version of WLP which is WLP 10.3.2 has facility to integrate with Oracle UCM with Adapaters. So make sure that you do have this latest version of WLP 10.3.2. Older versions like WLP 10.3 do not have this provision.
    Also I guess when you install and configure this Oracle UCM Adapater and choose above WLP Home, I guess these modules may be added in already installed WLP folders. I checked on my side for WLP 10.3.2 and I could NOT find the modules you mentioned. So most probably you may be missing some installation/configuration stuff from UCM side.
    Thanks
    Ravi Jegga

  • UCM VCR adapter for weblogic portal.

    Hi,
    Where can I find the UCM VCR adapter installable, tried searching the patch release as described in the oracle documentation but was not a success.
    we are using weblogic portal server version is 10.3.0.0
    Thanks & Regards,
    Prashant.

    To further clarify:
    - You can patch your original WLP 10gr3 (10.3.0.0) install to the 10.3.1.0 patch level which is the UCM VCR adapter patch.
    - On edelivery only the most current version of WLP isavailable which is currently 10.3.2 - which has the adapter already included in the install.
    - If you still want to patch your original 10.3.0.0 install to 10.3.1.0 you can do so but you will need to either contact support for the patches or use the smart update client and apply the patches referenced in the documentation for 10.3.1.0.
    Marcus

  • Issue in WLP and UCM integration using VCR adapter

    Hi All,
    I am working on a priority customer POC .
    I was trying to integrate WLP with UCM and done all the installation and configuration according to VCR adapter guide.
    The version of WLP is 10GR3 and UCM is 10GR3.
    I am getting the following error in connecting the the UCM repository:
    An exception has been thrown while attempting to persist changes for the service: Repository Configuration.
    Error authenticating to repository: UCM Repository. Possible cause could include, but is not limited to a bad repository configuration or the repository is unknown.
    I have done the repository configuration from Portal Admin console not from the Workshop.
    Please look into this.
    Thanks and Regards
    Rahul

    <Aug 27, 2009 11:47:56 PM CDT> <Error> <ContentManagement> <BEA-000000> <Unable
    to connect to repository UCM Repository
    com.bea.content.RepositoryRuntimeException
    at com.oracle.content.spi.ucm.ObjectClassOps.<init>(ObjectClassOps.java:
    46)
    at com.oracle.content.spi.ucm.TicketImpl.initInterfaces(TicketImpl.java:
    43)
    at com.oracle.content.spi.ucm.TicketImpl.<init>(TicketImpl.java:145)
    at com.oracle.content.spi.ucm.RepositoryImpl.connect(RepositoryImpl.java
    :56)
    at com.bea.content.federated.internal.delegate.RepositoryManagerDelegate
    .connectToRepository(RepositoryManagerDelegate.java:914)
    Truncated. see log file for complete stacktrace
    com.bea.content.NoSuchObjectClassException
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.buildObjectClas
    s(ObjectClassFactory.java:289)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.buildAllObjectC
    lasses(ObjectClassFactory.java:207)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.getAllObjectCla
    sses(ObjectClassFactory.java:84)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.<init>(ObjectCl
    assFactory.java:54)
    at com.oracle.content.spi.ucm.factory.ObjectClassFactory.getInstance(Obj
    ectClassFactory.java:71)
    Truncated. see log file for complete stacktrace
    oracle.stellent.ridc.protocol.ServiceException: Could not load information about
    VCR content type. Unable to retrieve information for 'ELDEF_LIST_LINKS_PLAINTEX
    T'. Unable to find latest released revision of 'ELDEF_LIST_LINKS_PLAINTEXT'.
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(Ser
    viceResponse.java:116)
    at oracle.stellent.ridc.protocol.ServiceResponse.getResponseAsBinder(Ser
    viceResponse.java:92)
    at com.oracle.content.spi.ucm.UCMBridge.executeRequest(UCMBridge.java:37

  • JDev 10.1.3.4 and oracle.vcr.adapter.fs.jar

    When i unzip jdevstudio10134.zip i see error: checksum incorrect on the file adfp/lib/oracle.vcr.adapter.fs.jar but this file unzipped in the file system.
    When i try to unzip oracle.vcr.adapter.fs.jar i see an error: The archive is either in unknown format or damaged.
    What is the problem with this file and why it was not zipped normally?

    It looks like jdevstudio10134.zip was corrupted during transit.
    Try downloading it again. I use a download manager, which makes it less likely to 'bugger' up

  • How to configure third party repository to Bea VCR adapter?

    Hi,
    I tried to configure the Bea VCR adapter as given in the document http://edocs.bea.com/wlp/docs92/pdf/day170adapter_developers_guide.pdf. But I haven't succeeded.
    I am implementing the JSR170 level1 API for a content server which having it's own api to interact to his repository.
    But I am not so clear about connection part between the JSR170 implementation and bea adaper com.day.content.spi.jsr170.JNDIRepository.
    What is jsr170.jndi.name attribute? Why do I need this one.
    Where can I get api doc for the package com.day.content.spi.jsr170 or for the class com.day.content.spi.jsr170.JNDIRepository?
    Suppose if the bea portal server and 3rd party content server are running at different JVMs(in diffrent machines) and still If want use in-process JNIDRepository adapter class, do I need to deploy an ejb bean at content server which returns RepositoryImpl instace?(assuming that content server it self deployed in j2ee server).
    Please correct me if my understanding is wrong and also plese give me more details.
    Thanks

    Hi,
    I tried to configure the Bea VCR adapter as given in the document http://edocs.bea.com/wlp/docs92/pdf/day170adapter_developers_guide.pdf. But I haven't succeeded.
    I am implementing the JSR170 level1 API for a content server which having it's own api to interact to his repository.
    But I am not so clear about connection part between the JSR170 implementation and bea adaper com.day.content.spi.jsr170.JNDIRepository.
    What is jsr170.jndi.name attribute? Why do I need this one.
    Where can I get api doc for the package com.day.content.spi.jsr170 or for the class com.day.content.spi.jsr170.JNDIRepository?
    Suppose if the bea portal server and 3rd party content server are running at different JVMs(in diffrent machines) and still If want use in-process JNIDRepository adapter class, do I need to deploy an ejb bean at content server which returns RepositoryImpl instace?(assuming that content server it self deployed in j2ee server).
    Please correct me if my understanding is wrong and also plese give me more details.
    Thanks

  • Inbound adapter exception/error management

    I was wandering is there any best practice for handling inbound adapter exceptions ? For example if I have inbound MQ-adapter and MQ-server is down how can I get some kind of exception catched from this? Only thing I've found out that it SOA Suite writes these exceptions to server log. Is the only way to catch these exception to poll the server log (using for example grep...)?
    Thank you
    Best Regards Tuomas

    Any light / idea on the following issue ?
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process. Even, if we do not configure rejectedMessageHandlers, the behavior is that valid rows are processed with the rest of BPEL process and for Invalid rows, the records are rejected. Our requirement, is that, even if there is one invalid record, the entire set of record should NOT move ahead with the BPEL process
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also. Note, in case of all valid record the file is available in archive directory

  • File size limitation in UCM VCR Adaptor

    Hi,
    Can I retrieve a file of say 2 MB or 20 MB from UCM as a content through UCM VCR Adaptor?
    Is there any limit on size of file retrieving from UCM through UCM VCR Adaptor?
    Thanks in Advance,
    Venu--

    Hi Venu,
    UCM does not impose any limit on file size, I have personally supported 250 MB sized documents.
    I hope the same would also apply for any connector that UCM provides.
    Probable gray areas while handling large sized documents are
    1) The choice of Hardware
    2) The choice of technology to retrieve Docs from UCM.
    cheers,
    swapnil

  • File Adapter - Exception / Error handling

    We are using File Adapter in BPEL process to read multiple records from the file. Additionally, we have also handled rejectedMessageHandlers & fatalErrorFailoverProcess exception to lunch custom BPEL process. The process is running fine and also successfully launches custom handler processes too.
    Need help / direction in addressing following issues.
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process.
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also.
    Are we missing any set up ? We are on 10.1.3.1
    thanks
    -Yj
    Sample Log file:
    <2009-04-20 11:46:14,080> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::init - Initializing the JCA activation agent, processId='bpel://localhost/default/TestFileRead~1.0/
    <2009-04-20 11:46:14,080> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> JCAActivationAgent::initiateInboundJcaEndpoint - Creating and initializing inbound JCA endpoint for:
    process='bpel://localhost/default/TestFileRead~1.0/'
    domain='default'
    WSDL location='Read.wsdl'
    portType='Read_ptt'
    operation='Read'
    activation properties={portType=Read_ptt, rejectedMessageHandlers=bpel://default|AdapterError2|initiate|payload}
    <2009-04-20 11:46:14,096> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - endpointActivation for portType=Read_ptt, operation=Read
    <2009-04-20 11:46:14,143> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Endpoint Activation called in File Adapter for endpoint: c:\temp\yj
    <2009-04-20 11:46:14,143> <INFO> <default.collaxa.cube.activation> <AdapterFramework::Inbound> Adapter Framework instance: OraBPEL - successfully completed endpointActivation for portType=Read_ptt, operation=Read
    <2009-04-20 11:46:30,580> <WARN> <default.collaxa.cube.activation> <File Adapter::Inbound> PollWork::run exiting, Worker thread will die
    <2009-04-20 11:47:14,158> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Translated inbound batch index 1 of file {testdata6.txt} with corrupted message count = 1
    <2009-04-20 11:47:14,158> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Sending message to Adapter Framework for rejection to user-configured rejection handlers : {
    fileName=C:\temp\yj\testdata6.txt, startLine=3, startColumn=1, endLine=-1, endCol=-1, Exception=ORABPEL-11168
    Error while reading native data.
    [Line=3, Col=5] Expected "|" for the data starting at the specified position, while trying to read the data for "element with name C2", using "style" as "terminated" and "terminatedBy" as "|", but not found.
    Ensure that "|", exists for the data starting at the specified position.
    <2009-04-20 11:47:14,158> <WARN> <default.collaxa.cube.activation> <AdapterFramework::Inbound> [Read_ptt::Read(Root-Element)]onReject: Sending invalid inbound message to Exception Handler: bpel://default|AdapterError2|initiate|payload
    <2009-04-20 11:47:14,315> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Setting last error record to : -1
    <2009-04-20 11:47:14,658> <ERROR> <default.collaxa.cube.activation> <AdapterFramework::Inbound> onBatchFailure: Batch 'bpel://localhost/default/TestFileRead~1.0//testdata6.txt_1240205493408' (C:\temp\yj\testdata6.txt) has failed due to: ORABPEL-11168
    Error while reading native data.
    [Line=3, Col=5] Expected "|" for the data starting at the specified position, while trying to read the data for "element with name C2", using "style" as "terminated" and "terminatedBy" as "|", but not found.
    Ensure that "|", exists for the data starting at the specified position.

    Any light / idea on the following issue ?
    1. While reading from file, if a records errors out, the custom BPEL process is launched (as specified in rejectedMessageHandlers property). In such instance, the previously read valid records are processed but remaining records are marked as errored out. Our requirement is to make entire record set as invalid and would like to perform rollback of entire process. Even, if we do not configure rejectedMessageHandlers, the behavior is that valid rows are processed with the rest of BPEL process and for Invalid rows, the records are rejected. Our requirement, is that, even if there is one invalid record, the entire set of record should NOT move ahead with the BPEL process
    2. Whenever an error occurs during reading the records using File adapter, the associated data file is being deleted from the input directory and also NOT available in archive directory also. Note, in case of all valid record the file is available in archive directory

  • RFC -File Sync Async bridge RFC Adapter Exception

    Hi
    I am using sync async bridge to send a response back to rfc.
    Although there is no error in sxmb_moni as well as the auditlog shows that the response was sent successfully to rfc.. still the RFC adapter gives the following error with no response sent to RFC..
    Error in processing caused by: com.sap.aii.af.rfc.RfcAdapterException: failed to identify XML document:java.lang.Exception: javax.xml.parsers.FactoryConfigurationError: Provider com.sap.engine.lib.jaxp.SAXParserFactoryImpl not found
    please help

    Solved the problem..
    The problem could be due to the following..
    1. the response structure was just a single character..while i was sending a whole string..
    2. I restarted the server...probably the problem
    javax.xml.parsers.FactoryConfigurationError: Provider com.sap.engine.lib.jaxp.SAXParserFactoryImpl not found
    system property must have set mismatch for the SAXFactoryImpl.... by deploying modules before in which i was using SAX parser.. may be the i set the system property earlier to other provider dont remember...
    Hope this information will be useful to someone in future using Sync/Async bridge

  • XI3.0: SOAP-Adapter Exception

    Hi All,
    I'm trying to send a message to a web service via the SOAP adapter.
    Unfortunately the SOAP adapter throws the following exception:
    <i>
    SOAP: error occured: com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint: HTTP 0 null [null "null"]; nested exception caused by: java.net.SocketException: Connection timed out:could be due to invalid address
    </i>
    It seems to be that the configured URL does not reach the SOAP adapter.
    We use the central J2EE Adapter Engine.
    Any hints?
    How do I sitch on detailed tracing or logging for the SOAP Adapter? The Audit Log does not contain very much information.
    I hope anybody is able to help.
    Regards,
      Marc

    Hi Alessandro,
    we solved the problem.
    The problem was caused by a firewall. The used port was blocked there. We just reconfigured the firewall and all went fine.
    In the meantime I learned somthing about the error message.
    "Failed to call the endpoint: HTTP 0 null"
    This means that the adapter called the configured endpoint. The "HTTP 0 null" is the result code and error text of the http call. So it returned with error code "0" and it has no associated error text "null".
    Another hint that may help you is the OSS note 761921. This note describes how to get an adapter trace.
    Hope this reply helps.
    Regards,
      Marc

  • SOAP adapter exception

    Hi Everyone,
    I tried to implement the following scenario SOAP--> XI --> IDOC(R/3). I created all the necessary objects,mapping, Channels. When tried to check the SOAP adapter with http://<hostname>:50000/XISOAPAdapter/MessageServlet?channel=:<service name>:<channelname>, i got the reply as  Message STATUS OK.
    But when i checked the http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>. i got the following error
    <faultcode>SOAP:Server</faultcode>
      <faultstring>Server Error</faultstring>
    - <detail>
    - <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
      <context>XIAdapter</context>
      <code>ADAPTER.SOAP_EXCEPTION</code>
    - <text>
    - <![CDATA[
    java.lang.Exception: <b>invalid channel</b> (party:service:channel) = <null>
         at com.sap.aii.af.mp.soap.web.HelperServlet.processFindChannel(HelperServlet.java:364)
    Then i used the "MESSAGE Interface" created by SAP to created a new channel and made respective setting. Even then i am getting the same error.
    Can any one tell me how to proceed.
    Thank you
    Bhaskar

    Hi Everyone,
    It is my mistake, I entered the space between the "Find Channel" and "Channel" in the following URL
    http://<hostname>:50000/XISOAPAdapter/HelperServlet?action=FindChannel&%20channel=:<service name>:<channelname>
    By removing that it worked fine.
    Regards
    Bhaskar

  • UCM Server Service Exception

    Hello everyone,
    I'm trying to integrate my WebCenter portal project with my Oracle UCM server and i need a hand to finish the integration. My questing is about a security related exception and any kind of help is appreciated. Below you can find the details;
    Thanks in advance!
    Nurhak
    Here is the problem;
    1. After i run my JDeveloper project i reach the portal screen, it is : http://127.0.0.1:7101/UCMTester-Portal-context-root/faces/pages_home
    2. I can login to here with a user name: 48111 and a password: 12345678. After i login, i can see the Contribution Folders and the subfolders under that. I can open these folders and files as well. 48111 has admin rights on both WebLogic Administration Console side and WebCenter project side.
    3. When i want to upload a new file, then i have this pop up error message:
    *Unable to upload the document.
    *You do not have permission.
    *Please refresh to see the latest content (View > Refresh Content).
    4. Then when i look at the logs on the UCM_server side i find the ServiceException log mentioned below.
    5. When i login to UCM Server (http://10.100.110.120:16200/cs) with the same username(48111) and password(12345678), then i can upload new documents.
    Message     general exception
    Supplemental Detail     intradoc.common.ServiceException: !csUnableToCheckIn,(null)!csSecurityGroupNotDefined
    *ScriptStack CHECKIN_UNIVERSAL
    3:checkSecurity,**no captured values**
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2260)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2254)
    at intradoc.server.Service.createServiceException(Service.java:2249)
    at intradoc.server.ServiceSecurityImplementor.determinePrivilege(ServiceSecurityImplementor.java:652)
    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:166)
    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:121)
    at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:371)
    at intradoc.server.Service.checkSecurity(Service.java:2829)
    at intradoc.server.Service.checkSecurity(Service.java:2807)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:550)
    at collections.CollectionUserHandler.checkSecurity(CollectionUserHandler.java:1366)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:533)
    at intradoc.server.Service.doCode(Service.java:505)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:477)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:472)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:458)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1890)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:435)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Hello Jonathan,
    Thank you for the reply. Now it works!!
    Here is the step for the solution:
    1. Login to Oracle Content Server http://yourserveripaddress:16200/cs with admin rights
    2. Go to Administration/Folder Configuration/System Default Information Field Configuration
    3. Change the Security Group and Update (In this step i changed it to "Public" just to see if it is working or not) and try uploading a file!
    Happy coding!
    Nurhak

  • Receiver SOAP Adapter Exception

    Hi,
    I have a SOAP-Receiver set up in directory. Tested the WS using SoapUI 3.5 tool and got a proper response.
    Now when i test the same in RWB, i get the following exception:
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PARSING">ADAPTER.SOAP_EXCEPTION</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>soap fault: Server was unable to process request. ---> Object reference not set to an instance of an object.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I checked the Communication Channel monitor, it shows the same error message above but on the 'MessageContent' tab i do not see my payload, instead i only see a soap document.

    Actual Payload from RWB,
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_PORequest xmlns:ns0="http://bancousa.com/sapr3/fi/transdata/PegasoFactura">
       <PORequest>
          <RequestCFD version="1.0">
             <Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">
                <Emisor rfc="MMM041206JDA">
              </Emisor>
                <Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">
                   <Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>
                </Receptor>
                <Conceptos>
                   <Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">
                      <Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                          </Parte>
                      <Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                         <InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">
                            </InformacionAduanera>
                      </Parte>
                   </Concepto>
                   <Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">
                   </Concepto>
                   <Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">
                  </Concepto>
                </Conceptos>
                <Impuestos totalImpuestosTrasladados="31914.72">
                   <Traslados>
                      <Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>
                   </Traslados>
                </Impuestos>
                <Addenda>
                   <AddendaEmisor>
                      <RequestForPayment>
                         <AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>
                      </RequestForPayment>
                   </AddendaEmisor>
                </Addenda>
             </Comprobante>
             <Transaccion id="1000000262MX102005"/>
             <TipoComprobante nombre="Factura de Autos" clave="EMMV">
         </TipoComprobante>
             <Sucursal nombre="MATRIZ">
         </Sucursal>
          </RequestCFD>
       </PORequest>
    </ns0:MT_PORequest>
    This is how my payload shows in SoapUI:
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:emis="http://www.pegasotecnologia.com/webservices/emision/">
       <soap:Header/>
       <soap:Body>
          <emis:emitirCFD>
             <!Optional:>
             <emis:PoRequestCFD>
          <RequestCFD version="1.0">
             <Comprobante version="2.0" subTotal="199467.00" total="231381.72" formaDePago="Pago en una sola exhibicion">
                <Emisor rfc="MMM041206JDA">
              </Emisor>
                <Receptor rfc="AMG0608239L9" nombre="AGENCIA MX-5, S.A. DE C.V.">
                   <Domicilio calle="BLVD. PEDRO INFANTE" colonia="DESARROLLO URBANO PLAN 3 RIOS" municipio="CULIACAN" estado="SINALOA" pais="MEXICO" codigoPostal="80220" noExterior="2619"/>
                </Receptor>
                <Conceptos>
                   <Concepto cantidad="1" noIdentificacion="JM1BL1S50A1256617" descripcion="VALOR DE LA UNIDAD BASICA" valorUnitario="196102.00" importe="196102.00" unidad="PIEZA">
                      <Parte cantidad="1" descripcion="AT2-AUTOMATIC TRANSMISSION" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                          </Parte>
                      <Parte cantidad="1" descripcion="WHEEL LOCKS" valorUnitario="0.00" importe="0.00" unidad="PIEZA">
                         <InformacionAduanera numero="95137889000191" aduana="LAZARO CARDENAS" fecha="2010-04-20">
                            </InformacionAduanera>
                      </Parte>
                   </Concepto>
                   <Concepto cantidad="1" descripcion="GASTOS DE TRASLADO" valorUnitario="2200.00" importe="2200.00" unidad="PIEZA">
                   </Concepto>
                   <Concepto cantidad="1" descripcion="SEGURO DE TRASLADO" valorUnitario="1165.00" importe="1165.00" unidad="PIEZA">
                  </Concepto>
                </Conceptos>
                <Impuestos totalImpuestosTrasladados="31914.72">
                   <Traslados>
                      <Traslado impuesto="IVA" importe="31914.72" tasa="16.00"/>
                   </Traslados>
                </Impuestos>
                <Addenda>
                   <AddendaEmisor>
                      <RequestForPayment>
                         <AddendaEmisorFactAuto moneda="MXN" claveVehicular="590108" colorExterior="4K BLANCO CRISTAL PERLADO" colorInterior="B59 NEGRO" financiera="banco FINANCIAL SERVICES" descripcionAuto="2010/BANCO 4 CILINDROS" numSerie="JM6BL15739A1256617" leyendaDocto="PAGO EN UNA SOLA EXHIBICION" noReferenciaInterno="1000000262MX102005" nombreVendedor="BANCO DE MEXICO DE R.L. DE C.V."/>
                      </RequestForPayment>
                   </AddendaEmisor>
                </Addenda>
             </Comprobante>
             <Transaccion id="1000000262MX102005"/>
             <TipoComprobante nombre="Factura de Autos" clave="EMMV">
         </TipoComprobante>
             <Sucursal nombre="MATRIZ">
         </Sucursal>
          </RequestCFD>
             </emis:PoRequestCFD>
          </emis:emitirCFD>
       </soap:Body>
    </soap:Envelope>

Maybe you are looking for