Guillaume, It seems like that was the problem. I updated both machines with the newest version and that fixed it.
Thanks, Doug On 9/7/06 12:40 PM, "Guillaume Nodet" <[EMAIL PROTECTED]> wrote: > Are you running both instances on the same jvm ? > 4418622981026545151 is the serialId under sun jdk 5, > but i don't know for the other one. You need to use > the same class for both instances. > > On 9/7/06, Doug Fischer <[EMAIL PROTECTED]> wrote: >> >> I am developing ServiceMix components, therefore I have ServiceMix >> installed >> and running on my development machine (Machine 1). I need to deploy >> another >> instance of ServiceMix on another machine (Machine 2) so that other >> developers are able to communicate with it for their own development, this >> instance will have all of the same components that I have on my machine. >> The problem that I am running into is that when I start ServiceMix on >> Machine 2 and then attempt to start it on Machine 1, I receive errors over >> and over again. The error is: >> >> Error processing incoming broadcast message >> Javax.jms.JMSException: Failed to build body from bytes. Reason: >> java.io.InvalidClassException: javax.xml.namespace.QName; local class >> incompatible: stream classdesc serialVersionUID = -9120448754896609940, >> local class serialVersionUID = 4418622981026545151 >> >> Why am I receiving this exception and how can I fix it? >> If I just want these two instances to run separately, what do I need to >> do? >> >> Thank you very much for you assistance. >> >> Doug >> >> >
