<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    meet hang on call a ejb, add a timeout property in jboss-server.xml?
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/freeliuade">freeliuade freeliuade</a> in <i>JBoss Remoting</i> - <a href="http://community.jboss.org/message/643490#643490">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi, </p><p>I'm doing a nagative case for my application, a client to call a ejb server. (client and server is on different machine), when ejb call reach server side, unplug the server machine network. (by using debug to suspend server side to know the ejb server is on processing client call)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>client will wait forever. following is the client side thread dump, block at java.net.SocketInputStream.socketRead0(Native Method), and I debugged it, the timeout value send to native api is 0, means never timeout.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code">C:\Documents and Settings\hyliu&gt;jstack 18320
2011-12-28 14:32:26
Full thread dump Java HotSpot(TM) Client VM (17.0-b17 mixed mode):

"RMI RenewClean-[pek-wkst71btb:1101]" daemon prio=6 tid=0x171ec000 nid=0x19f0 in Object.wait() [0x17
3af000]
&#160;&#160; java.lang.Thread.State: TIMED_WAITING (on object monitor)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Object.wait(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - waiting on &lt;0x02eb00d0&gt; (a java.lang.ref.ReferenceQueue$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - locked &lt;0x02eb00d0&gt; (a java.lang.ref.ReferenceQueue$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:619)

"RMI Scheduler(0)" daemon prio=6 tid=0x171ddc00 nid=0x4070 waiting on condition [0x1735f000]
&#160;&#160; java.lang.Thread.State: WAITING (parking)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.misc.Unsafe.park(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - parking to wait for&#160; &lt;0x07f746b0&gt; (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1987)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.DelayQueue.take(DelayQueue.java:160)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:583)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:576)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:619)

"GC Daemon" daemon prio=2 tid=0x171da400 nid=0x43c4 in Object.wait() [0x1730f000]
&#160;&#160; java.lang.Thread.State: TIMED_WAITING (on object monitor)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Object.wait(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - waiting on &lt;0x07f74038&gt; (a sun.misc.GC$LatencyLock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.misc.GC$Daemon.run(GC.java:100)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - locked &lt;0x07f74038&gt; (a sun.misc.GC$LatencyLock)

"RMI RenewClean-[pek-wkst2cwxc:1101]" daemon prio=6 tid=0x171d9800 nid=0x471c in Object.wait() [0x17
2bf000]
&#160;&#160; java.lang.Thread.State: TIMED_WAITING (on object monitor)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Object.wait(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - waiting on &lt;0x07f73cb0&gt; (a java.lang.ref.ReferenceQueue$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - locked &lt;0x07f73cb0&gt; (a java.lang.ref.ReferenceQueue$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(DGCClient.java:516)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Thread.run(Thread.java:619)

"Low Memory Detector" daemon prio=6 tid=0x16bc8400 nid=0x3c78 runnable [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"CompilerThread0" daemon prio=10 tid=0x16bb2000 nid=0x2090 waiting on condition [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"JDWP Command Reader" daemon prio=6 tid=0x16baec00 nid=0x45b4 runnable [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"JDWP Event Helper Thread" daemon prio=6 tid=0x16bad400 nid=0x2bb0 runnable [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"JDWP Transport Listener: dt_socket" daemon prio=6 tid=0x16baa800 nid=0x26c0 runnable [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"Attach Listener" daemon prio=10 tid=0x16b9a800 nid=0x4704 waiting on condition [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"Signal Dispatcher" daemon prio=10 tid=0x16b99400 nid=0x403c runnable [0x00000000]
&#160;&#160; java.lang.Thread.State: RUNNABLE

"Finalizer" daemon prio=8 tid=0x16b89000 nid=0x3cbc in Object.wait() [0x16cff000]
&#160;&#160; java.lang.Thread.State: WAITING (on object monitor)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Object.wait(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - waiting on &lt;0x07f20a30&gt; (a java.lang.ref.ReferenceQueue$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - locked &lt;0x07f20a30&gt; (a java.lang.ref.ReferenceQueue$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:134)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)

"Reference Handler" daemon prio=10 tid=0x16b84400 nid=0x40f8 in Object.wait() [0x16caf000]
&#160;&#160; java.lang.Thread.State: WAITING (on object monitor)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Object.wait(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - waiting on &lt;0x07f20958&gt; (a java.lang.ref.Reference$Lock)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.Object.wait(Object.java:485)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - locked &lt;0x07f20958&gt; (a java.lang.ref.Reference$Lock)

"main" prio=6 tid=0x00847800 nid=0x449c runnable [0x0091f000]
&#160;&#160; java.lang.Thread.State: RUNNABLE
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.net.SocketInputStream.socketRead0(Native Method)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.net.SocketInputStream.read(SocketInputStream.java:129)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; - locked &lt;0x02afb570&gt; (a java.io.BufferedInputStream)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2249)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:242
9)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2499)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2571)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.io.ObjectInputStream.read(ObjectInputStream.java:820)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.readVersion(MicroSocketClientInvoker.java:1000)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.transport(MicroSocketClientInvoker.java:574)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:122)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.Client.invoke(Client.java:1634)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.Client.invoke(Client.java:548)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.unified.interfaces.UnifiedInvokerHAProxy.invoke(UnifiedInvokerHAProxy.java:188)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InvokerInterceptor.invokeInvoker(InvokerInterceptor.java:365)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:197)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.proxy.ejb.RetryInterceptor.invoke(RetryInterceptor.java:176)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:112)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at $Proxy2.getDomainInfo(Unknown Source)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.qilin.EJBLookupTest.lookupEJB(EJBLookupTest.java:78)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.qilin.EJBLookupTest.lookup(EJBLookupTest.java:58)
&#160;&#160;&#160;&#160;&#160;&#160;&#160; at com.qilin.EJBLookupTest.main(EJBLookupTest.java:33)

"VM Thread" prio=10 tid=0x16b81c00 nid=0x43c8 runnable

"VM Periodic Task Thread" prio=10 tid=0x16bca000 nid=0x4314 waiting on condition

JNI global references: 2172
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>and after some google search, add a timeout property (blue part) in server side jboss-service.xml can get a timeout. and tried it works</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- The following are specific to socket invoker --&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- &lt;attribute name="numAcceptThreads"&gt;1&lt;/attribute&gt;--&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- &lt;attribute name="maxPoolSize"&gt;303&lt;/attribute&gt;--&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- &lt;attribute name="clientMaxPoolSize" isParam="true"&gt;304&lt;/attribute&gt;--&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span style="color: #0000ff;"><strong>&lt;attribute name="timeout" isParam="true"&gt;600000&lt;/attribute&gt;</strong></span></p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;attribute name="socketTimeout" isParam="true"&gt;600000&lt;/attribute&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;attribute name="serverBindAddress"&gt;${jboss.bind.address}&lt;/attribute&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;attribute name="serverBindPort"&gt;4446&lt;/attribute&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- &lt;attribute name="clientConnectAddress"&gt;216.23.33.2&lt;/attribute&gt; --&gt;</p><p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;!-- &lt;attribute name="clientConnectPort"&gt;7777&lt;/attribute&gt; --&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>My question are:</p><p>1. is it a right way to add this timeout. what's any side effect?</p><p>2. why jboss hasn't a default timeout value for this?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>BTW, the ejb is a cluster ejb, have multiple nodes run on server side. unpluged one of nodes's network when using debug to get the client call is load balanced to this node.</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/643490#643490">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Remoting at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>