Problem with JCA compliant adapter in XI

Hi
I have problem with JCA compliant adapter in XI (SP15).
Adapter works in PCK but doesn't work in XI (periodically).
Sometimes messages delivered with successful status but
very often after send message i have following message in
Message Display Tool (Detail Display):
Engine All
Status System Error
Repeatable Yes
Cancelable Yes
Start 29.03.2006 17:26:57
End 29.03.2006 17:26:57
Quality of Service Exactly Once
Error Category XICACHE
Error Code COMMUNICATION

Increase the trace level of AFW components to "info" with the Log Configurator J2EE service using VisualAdmin.
When the error happens again, crawl into the most recent DefaultTrace, either by opening the file or by using the more confortable NetWeaver Administrator log viewer (defaulttrace), reachable via browser at http://xiboxhostname:5<sysnr>00/nwa
Good luck.
Alex

Similar Messages

  • Duplicate namespace declarations when writing a file with JCA file adapter

    I am using JCA File adapter to write a an XML file. The composite contains a mediator which received and transforms an XML to desired format and then calls a JCA file adapter to write the file.
    The problem that I am having is that the written file has declaration of namespaces repeated with repeating elements instead of a single declaration at root. For ex.
    instead of
    <ns0:Root xmlns:ns0="namespace0"  xmlns:ns1="namespace1" xmlns:ns2="namespace2">
    <ns0:RepeatingChild>
    <ns1:Element1>value1</ns1:Element1>
    <ns2:Element2>value2</ns2:Element2>
    </ns0:RepeatingChild>
    <ns0:RepeatingChild>
    <ns1:Element1>value3</ns1:Element1>
    <ns2:Element2>value4</ns2:Element2>
    </ns0:RepeatingChild>
    </ns0:Root>What I see in the file is:
    <ns0:Root xmlns:ns0="namespace0"  xmlns:ns1="namespace1" xmlns:ns2="namespace2">
    <ns0:RepeatingChild>
    <ns1:Element1 xmlns:ns1="namespace1" xmlns:"namespace1">value1</ns1:Element1>
    <ns2:Element2 xmlns:ns2="namespace2" xmlns:"namespace2">>value2</ns2:Element2>
    </ns0:RepeatingChild>
    <ns0:RepeatingChild>
    <ns1:Element1 xmlns:ns1="namespace1" xmlns:"namespace1">>value3</ns1:Element1>
    <ns2:Element2 xmlns:ns2="namespace2" xmlns:"namespace2">>value4</ns2:Element2>
    </ns0:RepeatingChild>
    </ns0:Root>So basically all the elements which are in different namespace than root element have a namespace declaration repeated even though the namespace identifier is declared at the root elment level.
    Although, the XML is still valid, but this is unnecessarily increasing the filesizes 3-4 times. Is there a way I can write the XML file without duplicate declarations of namespaces?
    I am using SOA Suite 11.1.1.4
    The file adapter has the schema set as above XML.
    I tried the transformation in mediator using XSL and also tried using assign [source(input to mediator) and target(output of mediator, input of file adapter) XMLs are exactly same].
    but no success.

    I used automapper of JDeveloper to generate the schema. The source and target schema are exactly same.
    I was trying to figure it out and I observed that if the namespaces in question are listed in exclude-result-prefixes list in xsl, then while testing the XSL in jDeveloper duplicate namespaces occur in the target and if I remove the namespace identifiers from the exclude-result-prefixes list then in jDeveloper testing the target correctly has only a single namespace declaration at the root node.
    But, when I deployed the same to server and tested there, again the same problem.

  • Minor Problem with MagSafe Power Adapter

    I got my MBP almost a year ago now (partially why I'm asking the question) and I've noticed that my power adapter doesn't always show the charge light. Sometimes it is not on at all, and sometimes it is less bright in color (both green and amber).
    If I remove it and put it back it usually corrects itself.
    It if fully functional; even if the light is completely out and plugged in it still shows as charging.
    So, is this normal? I never remember having this sort of problem with my PB G4.

    I would think the led light on my adapter cable was broken, but I discovered it works fine on a co-workers MBP. His adapter, which we know works, does NOT work (ie. the led does not come on) when attached to my computer. This indicate to me that the problem, whatever it is, can sometimes be with the computer and not the adapter.
    I would be curious if others with apparently dead leds have tried their chargers on other MBPs.
    Here's the long version of my story:
    My 5W MagSafe completely fried after only 9 months.
    The new adapter was fine for several days until this morning.
    My "low battery" warning popped up, so so I plugged it in to recharge and immediately noticed the little led on the charger cord did not come on.
    I found it hard to believe that I had another bad adapter, so before making the trip back to the store, I went into the studio where there are some other MBP users.
    I plugged my adapter into another laptop and the led came on. It appeared to function completely normally. I tried MagSafe adapters from two other MBPs, but the led did not come on on either of them while attached to my computer.
    This made me think there was some sort of problem with the connector on the computer itself. Just visually, it appears to be clean and corrosion free.
    The next obvious step, it seemed, would have been to try swapping batteries with the other laptops, but mine is a 17" and everyone else here has 15"... and so we have different battery sizes.
    One of the people here at the studio had a little utility called "Coconut Battery", that reports information about the battery health. When I ran it on my laptop, I got what I thought were rather surprising results.
    It showed the usual things like current charge (21%), battery capacity and so on. But under "Additional Info" it said "Charger connected: Yes" and "Battery is charging: No".
    I figured this narrowed it down to a problem with the battery. But as I was showing these results to my co-worker, the "Current Battery Charge" changed from 21 to 22%. Huh? We left it plugged in and it continued to show a steady climb in the charge, as if it is working normally. Except there is no led light, and the software still says it is not charging. Odd.
    I then noticed that the built-in battery level indicator on the status bar was also showing the same increases. The led lights on the back of the battery are indicating an increase as well.
    Just out of curiosity, I ran a second battery health analyzer program and again got these conflicting results. This one reported the same battery charge and capacity and so on as the previous one. It also recognized that the laptop was running off of AC power, that there was a battery, but it said "Not Chargeable."
    So now I am going to let it continue until I have a full charge and then see if the computer will run as usual from the battery.
    I don't think the store here is going to give me another adapter since this one appears to work just fine on the other computers.
    Any thoughts on why the led would work on other laptops but not mine?
    Why the battery health monitors report that the battery is being charged, but also that it is "not chargeable"?

  • OSB Error in deploying a project with jca file adapter

    Hi,
    I am facing an issue where I am getting an error when deploying a service from Eclipse. I am using OSB/SOA 11.1.1.5 2 node cluster. I have an OSB service where I am writing to a file and am using file adapater. I created a composite with file adapter to write a file then imported .jac, .wsdl and composite into eclipse and generated a business service out of .jca file. When I deploy the project from eclipse I am getting the below error and am not able to deploy the project.
    Conflicts found during publish.
    Invalid JCA transport endpoint configuration, exception: javax.resource.ResourceException: Cannot locate Java class oracle.tip.adapter.file.outbound.FileInteractionSpec
    Cannot locate Java class oracle.tip.adapter.file.outbound.FileInteractionSpec
    I have FileAdapter deployed and pointed to OSB manage servers cluster. Here is a snippet of config.xml.
    <app-deployment>
        <name>FileAdapter</name>
        <target>SOA_Cluster,OSB_Cluster</target>
        <module-type>rar</module-type>
        <source-path>/app/oracle/fmw/Oracle_SOA1/soa/connectors/FileAdapter.rar</source-path>
        <deployment-order>321</deployment-order>
        <plan-dir xsi:nil="true"></plan-dir>
        <plan-path>/app/oracle/shared/SOA_Cluster/dp/FileAdapterPlan.xml</plan-path>
        <security-dd-model>DDOnly</security-dd-model>
        <staging-mode>nostage</staging-mode>
      </app-deployment>
    Also inside console -> deployments  -> FileAdapter -> Targets and OSB_Cluster is checked also.
    Here is the .jca file
    <adapter-config name="writeFile" adapter="File Adapter" wsdlLocation="writeFile.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      <connection-factory location="eis/HAFileAdapter"/>
      <endpoint-interaction portType="Write_ptt" operation="Write">
        <interaction-spec className="oracle.tip.adapter.file.outbound.FileInteractionSpec">
          <property name="PhysicalDirectory" value="C:\ORACLE"/>
          <property name="Append" value="false"/>
          <property name="FileNamingConvention" value="a_%SEQ%.doc"/>
          <property name="NumberMessages" value="1"/>
        </interaction-spec>
      </endpoint-interaction>
    </adapter-config>
    Any idea what might be wrong.
    Thanks.

    I already have the fileAdapter JNDI is already configured in console. The error I am getting is during the deployment
    Conflicts found during publish.
    Invalid JCA transport endpoint configuration, exception: javax.resource.ResourceException: Cannot locate Java class oracle.tip.adapter.file.outbound.FileInteractionSpec
    Cannot locate Java class oracle.tip.adapter.file.outbound.FileInteractionSpec
    Thanks

  • Problem with Receiver File adapter

    Hi
    I have a problem with receiver file FTP adapter, while writting file in target folder, connection is failing, after retries, it writting file again. How to avoid this situation, is there any way to write the leftout part in the file.
    VS

    Hi
    Thank u all,  Problem is solved, i changed write mode to Over write existing file. It is working fine.
    VS

  • "Performance" problems with the File adapter on Plain J2SE Adapter Engine

    Hi,
    At the moment I'm on a customer side to solve some XI issues for a few days. One of the issues is the performance of the Plain J2SE Adapter Engine, using the file adapter to transfer XML messages(already XI message format) from the legacy system to the Integration Engine. The File adapter has to deal with "large" XML messages(max at the moment is 65 Mb) and the engine fails with the following error when transferring the big XML file: "ERROR: Finished sending to Integration Engine with error "java.lang.OutOfMemoryError". Skip confirmation and quit this loop".
    As far I got the information from the customer the memory use of the Plain adapter engine is set to 512Mb. This is maybe to low. But I don't know where to look for this, I only have the adapter web interface in front of me, no access to the OS it self via for example remote connection.
    On the Integration Engine I know there is the ability to split large message with the file adapter(File Content Conversion), but I don't know this for the Plain Adapter Engine. Is there a possibility to do this also on the Plain Adapter Engine?
    Thanks in advance for any input.
    Greetings,
    Patrick

    Hi Sameer,
    Thanks for your answers.
    On the first solution, yes that is possible, we first decided to see if the legacy system can do the splitting, before starting developing a Java program.
    On the second solution, as far as I know is this solution possible on the Integration Engine. But we are facing the problems on the Plain J2SE Adapter Engine. I went trough that documentation(link:
    http://help.sap.com/saphelp_nw04/helpdata/en/6f/246b3de666930fe10000000a114084/frameset.htm ), to look for I similiar solution in the Plain Adapter Engine. So my question is, is this possible with the Plain Adapter? And if so, what kind of parameters I need to use to achieve this.
    Regards,
    Patrick

  • Problem with JCA-DB in Business Service character

    Hi,
    I'm calling to database with JCA in Business Service, but when output contains the character "*&*" the business show "*&amp*";
    Example
    OUTPUT FROM BD:_
    AMERICA NT & SAN FRANCISCO
    OUTPUT FROM BS_
    <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
         <Body>
              <OutputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/SGT/PKG_SGT_OPER/PRC_OPER_SRV_DAT_CON/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                   <OUT>AMERICA NT &amp;amp; SAN FRANCISCO</OUT>
              </OutputParameters>
         </Body>
    </Envelope>

    What should I do to show just only the character &?
    PD: when I select and edit the html to get this output:
    &amp;amp;amp;

  • Problem with JCA-DB in Business Service

    Hi,
    I'm calling to database with JCA in Business Service, but when output contains the character "*&*" the business show "*&amp*";
    For Example
    OUTPUT FROM BD:_
    AMERICA NT & SAN FRANCISCO
    OUTPUT FROM BS_
    <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
         <Body>
              <OutputParameters xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/SGT/PKG_SGT_OPER/PRC_OPER_SRV_DAT_CON/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                   <OUT>AMERICA NT &amp;amp; SAN FRANCISCO</OUT>
              </OutputParameters>
         </Body>
    </Envelope>
    Edited by: user8674403 on 28-ene-2011 10:51
    Edited by: user8674403 on 28-ene-2011 10:52

    What should I do to show just only the character &?
    PD: when I select and edit the html to get this output:
    &amp;amp;amp;

  • Problem with a JDBC Adapter when connect to Instance on SQL Server

    Hi,
    Currently I'm setting up a communication channel with the JDBC adapter to work on a SQL Server database. When I use a string without specifying the connection instance, the JDBC driver takes the default instance and connects to a database without problems.
    jdbc: sqlserver: / / Server01; databaseName = IntegraSAP1
    The problem is when I need to connect to another instance of it server.
    jdbc: sqlserver: / / Server01; instanceName = SAP; databaseName = IntegraSAP2
    The JDBC driver, in short, send me the following error:
    Cause Exception: 'Error when attempting
    to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException:
    Unable to create new pooled resource: DriverManagerException:
    Can not establish connection:: com.microsoft.sqlserver.jdbc.SQLServerException:
    The connection to the named instance  has failed. Error:
    java.net.UnknownHostException: .
    I appreciate your help,
    Regards,
    Johnny

    Not sure, might be port number is not required in case using instance. Give one more try with :
    jdbc:sqlserver:/ /Server01\SAP; databaseName = IntegraSAP2
    A comment from http://msdn.microsoft.com/en-us/library/ms378428.aspx
    "SQL Server 2000 and SQL Server 2005 allow for the installation of multiple database instances per server. Each instance is identified by a specific name. To connect to a named instance of SQL Server, you can either specify the port number of the named instance (preferred), or you can specify the instance name as a JDBC URL property or a datasource property."
    Regards,
    Sunil Chandra

  • Problem with standalone resource-adapter

    Hello,
    I have problem with excluding standalone resource adapters from enterprise applications on OAS 10.1.3.4. Because collection of standalone resource adapters can change dynamically (release of new versions, creation of new environment), I cannot enumerate names of resource adapters into orion-application.xml.
    In documentation of application server I have found:
    Deploying Multiple Versions of a Standalone Resource Adapter
    To configure an application to use only adapterA, you would add the following elements to the application's orion-application.xml file:
    <imported-shared-libraries>
    <remove-inherited name="adapterB"/>
    </imported-shared-libraries>
    Because both standalone resource adapters are imported by default, it is not necessary to explicitly import adapterA.
    An alternative configuration follows:
    <imported-shared-libraries>
    <import-shared-library name="adapterA">
    <remove-inherited name="*"/>
    </imported-shared-libraries>
    I tried to add following orion-application.xml into my enterprise application, but standalone resource adapters are still visible in class loader of enterprise application.
    <?xml version="1.0" encoding="UTF-8"?>
    <orion-application>
    <imported-shared-libraries>
    <import-shared-library name="global.libraries" />
    <import-shared-library name="global.tag.libraries" />
    <import-shared-library name="oracle.cache" />
    <import-shared-library name="oracle.dms" />
    <import-shared-library name="oracle.gdk" />
    <import-shared-library name="oracle.http.client" />
    <import-shared-library name="oracle.jdbc" />
    <import-shared-library name="oracle.jwsdl" />
    <import-shared-library name="oracle.persistence" />
    <import-shared-library name="oracle.toplink" />
    <import-shared-library name="oracle.ws.client" />
    <import-shared-library name="oracle.ws.jaxrpc" />
    <import-shared-library name="oracle.xml" />
    <remove-inherited name="*" />
    </imported-shared-libraries>
    </orion-application>
    How should I disable including all standalone resource adapters without explicit enumerating of resource adapter names in orion-application.xml.
    Thanks a lot

    Hi
    Thank u all,  Problem is solved, i changed write mode to Over write existing file. It is working fine.
    VS

  • Problems with my power adapter!!!!

    I just got a new adapter for my Powerbook G4 the other day because the wiring at the plug on my old one wore out. My problem is that the new adapter, when plugged into my computer, sometimes just stops working like it has been unplugged or something. After unplugging the adapter from the wall socket and reinserting, it works fine until my computer goes to sleep. At some point in sleep mode, the little light from the plug in the computer turns off and my computer is only running on battery. This in itself is not that bad, but it gets to be a hassle having to unplug and then re-plug the wall plug everytime my computer goes to sleep. Can anyone help me understand this a little better?

    I purchased by G4 six months ago. Since Day one, I have had problems with the power. If I leave the computer plugged into the outlet 24 hours a day, the battery will slowly begin to drain. Even if I never unplug the power source from my computer, the computer begins to drain battery life. For example, I went to bed with my computer charged @ 100%. This morning (all while my computer was sleeping), I have 8% Battery Life left.
    I've spent 5-6 phone calls with Apple Care on this issue with no resolution. I sent my G4 off to Apple Care 2 weeks ago and they returned it with a "We Don't Recognize a Problem". I about went through the roof. And, yes, this happens with any outlet I use.
    I expect more from a $2500+ machine and their "award winning" customer service.
    Help?

  • Problems with a car adapter?

    I have an ipod nano along with 3 other members of my family who also have ipod nanos. We purchased an adapter for the car to listen to the music through the radio. The adapter we bought wasn't apple brand, but 3 of the ipods work fine with it. When I plug my ipod into the adapter, it doesn't play even when it says it's playing on the ipod. I turn both the sound on the ipod and radio up, but it doesn't work. What might be the problem with my ipod and what should I do?
    ipod nano   Windows XP  

    I've used radio-type iPod adapters that recognized any file format the iPod would play--in my case, most of them are not MP3, they're AAC or even sound from MPEG movies. The radio adapter simply receives an audio signal from the iPod and broadcasts it on a low-power transmitter. It probably never knows (or cares about) the format of the file in the iPod.
    I would first plug in earbuds to make sure there is audio playing. Next, I'd make sure the connector is properly and firmly connected. Finally, I'd make sure that the frequency your adapter is broadcasting is the same one the radio is tuned to.
    I found the sound quality from the FM radio adapters disappointing and switched to a cassette adapter, which sounded much better. If your stereo has an auxiliary input, using that would give even better sound quality. I hope that helps.

  • Multicasting problem with MS Loopback Adapter

              My IBM software dispatcher requires Microsoft Loopback Adapter on my Application Servers.
              Unfortunatly, multicasting does not work with MS Loopback Adapter. I am running WebLogic
              6.1 on Windows 2000 Application Server. Is this a known problem? Has it been fixed
              in a Service Pack? Is there a way around it?
              Thanks in advance,
              Guylaine.
              

              Installing Service Pack 2 for Windows 2000 AS fixed the problem.
              Guylaine.
              

  • Problems with Thunderbolt Ethernet Adapter with 10.9.1

    Hi!
    I made the update to 10.9.1. During the reboot after the installation I had a kernel panic. Now my thunderbolt ethernet adapter is not working any more (it does on other macs). What can I do? I have a MacBook Pro Retina early 2013.
    Thanks,
    Rex

    I meet the same problom with thunderbolt ethernet adapter and resetting NVRAM/PRAM fixed my problem.
    reset instruction and good luck
    http://support.apple.com/kb/HT1379?viewlocale=en_US&locale=en_US

  • T43: Problem with ultrabay HDD adapter

    Hi, I have a problem with my ultrabay  HDD adapter. If i have connected my adapter to ultrabay slot and hibernate NTB - everything its ok. But if I turn my thinkpad on from hibernate or sleeping state. Laptop is shut down and If I want turn on I must remove my battery and return back to laptop. Whit my CD/DVD combo is everything ok.
    Thank you for your advice.

    they are the same, and can be used interchangeably.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for