org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command

Hi I am new to appium, I am trying to launch the app but getting following error. Can some one help me in this. I am using device

Here is the code
AndroidDriver driver;
@Test(priority = 1)
public void test1_addAds() throws Exception {
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(MobileCapabilityType.PLATFORM_NAME, “Android”);
capabilities.setCapability(MobileCapabilityType.DEVICE_NAME, “HY7HHIVC4STKMVWG”);

    driver = new AndroidDriver(new URL("http://127.0.0.1:4723/wd/hub"), capabilities);
    /*****/
    sleep(3000);
}

@Test(priority = 2)
public void test2_addAds() throws Exception {
    sleep(1000);
    swipe();
    swipe();
    swipe();
}

public void swipe() throws InterruptedException {
Dimension size = driver.manage().window().getSize();
int startx = (int) (size.width * 0.90);
int endx = (int) (size.width * 0.10);
int starty = size.height / 2;
// System.out.println("startx = " + startx + " ,endx = " + endx + " , starty = " + starty);
//Swipe from Right to Left.
Thread.sleep(1000);
driver.swipe(startx, starty, endx, starty, 1000);
Thread.sleep(1500);
}

Here is the error log

org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 32 milliseconds
Build info: version: ‘2.45.0’, revision: ‘5017cb8e7ca8e37638dc3091b2440b90a1d8686f’, time: ‘2015-02-27 09:10:26’
System info: host: ‘DESKTOP-NM213E7’, ip: ‘10.1.12.107’, os.name: ‘Windows 10’, os.arch: ‘x86’, os.version: ‘10.0’, java.version: ‘1.8.0_111’
Driver info: io.appium.java_client.android.AndroidDriver
Capabilities [{networkConnectionEnabled=true, warnings={}, databaseEnabled=false, deviceName=HY7HHIVC4STKMVWG, platform=LINUX, desired={platformName=Android, deviceName=HY7HHIVC4STKMVWG}, platformVersion=5.0.2, webStorageEnabled=false, locationContextEnabled=false, browserName=Android, takesScreenshot=true, javascriptEnabled=true, platformName=Android}]
Session ID: 4dfa7b13-713f-4735-8a61-d0e8bb09b0ea