There was a race condition in the way post-signer and submit-delta requests were processed. As far as I know that should be addressed, though. I'll have a look at our logs.
On Thu, May 6, 2010 at 2:21 AM, Steve Mulligan <[email protected]> wrote: > Trying to send from my local server to [email protected] I get > this: > > INFO: Sending disco items request for: wavesandbox.com, timeout 30 > seconds > > > I get this when I send from my wavesandbox.com account to > [email protected]: > > org.waveprotocol.wave.examples.fedone.waveserver.WaveServerException: > Unknown signer > ... > Caused by: org.waveprotocol.wave.crypto.UnknownSignerException: could > not find information about signer [...@e4c6320 > at > org.waveprotocol.wave.crypto.WaveSignatureVerifier.verify(WaveSignatureVerifier.java: > 77) > ... > May 5, 2010 12:05:55 PM > org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl$3$1 > onFailure > WARNING: Update failed: eUnknown signer > May 5, 2010 12:05:55 PM > org.waveprotocol.wave.federation.xmpp.XmppFederationRemote$10 > onFailure > WARNING: incoming XMPP waveletUpdate failure: error_code: BAD_REQUEST > error_message: "Unknown signer" > > > > My run-config.sh: > > > WAVE_SERVER_DOMAIN_NAME=wave.nonlocal.ca > WAVE_SERVER_HOSTNAME=wave.nonlocal.ca > WAVE_SERVER_PORT=9876 > FEDONE_VERSION=`grep ^fedone.version= build.properties | cut -f2 -d=` > XMPP_SERVER_SECRET=REMOVED > PRIVATE_KEY_FILENAME=${WAVE_SERVER_DOMAIN_NAME}.key > CERTIFICATE_FILENAME_LIST=$ > {WAVE_SERVER_DOMAIN_NAME}.crt,sub.class1.server.ca.pem > CERTIFICATE_DOMAIN_NAME=$WAVE_SERVER_DOMAIN_NAME > #XMPP_SERVER_HOSTNAME=$WAVE_SERVER_DOMAIN_NAME > XMPP_SERVER_HOSTNAME=nonlocal.ca > XMPP_SERVER_PORT=5275 > XMPP_SERVER_PING=wavesandbox.com > XMPP_SERVER_IP=$XMPP_SERVER_HOSTNAME > WAVESERVER_DISABLE_VERIFICATION=false > WAVESERVER_DISABLE_SIGNER_VERIFICATION=false > > > > ./check-certificates.sh reports success and I believe my DNS is > configured ok. Any suggestions on where I should look? > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
