|
From: Martin S. <ebx...@sc...> - 2005-04-07 14:55:39
|
I would guess it's because the signing algorithm you specify must match with the algorithm the used key is based upon, e.g. if you use an RSA key, a valid algorithm could be rsa-sha1, etc. You can specify the algorithm for acknowledgment signing in the msh.properties.xml under AckSign/KeyStore/Algorithm and for normal messages as parameter of the setSign() method of a Request Object... Martin. Steven Herod wrote: > Our customer tried sending a message to us on a new installation of Hermes > > We received in the Catalina.out of Tomcat 5 this message: > > > 2005-03-24 12:33:24,304 113056 ERROR > hk.hku.cecid.phoenix.message.handler.MessageServiceHandler.processMessage > (Unknown Source) > [10002] Unknown error > Exception: > hk.hku.cecid.phoenix.message.handler.MessageServiceHandlerException > Message: Signing algorithm not matched with key algorithm > > Anybody got an idea what caused this? > > I should point out that this is the customers first message through the > system, it has never worked as of yet on this server, so its possibly that > something simple yet fundamental is incorrect. > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 > Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows > Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register > by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click > _______________________________________________ > ebxmlms-general mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-general > > |