Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004941 [Resin] minor always 01-27-12 07:20 02-16-12 15:34
Reporter georgbuschbeck View Status public  
Assigned To ferg
Priority high Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.26 Product Version 4.0.25
  Product Build
Summary 0004941: com.caucho.config.ConfigException: 'XXX.XX.XX.XX' is not a valid cluster IP
Description com.caucho.config.ConfigException: 'XXX.XX.XX.XX' is not a valid cluster IP address because it is not a private network IP address.
        at com.caucho.cloud.topology.CloudServer.<init>(CloudServer.java:133)
        at com.caucho.cloud.topology.TriadServer.<init>(TriadServer.java:48)
        at com.caucho.cloud.topology.CloudPod.createServer(CloudPod.java:373)
        at com.caucho.cloud.topology.CloudPod.createServer(CloudPod.java:352)
        at com.caucho.cloud.topology.CloudPod.createStaticServer(CloudPod.java:288)
        at com.caucho.server.resin.BootPodConfig.initTopology(BootPodConfig.java:172)
        at com.caucho.server.resin.BootClusterConfig.initTopology(BootClusterConfig.java:247)
        at com.caucho.server.resin.BootResinConfig.initTopology(BootResinConfig.java:218)
        at com.caucho.server.resin.BootResinConfig.initTopology(BootResinConfig.java:203)
        at com.caucho.server.resin.Resin.initTopology(Resin.java:894)
        at com.caucho.server.resin.Resin.initServletSystem(Resin.java:1077)
        at com.caucho.server.resin.Resin.configure(Resin.java:837)
        at com.caucho.server.resin.Resin.initMain(Resin.java:819)
        at com.caucho.server.resin.Resin.main(Resin.java:1234)
'217.24.220.82' is not a valid cluster IP address because it is not a private network IP address.
Steps To Reproduce
Additional Information Hi,

we are using public (but firewalled) ip addresses for this, so is here a work-a-round since this is a major change from 4.0.23 to 4.025 ...

thx,

Georg
Attached Files

- Relationships

- Notes
(0005698)
ferg
02-16-12 15:34

Added "allow-non-reserved-ip" as a <server> and <server-multi> attribute to enable this configuration:

<server id="a" address="217.24.220.82"
        allow-non-reserved-ip="true" ...>

cloud/0324
 

- Issue History
Date Modified Username Field Change
01-27-12 07:20 georgbuschbeck New Issue
01-27-12 09:31 ferg Priority normal => high
02-16-12 15:34 ferg Note Added: 0005698
02-16-12 15:34 ferg Assigned To  => ferg
02-16-12 15:34 ferg Status new => closed
02-16-12 15:34 ferg Resolution open => fixed
02-16-12 15:34 ferg Fixed in Version  => 4.0.26


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker