Same here :( How did you solve it? On Oct 15, 3:30 pm, Somasundaram Arunachalam <[email protected]> wrote: > Thanks James. > We got it up and running. > It is the issue with Java. > > Thanks again. > > On Oct 15, 7:25 pm, James Purser <[email protected]> wrote: > > > > > > > > > Could you paste your run-config.sh here? > > > On Sat, Oct 16, 2010 at 1:05 AM, Somasundaram Arunachalam > > > <[email protected]> wrote: > > > Thanks James. > > > > Now we are getting below error: > > > > 15 Oct, 2010 7:33:50 PM com.google.inject.internal.MessageProcessor > > > visit > > > INFO: An exception was caught and reported. Message: > > > java.lang.RuntimeException: Invalid certificate path store type: '' > > > java.lang.RuntimeException: Invalid certificate path store type: '' > > > at > > > org.waveprotocol.box.server.persistence.PersistenceModule.bindCertPathStore > > > (PersistenceModule.java: > > > 91) > > > at > > > org.waveprotocol.box.server.persistence.PersistenceModule.configure(Persist > > > enceModule.java: > > > 75) > > > at > > > com.google.inject.AbstractModule.configure(AbstractModule.java:59) > > > at com.google.inject.spi.Elements > > > $RecordingBinder.install(Elements.java:223) > > > at com.google.inject.spi.Elements.getElements(Elements.java:101) > > > at com.google.inject.internal.InjectorShell > > > $Builder.build(InjectorShell.java:135) > > > at > > > com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCr > > > eator.java: > > > 113) > > > at > > > com.google.inject.internal.InjectorImpl.createChildInjector(InjectorImpl.ja > > > va: > > > 186) > > > at > > > com.google.inject.internal.InjectorImpl.createChildInjector(InjectorImpl.ja > > > va: > > > 193) > > > at org.waveprotocol.box.server.ServerMain.run(ServerMain.java:74) > > > at org.waveprotocol.box.server.ServerMain.main(ServerMain.java:64) > > > Exception in thread "main" com.google.inject.CreationException: Guice > > > creation errors: > > > > 1) No implementation for > > > org.waveprotocol.box.server.persistence.AccountStore was bound. > > > while locating org.waveprotocol.box.server.persistence.AccountStore > > > for parameter 0 at > > > org.waveprotocol.box.server.authentication.SessionManagerImpl.<init>(Sessio > > > nManagerImpl.java: > > > 42) > > > at > > > org.waveprotocol.box.server.ServerModule.configure(ServerModule.java: > > > 99) > > > > 2) No implementation for org.waveprotocol.wave.crypto.CertPathStore > > > was bound. > > > while locating org.waveprotocol.wave.crypto.CertPathStore > > > for parameter 3 at > > > org.waveprotocol.box.server.waveserver.CertificateManagerImpl.<init>(Certif > > > icateManagerImpl.java: > > > 78) > > > at > > > org.waveprotocol.box.server.waveserver.WaveServerModule.configure(WaveServe > > > rModule.java: > > > 86) > > > > 3) No implementation for org.waveprotocol.wave.crypto.CertPathStore > > > was bound. > > > while locating org.waveprotocol.wave.crypto.CertPathStore > > > for parameter 1 at > > > org.waveprotocol.wave.crypto.WaveSignatureVerifier.<init>(WaveSignatureVeri > > > fier.java: > > > 52) > > > at > > > org.waveprotocol.box.server.waveserver.WaveServerModule.configure(WaveServe > > > rModule.java: > > > 76) > > > > 4) An exception was caught and reported. Message: Invalid certificate > > > path store type: '' > > > at com.google.inject.internal.InjectorShell > > > $Builder.build(InjectorShell.java:135) > > > > 4 errors > > > at > > > com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Error > > > s.java: > > > 385) > > > at > > > com.google.inject.internal.InternalInjectorCreator.initializeStatically(Int > > > ernalInjectorCreator.java: > > > 164) > > > at > > > com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCr > > > eator.java: > > > 116) > > > at > > > com.google.inject.internal.InjectorImpl.createChildInjector(InjectorImpl.ja > > > va: > > > 186) > > > at > > > com.google.inject.internal.InjectorImpl.createChildInjector(InjectorImpl.ja > > > va: > > > 193) > > > at org.waveprotocol.box.server.ServerMain.run(ServerMain.java:74) > > > at org.waveprotocol.box.server.ServerMain.main(ServerMain.java:64) > > > Caused by: java.lang.RuntimeException: Invalid certificate path store > > > type: '' > > > at > > > org.waveprotocol.box.server.persistence.PersistenceModule.bindCertPathStore > > > (PersistenceModule.java: > > > 91) > > > at > > > org.waveprotocol.box.server.persistence.PersistenceModule.configure(Persist > > > enceModule.java: > > > 75) > > > at > > > com.google.inject.AbstractModule.configure(AbstractModule.java:59) > > > at com.google.inject.spi.Elements > > > $RecordingBinder.install(Elements.java:223) > > > at com.google.inject.spi.Elements.getElements(Elements.java:101) > > > at com.google.inject.internal.InjectorShell > > > $Builder.build(InjectorShell.java:135) > > > at > > > com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCr > > > eator.java: > > > 113) > > > ... 4 more > > > > On Oct 15, 6:20 pm, James Purser <[email protected]> wrote: > > >> Hrmm, first off check what you have in the dist directory. > > > >> Secondly, the command to run the server is contained within the > > >> ./run-server.sh script. > > > >> This script imports the run-config.sh script and uses the settings to > > >> launch the server. > > > >> James > > > >> On Fri, Oct 15, 2010 at 11:52 PM, Somasundaram Arunachalam > > > >> <[email protected]> wrote: > > >> > I have installed fedone in my ubuntu 9.04, based on > > >> >https://sites.google.com/a/waveprotocol.org/wave-protocol/code/instal... > > > >> > I have successfully downloaded the code, created/checked > > >> > certificates,done with the ant build and run the run-config.sh file. > > >> > While starting the server, its showing the message > > > >> > Unable to access jarfile dist/waveinabox-server-.jar > > > >> > when I go and check in that location, there are other files like > > >> > fedone client, server, echoey, probey, So i try to change the name as > > >> > fedone and run it , but I m getting > > > >> > Unable to access jarfile dist/fedone-server-0.2.jar > > > >> > Please help me in fix this. > > > >> > -- > > >> > 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 > > >> > athttp://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 > > > athttp://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.
