MQ adapter response queue not found.

On OC4j server start up only the request quese is looked up.
--------------The MDBs (ejb-jar.xml)----------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar id="ejb-jar_ID">
<display-name>FCRJChannelsNH</display-name>
<enterprise-beans>
<message-driven id="MessageDriven_1093512188974">
<ejb-name>FCRJNetworkHandlerMDB</ejb-name>
<ejb-class>com.iflex.fcr.nh.FCRJNetworkHandlerMDB</ejb-class>
<transaction-type>Bean</transaction-type>
<message-driven-destination>
<destination-type>javax.jms.Queue</destination-type>
</message-driven-destination>
<activation-config>
<activation-config-property>
<activation-config-property-name>
DestinationType
</activation-config-property-name>
<activation-config-property-value>
javax.jms.Queue
</activation-config-property-value>
</activation-config-property>
<activation-config-property>
<activation-config-property-name>
DestinationName
</activation-config-property-name>
<activation-config-property-value>
java:comp/resource/MQSeries/AtmChannelRequestQ1
</activation-config-property-value>
</activation-config-property>
<activation-config-property>
<activation-config-property-name>
ConnectionFactoryJndiName
</activation-config-property-name>
<activation-config-property-value>
java:comp/resource/MQSeries/LibyaQCF
</activation-config-property-value>
</activation-config-property>
</activation-config>
<env-entry>
<description>
Name of this application.
</description>
<env-entry-name>applicationName</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>CHANNELS</env-entry-value>
</env-entry>
<ejb-ref>
<description>
This is a reference to the transaction handler bean
</description>
<ejb-ref-name>ejb/TransactionHandlerBean</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.iflex.fcr.th.FCRJTransactionHandlerSessionHome</home>
<remote>com.iflex.fcr.th.FCRJTransactionHandlerSessionRemote</remote>
</ejb-ref>
</message-driven>
</enterprise-beans>
</ejb-jar>
--------------orion-ejb-jar.xml looks like this --------------
<?xml version="1.0" encoding="utf-8"?>
<orion-ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-ejb-jar-10_0.xsd" deployment-version="10.1.3.0.0" deployment-time="10919c03f8d" schema-major-version="10" schema-minor-version="0" >
<enterprise-beans>
<message-driven-deployment name="FCRJNetworkHandlerMDB" wrapper-class="MessageListener_MessageEndpoint11" resource-adapter="MQChannelConnector">
<ejb-ref-mapping name="ejb/TransactionHandlerBean" />
<config-property>
<config-property-name>DestinationType</config-property-name>
<config-property-value>javax.jms.Queue</config-property-value>
</config-property>
<config-property>
<config-property-name>DestinationName</config-property-name>
<config-property-value>java:comp/resource/MQSeries/AtmChannelRequestQ1</config-property-value>
</config-property>
<config-property>
<config-property-name>ConnectionFactoryJndiName</config-property-name>
<config-property-value>java:comp/resource/MQSeries/LibyaQCF</config-property-value>
</config-property>
</message-driven-deployment>
</enterprise-beans>
<assembly-descriptor>
<default-method-access>
<security-role-mapping name="&lt;default-ejb-caller-role&gt;" impliesAll="true" />
</default-method-access>
</assembly-descriptor>
</orion-ejb-jar>
The server's console looks as below
08/05/14 20:21:44 JMSResourceAdapter ctor
08/05/14 20:21:44 JMSResourceAdapter::start() ENTER
08/05/14 20:21:44 JMSResourceAdapter::start(), lookupMethod: resourceProvider, resourceProviderName: MQSeries
08/05/14 20:21:44 JMSResourceAdapter::start() EXIT
CommonMangedCFImpl(Queue)::ctor
CommonMangedCFImpl(Queue)::setResourceAdapter
CommonMangedCFImpl(Queue)::setJndiLocation, loc: LibyaQCF
CommonMangedCFImpl(Queue)::createConnectionFactory() enter
08/05/14 20:21:44 AdminObjectImpl (Queue)::setJndiName: AtmChannelRequestQ1
08/05/14 20:21:44 AdminObjectImpl (Queue)::setResourceProviderName: MQSeries
08/05/14 20:21:44 AdminObjectImpl (Queue)::setJndiName: AtmChannelResponseQ1
08/05/14 20:21:44 AdminObjectImpl (Queue)::setResourceProviderName: MQSeries
08/05/14 20:21:44 JMSActivationSpec::ctor
08/05/14 20:21:44 JMSActivationSpec::setDestinationType, type: javax.jms.Queue
08/05/14 20:21:44 JMSActivationSpec::setDestination, dest: java:comp/resource/MQSeries/AtmChannelRequestQ1
08/05/14 20:21:44 JMSActivationSpec::setConnetionFactoryJndiName, loc: java:comp/resource/MQSeries/LibyaQCF
08/05/14 20:21:44 JMSActivationSpec::setResourceAdapter
08/05/14 20:21:44 JMSActivationSpec::validate
08/05/14 20:21:44 JMSResourceAdapter::endpointActivation() ENTER
08/05/14 20:21:44 EndpointConsumer::ctor
08/05/14 20:21:44 WorkConsumer::ctor
08/05/14 20:21:44 WorkConsumer(): Looking up: java:comp/resource/MQSeries/LibyaQCF
08/05/14 20:21:44 WorkConsumer(): Looked up: java:comp/resource/MQSeries/LibyaQCF
08/05/14 20:21:44 WorkConsumer(): Looking up: java:comp/resource/MQSeries/AtmChannelRequestQ1
08/05/14 20:21:44 WorkConsumer(): Looked up: java:comp/resource/MQSeries/AtmChannelRequestQ1
08/05/14 20:21:44 WorkConsumer::creating JMS conn/sess/rec
08/05/14 20:21:45 EndpointConsumer::Started worker
08/05/14 20:21:45 JMSResourceAdapter::endpointActivation() EXIT
08/05/14 20:21:45 WorkConsumer::run method ENTER
08/05/14 20:21:45 WorkConsumer::run(): created endpoint
08/05/14 20:21:45 WorkConsumer::run(): beforeDelivery done
Ready message received from Oc4jNotifier.
Embedded OC4J startup time: 20625 ms.
08/05/14 20:21:49 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
08/05/14 20:21:56 On message...............................
08/05/14 20:21:58 java.lang.NullPointerException
08/05/14 20:21:58      at com.iflex.fcr.nh.FCRJNetworkHandlerMDB.onMessage(FCRJNetworkHandlerMDB.java:602)
08/05/14 20:21:58      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
08/05/14 20:21:58      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
08/05/14 20:21:58      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
08/05/14 20:21:58      at java.lang.reflect.Method.invoke(Method.java:324)
08/05/14 20:21:58      at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
08/05/14 20:21:58      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
08/05/14 20:21:58      at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
08/05/14 20:21:58      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
08/05/14 20:21:58      at com.evermind.server.ejb.interceptor.system.SetContextActionInterceptor.invoke(SetContextActionInterceptor.java:44)
08/05/14 20:21:58      at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
08/05/14 20:21:58      at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
08/05/14 20:21:58      at oracle.j2ee.connector.messageinflow.MessageEndpointImpl.OC4J_invokeMethod(MessageEndpointImpl.java:297)
08/05/14 20:21:58      at FCRJNetworkHandlerMDB_EndPointProxy_205g09l.onMessage(Unknown Source)
08/05/14 20:21:58      at oracle.j2ee.ra.jms.generic.WorkConsumer.run(WorkConsumer.java:122)
08/05/14 20:21:58      at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
08/05/14 20:21:58      at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
08/05/14 20:21:58      at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
08/05/14 20:21:58      at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:819)
08/05/14 20:21:58      at java.lang.Thread.run(Thread.java:534)
08/05/14 20:21:58 WorkConsumer::run(): return from onMessage()
08/05/14 20:21:58 WorkConsumer::run(): calling afterDelivery on:FCRJNetworkHandlerMDB_EndPointProxy_205g09l@12bed82
08/05/14 20:21:58 WorkConsumer::run(): afterDelivery done
08/05/14 20:21:58 WorkConsumer::run(): beforeDelivery done
08/05/14 20:26:59 WorkConsumer::run(): calling afterDelivery on:FCRJNetworkHandlerMDB_EndPointProxy_205g09l@12bed82
08/05/14 20:26:59 WorkConsumer::run(): afterDelivery done
08/05/14 20:26:59 WorkConsumer::run(): beforeDelivery done
08/05/14 20:32:00 WorkConsumer::run(): calling afterDelivery on:FCRJNetworkHandlerMDB_EndPointProxy_205g09l@12bed82
08/05/14 20:32:00 WorkConsumer::run(): afterDelivery done
08/05/14 20:32:00 WorkConsumer::run(): beforeDelivery done
08/05/14 20:37:00 WorkConsumer::run(): calling afterDelivery on:FCRJNetworkHandlerMDB_EndPointProxy_205g09l@12bed82
08/05/14 20:37:00 WorkConsumer::run(): afterDelivery done
08/05/14 20:37:00 WorkConsumer::run(): beforeDelivery done

