Regarding persistence - the waves can only be saved into files. Please verify in the server.config file that you specified delta_store_type = file As for Robot API - WIAB supports about 90% of GWave functionality. You can register the robots at yourwavedomain.com/robot/register/create and then use them pretty much in same way as in GWave. But you need to add the robot to wave by its registered name.
On Thu, Jan 12, 2012 at 10:11 PM, Davide Carnovale < [email protected]> wrote: > Lam, > there are no errors in your logs, so i can't tell what's wrong with wiab. > as for persistance, you need to install the mongodb server, launch it and > configure wiab to use it. for configuring wiab, open the server.config file > and read though it, it's very simple, it's just a matter of writing > "mongodb" on some parameter =) > > as for the robot, the wave api is supposed to be abandoned i think, not > sure about it... there's a series of videos on the incubator page, one of > them talks about it, i suggest you to see it: > https://cwiki.apache.org/WAVE/wave-summit-talks.html (full list, look for > "Wave API Future") > > HTH > > D > > Il giorno 12 gennaio 2012 09:33, Lam Le <[email protected]> ha scritto: > > > Hi Davide, > > Attached is the log file. Thanks in advance. Do you know how can we set > up > > the server to save mongodb database when the server restarts? now i > always > > lose everything after restarting the server. > > > > And, I found this link for client API > > http://code.google.com/p/wave-**robot-java-client/downloads/**list< > http://code.google.com/p/wave-robot-java-client/downloads/list> > > > > but there is no such sample or any docs to start, the google codes have > > been deprecated. > > My purpose is just to find a way to create a new wave from my website. > How > > can it be so hard? > > > > BR,Lam > > > > > > On 1/12/2012 1:28 AM, Davide Carnovale wrote: > > > >> Hi Lam, > >> I don't know about the robot, but if you post what you see in the wiab > log > >> I might be able to help you with the turbulence problem > >> > >> D > >> Il giorno 11/gen/2012 16:57, "Lam Le"<[email protected]> ha scritto: > >> > >> Hi all, > >>> I am having a little problem with Apache wave and I am sending this > with > >>> the hope that you can help me out. > >>> I have already one existing robot in App Engine. I use it to create new > >>> wave through http. > >>> Now as google wave is shutting down, I have installed my own wave in a > >>> box. How can I use my robot in app engine to create new waves in my > WIAB? > >>> Is there any API in java to create new wave? > >>> After login to my WIAB I often have this warning > >>> > >>> "A turbulence detected! Please save your last changes to somewhere and > >>> reload the wave" > >>> > >>> Then I got offline status and can never do anything else. WHat is the > >>> problem? > >>> > >>> -- > >>> Best regards, > >>> Lam Le > >>> > >>> > >>> > > > > -- > > Best regards, > > Lam Le > > > > >
