Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting connection refused error while running application on android

AkshayJan 16 2013 — edited Jan 16 2013
Hi,

i made an application in oracle adf consuming web service and then deployed in emulator . integrated weblogic server is running fine and web service is also running but while getting data in android emulator it is giving following error .

can not connect to 127.0.0.1 on port 7101 connection refused


Please help!!!


Thanks in advance.

Ankur

Comments

Ankur,

Looks like the endpoint URL of the webservice is not updated and still pointing to the localhost. Try changing it to http://<ip_addres_of_your_server>:7101..... and see if it works fine then.

-Arun
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 13 2013
Added on Jan 16 2013
1 comment
360 views