Hi todd,
Thanks for the reply and following is my aim.
1) My client is a simple 'C' client which will place a messge in IBM MQ (in my case the queue name is IN.QUEUE) using the MQ client libraries.
2) I expect the Tuxedo MQ adapter should pick up the message from the MQ(i.e. IN.QUEUE) and calls the Tuxedo service (TOUPPPER)
a) As part of the MQ message i have filled the MQMD.ReplytoQ as OUT.QUEUE i.e. i am expecting the response of my tuxedo message in OUT.QUEUE
b) Also i have configured the MQMD.Format as "MYUPPER", meaning as per my TM_MQI.CFG configuration it should call the TOUPPER tuxedo message
3) What i expect is the response of the TOUPPER message should be put in my ReplyToQueue .i.e OUT.QUEUE.
4) My simple 'C' client will read the MQ message from OUT.QUEUE.
5) Everything works fine, expect the response message is not put in OUT.QUEUE.
Regards,
Kiruba.

Similar Messages

  • Error in AS2 adapter. Object not found in lookup of as2.. Its urgent..!!

    Hi AS2 experts,
    *When i tried sending an xml to partner system using AS2 adapter.. Mapping is succesfull and message is failing in receiver AS2 adapter.
    1. I used the following parameters in AS2 Module.
    ModuleName                                                       Module Key
    localejbs/Seeburger/solution/as2                              solutionid
    localejbs/ModuleProcessorExitBean                          exit
    ModuleKey    ParameterName         ParameterValue
    exit                JNDIName     deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    Iam getting the following error.
    Success     MP: Processing local module localejbs/Seeburger/solution/as2
    Error :   MP: Exception caught with cause com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2.
    Error :  Exception caught by adapter framework: Object not found in lookup of as2.
    Error : Delivery of the message to the application using connection AS2_http://seeburger.com/xi failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of as2.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of as2..
    2. When i tried by removing Modulename "localejbs/Seeburger/solution/as2"
    It is showing the below error like AS2ID is missing.. but its there in party configuration.
    Error :
    Unable to forward message to JCA adapter. Reason: Fatal exception: com.sap.aii.af.ra.cci.XIRecoverableException: SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing.., SEEBURGER AS2: AS2 Adapter failure # Outbound configuration error: Sender configuration incomplete - perhaps AS2ID missing..       
    Can anyone has idea what might be wrong.
    Kindly suggest me asap.
    Thank You.
    Regards
    Seema.

    Hi,
    Plesae go through below links
    /people/bla.suranyi/blog/2006/06/08/sap-xi-supports-edifact
    EDI Adapter by SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/206e2b65-2ca8-2a10-edad-f2d1391644cb
    B2B(EDI) Integration using SAP Netweaver XI and Seeburger AS2 Adapter
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00f9cdf5-d812-2a10-03b4-aff3bbf792bf
    Integrating XI with SeeBurger
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6dc02f5d-0601-0010-cd9d-f4ff9a7e8c33
    and
    Check with below configuration
    Configuration for AS2 or simple file adapter.
    We are using this module configuration for converting EDI D96A format to XML:
    1 localejbs/CallBicXIRaBean Local Enterprise Bean bic
    2 localejbs/CallSapAdapter Local Enterprise Bean 0
    bic destSourceMsg MainDocument
    bic destTargetMsg MainDocument
    bic logAttID ConverterLog
    bic mappingName See_E2X_ORDERS_UN_D96A
    bic saveSourceMsg ORIGINAL_EDI
    can someone please tell me the module configuration for reverse mapping at receiver end,i.e.,XML to EDI D96A
    basically,I need mapping name for this.
    Scheme=AS2ID
    Name = WAN network no of the partner who is sending the file
    Sender AS2 adapter configuration:
    Few changes in the module parameter tab.
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_E2X_EDIFACT_ORDERS_UN_D93A which does the conversion of EDI-XML.
    Receiver AS2 adapter configuration:
    When the adapter is used in a receiver channel, it obtains a message from the Integration Engine and sends it to a business partner. In this case, the following steps are required:
    1. Define the channel as a Receiver channel on the Parameters tab
    2. The last step ensures the module sequence is complete:
    Make sure the module ModuleProcessorExitBean does exist in the module sequence:
    Module Name=localejbs/ModuleProcessorExitBean
    Type=L
    Module Key=Exit
    • with the following module parameter:
    Module Key=Exit
    Parameter Name=JNDIName
    Parameter Value=deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    File receiver:
    localejbs/CallBicXIRaBean bic
    CallSapAdapter 0
    Module configuration:
    bic= destSourceMsg = MainDocument
    bic= destTargetMsg = MainDocument
    bic= mappingName= See_X2E_EDIFACT_ORDERS_UN_D93A
    ONly the mapping program name changes from E2X to X2E. IN ur case it will be See_X2E_ORDERS_UN_D96A
    Thanks
    Swarup

  • Java.io.FileNotFoundException: Response: '404: Not Found' for url:

    Hello,
    I am in the processing porting a J2EE based application deployed originally in OC4J to WLS. I am not changing anything as far as J2EE/Web configuration files such as web.xml. Whenever I hit the URL of the application, I am getting the below exception.
    What does usually "java.io.FileNotFoundException: Response: '404: Not Found' for url...." indicate?
    If you could please give me some pointers to narrow down the places to look, I would appreciate it.
    Thanks,
    Mustafa
    java.io.FileNotFoundException: Response: '404: Not Found' for url: 'http://cayc
    001geo1:7001/IUS_Editor/mapservlet'
    at weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnectionjava:487)
    at weblogic.net.http.SOAPHttpURLConnection.getInputStream(SOAPHttpURLConection.java:37)
    at oracle.lbs.mapclient.MapViewer.getXMLResponse(MapViewer.java:6013)
    at oracle.lbs.mapclient.MapViewer.getDataSources(MapViewer.java:629)
    at gov.census.geo.maftiger.interactiveupdate.navigation.mapservlet.ISGegraphyController.getMapviewerDS(ISGeographyController.java:730)
    at gov.census.geo.maftiger.interactiveupdate.navigation.mapservlet.ISGegraphyController.doPost(ISGeographyController.java:161)
    at gov.census.geo.maftiger.interactiveupdate.navigation.mapservlet.ISGegraphyController.doGet(ISGeographyController.java:73)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.ru(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurtyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.ja
    a:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.ja
    a:184)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActi

    Hello,
    I was able to sort out this issue. I was comparing the web.xml and found out that the servlet-mapping was missing.
    Thanks,
    Mustafa

  • Trex queue return error: code 6002, QS error: queue not found

    Hi all,
       in TREX Administrator tool, in the queue area I see "index01". When I try to perform some operation I receive the error QS error: queue not found. I check services status and I see that queueserver isn't running. I stop the TREX server, delete all file in lock folder, and restart. After few seconds the queueserver crash and stop it.
    Please, can you help me?
    Fabio Sambugaro.

    Hello Duncan,
    Thanks for the reply.
    Can I do the same from
    System Administration > System Configuration > Knowledge Management > Index Administration
    We have around 7400 documents to be indexed. The indexing seems to be very slow. Is there any reason for slow indexing?
    Kind Regards,
    jelbin

  • JMS Default queue not found

    I do not have any knowledge of JMS and I am getting couple of warnings of this kind . Can anyone please explain it to me.
    <WSEE>Warning: JMS queue 'weblogic.wee.DefaultQueue' is not found, as a result, Web Service async responses via jms transport is not supported. If the target service uses JMS transport, the responses will not be able to come back.<JmsQueueListener.connect:227>

    Hi,
    This WARNING can be ignored ... Or if you dont want to see any such message next time..then please apply "-Dweblogic.wsee.skip.async.response=true"
    Details:
    Async web service support is not fully configured. The async response web service uri for this server was not fully deployed because the JMS reliability queue was not defined/deployed: queueName. The server will periodically retry completing the deploy for the service. This message can usually be ignored unless there are async web service applications. To completely disable async web service support, thus avoiding this message, set -Dweblogic.wsee.skip.async.response=true.
    More Details:
    http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e14397/WebService.html
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Jms problem - queue not found

    Hi
    I have a simple bpel process that's supposed to read a message from a queue and put a message back on the same queue using the JmsAdapter. When I deploy the process, the log says that java:comp/resource/ojmstest/Queues/demoQueue can not be found:
    <2006-05-28 18:36:56,751> <INFO> <default.collaxa.cube.activation> <JMSAdapter::Inbound> Created new managed connection for JMS user jmsuser
    <2006-05-28 18:36:57,011> <WARN> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JMSMessageConsumer_init: Retrying connection; attempt #1
    <2006-05-28 18:38:57,785> <WARN> <default.collaxa.cube.activation> <JMSAdapter::Inbound>
    ORABPEL-12135
    ERRJMS_ERR_CR_QUEUE_CONS.
    Error while creating Queue consumer:.
    Please examine the log file to determine the problem.
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:346)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:214)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:158)
         at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:115)
         at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:113)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.jms.AQjmsException: JMS-190: Queue java:comp/resource/ojmstest/Queues/demoQueue not found
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:346)
         at oracle.jms.AQjmsSession.createQueue(AQjmsSession.java:1296)
         at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:330)
         ... 7 more
    In my global application.xml, I have:
    <resource-provider class="oracle.jms.OjmsContext" name="ojmstest">
    <description>OJMS/AQ</description>
    <property name="url" value="jdbc:oracle:thin:@eros.goldi.no:1521:orcl"/>
    <property name="username" value="jmsuser"/>
    <property name="password" value="jmsuser"/>          
    </resource-provider>
    In oc4j-ra.xml, I have:
    <connector-factory location="eis/aqjms/Queue" connector-name="Jms Adapter">
    <config-property name="connectionFactoryLocation" value="java:comp/resource/ojmstest/QueueConnectionFactories/myQCF"/>
    <config-property name="factoryProperties" value=""/>
    <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
    <config-property name="isTopic" value="false"/>
    <config-property name="isTransacted" value="true"/>
    <config-property name="username" value="jmsuser"/>
    <config-property name="password" value="jmsuser"/>
    </connector-factory>
    I have checked that demoQueue exists in the database.
    Any ideas?
    André

    Hi
    I managed to get it to work now on a different database.
    I probably didn't grant all the necessary rights to my jmsuser.
    Thanks,
    André

  • RFC Sender adapter - Sender agreement not found Error

    Hi ,
    I am getting this error when i send an RFC request to XI from SAP.
    Exception thrown [Fri Aug 05 10:10:35,624]:Exception thrown by application running in JCo Server
    com.sap.aii.af.rfc.afcommunication.RfcAFWException: senderAgreement not found: lookup of binding via CPA-cache failed for AdapterType RFC, dapterNS http://sap.com/xi/XI/System, direction INBOUND, fromParty '', fomService 'HORIZONISU', toParty '', toServ
    #at com.sap.aii.af.rfc.afcommunication.Message.getEmptyMsMessage(Message.java:345)
    #at com.sap.aii.af.rfc.afcommunication.Message.buildMsMessage(Message.java:215)
    #at com.sap.aii.af.rfc.afcommunication.ToAdapterFramework.sendSynchronous(ToAdapterFramework.java:341)
    #at com.sap.aii.af.rfc.core.server.RfcServer.handleRequest(RfcServer.java:525)
    #at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java(Compiled Code))
    #at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest(MiddlewareJRfc.java(Compiled Code))
    #at com.sap.mw.jco.MiddlewareJRfc$Server.listen(MiddlewareJRfc.java(Compiled Code))
    #at com.sap.mw.jco.JCO$Server.listen(JCO.java:6926)
    I have configured a sender RFC adapter in XI with a specific "program id". This RFC adapter is available under a Business System of type WebAS ABAP in integration directory.
    I have created an RFC in my SAP system (it just has IMPORT & EXPORT parameters, no SrcCode), i also have an RFC destination of type T in SAP which has the program id specified in my RFC adapter config. The application host & gateway in this RFC destination point to itself(points the same SAP system where the RFC destination is created)
    Now i trigger the RFC from an other function module with destination parameter pointing to the RFC destination of type T created in SAP.
    Is the above config ok ? If not what do i need to check , pointers pls. I get a dump in SAP when i execute the function  module calling the RFC , and i see the above stacktrace in XI log.
    Thanks
    Saravana

    Hi Saravana,
    1. have you created a senderAgreement for your scenario? (senderAgreement not found)?
    2. do you commit your RFC call with commit work? ( just to make sure )
    3. is your RFC dest working? when you test it in SM59?
    Regards,
    michal

  • Web Service Client - SOAP/jms: Specific response queue (not default queue)?

    Hi @ll
    I try to define a specific jms response queue for a web service client that communicates SOAP/jms, running on a WLS 9.2. The web service itself runs also on a WLS 9.2 where also the request and response queues are located. By default the client receives the responses from a temporary response queue. Is there a way to define a specific response queue e.g. setting the JMSReplyTo property in the request on the client side?
    /cheers&greetz
    Dani

    WLS do not have a light SOAP client with callbacks yet. It is
    not a planed feature for 7.0, but we will considering this for
    post 7.0.
    regards,
    -manoj
    "markhu" <[email protected]> wrote in message
    news:[email protected]..
    Hi, guys:
    I have a system : client written in Java/Swing, HTTPS authentication,
    and then subscribes to a WLS 61. SP2 based JMS Topic and also has the
    ability to send message to a Queue, since I can not bring down the size of
    the client side WLS JMS dependency lib, I am thinking about using SOAP /
    web service as the communication tier between my client and server, so the
    question is: since the client need get the price updates in a real time
    mode, I need build a server side based PUSH for all the new price updates
    which come into the JMS Topic, and broadcast as SOAP messages to client,is
    this mean that I have to build the Call - Back for the Java Swing Client,so
    it can automatically get the new price updates as it's getting from JMS
    Topic now ? Any Idea on how to build server side PUSH based SOAP message
    center as web service ?? Thanks a lot.
    regards,
    mark
    FYI:
    I need the same PUSH service for my .NET based client as well.

  • Adaptive m3u8 file not found when Apache location /hls-vod httpstreamingcontentpath changed

    I have set my FMS 4.5  to host hls-vod content in another location on the server F:\media.  This is the change I made:
    <Location /hls-vod>
        HLSHttpStreamingEnabled true
        HLSMediaFileDuration 8000
        #HttpStreamingContentPath "../webroot/vod"
              HttpStreamingContentPath "F:\media"
        HLSFmsDirPath ".."
    # Uncomment the following directives to enable encryption
    # for this location.
    #    HLSEncryptionScope server
    #    HLSEncryptCipherKeyFile "../phls/vodkey.bin"
    #    HLSEncryptKeyURI        "https://<ServerName>/hls-key/vodkey.bin"
        Options -Indexes FollowSymLinks
    </Location>
    I can successfully stream a file from hls-vod/file.mp4.m3u8.  But I cannot stream a set level. m3u8 like from hls-vod/file.m3u8. I get a file not found even though the file does exist.  I can get the the stream to work if I place the set level .m3u8 file in the Apache webroot.
    1) Does Apache not recognize the m3u8 file format when location change is performed?  what can i do to make it recognize this file?
    2) Why does the dynamically generated m3u8 file work, but not the pre-generated set level m3u8 file?
    3) Can the httpcontentpath use a set level m3u8 file?
    4) Based on this FAQ http://forums.adobe.com/docs/DOC-2338. I know that changing the location blocks progressive download access to the files, does this have anything to do with this? 
    5) Ideally I would like users to place the set level m3u8 files in same location as the video file.  Is this possible?
    any help would be appreciated.
    thanks

    okay, i'm fixing this by setting the document root to where the media is located f:/media and then changing the htaccess to restrict access to certain file types.  I block mp4, flv, and f4v, to block download but i allow ts and m3u8. It works but my only concern is the performance hit by allowing htaccess in sub folders.  I don't think it will be a big deal.  thoughts.

  • Payload level filter JMS Adapter with Queue - not filtering

    Hi ,
    I have created AQ Queue in my Database, Using JMS Adapter i am able consume and produce the messages. I want a filter condition, which is not happening.
    The scenario is i have a field ImportInd in my XSD and i need to pick the message with ImportInd = 1, otherwise the message should lie on the queue.
    Please help me in this,
    Thanks,
    Padmini

    Trying to give you the counterparts I have in my working example.
    In my case the queue is on a separate machine, and the BPEL is deployed on a separate machine. Cross-domain security config needs to be done for these machines to be able to talk.
    In weblogic console: where BPEL is running.
    under deployment jmsadapter -> Outbound Connections -> jndi name is jms/PRISMQueue -> ConnectionFactoryLocation Property is jms/SoaCF
    where queue is configured.
    Under JMS Module Connection Factory Name is SoaConnectionFactory which JNDI name is jms/SoaCF
    Under JMS Module Queue Name SOAPostActivityStatusQueue which JNDI name is jms.SOAPostActivityStatusQueue
    Services>Messaging>JMSModules>MyModule>SOAPostActivityStatusQueue>
    JNDI name - jms.SOAPostActivityStatusQueue
    Adapter in BPEL/Composite-
    Destination - jms.SOAPostActivityStatusQueue
    JNDI - jms/PRISMQueue
    JCA:
    <adapter-config name="PostResponseFromPCService" adapter="JMS Adapter" wsdlLocation="PostResponseFromPCService.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="jms/PRISMQueue" UIJmsProvider="WLSJMS" UIConnectionName="tacoma"/>
    <endpoint-activation portType="Consume_Message_ptt" operation="Consume_Message">
    <activation-spec className="oracle.tip.adapter.jms.inbound.JmsConsumeActivationSpec">
    <property name="PayloadType" value="TextMessage"/>
    <property name="UseMessageListener" value="false"/>
    <property name="DestinationName" value="jms.SOAPostActivityStatusQueue"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    HTH.
    Thanks!

  • HTTP Response File not Found

    Hi,
    I have been working on this for days and could not get it resolved.
    I am using UCCX 8.5 Pre to receive an http trigger and send response with some parameters and variables mapping. I followed the scripting guide to create the html template and do the keyword transform. However, when I start to send the response, I always see the error from reactive debug that shows "FileNotFoundException".
    I then try to simply follow the guide to build the testing script (hello), and still see the same error. I think I upload the template html file into a wrong folder. So verified the trigger language and uploaded the template file almost in all folders I could think still with no luck. I even tried in a different UCCX 8.0 system and it is the same.
    What could be the problem? Installation directory?
    Any input would be highly appreciated.
    Thanks,
    Q

    Thanks for the quick response,
    Now I am using the sample script and still get the same result. I got the error message on the 'Send HTTP Response' step.
    I put the test.html (static file) file to default/webapps/ROOT folder, and the hello.html (dynamic) file into the same folder. I can access both files using a browser pointing at:
    http://ip:9080/test.html
    http://ip:9080/hello.html
    Q

  • TrexException: QS error: queue not found (Errorcode 6002)

    Dear All,
    We are getting an error in Indexing Monitor.
    On clicking on the link "Read More" the below screen is getting displayed.
    On clicking on the link - "SearchId" the below screen is getting displayed.
    In Edit Queue parameters also the index id in red status - SearchID is not coming in the drop down list.
    Please help.
    Kind Regards,
    Jelbin

    Hello Duncan,
    Thanks for the reply.
    Can I do the same from
    System Administration > System Configuration > Knowledge Management > Index Administration
    We have around 7400 documents to be indexed. The indexing seems to be very slow. Is there any reason for slow indexing?
    Kind Regards,
    jelbin

  • XI--- OpenJMS error  Object not found in lookup of XIJMSService

    Hi all,
    I am trying XI-->OpenJms (Server).
    I have included openJms.jar library in aii_af_jmsproviderlib.sda and deployed using SDM.
    In JMS receiver adapter I am using the following Configuration:
    Transport protocol: JMS Provider with JNDI .
    Queue connection factory : org.exolab.jms.client.JmsConnectionFactory
    JNDI-Name JMSQueue: org.exolab.jms.client.JmsQueue
    Context Factory : org.exolab.jms.jndi.InitialContextFactory
    JNDI-Server adress :tcp://10.1.102.5:3035
    In RWB i am getting the following for this scenario:
    Error Exception caught by adapter framework: Object not found in lookup of XIJMSService.
    Kindly help what other configurations are required.
    Best Regards,
    Lemine

    Hi Sebastian,
    I have still the same problem.
    could you send me a screen shot with your configuration?
    (openjms configuration).
    my email: [email protected]
    I have the following standard configuration in my modul:
    Verarbeitungssequenz:
    Modulname:                                         Type:
    ocalejbs/SAP XI JMS Adapter/ConvertMessageToBinary    L
    localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService L
    could that cause for that prblem ?
    Thanks for helpful answer.
    best regars.
    Lemine.

  • Register plugin in OIM11g-class not found issue

    Hi All,
    I have a plugin created and imported the metadata.
    I have also made the plugin.zip with the necessary structure.
    now whenever i restart my oim to see if my plugin has been initialized its gives
    <Aug 8, 2011 9:03:06 AM CEST> <Error> <oracle.iam.platform.pluginframework> <IAM-1050006> <An error occurred while loading the plugin class. Class com.test.oim.adapter.entity.testwas not found.>
    any guesses what cd be the issue
    I have double ckeced witth my pakage structure,n didnt found any typo mistake as such

    Did you resolve this issue? Is it something related to compilation issue?

  • Virtual Hosts 404 not found

    Hi all ,
    I have to set up a virtual host on CE7.2
    I configure it on "SAP NetweaverAdministrator"  --> "Java HTTP Provider Configuration"
    virtual hosts name : share_folder
    root directory : /share <-- all user and group can access (local directory)
    aliases : test_share
    after complete configuration.
    I access this virtual host by
    http://<server>:<port>/share_folder
    or
    http://<server>:<port>/test_share
    all response "404 not found"
    Can you give me suggestion.

    did you define the alias name dispImageServlet in your web.xml
    double click on web deployment descriptors in WSAD , and you will be able to add it very easily

Maybe you are looking for