Hi, I had the same problem, there already is a topic about this in the mailing list. You need to get the latest hedera / appia sources and build them.
Best regards, Malte > Hi, > > I tried to launch this new sequoia version on my servers, but all I got > is the following error: > > 11:01:47,424 INFO continuent.hedera.appia AppiaThread: Starting Appia. > Exception in thread "Appia Thread" java.lang.NoSuchMethodError: > org.continuent.appia.protocols.group.ViewState.<init>(Ljava/lang/String;Lorg/continuent/appia/protocols/group/Group;Lorg/continuent/appia/protocols/group/ViewID;[Lorg/continuent/appia/protocols/group/ViewID;[Lorg/continuent/appia/protocols/group/Endpt;[Ljava/net/SocketAddress;)V > at > org.continuent.hedera.appia.HederaSupportSession.sendGroupInit(HederaSupportSession.java:612) > at > org.continuent.hedera.appia.HederaSupportSession.handleHederaConnect(HederaSupportSession.java:396) > at > org.continuent.hedera.appia.HederaSupportSession.handle(HederaSupportSession.java:328) > at > org.continuent.appia.core.EventScheduler.consumeEvent(EventScheduler.java:173) > at org.continuent.appia.core.Appia.instanceRun(Appia.java:126) > at > org.continuent.hedera.appia.AppiaThread.run(AppiaThread.java:96) > > This happens with the original sequoia-2.10.8-bin.tar.gz distribution > and with a sequoia-2.10.8-src.tar.gz home compiled version. > > lib/appia.jar file is the same between 2.10.6 and 2.10.8 version... Is > it normal ? > > [EMAIL PROTECTED] opt]# find . -iname appia.jar | xargs md5sum > 265d7995cc54f7df16f177b330fe9751 ./sequoia-2.10.6-bin/lib/appia.jar > 265d7995cc54f7df16f177b330fe9751 ./sequoia-2.10.8-bin/lib/appia.jar > > Doesn't the hedera 1.6.1 jars expect for a new appia version/jar ? > > > Thanks a lot for your help. > > Syncerely, > > Olivier. > > > Mathieu Peltier a écrit : >> Hi, >> >> Sequoia 2.10.8 has been released and is available for download on the >> Continuent.org Forge at https://forge.continuent.org/projects/sequoia/. >> >> This release is a maintenance release on the sequoia 2.10 branch. It >> includes many improvements and bug fixes: >> - Better memory handling; elimination of major out-of-memory errors >> - VDB restart ordering fixed; no longer possible to clear logs >> accidentally >> - Certification against JDK 1.6 >> (however we still build against JDK 1.4 due to JDBC interface changes) >> - Fixes for a number of VDB race conditions, especially: >> Checkpoint hangs waiting for <n> open transactions >> >> >> Release notes: >> https://forge.continuent.org/frs/shownotes.php?release_id=124 >> >> Don't hesitate to share your feedback on the Sequoia mailing list >> ([EMAIL PROTECTED]). >> >> Thanks to all our users and contributors, >> The Sequoia team. >> >> _______________________________________________ >> Sequoia mailing list >> [email protected] >> https://forge.continuent.org/mailman/listinfo/sequoia > > > _______________________________________________ > Sequoia mailing list > [email protected] > https://forge.continuent.org/mailman/listinfo/sequoia > _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
