Questions tagged [stackify]

Stackify helps developers manage and troubleshoot application problems with integrated monitoring, metrics, errors & logs.

28 questions
12
votes
2 answers

How to set javaagent in intellij idea VM Options?

I am using Intellij Idea for development. I want to add log monitoring using https://stackify.com/prefix/ and I am following their guide on setting javaagent from the below…
hybrid
  • 1,255
  • 2
  • 17
  • 42
10
votes
1 answer

Stackify Prefix doesn't collect any data in ASP.NET Core

I tried Prefix from Stackify as an alternative to Glimpse, which doesn't support native ASP.NET Core. According to this article and the docs, I installed the server application using chocolately. Then installed the NuGet-Package StackifyMiddleware…
Lion
  • 16,606
  • 23
  • 86
  • 148
6
votes
1 answer

Stackify Prefix for Java

I am trying out Stackify Prefix v3.0.18 to profile a Spring Boot application in WebLogic 12c. The JVM is started with the stackify-java-apm agent as per the instructions: -javaagent:"C:\Program Files…
gulench
  • 115
  • 5
4
votes
2 answers

Out of memory exception occurs when enqueuing and processing background jobs

I am able to cause a reproducible out of memory exception to occur when enqueuing and processing background jobs with Hangfire. The jobs are simple Console.WriteLine invocations so I wouldn't expect heap memory to increase the way that it does. Have…
arfbtwn
  • 328
  • 2
  • 11
3
votes
1 answer

What is the Untracked Application Code in the Stackify Prefix

I am using the Stackify for the ASP.NET MVC project. It's showing one of the results as the Untracked Application Code can anyone help me?
Raju Gaddam
  • 128
  • 3
  • 14
3
votes
1 answer

How can i get the full, sequenced call stack of an ASP.NET request?

I'm trying to hunt down some performance issues in my ASP.NET (Nancy, OWIN/System.Web hosted) app. Through profiling, (namely Stackify tools), i've noticed some 'gaps' at the end of certain requests, that aren't non-obvious calls (e.g not Database,…
RPM1984
  • 72,246
  • 58
  • 225
  • 350
2
votes
1 answer

Stackify Prefix sfclient ERR_CONNECTION_REFUSED

Two part question that may or may not be related to each other. I am running Stackify Prefix v3.0.28 for a Java application on Win10 and it generally seems to work OK: I can see the traces of various actions in our application. Part 1: When…
1
vote
0 answers

Azure web app for containers- additional parameters for docker run command

I have web application developed using the PHP and Laravel and trying to host in the Azure Web App for Containers service. I have integrated stackify logging functionality for the application and the server. I need to send additional parameters to…
1
vote
0 answers

NLog Database target does not work with a Stackify target identified

When configuring a database connection to NLog, i found that it was not producing anything to the database even though i was 100% sure i had it right. I discovered the culprit was my Stackify target. When i remove the stacify target the database…
p64imp
  • 11
  • 2
1
vote
2 answers

How can I see the details of the "ASP.NET HTTP Modules" in a Stackify trace?

We use Stackify to monitor our SAAS application. In a typical trace of a slow request we see that over 90% of the time is spent in "ASP.NET HTTP Modules". It is nice to know, but we really do not know if there is a problem with the application, and…
Dror
  • 1,406
  • 12
  • 15
1
vote
3 answers

Stackify Prefix http://localhost:2012 refused to connect

I installed Stackify Prefix 3.0.28.0 a few days ago and the profiler was working fine until I restarted my system. After system restart when I tried to open http://localhost:2012 it returned with standard chrome error localhost refused to connect.…
haraman
  • 2,744
  • 2
  • 27
  • 50
1
vote
2 answers

How to configure Stackify prefix with Jetbrains Rider debug (.net core projects)

Stackify prefix can be configured in .net core projects by adding middleware and lauching it from visual studio in IIS Express But I want to debug project via JetBrains Rider. I can launch project in IIS but prefix not showing any info about…
Andrey Nikolaev
  • 368
  • 3
  • 9
1
vote
1 answer

How to know Stackify prefix has been enabled?

I am using Stackify Prefix v3.0.28. I can enable it from the system tray. How do I know it has been enabled at any time? I don't see a visual cue in the system tray. I am expecting like a checkmark or something near 'Enable .NET Profiler'. If I…
Tony_Henrich
  • 42,411
  • 75
  • 239
  • 374
1
vote
1 answer

I want to install the Stackify Prefix on my workstation, but how do I run it?

The Stackify Prefix tool looks very useful for my .Net applications. So I visit the site and download it. See http://www.prefix.io/?utm_source=Twitter&utm_medium=PromotedTweet&utm_campaign=PrefixOne When I try to run it for the first time it askes…
arame3333
  • 9,887
  • 26
  • 122
  • 205
0
votes
1 answer

System.Security.Cryptography.CryptographicException: Error occurred during a cryptographic operation

I've recently installed stackify on my dev API server and I have this error coming in on the stackify error dashboard but I cannot reproduce the error. I believe there is an error logged for almost every request made to the API, eventhough all the…
1
2