在启动之后,我正在运行我的UnitTest,并且在第一行
var webDriver = new AndroidDriver("http://localhost:8080/wd/hub"); //alsoSystem.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8080
org.apache.coyote.http11.Http11NioProtocol - Failed to start end point associated with ProtocolHandler ["http-nio-8080ERROR org.apache.catalina.core.StandardService - Failed to start connector [Connector[HTTP/1.1-8080]
org.apache.catalina.LifecycleException: F
我是离子框架的新手,所以我需要你的帮助。当我在本地主机上运行ionic serve时,一切都很好。但现在我尝试使用,它会打印:The port 35729 was taken on the host 172.17.12.3 - using port 35730 insteadWatching : [ 'www/**/*',
但是目前我正在运行一个节点进程,它正在监听端口8080。但是,当我通过'ipaddress:8080‘访问该端口时,它会根据Apache配置重定向到站点域名。同样的事情发生在端口80上,尽管这是nginx运行的地方,它应该重定向到Node进程。在我看来,Apache似乎仍然在监听这些端口,尽管我试图关闭它并运行它。$ lsof -i :8080COMMAND PID USER FD TYPE DE