博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
java.exe进程来源排查录
阅读量:6115 次
发布时间:2019-06-21

本文共 1130 字,大约阅读时间需要 3 分钟。

 

解决后的一个小结:

此处是一个tomcat端口,这种情况下,可以先在浏览器访问下看看效果,就可以快速定位

 

又发现一个简单的办法:

 

 

下面的定位过程,适用于各种场合

 

 

无意中发现有个进程开了好多端口,很奇怪

看看这个java.exe的启动参数:jinfo

64位环境:jinfo -J-d64  pid

 

The jinfo command prints Java configuration information for a specified Java process or core file or a remote debug server.
The configuration information includes Java system properties and Java Virtual Machine (JVM) command-line flags.
If the specified process is running on a 64-bit JVM, then you might need to specify the -J-d64 option,
for example: jinfo -J-d64 -sysprops pid.
This utility is unsupported and might not be available in future releases of the JDK.
In Windows Systems where dbgeng.dll is not present, Debugging Tools For Windows must be installed to have these tools working.
The PATH environment variable should contain the location of the jvm.dll
that is used by the target process or the location from which the crash dump file was produced.
For example, set PATH=%JDK_HOME%\jre\bin\client;%PATH% .

http://docs.oracle.com/javase/8/docs/technotes/tools/unix/jinfo.html

有一个奇怪的地方jps、jconsole.exe和jvisualvm.exe中都看不到4036的进程

 

最后通过procexp64.exe来查看

 

 

原来是Jenkins,有浏览器访问下看看:

 

转载地址:http://hkvka.baihongyu.com/

你可能感兴趣的文章
9、Dubbo-配置(4)
查看>>
前端第七天
查看>>
BZOJ 2190[SDOI2008]仪仗队
查看>>
图解SSH原理及两种登录方法
查看>>
[转载] 七龙珠第一部——第058话 魔境圣地
查看>>
【总结整理】JQuery基础学习---样式篇
查看>>
查询个人站点的文章、分类和标签查询
查看>>
基础知识:数字、字符串、列表 的类型及内置方法
查看>>
JSP的隐式对象
查看>>
P127、面试题20:顺时针打印矩阵
查看>>
JS图片跟着鼠标跑效果
查看>>
[SCOI2005][BZOJ 1084]最大子矩阵
查看>>
学习笔记之Data Visualization
查看>>
Leetcode 3. Longest Substring Without Repeating Characters
查看>>
【FJOI2015】金币换位问题
查看>>
数学之美系列二十 -- 自然语言处理的教父 马库斯
查看>>
Android实现自定义位置无标题Dialog
查看>>
面试总结
查看>>
Chrome浏览器播放HTML5音频没声音的解决方案
查看>>
easyui datagrid 行编辑功能
查看>>