cancel
Showing results for 
Search instead for 
Did you mean: 

Problem to access keystore service with visual admin

Former Member
0 Kudos

Hi,

I would like to access the keystore service with a visual admin located on a distinct client computer. When I open the service I get the error message:

java.lang.NoClassDefFoundError: iaik/x509/V3Extension

Has anybody got an idea where to find the jars to be included?

Kind regards,

Heiko

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

if you want to use it with for message encryption

you need to deploy:

SAP Java Cryptographic Toolkit

http://help.sap.com/saphelp_nw04/helpdata/en/8d/cb71b8046e6e469bf3dd283104e65b/content.htm

but I'm not sure if you're error is because of that

as you should be able to use digital signatures without it

from key store

Regards,

michal

Answers (1)

Answers (1)

henrique_pinto
Active Contributor
0 Kudos

This problems occurs because the iaik .jar file is not located in the /admin folder that you usually copy to access VA remotely.

As far as I concern, you could try to copy the .jar files to your machine keeping the folder structure of XI's machine or you could try to log to XI's machine through a remote access tool (WTS for windows; putty + reflection X for unix based OSs) and start the VA in XI machine itself.

Regards,

Henrique.

Former Member
0 Kudos

Hi Henrique,

I have downloaded the file as Michal suggested an put the respective jar in the lib directory. Now I can use the keystore service.

Regards,

Heiko