Conversation:
Notices
-
@takeshitakenji @moonman Check that the 24772 port is open for outbound
-
@moonman @takeshitakenji Part of the problem here (probably like 95% of the problem really) is how much GS and by extension PA hides critical information from exceptions.
-
@moonman @takeshitakenji Ideal here would be the ptrace() of a process as it went through the motions of stomp since that information will be in there even if its not in the log but that's tricky to do outside of non-existent unit tests. I'll probably see if I cant construct a unit test for this.
-
@moonman @takeshitakenji I'm more familiar with the CLI tools like glomming ptrace on it myself but whatever works for you!
-
@takeshitakenji @moonman But is it seeing the connection as link-local? The problem I had with this when I set it up is it was trying to go via the inet to the local host.
-
@takeshitakenji @moonman The only thing I can think of that's different from my own setups is daemons versus opprotunisticQM so maybe there's something that the daemons aren't doing right for STOMP? Hard to say without a trace to know when that is happening, though I'll take a read through that part of the code. Is there anything in the RabbitMQ logs? It coul…
-
@takeshitakenji @moonman That seems very likely given that error message! If you give it one without that does it work?
-
@takeshitakenji @moonman I need to get some food in me but after dinner, I'll get the Sunless Sea review up, then I'll look at the code that passes the password to STOMP. I suspect it's choking on certain characters.