Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
273 views

Embedded youtube videos blocked by network admins stopping web page loading

This is a curly one. We've developed a website for one of our clients which has some embedded youtube videos. Unfortunately, the clients internet filtering software blocks youtube access - this ...
4
votes
5answers
3k views

Java thread blocking

i have a problem with my java environement. I'm running Solr 1.3 (search engine) since more then a year now and suddenly i got alot of trouble with it. All my thread pool (250) got randomly blocked ...
4
votes
8answers
2k views

Multiple threads stuck in native calls (Java)

I have a problem with an application running on Fedora Core 6 with JDK 1.5.0_08. After some amount of uptime (usually some days) threads begin getting stuck in native methods. The threads are locked ...
2
votes
1answer
34 views

How should you handle the possibility of an NSStream blockage?

Per Apple’s “Polling Versus Run-Loop Scheduling”: [hasSpace/BytesAvailable] can mean that there is available bytes or space or that the only way to find out is to attempt a read or a write ...
2
votes
4answers
270 views

Does Java blocked threads take up more CPU resources?

i would like to ask if Java will utilize more CPU resources when threads are blocked, i.e. waiting to lock a monitor which is currently being locked by another thread. I am now looking at a thread ...
1
vote
1answer
75 views

On Mac OS X Leopard, how can I setup an web server (nginx) without being blocked by the Firewall?

I'm struggling to get my nginx server reachable from outside with the OS X (Mac OS X Snow Leopard) firewall turned on. I'm stuck, I don't know what to tweak more. I'm able to access my page through ...
1
vote
3answers
278 views

How is a thread in blocked state caused by waiting on a objects lock handled by the JVM

I have seen there are different ways a thread could get to blocked state. Im interested to know what exactly happens after a thread is in blocked state. How does it get back to running state. If its ...
1
vote
1answer
221 views

When Java debugging what could cause my process to hang

I have a Java server process which does heavy processing. It intermittently stops processing, as in the log stops, and activity ceases but the process is still active. I have had this happen while ...
0
votes
0answers
18 views

Clicking on a navigation link is blocking my jquery popup form

I have integrated a jquery plugin for a modal form on my site. On the home page the popup form opens, no issues. However, as soon as I click on any of the links in my main navigation (it has some ...
0
votes
1answer
36 views

Prevent stops application with NSStream in polling mode

I have implemented a client-server transferring from Windows desktop application to iPhone App. I transfer data using NSStream in polling mode (synchronous). CFReadStreamRef readStream; ...
0
votes
2answers
63 views

php blocked words from mysql database

I need to save a list of blocked words in mysql database and use my below code to block some words or phone numbers... Please help with a little example. Thanks $blocked_words=array("word1" ...
0
votes
0answers
17 views

Use the scroll mode in gnu-screen without blocking the running program?

Is there a way to use the scroll mode in gnu/screen without blocking the running program? With scroll mode, I mean the ctrl+a ESC key combination which allows you to navigate in the buffer with the ...
0
votes
0answers
593 views

Facebook Blocked URL Error when posting Bit.ly link via API

Using a valid oauth token, I tried to create a wall post containing a bit.ly link on a Group managed by a Facebook user. It returned the following error three times in a row before I gave up: ...
0
votes
2answers
182 views

iframe app problem “This frame was blocked because it contains some insecure content.” works on my computer, but others get error

I created an iframe Facebook app for use on my FB page. I get this error "This frame was blocked because it contains some insecure content." I can see my page render correctly on my main computer, I ...
0
votes
0answers
135 views

jzmq XREP/XREQ: blocked message sent before connecting XREP

Sometime I have such situation: I bind XREQ socket (server) and send message. Method send block server, then I connect with XREP (client) and... nothing happens. Client don't receive message and ...
0
votes
0answers
464 views

How to check whether UPnP port 1900 and Bonjour port 5353 is blocked by the firewall

I am listing the all the local area network devices using UPnP in C# .NET, I am using UPnP API's given by windows in C# .NET (by adding reference to UPnP COM Library). When UPnP Scan don't see any ...
0
votes
0answers
158 views

Uncaught exception: Application is blocked

I Trying to use the Blackberry Messenger social Platform Sdk , but i still receiving this errors ! ... 1rst. with a white screen it shows ---------> App Error 104 Uncaught: ControlledAccessException ...
0
votes
1answer
613 views

Gmail blocked my smtp server ip address, what should i do? [closed]

gmail blocked my ip address what should i do now to unblock?
0
votes
0answers
472 views

IE: Blocked website from displaying content with security certificate errors

A website my company develops has a security certificate error in IE(8) It can be found here: www.fonq.nl Anyone having similar problems and a solution?
0
votes
3answers
712 views

Firewall blocks websocket

Firewall (kaspersky/avast) blocked messages when I using websocket server (socket.io on node.js), what can i do? (except change default setting in firewall) port 8080 or 8000 thx a lot
0
votes
2answers
193 views

1.JFrame call 2. JFrame - wait() =>both blocked?

I've got a problem: I've got a jframe1 who calls at ActionPerformed the jframe2. JFrames are threads or? and so I've tried in the jframe2 the wait() method, and then I would notify the jframe2's in ...
0
votes
2answers
85 views

Blocking friends sql (super slow sql??)

Hi im having trouble with this sql. Basically it displays statuses that my friends posted, and it filters out the friends that i blocked. The sql is slooooowwwwwww though.. It takes 2 seconds to ...
0
votes
1answer
343 views

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 ...
-2
votes
1answer
24 views

Contact Information section [closed]

Something is blocking my website section of contact information in my privacy settings. I cannot delete the web address I have there now and also cannot add a new one I would like to change. Why is ...
-2
votes
3answers
227 views

JavaScript getelementbyid problem

When we use getelementbyid in JS the browser ask to allow or block the script, is there a piece of script to automatically allow that or avoid that or is there an alternative for that