Questions tagged [hung]

62 questions
0
votes
0 answers

Tibco process gets stuck at JDBC query activity intermittently, How to indentify what is the issue?

Tibco process instance is getting hung/Stuck at particular JDBC query activity every now and then, After restart of Tibco interface from admin,it works fine. This is an intermittent issue. anyone has idea, what could be the problem? ==> Tried…
0
votes
1 answer

Apache.NMS.ActiveMQ client hang when connection has been broken

Our client connects to cluster with 2 ActiveMQ nodes. Apache.NMS.ActiveMQ library hang when we drop network connection manually between client and cluster. We use Apache.NMS.ActiveMQ with version 1.7.2 and cluster based on ActiveMQ…
0
votes
1 answer

IBM watson speech-to-text job hung in "processing" state

I'm using https://stream.watsonplatform.net/speech-to-text/api/v1 with mime type audio/mp3, communicating with async interface (http callback) on these events: recognitions.failed recognitions.started recognitions.completed Most of the jobs run…
MgFrobozz
  • 1
  • 2
0
votes
1 answer

app runs within Xcode project, but not after built

I have a Xcode project, my small mac app runs all successfully within Xcode test run after compile, but by running the debug or release build by itself, the app become unresponsive after start running. No error or warning during building. I don't…
WeeklyJump
  • 23
  • 5
0
votes
1 answer

Node-red "hung" due to missing node types?

May I pre-empt my question by stating that I am new to the RPi3 and node-red. I have been trying to create a new node for node red, on my Rpi3, and in my last attempt something has gone wrong. When node red powers up the flow is present and can be…
0
votes
1 answer

ThreadMonitor W WSVR0605W: Thread "WebContainer : 11" (000005bb) has been active for 743576 milliseconds and may be hung

In production environment I got frequently thread hung error message. Log is below. [12/16/15 16:47:30:095 PHT] 00000030 ThreadMonitor W WSVR0605W: Thread "WebContainer : 11" (000005bb) has been active for 743576 milliseconds and may…
Brijesh
  • 148
  • 2
  • 16
0
votes
1 answer

hung_task_timeout_secs error during copy to a mount point in linux

I am trying to copy data files from my VM to a NFS VM- ZFS Storage(Both VM's can talk to each other). During copy sometimes I encounter error: INFO: task cp: blocked for more than 120 seconds . "echo 0 > /proc/sys/kernel/hung_task_timeout_secs…
user1004779
  • 147
  • 1
  • 3
  • 13
0
votes
1 answer

Process hung in linux desktop

I have a hung linux desktop situation I browsed over internet and found Ctrl+Alt+F1. It opens a terminal i could kill a process from the terminal but HOW TO LOG BACK FROM THAT TERMINAL TO THE X SESSION ?
theadnangondal
  • 1,546
  • 3
  • 14
  • 28
0
votes
2 answers

How to kill a hung windows ftp service in Windows 7

When I try to stop the Microsoft FTP Service using the net stop ftpsvc command in a Windows 7 32bit (IIS 7.5) machine it just says stopping and ....... and hangs. It remains there indefinitely, I can't stop or start it. When I look at the processes…
rboy
  • 2,018
  • 1
  • 23
  • 35
0
votes
1 answer

Java, Parser only parses data once. Need to parse to eof

I have a GB file of binary data. In this file are many sections of data. Each section of data is wrapped in crap that I don't want. In the crap that I don't want there are constant indicator markers that tell me when the data is coming up. I…
john stamos
  • 1,054
  • 5
  • 17
  • 36
0
votes
1 answer

QT based Win7 app can't cope with the death of an I/O device

I'm writing a QT based native c++ app that uses QtSerialPort library under Win7. It communicates with it periodically(say every 5seconds). Problem is: the device that my app connects to via serial port, has power loss issues(can't change this). When…
sithereal
  • 1,656
  • 9
  • 16
0
votes
2 answers

Drawing FBO with OpenGL on computer hungs

I have two computers, a Toshiba laptop with an i5 and ATI Radeon HD 5145, and an old Dell desktop, with Pentium D and ATI Radeon X1300 Series. I have created a Java application, using LWJGL, that creates an FBO. The texture attached to the FBO is…
Antonio López
  • 139
  • 2
  • 10
0
votes
2 answers

Strange JVM thread hangs - suggestions to troubleshoot?

While troubleshooting one of the jvm hung issues in our production environment, we encountered that one of threads which executes the following logger statement logger.debug("Loaded ids as " + ids + "."); is hung at this step with the thread status…
Andy Dufresne
  • 6,022
  • 7
  • 63
  • 113
0
votes
1 answer

azure - linux virtual machine stuck at "stopping"

i have been experimenting with azure services using my msdn account. i created a suse enterprise linux virtual machine. deployed sonar+mysql and a few simple java applications. everything was fine for almost a month, until last weekend. i tried to…
0
votes
3 answers

Websphere Server threads getting hung

We have an application where we use an H2 embedded database to store the data. We have a synchronized write method which does DB inserts. Since the H2 DB is a small Java embedded DB, we use "synchronized" on the write method to handle the…
Sam
  • 11
  • 1
  • 3