Tagged Questions
0
votes
1answer
30 views
How to wait for multiple listeners with timeout
I'm having the following problem:
The main thread runs code (that is being called a few times every second) of my application, and at some point it notifies a list of listeners before performing a ...
0
votes
1answer
58 views
java.net.SocketTimeoutException: Read timed out under tomcat
I have a tomcat based web application. I am intermittently getting the following exception,
Caused by: java.net.SocketTimeoutException: Read timed out
at ...
2
votes
1answer
35 views
Socket Timeout is not working in Servlet
I have a Java servlet which tries to connect to the source(Using request ip address).
Method is as :
String ip = request.getRemoteAddr();
private void connect(String ip) throws SocketException, ...
0
votes
1answer
28 views
Android ServerSocketChannel binding to loopback address
I have an Android device that will be running a server that other Android devices, the clients, will be connecting to. I am using SocketChannel and ServerSocketChannel in non-blocking mode.
Here is ...
0
votes
2answers
39 views
Java: Connection Timedout and Socket Timedout
I'm in the process of writing two Junit testcases for testing the timemouts
@Test
public void connectionTimeoutTest()
{
String myurl = "http://serverip:serverport/context";
...
0
votes
3answers
45 views
Java Prime Factorization: Program timing out?
Before I get blasted for not following the rules, I DID utilize the search function and see that there are multiple threads on this exact problem. However, none of them answered my specific question.
...
0
votes
1answer
55 views
ObjectInputStream Blocking socket external ip madness
When I initialize my objectinputstreams, after I have initialized and flushed by objectoutputstreams, I get this:
Client:
java.net.SocketTimeoutException: Read timed out
at ...
0
votes
0answers
23 views
Getting ConnectException intermittently from HSQLDB
We have a setup of 2 tomcats running in distributed mode
which connect to 2 HSQLDB running in HA mode on both the nodes.
The Tomcat Logs are showing ConnectExceptions at certain intervals. An ...
0
votes
1answer
30 views
ScheduledExecutorService as timeout shows no AlertDialog
I'm trying to implement a timeout behaviour in my app. There should also be a warning (alertdialog) 5 seconds before the timeout actually happens.
I want to use a ScheduledExecutorService to do so.
...
0
votes
3answers
38 views
Java disable stack trace on a specific call?
I want to disable one error message produces by a socket timeout, because it's filling my console (Linux, terminal).
The code:
public ThreadListenResponseQuery(DatagramSocket socket){
this.socket ...
1
vote
2answers
87 views
How to improve postgresql request that throw a “statement timeout”
This request throw a statement timeout with postgresql.
DELETE FROM my_table where my_table.id IN (
SELECT DISTINCT b.id
FROM my_table a
LEFT JOIN my_table b
on b.rowA = a.rowA and ...
0
votes
3answers
67 views
Call a method after timeout occurs
I have tried to implement timeout in the code. Basically I want to start the timeout and if timeout occurs it should call a method.
Pseudocode way:
in bar function
start timeout ...
0
votes
1answer
46 views
How can I pause a Java splash screen from a batch file?
I have the simple batch file code, which is working:
set path=%path%;C:\Program Files (x86)\Java\jdk1.7.0_05\bin
javac C:\Users\Ian\Desktop\batchFileTest\GUI.java
java -splash:images/splashImage.jpg ...
2
votes
1answer
69 views
How to timeout for a Public method in Java?
I've searched for a while but I didn't found a concrete unique solution for this problem, some use function methods like .setTimeout(...) or so, but I just want to set timeout to one of public methods ...
0
votes
3answers
165 views
Timeout in DefaultHttpClient
I'm a little confused on how the timeouts in DefaultHttpClient work.
I'm using this code:
private DefaultHttpClient createHttpClient() {
HttpParams my_httpParams = new BasicHttpParams();
...
0
votes
1answer
124 views
twitter search Api connect timeout
I am running this program to search for tweets. Getting the below exception pasted.
Could any one help me what the problem is?
please let me know if any other details required.
Thanks
public ...
0
votes
0answers
280 views
Tomcat 7: mapMappableContainerException + SocketTimeoutException
On a tomcat server (tomcat 7), every once in a while, the following exception is being shown:
com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException
SEVERE: The exception ...
0
votes
4answers
121 views
java - how to kill a Process if it exceeds an alloted time
I am wondering what the best way is to detect/kill a process if it exceeds a predefined time. I know an old way was to use the watchdog/timeoutobserver class from the ant package. But this is ...
0
votes
1answer
95 views
HttpClient hangs on socketRead0 with successfully executed method
In our web-application A user can submit a url. We will fetch the data and parse it server side. For each request we use an HttpClient with the following (relevant) settings
...
1
vote
1answer
72 views
How to change Java ROME parser default socket timeout?
I am parsing a fair amount of RSS feeds in cascade using Java ROME as my XML parser.
Sometimes one of the RSS feeds might be unreachable because of network issues, which results in a Socket timeout ...
1
vote
1answer
42 views
Eclipse Time Out
I want to either delay the time the results take to load for my web application or reduce the time out session for test purposes. Is there a way to implement this? I am using eclipse and gae with ...
1
vote
0answers
48 views
How do I manage session timeout if I am using SVNKit?
I am using SVNKit 1.7.8 java API.
<dependency>
<groupId>org.tmatesoft.svnkit</groupId>
<artifactId>svnkit</artifactId>
...
2
votes
1answer
746 views
Redirecting after HttpSession time out
I have been looking at many posts on this topic but couldn't get a solution that works in my case.
I am using Java EE 6 with JSF 2.0 (deployed on JBoss AS 7.1)
In my web.xml I have:
...
0
votes
1answer
125 views
Java - how should I detect/kill a process if it hangs (previously used watchdog/timeoutobserver)
I am in the proces of updating some old code and am not sure about the most optimal way to replicate the Watchdog/TimeoutObserver functionality below. However, this is an old way of doing it and I am ...
0
votes
0answers
134 views
Setting a timeout in java
I'm having a class that tracks the values of a sensor on a device, which is very resource-expensive.
The class has a getSensorValues() method, from which I can get the last tracked values.
I want to ...
0
votes
1answer
74 views
htmlunit setTimeOut works in a weird manner
I have used htmlunit for some time. Now I am trying to introduce a timeout feature to it.
It works in the following way:
WebClient webClient = new WebClient(BrowserVersion.INTERNET_EXPLORER_8);
//To ...
1
vote
1answer
54 views
Decoration pattern used for creating JMSMessages / Where should the timeout start
I started to build a messaging framework and I decided to use the decoration pattern for creating JMSMessages.
class BaseMessage implements Message { ... }
Abstract decoration
class ...
4
votes
0answers
141 views
Couchbase bad connectivity (TIMING OUT) in AWS VPC
I am experiencing a connectivity problem which is a bizarre in a private virtual vpc in Amazon environment (AWS). My context is like this i have subnet in in this subnet i have 2 machines a client ...
1
vote
1answer
121 views
java socket timeout behaviour
If I set soTimeout on java sockets what will be the behaviour in case of active peer vs passive peer. For instance if I have a readtimeout value 1 minute and having a file transfer and which takes 5 ...
0
votes
1answer
84 views
selenium webdriver seems to be ignoring timeouts
I have the following timeouts in the setUp section of my test
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
driver.manage().timeouts().setScriptTimeout(60, TimeUnit.SECONDS);
...
4
votes
2answers
216 views
Enforce socket timeout on ActiveMQ from Camel route?
So below I have Camel (via Spring DSL) successfully integrating my beans with ActiveMQ queues:
<!-- Note: this code is just a snippet; if you need to see more, please let me know! -->
...
1
vote
1answer
79 views
setting interrupt bit does not make Future.get() throw TimeoutException
Why doesn't setting the interrupt bit in a Callable cause the Future that represents the Callable to throw a TimeoutException when Future.get() is called?
public class ExecutorServiceTest extends ...
1
vote
1answer
143 views
How to set timeout value for a @WebMethod in a @Stateless bean?
I am trying to figure out if it is possible to set the timeout value for a web method in a @Stateless bean. Or even if it is possible. I have searched quite a bit and found nothing related to this ...
0
votes
1answer
138 views
Manually time out a httpurlconnection in java
i have tried to timeout httpurlconnection in the following manner
URL urlConnect = new URL(url.toString());
HttpURLConnection.setFollowRedirects(false);
HttpURLConnection urlc = (HttpURLConnection) ...
2
votes
2answers
223 views
Making a connection with Socket.connect using timeout
I'm making a java TCP connection using the Socket class.
Socket socket = new Socket();
socket.connect(new InetSocketAddress(host,port),50);
I want this connection to be established fast or not ...
3
votes
3answers
313 views
In Java, why does readLine() block on a closed socket connection?
I have a simple Client/Server app. The server is set up so that if no data comes in within N seconds a timeout occurs and the socket connection is closed. I do this via Socket.setSoTimeout(). That ...
0
votes
0answers
264 views
Httpurlconnection timeout not happening
I have a java servlet requesting some request to some other server, and the other server has a apache server with a default timeout of 2 minutes.
I have two urls to be called, in-case the first url ...
1
vote
1answer
2k views
apache cxf could not send message and read time out
What might be the cause of:
org.apache.cxf.interceptor.Fault: Could not send Message.
Caused by: java.net.SocketTimeoutException: SocketTimeoutException invoking ...
2
votes
0answers
372 views
HtmlUnit WebClient Timeout
In my previous questions about HtmlUnit
Skip particular Javascript execution in HTML unit
and
Fetch Page source using HtmlUnit : URL got stuck
I had mentioned that URL is getting stuck. I also ...
0
votes
1answer
463 views
Android Connection/SocketTimeOutException caught yet app still crash
Basically I'm trying to let user know when the app cannot reach the server/server down, while their phone internet/data connection is perfectly fine. So I set a timeout by following this post here: ...
2
votes
5answers
106 views
How do I make method pause without pausing the whole program?
So I'm writing a program that plays Reversi/Othello against a player. I wrote a method to make a short animation of the pieces flipping-
public void flip(int row, int col, Graphics window)
{
Color a;
...
0
votes
1answer
136 views
What is the difference between CoreConnectionPNames.SO_TIMEOUT and CoreConnectionPNames.CONNECTION_TIMEOUT?
Could someone explain me the difference between these two parameters?
org.apache.http.params.CoreConnectionPNames.CONNECTION_TIMEOUT;
org.apache.http.params.CoreConnectionPNames.SO_TIMEOUT.
...
-1
votes
2answers
73 views
Implement a TimeWindowBuffer of limited size
I'd an interview yesterday. I couldn't figure out a solution to one programming problem and I'd like to get some ideas here. The problem is:
I need to implement a TimeWindowBuffer in Java, which ...
2
votes
1answer
708 views
Java: Set timeout for threads in a ThreadPool
I want to set timeouts for threads which are executed within a thread pool. At the moment I have following code:
ExecutorService executor = Executors.newFixedThreadPool(8);
for(List<String> l: ...
0
votes
1answer
70 views
How are timeout blocking calls implemented inside Java classes like Socket
There are many APIs in Java that support blockingcall(timeout) like Socket, Lock and others. How are these things implemented in Java?
I tried to find out but it lead to native code which is not ...
0
votes
1answer
178 views
Java : zeromq , try to set response timeout in MT server
im using ZeroMQ to client / server application ,
now in my MT server i try to set timeout, i tried to set on the server :
socket.setReceiveTimeOut(2000);
socket.setSendTimeOut(2000);
with no luck ...
0
votes
1answer
726 views
Java HTTPUrlConnection timeout does not work
I've written a programm that opens a httpurlconnection to a website through random proxies. My httpurlconnection is called "conn". Now I know, that some of those proxies might be too slow, so i've set ...
3
votes
1answer
94 views
How to set the length of time a windows notification icon appears in Java
I've made a java application which connects to a server and a Windows system tray notification popup which alerts the user when the application has disconnected and reconnected. Here is the code:
...
2
votes
2answers
366 views
java closing a serversocket and opening up the port
I'm creating a Java based server.
I'm using a server socket to accept incoming messages.
However at some point within my program I want the server socket to listen to another port.
I close the ...
0
votes
2answers
218 views
Timeout for UnknownHostException with established connection but no internet
I have an interesting issue.
I have an application where inside of it, I'm trying to account for the condition where the phone is connected to a router, but that router is not connected to the ...





