Questions tagged [intermittent]

Tags problems that aren't simply reproducable because they don't always occur.

119 questions
0
votes
0 answers

HA-Proxy Intermittent 503

We have a integration with a vendor, where the requests will leave our haproxy and reachout the client via FW, for some reason we are having an intermittent 503 error, we did take a tcp dump at haproxy and found that after syn/ack with the client…
0
votes
0 answers

Intermittent "parsing error" when executing queries in Apache Solr

I am encountering an intermittent issue in Apache Solr where executing queries sometimes results in a "parsing error" response. I have a Java Spring backend application that communicates with an Apache Solr server hosted on a Dataproc cluster. The…
Luigi105
  • 141
  • 1
  • 11
0
votes
0 answers

Intermittent SQL Server Query Timeout

I have a SQL query that intermittently times out for some clients/users – but never for others. The query is submitted by connecting to an application server which then launches a SQL connection under an application service id. Some days everything…
Isin2000
  • 1
  • 1
0
votes
1 answer

Apache ActiveMQ Artemis HA cluster deployment in Kubernetes with the Istio proxy injected into Artemis pods logs lot of the connection failure errors

Apache ActiveMQ Artemis cluster in Kubernetes environment with the Istio proxy injected into the Artemis pods logs lot of errors showing connection loss between master(active) and slave (backup) instances. We also experience intermittent connection…
MYC
  • 3
  • 3
0
votes
0 answers

MediaMetaDataRetriever throws IllegalArgumentException: File doesn't exists only on some devices

I query all videos on device using cursor and get the video paths from the MediaStore.Video.VideoColumns.DATA column. In another fragment, I use MediaMetaDataRetriever to get more information about a video and pass the file path that I got from the…
0
votes
0 answers

Intermittent Demand Forecasting for highly seasonal items

I have a dataset with intermittent sales and very high seasonality and I want to forecast that but it is my understanding that Croston's method only works on non seasonal items. Is there any other method for forecasting those items?
0
votes
1 answer

Spring Boot's scheduled programmatic restart using RestartEndpoint failed to start intermittently

I wrote below scheduler which runs everyday midnight 12 am. This has to restart the spring boot web application ( self ) and it is working as expected most of the time. But once in a week ( approximately), application shutdown happens successfully,…
Sundararaj Govindasamy
  • 8,180
  • 5
  • 44
  • 77
0
votes
2 answers

base class not always called when instantiating WinForm user control

I have a funky problem that has a workaround, but I want to keep code as similar as possible. The issue centers on a particular variable in the base class for my user controls that may or may not be null, and it should never be null. Basically I…
Mike Malter
  • 1,018
  • 1
  • 14
  • 38
0
votes
0 answers

Spring webapp returning 404 intermittently for vendor.js, vendor.css, main.css and main.js

I have spring webapp and its single-page React application. While loading the page in browser I see requests for downloading vendor.js, vendor.css, main.css and main.js are failing randomly. Few resources are downloaded successfully while few return…
0
votes
0 answers

Single SIgn-On IIS Site intermittently responding with 401 errors some mornings on one of two sites

Currently in our testing environment, one IIS site (out of two) intermittently logs 401 authentication errors. This is picked up by monitoring through the following log extract: (shortened) GET / - 80 - Microsoft+Monitoring+Agent+7.1.10184.0 - 401…
0
votes
0 answers

Android Studio crashes intermittently with com.intellij.util.DeprecatedMethodException

I have recently installed Android Studio on my new setup. However, it keeps on crashing unexpectedly at random times, without warning. The same exception keeps happening during the crash: 2022-01-13 15:23:06,066 [ 85372] WARN -…
LCZ
  • 589
  • 1
  • 9
  • 15
0
votes
1 answer

Intermittent KeyError with Dash-Plotly Python app deployed to Heroku

I have deployed a Dash-Plotly Python application to Heroku using Heroku's "heroku git CLI" option. I followed Heroku's instructions and the deployment itself was uneventful. In fact, the app works like its supposed to 75% of the time. (Also note…
bbaxter256
  • 41
  • 4
0
votes
1 answer

Context menu trigger intermittent on Mac OS X

I'm using right mouse clicks to display a context-sensitive menu within a QTreeView-based GUI. The context menu works correctly on Windows and Ubuntu. On Mac OS X, the context menu displays correctly but when the user selects an option from the…
0
votes
1 answer

Telegraf intermittent processor.regex

I am having an intermittent issue with the telegraf processors.regex (at least that's my best guess) We are using the following telegraf configs /etc/telegraf telegraf.conf (only configures…
Martin
  • 2,316
  • 1
  • 28
  • 33
0
votes
0 answers

What could cause intermittent build failures in teamcity when publishing dotnet projects?

I am maintaining a build configuration in Teamcity. It works most of the time, but about 1/8 of the time it fails with cryptic error messages. The failures and successes happen even when there is no changes. Screenshot of build config page Error…