Showing posts with label Jdeveloper. Show all posts
Showing posts with label Jdeveloper. Show all posts

Wednesday, December 8, 2010

cannot start Integrated App Server Connection is Jdev?

As I work very frequently from home, my jdev always has the proxy server setup in the Jdev
preference so that I can remotely connect to hosted soa instances thru VPN.

Lately I have been building a new SOA suite installation in my Mac through an ubuntu vmware... when I tried to connect to the soa domain through Jdev, I was getting the following error:
Testing JSR-160 Runtime ... failed.
Cannot establish connection.
Testing JSR-160 DomainRuntime ... skipped.
Testing JSR-88 ... skipped.
Testing JSR-88-LOCAL ... skipped.
Testing JNDI ... skipped.
Testing JSR-160 Edit ... skipped.
Testing HTTP ... success.
Testing Server MBeans Model ... skipped.

The http connection test went through fine and weirdly the rest of the test failed..  After breaking my head for the reason, I realized that the issue was due to the proxy server settings and after removing it from the preferences, it all worked out fine..