[jboss-jira] [JBoss JIRA] Created: (JBAS-3418) org.jboss.test.jmx.test.JMXConnectorUnitTestCase ends with errors

Jaroslaw Kijanowski (JIRA) jira-events at jboss.com
Mon Jul 24 02:04:11 EDT 2006


org.jboss.test.jmx.test.JMXConnectorUnitTestCase ends with errors
-----------------------------------------------------------------

                 Key: JBAS-3418
                 URL: http://jira.jboss.com/jira/browse/JBAS-3418
             Project: JBoss Application Server
          Issue Type: Patch
      Security Level: Public (Everyone can see)
          Components: Test Suite
    Affects Versions: JBossAS-5.0.0.Beta
         Environment: win xp
            Reporter: Jaroslaw Kijanowski


org.jboss.test.jmx.test.JMXConnectorUnitTestCase ends with 9 errors, because of an unavailable service. It tries to connect with:
JMXServiceURL url = new JMXServiceURL("service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector");
This service is unavailable, because the "all" instance doesn't deploy jmx-remoting.sar (the "default" instance does).

To fix this, i changed the line 134 in build/build-distr.xml:
         dest="${install.default}/deploy/jmx-remoting.sar"/>
to:
         dest="${install.all}/deploy/jmx-remoting.sar"/>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list