Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error Connecting to AQJms Queue from JMS Adapter

534740Jan 19 2009 — edited Apr 15 2009
Hi All,

I am trying to connect to a AQJms using JMS Adapter,the process got deployed to teh server successfully,but when i try to create a instance i am getting the following error

<bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>file:/D:/OracleProducts/product/ORASOA/bpel/domains/default/tmp/.bpel_JMSRnd_1.0_ddb17fff82753719b592345f99e2cba9.tmp/write.wsdl Produce_Message_ptt::Produce_Message(RibMessages) - WSIF JCA Execute of operation 'Produce_Message' failed due to: Could not instantiate InteractionSpec oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec due to:


* Missing class: oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec*

* Dependent class: oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA*
* Loader: oracle.bpel.common:10.1.3*
* Code-Source: /D:/OracleProducts/product/ORASOA/bpel/lib/orabpel.jar*
* Configuration: <code-source> in /D:/OracleProducts/product/ORASOA/j2ee/oc4j_soa/config/server.xml*

This load was initiated at orabpel.root:0.0.0 using the Class.forName() method.

The missing class is not available from any code-source or loader in the system.; nested exception is:


* oracle.classloader.util.AnnotatedClassNotFoundException:*



* Missing class: oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec*

* Dependent class: oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA*
* Loader: oracle.bpel.common:10.1.3*
* Code-Source: /D:/OracleProducts/product/ORASOA/bpel/lib/orabpel.jar*
* Configuration: <code-source> in /D:/OracleProducts/product/ORASOA/j2ee/oc4j_soa/config/server.xml*

This load was initiated at orabpel.root:0.0.0 using the Class.forName() method.

The missing class is not available from any code-source or loader in the system.; nested exception is:


* org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec due to:*



* Missing class: oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec*

* Dependent class: oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA*
* Loader: oracle.bpel.common:10.1.3*
* Code-Source: /D:/OracleProducts/product/ORASOA/bpel/lib/orabpel.jar*
* Configuration: <code-source> in /D:/OracleProducts/product/ORASOA/j2ee/oc4j_soa/config/server.xml*

This load was initiated at orabpel.root:0.0.0 using the Class.forName() method.

The missing class is not available from any code-source or loader in the system.; nested exception is:


* oracle.classloader.util.AnnotatedClassNotFoundException:*



* Missing class: oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec*

* Dependent class: oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA*
* Loader: oracle.bpel.common:10.1.3*
* Code-Source: /D:/OracleProducts/product/ORASOA/bpel/lib/orabpel.jar*
* Configuration: <code-source> in /D:/OracleProducts/product/ORASOA/j2ee/oc4j_soa/config/server.xml*

This load was initiated at orabpel.root:0.0.0 using the Class.forName() method.

The missing class is not available from any code-source or loader in the system.</summary>
</part><part name="detail"><detail>org.collaxa.thirdparty.apache.wsif.WSIFException: Could not instantiate InteractionSpec oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec due to:



* Missing class: oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec*

* Dependent class: oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA*
* Loader: oracle.bpel.common:10.1.3*
* Code-Source: /D:/OracleProducts/product/ORASOA/bpel/lib/orabpel.jar*
* Configuration: <code-source> in /D:/OracleProducts/product/ORASOA/j2ee/oc4j_soa/config/server.xml*

This load was initiated at orabpel.root:0.0.0 using the Class.forName() method.

The missing class is not available from any code-source or loader in the system.; nested exception is:


* oracle.classloader.util.AnnotatedClassNotFoundException:*



* Missing class: oracle.tip.adapter.jms.outbound.JmsProduceInteractionSpec*

* Dependent class: oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA*
* Loader: oracle.bpel.common:10.1.3*
* Code-Source: /D:/OracleProducts/product/ORASOA/bpel/lib/orabpel.jar*
* Configuration: <code-source> in /D:/OracleProducts/product/ORASOA/j2ee/oc4j_soa/config/server.xml*

This load was initiated at orabpel.root:0.0.0 using the Class.forName() method.

The missing class is not available from any code-source or loader in the system.</detail>
</part></bindingFault>

Please help

Regards
Ashwini
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 6 2023
Added on Jan 19 2009
3 comments
3,635 views