简体   繁体   English

Stackify Prefix for Java

[英]Stackify Prefix for Java

I am trying out Stackify Prefix v3.0.18 to profile a Spring Boot application in WebLogic 12c. 我正在尝试使用Stackify Prefix v3.0.18来配置WebLogic 12c中的Spring Boot应用程序。 The JVM is started with the stackify-java-apm agent as per the instructions: 根据以下说明,使用stackify-java-apm代理启动JVM:

-javaagent:"C:\\Program Files (x86)\\StackifyPrefix\\java\\lib\\stackify-java-apm.jar"

On accessing the Spring Boot Actuator's /health endpoint, I do not get anything reported in the Prefix dashboard at http://localhost:2012 . 在访问Spring Boot Actuator的/health端点时,我在http:// localhost:2012的Prefix仪表板中没有报告任何内容。 Is anything amiss here? 这里有什么不妥吗?

A couple of observations were made; 提出了几点意见; the Prefix agent was trying: 前缀代理正在尝试:

  1. To load a properties file from a Linux/Unix path and failed to do so 16:16:24.826 [main] WARN com.stackify.apm.config.a - Unable to find properties file /usr/local/stackify/stackify-java-apm/stackify.properties 从Linux / Unix路径加载属性文件但未能执行此操作16:16:24.826 [main] WARN com.stackify.apm.config.a - Unable to find properties file /usr/local/stackify/stackify-java-apm/stackify.properties
  2. To write a file into a non-existent directory C:\\Program Files (x86)\\Stackify\\stackify-java-apm\\log\\ 将文件写入不存在的目录C:\\Program Files (x86)\\Stackify\\stackify-java-apm\\log\\

I was unable to find an end-to-end demo or tutorial on setting up and using Prefix to profile a Java application. 我无法找到有关设置和使用Prefix来分析Java应用程序的端到端演示或教程。

I was looking on their support site and it seems that WebLogic 12c is not supported according to this link: 我正在寻找他们的支持网站,似乎根据此链接不支持WebLogic 12c:

https://support.stackify.com/prefix-enable-java-profiling/ https://support.stackify.com/prefix-enable-java-profiling/

Have you tried submitting a ticket with them? 你试过和他们一起提交票吗?

https://support.stackify.com/submit-a-ticket/ https://support.stackify.com/submit-a-ticket/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM