java.lang.reflect.InvocationTargetException

I am getting “java.lang.reflect.InvocationTargetException”
Problem happen with android 10, till yesterday I succeed to run tests with this device (the only change is that i updated chrome driver). I can open the application when it run on android 14.
Katalon: 8.6.9
Appium: 1.22.3

the error:
org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session. Please check the server log for more details. Original error: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘RPLS-ESTI’, ip: ‘10.0.0.5’, os.name: ‘Windows 11’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_362’
Driver info: driver.version: SwipeableAndroidDriver
remote stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: socket hang up
at UIA2Proxy.command

1 Like

Problem fixed after I restart the android , I am not sure if this is the only thing that fix it. now a I can run the tests again on android 10.

3 Likes