You should have posted this in the mini login section of the forums for better support purposes, but no use making multiple posts as that is often frowned upon.
The first thing I see right off is that you set a config that you aren't supposed to mess with in 99% of all cases. I don't run mini login, so I can't tell you much more about how you should be setup, but I am pretty sure this part is wrong:
Code:
<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>
You should comment that out the way it was to begin with by making the changes in
red:
Code:
<!-- Only specify these two if you really think you need to. -->
<!-- <address>127.0.0.1</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->
See if that helps. That is at least part of your problem. Let us know what else happens after you change that. Unless this is something that the mini-login setup guide tells you to do, then just ignore this post.
Also, make 100% sure that you are running a retail copy of Titanium and not some illegal downloaded copy. Anything other than retail won't work.