Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3498 | minor | always | 05-09-09 16:48 | 05-27-09 16:32 | |
|
|||||
Reporter: | skot | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.1 | ||
|
|||||
Summary: | 0003498: ResinEmbed requires <cluster id=""> && <server id=""> | ||||
Description: |
If the cluster-id is an empty string then the constructor fails: _cluster = _resin.findCluster(""); // _cluster is null _clusterServer = _cluster.findServer("") // server is null, and ports will addPort will fail. This will probably be likely if you use your own config file to construct ResinEmbed (or the default one) |
||||
Steps To Reproduce: | |||||
Additional Information: | It seems like taking the first cluster (which most of the time will be the only one) would be a safer way to go. | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|