Clonage crash dans l'utilisation du CloneService

Bug #508822 reported by Hervé Le Fouler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
themis
Fix Committed
Undecided
Unassigned

Bug Description

J'ai suivi dans themis-simulation la démarche pour utiliser le CloneService.
Au moment du push, je reçois l'erreur suivante (en résumé) :

Exception in thread "main" org.omg.CORBA.NO_IMPLEMENT: vmcid: 0x0 minor code: 0 completed: No
 at org.omg.CORBA_2_3.portable.OutputStream.write_value(Unknown Source)

Le problème vient de la ligne 47 du abstractClone, au moment où on fait un cloneService.setState(getState)

Revision history for this message
Hervé Le Fouler (delmakinero) wrote :

Dans le code du DefaultClone y'a sa :

 public final String getObjReference() {
  logger.info("Get object reference");
  return "TestRef";
 }

GetState fait ensuite appel à cette fonction pour récupérer cette référence... Sa vient surement de là non?

Revision history for this message
Hervé Le Fouler (delmakinero) wrote :

Merci Rachid.
Effectivement, le process du CloneService et le process du DSSC doivent être distincts, donc chacun dans un main.

Changed in aerofox-themis:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.