HXSecurity / DongTai

Dongtai IAST is an open-source Interactive Application Security Testing (IAST) tool that enables real-time detection of common vulnerabilities in Java applications and third-party components through passive instrumentation. It is particularly suitable for use in the testing phase of the development pipeline.
https://dongtai.io
Apache License 2.0
1.24k stars 145 forks source link

[Bug]: auto install error: attach failed com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded #130

Closed Pa55w0rd closed 3 years ago

Pa55w0rd commented 3 years ago

Preflight Checklist

Version

1.0.1

Installation Type

Official Docker Compose

Service Name

Deploy(DongTai-deploy)

Describe the details of the bug and the steps to reproduce it

lsb_release -a

LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.6.1810 (Core) Release: 7.6.1810 Codename: Core

java -version

java version "1.8.0_261" Java(TM) SE Runtime Environment (build 1.8.0_261-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)

tomcat 9.0

iast-agent 1.0.1

error logs

[cn.huoxian.dongtai.iast] trying attach dongtai to process 19263, agent address is /home/webeye/tmp/agent.jar
[cn.huoxian.dongtai.iast] attach failed
com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded
        at sun.tools.attach.LinuxVirtualMachine.<init>(LinuxVirtualMachine.java:106)
        at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(LinuxAttachProvider.java:63)
        at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:208)
        at com.secnium.iast.agent.AttachLauncher.attach(AttachLauncher.java:20)
        at com.secnium.iast.agent.Agent.main(Agent.java:41)
engine install success for pid: 19263

Additional Information

No response

Logs

No response

exexute commented 3 years ago

Thanks for the feedback, verification test has been scheduled

exexute commented 3 years ago

fixed in v1.0.4