<div dir="ltr">Hi all,<div><br></div><div>So I have whats seems to be a weird error and I have no clue where this is coming from. </div><div><br></div><div>When I try to do the upload of mytest files from the Icehouse documentation (I guess it also creates a container as well), I see this error on my object node:<br><br><div>[root@object1 tmp]# swift upload myfiles test.txt</div><div>Object HEAD failed: <a href="http://10.7.5.11:8080/v1/AUTH_ca2e3f4d6f8b4afa9e712aa318e1ac4c/myfiles/test.txt">http://10.7.5.11:8080/v1/AUTH_ca2e3f4d6f8b4afa9e712aa318e1ac4c/myfiles/test.txt</a> 503 Internal Server Error</div></div><div><br></div><div><br></div><div>And on the controller I see this error in the logs:</div><div><br></div><div><div>Oct 29 16:21:44 controller proxy-server: ERROR with Object server <a href="http://10.7.5.51:6003/sda4">10.7.5.51:6003/sda4</a> re: Trying to HEAD /v1/AUTH_ca2e3f4d6f8b4afa9e712aa318e1ac4c/myfiles/test.txt: Connection refused (txn: txe2222291b0864f2c9eea9-0054514c58)</div><div>Oct 29 16:21:44 controller proxy-server: Object HEAD returning 503 for [] (txn: txe2222291b0864f2c9eea9-0054514c58) (client_ip: 10.7.5.51)</div></div><div><br></div><div><br></div><div><br></div><div>So what I see that seems to be weird is that the in the controller error, ERROR with Object server <a href="http://10.7.5.51:6003/sda4">10.7.5.51:6003/sda4</a> it looks like its trying to get back to the object node on port 6003. Now I have no idea where that is coming from - below is my out of swift-ring-builder (there is no replication ip network and i didnt add that part of the command when creating so no idea how that is showing up either but dont think that is a problem):</div><div><br></div><div><div>[root@controller swift]# swift-ring-builder account.builder</div><div>account.builder, build version 1</div><div>262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance</div><div>The minimum number of hours before a partition can be reassigned is 1</div><div>Devices:    id  region  zone      ip address  port  replication ip  replication port      name weight partitions balance meta</div><div>             0       1     1       10.7.5.51  6002       10.7.5.51              6002      sda4 100.00     786432    0.00</div><div><br></div><div>[root@controller swift]# swift-ring-builder container.builder</div><div>container.builder, build version 1</div><div>262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance</div><div>The minimum number of hours before a partition can be reassigned is 1</div><div>Devices:    id  region  zone      ip address  port  replication ip  replication port      name weight partitions balance meta</div><div>             0       1     1       10.7.5.51  6001       10.7.5.51              6002      sda4 100.00     786432    0.00</div><div><br></div><div>[root@controller swift]# swift-ring-builder object.builder</div><div>object.builder, build version 1</div><div>262144 partitions, 3.000000 replicas, 1 regions, 1 zones, 1 devices, 0.00 balance</div><div>The minimum number of hours before a partition can be reassigned is 1</div><div>Devices:    id  region  zone      ip address  port  replication ip  replication port      name weight partitions balance meta</div><div>             0       1     1       10.7.5.51  6000       10.7.5.51              6002      sda4 100.00     786432    0.00</div></div><div><br></div><div>So the ports are 6000, 6001, and 6002 which match with the config files on the object node. Where is port 6003 coming from? I can also do a swift stat no prob:</div><div><br></div><div><div>[root@controller swift]# swift stat</div><div>       Account: AUTH_ca2e3f4d6f8b4afa9e712aa318e1ac4c</div><div>    Containers: 1</div><div>       Objects: 0</div><div>         Bytes: 0</div><div> Accept-Ranges: bytes</div><div>   X-Timestamp: 1414516348.41483</div><div>    X-Trans-Id: tx424add6ef763489f857e9-0054514fa8</div><div>  Content-Type: text/plain; charset=utf-8</div></div><div><br></div><div><br></div><div>And another thing I notice on init of swift on object node:</div><div><br></div><div><div>Starting container-updater...(/etc/swift/container-server.conf)</div><div>Starting account-auditor...(/etc/swift/account-server.conf)</div><div>Starting object-replicator...(/etc/swift/object-server.conf)</div><div>Unable to locate config for proxy-server</div><div>Starting container-replicator...(/etc/swift/container-server.conf)</div><div>Starting object-auditor...(/etc/swift/object-server.conf)</div><div>Unable to locate config for object-expirer</div><div>Starting container-auditor...(/etc/swift/container-server.conf)</div><div>Starting container-server...(/etc/swift/container-server.conf)</div><div>Starting account-server...(/etc/swift/account-server.conf)</div><div>Starting account-reaper...(/etc/swift/account-server.conf)</div><div>Starting container-sync...(/etc/swift/container-server.conf)</div><div>Starting account-replicator...(/etc/swift/account-server.conf)</div><div>Starting object-updater...(/etc/swift/object-server.conf)</div><div>Starting object-server...(/etc/swift/object-server.conf)</div></div><div><br></div><div><br></div><div>the config for the proxy-server and object-expirer cant be found?</div><div><br></div><div>In any case if anyone could let me know where the port 6003 is defined I would appreciate it as Ive looked everyhwere!</div><div><br></div><div>Thanks yall</div><div><br></div><div><br></div><div><br></div></div>