<!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;">
    Cannot Start NamingBeanImpl on Mac OSX 10.6.4
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/khookguy12">Mark Hansen</a> in <i>JNDI and Naming</i> - <a href="http://community.jboss.org/message/567197#567197">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><div class="jive-rendered-content"><p>For unit testing, I need to start NamingBeanImpl as a standalone service (without starting my container - JBoss AS 5.1.0.GA).&#160; I cannot get it to work on my Mac OSX 10.6.4.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Specifically, I'm trying to implement unit tests (TestNG) with HornetQ standalone with Spring, and have followed various tutorials.</p><p>(e.g., <a class="jive-link-external-small" href="http://www.javacodegeeks.com/2010/06/spring-3-hornetq-21-integration.html" target="_blank">http://www.javacodegeeks.com/2010/06/spring-3-hornetq-21-integration.html</a>)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I cannot get org.jnp.server.NamingBeanImpl to start.&#160; Gives me:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Caused&#160; by: javax.naming.CommunicationException: Failed to connect to server&#160; /127.0.0.1:1099 [Root exception is&#160; javax.naming.ServiceUnavailableException: Failed to connect to server&#160; /127.0.0.1:1099 [Root exception is java.net.ConnectException: Connection&#160; refused]]</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>However, if JBoss is running in a separate JVM, then I have no problems starting NamingBeanImpl</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I have this in Spring:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>&lt;bean name="namingServerImpl" class="org.jnp.server.NamingBeanImpl"<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160; init-method="start" destroy-method="stop"/&gt;</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I've also tried a basic test like this:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>NamingBeanImpl jnpServer = new NamingBeanImpl();</p><p>jnpServer.start();</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Again, when JBoss is running elsewhere, it works.&#160; Otherwise, I get the "Connection Refused" exception.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>JNDI is set up with jndi.properties -</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory<br/>java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces<br/>java.naming.provider.url=jnp://127.0.0.1:1099</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I've&#160; also tried starting the rmiregistry in a separate JVM.&#160; (Since I seem&#160; to recall that sometimes on OS X, this is necessary).&#160; Then the&#160; NamingBeanImpl hangs.&#160; Do I also need to start something else on port&#160; 1098?</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Any help would be much appreciated!!</p></div></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/567197#567197">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JNDI and Naming at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2083">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


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

</div>

</body>
</html>