Adam,

00:40:49,253 INFO controller.core.Controller Starting JMX server on host: 127.0.0.1
Binding JMX to 127.0.0.1 will only allow local access to the controller.
You have to change the IP address to bind the public IP address of the machine or 0.0.0.0 to allow all IP addresses of the machine.
The controller config is:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE SEQUOIA-CONTROLLER PUBLIC "-//Continuent//DTD SEQUOIA-CONTROLLER 2.10.10//EN" "http://sequoia.continuent.org/dtds/sequoia-controller-2.10.10.dtd";>
<SEQUOIA-CONTROLLER>
  <Controller port="25322">
Try instead: <Controller port="25322" ipAddress="@@PUBLIC_IP_ADDRESS_HERE@@">
<Report hideSensitiveData="true" generateOnShutdown="true" generateOnFatal="true" enableFileLogging="true" />
    <JmxSettings>
      <RmiJmxAdaptor port="1090"/>
    </JmxSettings>
  </Controller>
</SEQUOIA-CONTROLLER>

Keep us posted with your progress.
Emmanuel

--
Emmanuel Cecchet
FTO @ Frog Thinker Open Source Development & Consulting
--
Web: http://www.frogthinker.org
email: [EMAIL PROTECTED]
Skype: emmanuel_cecchet

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to