I have this same error.  And the sub-domain matches.  Any ideas?

PRIVATE_KEY_FILENAME=iws03svn1.key
CERTIFICATE_FILENAME_LIST=iws03svn1.cert
CERTIFICATE_DOMAIN_NAME=localhost

XMPP_SERVER_HOSTNAME=localhost
XMPP_SERVER_IP=192.168.15.38
XMPP_SERVER_SECRET="secret"

java -jar dist/fedone-0.2.jar \
  --client_frontend_hostname=127.0.0.1 \
  --client_frontend_port=9876 \
  --xmpp_component_name=wave \
  --xmpp_server_hostname=$XMPP_SERVER_HOSTNAME \
  --xmpp_server_ip=$XMPP_SERVER_IP \
  --xmpp_server_port=5269 \
  --xmpp_server_secret $XMPP_SERVER_SECRET \
  --xmpp_server_ping="" \
  --certificate_private_key=$PRIVATE_KEY_FILENAME \
  --certificate_files=$CERTIFICATE_FILENAME_LIST \
  --certificate_domain=$CERTIFICATE_DOMAIN_NAME \
  --waveserver_disable_verification=true

jsex...@iws03svn1:~/work/wave-protocol$ ./run-server.sh
Aug 20, 2009 11:31:57 AM
org.waveprotocol.wave.examples.fedone.waveserver.CertificateManagerImpl
<init>
WARNING: ** SIGNATURE VERIFICATION DISABLED ** see flag
"waveserver_disable_verification"
Aug 20, 2009 11:31:57 AM
org.waveprotocol.wave.examples.fedone.waveserver.WaveServerImpl <init>
INFO: Wave Server configured to host local domains: [localhost]
Aug 20, 2009 11:31:57 AM
org.waveprotocol.wave.examples.fedone.ServerMain
$RpcInetSocketAddressFactory <init>
INFO: Starting client frontend on host: 127.0.0.1 port: 9876
couldn't connect to XMPP server:org.xmpp.component.ComponentException:
host-unknown
Aug 20, 2009 11:31:58 AM
org.waveprotocol.wave.examples.fedone.ServerMain run
INFO: Starting server

This then hangs.
The Openfire server is running, it's port is 5269

On Aug 6, 3:08 am, vadbars <[email protected]> wrote:
> AlDanks, you need to change the option "--xmpp_component_name=NAME" in
> the command of java run.
> NAME must be identical to the name that you entered as the name of the
> external component (subdomain) in Openfire or in another jabber-
> server.
>
> On 5 авг, 01:29, AlDanks <[email protected]> wrote:
>
> > When I attempt to start my wave server I see:
>
> > INFO: Starting client frontend on host 127.0.0.1 port: 9876
> > couldn't connect to XMPP server:org.xmpp.component.ComponentException:
> > host-unknown
>
> > Although I always get this message, sometimes the server does actually
> > start and I can connect to it with the client, most of the time not.
> > Any help on what I am missing?
>
> > Thanks,
> > Al

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to