Hi, using the latest git version, and configuring both the server, and
federation, after compiling, the wave server fails to start with error dump:
Aug 30, 2014 5:19:21 PM
org.waveprotocol.box.server.waveserver.WaveServerImpl <init>
INFO: Wave Server configured to host local domains: [wave.myhosthere.com]
Aug 30, 2014 5:19:21 PM org.waveprotocol.box.server.rpc.ServerRpcProvider
parseAddressList
WARNING: Ignoring duplicate address in http addresses list: Duplicate entry
'localhost:9898' resolved to 127.0.0.1

Exception in thread "main" java.lang.NoClassDefFoundError:
org/xmpp/component/Log
        at
org.waveprotocol.wave.federation.xmpp.ComponentPacketTransport.run(ComponentPacketTransport.java:89)
        at
org.waveprotocol.wave.federation.xmpp.XmppFederationTransport.startFederation(XmppFederationTransport.java:45)
        at
org.waveprotocol.box.server.ServerMain.initializeFederation(ServerMain.java:306)
        at org.waveprotocol.box.server.ServerMain.run(ServerMain.java:197)
        at org.waveprotocol.box.server.ServerMain.main(ServerMain.java:147)
Caused by: java.lang.ClassNotFoundException: org.xmpp.component.Log
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        ... 5 more

Error replicates only with federation enabled; with enable_federation =
false the latest version works perfectly.
Any thoughts on how I might work around this?

Many thanks,
-SDr

Reply via email to