Tags problems that aren't simply reproducable because they don't always occur.
Questions tagged [intermittent]
119 questions
1
vote
0 answers
a4j:commandLink working intermittently
In the code below, a4j:commandLink (with id id="account-link") does not work for me all the time.
Fail Scenario (happens 1 out of approx 10 clicks) : Its clicked, the a4j:status tag (we show a moving wait bar) is invoked but the backing bean is…

Himalay Majumdar
- 3,883
- 14
- 65
- 94
1
vote
1 answer
MySQLi random and temporary fatal error
I have an environment where I use beanstalkd and pheanstalk to queue and process jobs asynchronously. One of my workers is passed a MySQL table name, and row id, along with other information. That worker then updates that row of that table.
This…

sharf
- 2,123
- 4
- 24
- 47
1
vote
1 answer
Getting A List of System Processes in Java Using Hyperic SIGAR
I am trying to figure out how to get a list of system processes using Hyperic SIGAR. This is what I have so far:
import org.hyperic.sigar.Humidor;
import org.hyperic.sigar.ProcExe;
import org.hyperic.sigar.SigarException;
import…

SquawkBirdies
- 157
- 2
- 13
1
vote
1 answer
Strange intermittent character encoding behaivor in Tomcat server
From time to time we have encountered a very strange encoding problem in Tomcat in our production environment.
I have not yet been able to pinpoint exactly where in the code the problem happens, but it involves the replacement of non ascii…

user1921254
- 61
- 1
- 3
1
vote
2 answers
PHP $_REQUEST Sometime empty
$_REQUEST is coming empty sometimes even though log says that $_SERVER['CONTENT_LENGTH'] is non zero.
Below is some of the information from $_SERVER:
[HTTP_USER_AGENT] => Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; BTRS125268;…

Dhruv Patel
- 41
- 6
1
vote
2 answers
Why am I having an intermittent issue while hovering too quickly?
I'm having an issue as the element is not being hidden if I hover over the element quickly. It works the way I intended if I hover slowly/normally. Here's my jQuery:
$(".A").mouseenter(function(){
$("#arrow").hide();
…

WagnerMatosUK
- 4,309
- 7
- 56
- 95
1
vote
1 answer
intermittent erros with android (google play) in-app purchase
Some people trying to do in-app purchase within my Android game report that they can never complete the purchase -- that they always get an error message. (I.e., The market app reports an error to my application, and I show the user this…

M Katz
- 5,098
- 3
- 44
- 66
1
vote
1 answer
Windows Mobile 6 intermittent connection status NOPATHTODESTINATION
On a Windows Mobile 6 device we are trying to open an internet connection. This usually works but sometimes we get a return code of 0x80004005 with a status of CONNMGR_STATUS_NOPATHTODESTINATION. When this happens it will keep happening but if you…

honus
- 799
- 6
- 14
0
votes
1 answer
Intermittently not receiving form emails SMTP
I run a classic asp website in which several thousand emails are sent a day through SMTP. I use Cdo.Message. A single "To" Email address and a Single "From" email address are used. The majority of these messages are received; however, recently…

jpsnow72
- 965
- 2
- 15
- 45
0
votes
3 answers
Slowing down computer for debugging intermittent defect
Is there a way to slow down my development computer to try to replicate a defect that only occurs intermittently on a slow machine?
(For what it's worth, Ableton Live has a CPU usage simulation feature, but I've never seen something like this for…

Paul Reiners
- 8,576
- 33
- 117
- 202
0
votes
1 answer
How to capture asynchronous and intermittent data in iOS?
Platform: iOS with TCP/IP comms.
The following is an example of my incoming data stream.
$PLTIT,HV,0.20,M,0.00,D,-58.70,D,0.30,M*71
$PLTIT,HV,1.90,M,0.00,D,-8.30,D,1.90,M*41
A valid message frame looks like…

Sebastian Dwornik
- 2,526
- 2
- 34
- 57
0
votes
0 answers
Android Bluetooth Stack randomly disconnects from my BLE device
My java code runs on Quest 2 (Android 12.0) and subscribes to the gatt cadence characteristic of a cadence sensor. The code runs pretty well apart from two issues.
The Bluetooth stack randomly disconnects from the cadence sensor. Sometimes it…

Boodums
- 1
- 3
0
votes
0 answers
Connexion Intermittence: MongoDB from Php7.4
I have problems with intermittence in connection to mongodb since PHP 7.4. I don't understand why sometimes it fails to connect to ReplicaSet. What can I do ?
I leave the log of my application below.
[18:58] [Worker 1] [109] Process with id…

Infobuscador
- 240
- 1
- 12
0
votes
0 answers
Reading serial port sometimes doesn't work on opening if data was being sent while the device was not open
I'm trying to work with a LIDAR device that starts streaming data frames 100 times per second from the moment it powers on. There don't seem to be any commands to make it selectively start and stop. I can use a program like cu or my own code to…

Timothy Miller
- 1,527
- 4
- 28
- 48
0
votes
0 answers
How to resolve intermittent NoHttpResponseException and SSLException after enabling cipher suites in Wildfly
Our Server Vulnerability Scan gave below vulnerability:
Weak SSL/TLS Key Exchange on port 443
Weak Cipher Names: DHE-RSA-AES256-GCM-SHA384, DHE-RSA-AES128-GCM-SHA256, DHE-RSA-AES256-SHA256, DHE-RSA-AES128-SHA256, DHE-RSA-AES256-SHA,…

technikal
- 1
- 1