Hi All,
I recently update my appium-java dependency, but after that, it is showing url issues for appium server, could not connect to the server. While went back to the version I was using, it is working properly, with one warning.
v8.6.0:
SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See SLF4J Error Codes for further details.
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
v9.3.0:
Exception in thread “main” org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: ‘host_id’, ip: ‘host_ip’
Build info: version: ‘4.25.0’, revision: ‘8a8aea2337’
System info: os.name: ‘Windows 11’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘17.0.5’
Driver info: io.appium.java_client.AppiumDriver
Open for all the possible solutions.