Wednesday 27 September 2017

OSB 12c Email Polling : Poller target server should be specified in case of cluster domain

This is what you should do if you have created a OSB proxy service to poll e-mail server and while deploying to cluster you are getting the below error in JDeveloper:

BEA-381611
Error: Poller target server should be specified in case of cluster domain.
Description
     Poller target server should be specified in case of cluster domain.
Action
     Make sure that the File proxy configuration has one of the managed servers as poller target server if it is running in the cluster.

Solution -

1. Goto your WebLogic console and copy one of the OSB managed server name.
2. Edit your proxy service source code [use notepad etc.], add managed server name to the element 'pollerTargetManagedServer'

ex:
<ema:pollerTargetManagedServer>osb_server2</ema:pollerTargetManagedServer>

3. Save
4. Refresh your JDeveloper code, after which in the proxy service you will be able to see the value in the Manged Server textbox.
5. Retry your deployment.

Or

You can deploy your jar directly using OSB console and when prompted, select one of the manged servers from the drop-down list in proxy service.


Helpful? Please comment.

Happy Learning!!

No comments:

Post a Comment

OSB 12c : Dynamic Routing to Business/Proxy Service

Dynamic routing is a kind of  Content-based Routing pattern, which is used when the BusinessService/ProxyService path is required to be de...