Hello,

Martori Vilardeb�, Manuel wrote:
> Java.lang.IllegalAccessError: try to access field
>opencard/core/service/CardServiceFactory.class$opencard$core$service$CardServiceFactory
> from class Opencard/opt/service/OCF11CardServiceFactory

> Can anybody help me?

It seems like one of the two known bugs of OCF1.1.1 (the other
one being a problem in the historical bytes computing).

The solution is either to edit the file "OCF11CardServiceFactory.java"
in: components/base-opt/src/opencard/opt/service/ and change the line:

   private Tracer ctracer = new Tracer(CardServiceFactory.class);

by:

   private Tracer ctracer = new Tracer(OCF11CardServiceFactory.class);

then recompile and update the base-opt.jar file, or take the
"OCF11CardServiceFactory.class" attached to this mail and update
the jar file (i.e., $ being a prompt):

   $ jar uf base-opt.jar OCF11CardServiceFactory.class

Hope it helps.

Cheers,
Christophe.

 = It's never too late to panic. -- [EMAIL PROTECTED] =
-- 
-------------------------------------------------------------
[EMAIL PROTECTED] - Gemplus Research Lab
Phone: +33 4-42-36-57-83 | Fax: +33 4-42-36-55-55
-------------------------------------------------------------

OCF11CardServiceFactory.class

Reply via email to