Questions tagged [blocked]

DO NOT USE THIS TAG! Please find a more relevant tag for your question because this tag is too ambiguous in meaning.

This is an ambiguous tag that should not be used to tag your question with.

Better tags would be

Please find a tag that accurately describes the issue you have for the framework you're using.

157 questions
1
vote
1 answer

signed applet blocked on webbrowser with reverse Proxy ('Unknown Source')

I'm having problems to deploy a signed applet (certificate from a trusted CA) on a new webserver. It is running fine on my old webserver, but when I transfer it to the new host, it is blocked by Java security settings. I deploy it like this in my…
1
vote
2 answers

Node.js event listener blocked?

using the following code I register an node.js event listener waiting for a response from a zeromq connection forwarded through a global nodejs EventEmitter called zmqevent.…
Whezz
  • 85
  • 6
1
vote
1 answer

KeyEvent keyPressed key combination is blocked

I've been struggling with the following problem for quite some hours now and can't find the solution. I'm currently working on a music/rhythm game, in which the user has to press certain keys at the right time to score points. Now, since it's…
iQew
  • 137
  • 8
1
vote
1 answer

GMail imap connection blocked because the server is in different country

I have a web application developed in PHP that connects to GMail using PHP IMAP extension, this extension is enabled and working correctly. When I try to connect to GMail using IMAP in my application, on my local server it works correctly (I live in…
devsdmf
  • 411
  • 3
  • 15
1
vote
1 answer

Stopping a Java thread blocked on a Scanner

This is related to some other questions on here, but I haven't yet seen an answer that helps. (EDIT by JWW: per the comments, the cited duplicate doe not handle the EOF as expected or desired). In this example, the main() function starts a Thread,…
Adam Smith
  • 449
  • 9
  • 23
1
vote
2 answers

Need alternative for reading ini-files (problems with kernel32-solution)

i am reading a ini-file using the Kernel32-solution (GetPrivateProfileString). It was working fine under XP but now it is (not) running under Windows-7. Now i have the problem that windows7 protects the file and i cannot write into it (with another…
Thomas Mann
  • 99
  • 3
  • 19
1
vote
0 answers

When do blocked Android threads actually get killed?

I'm fighting the known bug in Android that a blocked USB read thread cannot be unblocked - period. Nothing unblocks it; not closing the underlying object (as is typical with sockets), not using NIO and calling FileChannel.close (which sends an…
AndroidNewbie
  • 515
  • 5
  • 17
1
vote
0 answers

NSURLConnection Blocking UI

I am trying to run an asynchronous NSURLConnection but its causing my UI to be blocked everytime i receive a response. I was under the impression that an async connection does not block the UI i have also setup a runloop so i can respond to incoming…
1
vote
1 answer

Java HttpURLConnection blocked at work, but not Firefox

Good afternoon, I have an issue concerning an HttpURLConnection and the internet restrictions at work... What I am trying to do: I am trying to write a program that connects to the site http://www.epexspot.com and reads the peak and base product…
Maxmanski
  • 11
  • 3
1
vote
2 answers

Ruby Grape Reactor gets blocked

I am creating an API using Ruby Grape and I face the following problem. When there is a new GET request, a large amount of data is requested which takes long time and in the meanwhile Reactor is blocked and no new requests can be handled until the…
antiziclon
  • 21
  • 2
1
vote
1 answer

Joomla 1.5 site keeps getting blocked by host

I have a Joomla 1.5.26 site which I have had since Aug 2012. It has been in a stable condition since Aug, with no changes to components etc. It is firewalled with RS Firewall and all the other security precautions have been taken. During the past…
James Stoddern
  • 397
  • 1
  • 5
  • 19
1
vote
0 answers

HttpConnection blocked when get response when use gcm demo sender

i used the google gcm server demo to build the notification server. but i find it will be blocked when get response from the gcm. conn.setConnectionTimeout and set conn.readTimeOut also make no effect. is there some good solution? String requestBody…
user1556497
  • 125
  • 2
  • 6
1
vote
0 answers

Cocos2D blocked buttons after replceScene and removeAllDelegates

I have a serious problem with Cocos2d. 1) I have one scene with few buttons in it 2) I have another scene in which i use -(void) onEnter { [[[CCDirector sharedDirector] touchDispatcher] addTargetedDelegate:self priority:0…
1
vote
1 answer

While downloading a file, all requests are blocked

I'm having an issue within my application Pelotonics. When a user downloads a file the system seems to block all incoming requests until that file is done downloading. What is the proper technique to to open a download dialog box (standard from the…
None
1
vote
2 answers

Facebook like button doesn't show when using domain URL

On one of my clients websites Facebook like button doesn't show up when button URL parameter contains domain name. Example here. The button in question is located in floating sharebar to the left of the posts and just above the tweet counter. The…
1 2
3
10 11