ningyougang commented on PR #517:
URL: https://github.com/apache/openwhisk-cli/pull/517#issuecomment-1217819894

   After login into travis ci machine, i executed all commands manually in that 
travis ci machine, reported blow error still
   ```
   system.basic.WskCliActionTests STANDARD_OUT
       [2022-08-17T09:54:02.007Z] [INFO] Remoting started with transport 
[Artery tcp]; listening on address [akka://[email protected]:25520] with UID 
[5525072778876605281]
       [2022-08-17T09:54:02.058Z] [INFO] Cluster Node 
[akka://[email protected]:25520] - Starting up, Akka version [2.6.12] ...
       [2022-08-17T09:54:02.144Z] [INFO] Cluster Node 
[akka://[email protected]:25520] - Registered cluster JMX MBean 
[akka:type=Cluster]
       [2022-08-17T09:54:02.146Z] [INFO] Cluster Node 
[akka://[email protected]:25520] - Started up successfully
       [2022-08-17T09:54:02.249Z] [INFO] Cluster Node 
[akka://[email protected]:25520] - No downing-provider-class configured, manual 
cluster downing required, see 
https://doc.akka.io/docs/akka/current/typed/cluster.html#downing
       [2022-08-17T09:54:02.252Z] [INFO] Cluster Node 
[akka://[email protected]:25520] - No seed nodes found in configuration, 
relying on Cluster Bootstrap for joining
   
   system.basic.WskCliActivationTests STANDARD_OUT
       [2022-08-17T09:54:02.976Z] [ERROR] Bind failed for TCP channel on 
endpoint [/127.0.0.1:25520]
       java.net.BindException: [/127.0.0.1:25520] Address already in use
           at java.base/sun.nio.ch.Net.bind0(Native Method)
   ```
   I used `telnet 127.0.0.1 25520` or `lsof -i:25520`, 25520 port was not used 
by any process.
   So i doubt the surface reason is, when executed `./gradlew --console=plain 
:tests:test --tests=*ApiGwCliTests*`, it would startup a service with `25520` 
port, but started failed.
   
   Have any idea?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to