Mantis - Resin
Viewing Issue Advanced Details
3039 major always 11-04-08 02:45 03-25-09 14:59
jeff_porter  
ferg  
normal  
closed 3.2.1  
fixed  
none    
none 4.0.0  
0003039: BurlapProxyFactory hangs on create(a, u)
I've seen this reported before on the Spring site, but I cannot find an answer.

The BurlapProxyFactory class hangs on startup.

This is because the URL for the service has not started yet.
In my case I need to do remoting between two apps on the same Tomcat.

BurlapProxyFactory : line 249
InputStream is = conn.getInputStream();

Can we not define the timeout on the socket to be short lived, so that it will fail & the next time I call the factory it trys again?

Or is there another solution?

I would change the start order of the products in Tomcat, but we also support Websphere and other environments.

ref: http://jira.springframework.org/browse/SPR-3445 [^]

There are no notes attached to this issue.