You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Rohit (JIRA)" <ji...@apache.org> on 2014/09/11 22:45:33 UTC

[jira] [Commented] (AXIS2-5670) Axis2 1.6.2

    [ https://issues.apache.org/jira/browse/AXIS2-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14130675#comment-14130675 ] 

Rohit commented on AXIS2-5670:
------------------------------

[9/12/14 2:07:08:477 IST] 000000be AxisEngine    E org.apache.axis2.engine.AxisEngine receive The endpoint reference (EPR) for the Operation not found is  and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.
                                 org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is  and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.
	at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:102)
	at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
	at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
	at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
	at org.apache.axis2.transport.base.AbstractTransportListener.handleIncomingMessage(AbstractTransportListener.java:328)
	at org.apache.axis2.transport.jms.JMSMessageReceiver.processThoughEngine(JMSMessageReceiver.java:196)
	at org.apache.axis2.transport.jms.JMSMessageReceiver.onMessage(JMSMessageReceiver.java:122)
	at org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.handleMessage(ServiceTaskManager.java:518)
	at org.apache.axis2.transport.jms.ServiceTaskManager$MessageListenerTask.run(ServiceTaskManager.java:430)
	at org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:58)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:896)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:735)


> Axis2 1.6.2
> -----------
>
>                 Key: AXIS2-5670
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5670
>             Project: Axis2
>          Issue Type: Bug
>         Environment: IBM MQ, Axis2 1.6.2
>            Reporter: Rohit
>            Priority: Critical
>
> Hi,
> I have enabled IBM MQ Communication from Axis2 1.6.2, I have added 1 new webservice along with default web service Version of Axis2. While startup i can see couple of JMSWorkers gets registered i.e JMSWorker1 for Version and JMSWorker2 for my new webservice. When i am pushing message from SOAUP UI via Hermes on to IBM Request Q. for new web service. Threadpool randomly allocating the request to axis worker. i.e. If request is picked up by JMSWorker1 which is meant for Version services. I get error. If request gets picked up bu JMSWorker2 i.e. My newly added webservice worker then execution happens properly. I think its a bug. Please correct me if i am wrong.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: java-dev-help@axis.apache.org