While deploying a SOA composite in the SOA server, sometime the following error is encountered.
"Error finding SOA configured servers to deploy archive. Deployment cannot continue. java.lang.NullPointerException".
At first instinct, re-visiting the 'App Server Connection' and running the server connection tests in JDeveloper did not reveal any issues and all the test results were successful.
On closer observation, we can notice that proxy server settings are turned on in JDeveloper which is causing the issue during the actual SOA deployment. Disable the proxy settings Tools -> Preferences -> Web Browser and Proxy -> Uncheck 'Use HTTP Proxy Server' option.
Restart JDeveloper and deploy the SOA composite. Voila, it got deployed this time perfectly.
"Error finding SOA configured servers to deploy archive. Deployment cannot continue. java.lang.NullPointerException".
At first instinct, re-visiting the 'App Server Connection' and running the server connection tests in JDeveloper did not reveal any issues and all the test results were successful.
On closer observation, we can notice that proxy server settings are turned on in JDeveloper which is causing the issue during the actual SOA deployment. Disable the proxy settings Tools -> Preferences -> Web Browser and Proxy -> Uncheck 'Use HTTP Proxy Server' option.
Restart JDeveloper and deploy the SOA composite. Voila, it got deployed this time perfectly.