<!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;">
    Jboss not starting properly (Error starting ServerSocket.  Bind port: 3873, bind address)
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/varunnidhi30">varun Nidhi</a> in <i>EJB 3.0</i> - <a href="http://community.jboss.org/message/555800#555800">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 Everyone,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have an EAR file which contains packaged stateless beans , ejb timers , servlets.</p><p>The server startup is integrated with the system startup so as the system starts it starts Jboss also.</p><p>Normally when I start system JBoss also gets started and EAR is properly deployed.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The problem which I am facing is that sometimes when power&#160; outage occurs and the system restarts&#160;&#160; again, hence starting JBoss also then</p><p>it is not able to deploy ejbs, getting error:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>2010-02-03 23:49:01,141 ERROR [main - SocketServerInvoker] - Error starting Servv <br/>erSocket.&#160; Bind port: 3873, bind address: <br/>2010-02-03 23:49:01,141 ERROR [main - Connector] - Error starting connector. <br/>java.net.BindException: Can't assign requested address <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.net.PlainSocketImpl.socketBind(Native Method) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.net.ServerSocket.bind(ServerSocket.java:319) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.net.ServerSocket.&lt;init&gt;(ServerSocket.java:185) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at javax.net.DefaultServerSocketFactory.createServerSocket(ServerSocketFF <br/>actory.java:169) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.SocketServerInvoker.createServerSS <br/>ocket(SocketServerInvoker.java:264) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.socket.SocketServerInvoker.start(SocketSS <br/>erverInvoker.java:193) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.jboss.remoting.transport.Connector.start(Connector.java:322) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)Native library which allows optimal performance in production environments was nn <br/>ot found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Jaa <br/>va/Extensions:/usr/lib/java <br/>2010-02-03 23:49:15,676 ERROR [main - Http11Protocol] - Error initializing endpoo <br/>int <br/>java.net.BindException: Can't assign requested address:6000 <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:500) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:176) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.connector.Connector.initialize(Connector.java:1077 <br/>3) <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardService.initialize(StandardService.jj <br/>ava:668)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Though doing a stop ,start from&#160; Jboss scripts (using shutdown.sh and run.sh) after facing this error , every thing gets deployed properly.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Can anyone please help . </p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>The&#160; various details are:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>JBoss version : above 4.2.</p><p>Ejb version : ejb 3</p><p>System : MAC OS Snow Leopard Version 10.6</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Thanks</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/555800#555800">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in EJB 3.0 at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>