After Arthas starts, select PID to report an error
The error is as follows:
[ERROR] Can not read maven-metadata.xml from: https://maven.aliyun.com/repository/public/com/taobao/arthas/arthas-packaging/maven-metadata.xml
[ERROR] Can not find Arthas under local: /root/.arthas/lib and remote: aliyun
Network access, direct download full package, decompression use
GitHub answers: https://github.com/alibaba/arthas/issues/1058
Arthas 3658 port occupancy error
The error is as follows:
[ERROR] Target process 19045 is not the process using port 3658, you will connect to an unexpected process.
[ERROR] 1. Try to restart arthas-boot, select process 2452, shutdown it first with running the 'shutdown' command.
[ERROR] 2. Or try to use different telnet port, for example: java -jar arthas-boot.jar --telnet-port 9998 --http-port -1
Netstat – ANP | grep 3658 can see the process ID that occupies the port. Just specify the port according to the method prompted at the end of the log
java -jar arthas-boot.jar –telnet-port 9998 –http-port -1
Read More:
- Through PID (process identification) to find the port (port) occupied applications, to solve the problem of port occupied
- Apache service can’t be started under xampp, reporting port occupancy class error [error] Apache will not start without the configured ports free!
- socket.error : [errno 10048] and view PID process number and port number
- Port 4200 is already in use.Use ‘-port’ to specify a different port error Reasons
- Plug in loaded: fastmirror, langpacks / var / run/ yum.pid Locked, another program with PID 2323 is running
- View port and resolve port conflict in Windows
- Kafka opens JMX port and reports that the error port is occupied
- CentOS7 nginx Failed to read PID from file /run/nginx.pid: Invalid argument?
- Python random selects elements randomly from a collection
- The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in u
- nginx: [error] invalid PID number ““ in “/data/nginx/logs/nginx.pid“
- nginx: [error] invalid PID number in /var/run/nginx.pid
- Centos Failed to Modify the port of SSH: error: Bind to port 27615 on 0.0.0.0 failed: Permission denied.
- Nginx error: nginx: [error] invalid PID number “” in “/run/nginx.pid”
- Error running ‘Tomcat 8.5.31’: Unable to open debugger port
- “Not a valid NDK directory” appears when eclipse ADT selects the NDK directory
- Kill the specified port CMD command line taskkill in window
- Eclipse port occupied( java.net.BindException : address already in use: bind) solution
- Gt Report Error ssh:connect to host github.com port 22
- Solution to the problem that listen TCP 0.0.0.0:3306: bind: address already in use port is occupied in Linux centos7