Hi,

The first time that I tried to put Appia on Sequoia I did exactly the same thing and it didn't work as well. Because Sequoia is a bit complex, I did not try to understand why, but tried to understand how these shell scripts are built, because maybe these jar files are needed somewhere else (the Sequoia people can answer this better than me).

So, then I did the following:
-added hedera jar file (with the Appia implementation) and the Appia jar file to the lib directory of Sequoia; - added hedera jar file (with the Appia implementation) and the Appia jar file in the bin/scripts.xml file, as classpath entries. - added hedera_appia.properties and appia.xml to the config directory of sequoia - changed the value of hederaPropertiesFile in xml/sequoia.dtd file to "/hedera_appia.properties"
- recompiled Sequoia

I think I'm not forgetting anything. After this, it worked.

The token messages are normal and with that we can see that (at least, at the Appia level) there is a group with 2 members, otherwise they would not exchange the token :)

I didn't test this under windows and I do not have a windows machine at the moment to test it, but if your problems persist, I can get a windows machine and test the binding on it.

Hope this helps.
Cheers,
Nuno

On Mar 23, 2006, at 9:50 AM, Cawthorn, Dave wrote:

Hi All,

I may be trying to jump the gun a bit but I am trying to get sequoia 2.6.1 to work with appia because jgroups is too slow once you have the total_token protocol running.

So far I have managed to get 1controller to start but when i start a second controller it sees the other controller but hangs at the point where it checks that the virtual database configuration is compatible with the other controller. I see a debug message from the hedera adapter saying "sending message 0 to 1 members" but nothing after that and I don't see any adapter debug messages on the first controller.

To get to this point I checked hedera out of cvs (2 days ago) as well as downloaded the source for appia (today)
Built hedera-1.4.2.jar and built appia-3.0.jar
Added these jar files to the classpath in the bat file that starts sequoia. (removed old hedera and jgroup related jars) Overwrote hedera_jgroups.properties with the values I found in hedera_appia.properties
put appia.xml in the sequoia config directory.

When I do a packet capture using ethereal It looks like the totaltoken.tokenevent is bouncing between the controllers because there are about a thousand messages per second with the following data 0000 00 06 1b c0 8a 2e 00 16 76 07 2f 29 08 00 45 00 ........v./)..E. 0010 00 95 aa 6e 40 00 80 06 06 92 c0 a8 64 09 c0 a8 [EMAIL PROTECTED] 0020 64 08 0c 93 08 d1 b3 91 8e 49 15 ae f9 91 50 18 d........I....P. 0030 f9 3c f9 cc 00 00 00 00 00 69 00 00 00 34 6f 72 .<.......i...4or 0040 67 2e 63 6f 6e 74 69 6e 75 65 6e 74 2e 61 70 70 g.continuent.app 0050 69 61 2e 70 72 6f 74 6f 63 6f 6c 73 2e 74 6f 74 ia.protocols.tot 0060 61 6c 74 6f 6b 65 6e 2e 54 6f 6b 65 6e 45 76 65 altoken.TokenEve 0070 6e 74 00 00 00 11 54 43 50 20 54 4f 4b 45 4e 20 nt....TCP TOKEN 0080 43 68 61 6e 6e 65 6c 9b 3e 65 e1 2b d7 22 22 00 Channel.>e. +."". 0090 00 00 00 00 01 00 00 00 89 36 00 00 00 00 00 01 ......... 6......
00a0   12 6c 01                                         .l.

This is on a windows platform but my target is linux.

any ideas on what the problem is?

Cheers
Dave
_______________________________________________
Hedera mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/hedera


_______________________________________________
Hedera mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/hedera

Reply via email to