Connectivity Exception, verify studio is open and the right port is been used

Hi Team,

I’ve downloaded & installed Appium Studio - 10.8.41.

I can able to create new test and successfully execute from Appium Stuido on my real device. As a next step, i’ve created new Gradle project from Eclipse IDE and tried execute as Junit test, but then ended up with below exception

Connectivity Exception, verify studio is open and the right port is been used

I kept Appium Studio running & the port used was open to accept connections.

As a work around, i started my appium server locally on port 4723 and updated my test to point that server, but still i came across with same issue.

Appium server log snippet:
[Appium] Welcome to Appium v1.6.5
[Appium] Non-default server args:
[Appium] address: 127.0.0.1
[Appium] sessionOverride: true
[Appium] Appium REST http interface listener started on 127.0.0.1:4723
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 20 ms - 49
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 6 ms - 49
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 2 ms - 49
[HTTP] --> POST /xmlrpc {}
[debug] [HTTP] No route found. Setting content type to ‘text/plain’
[HTTP] <-- POST /xmlrpc 404 1 ms - 49

Could you please help me with this :slight_smile:

Thanks,
Saravanan

Hi

You need to kill Appium Server, and install the latest Appium Studio verion

http://experitest.s3.amazonaws.com/AppiumStudio_windows_10_9_19.exe
http://experitest.s3.amazonaws.com/AppiumStudio_macos_10_9_19.dmg

By next week we will release the final version oof 10.9a

@Tom
I have identified the issue, I think the files have been changed and the URL http://repo.experitest.com:8010/Maven2/. is no longer working and returning a FileNotFound Exception. Could you please check it?

1 Like

Thanks so much Tom! :slight_smile:

I’ve installed 10.9 installer and now i can run my tests from Eclipse Gradle project!

But then, my project still points to 10.6 version of seetest-appium

Could you please share the updated build.gradle file for 10.9 ?

Below is the one am currently using

1 Like

If you look inside the seetest-appium folder, you will be able to see the various versions, including the latest 10.8