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!!
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