Create Secure store -  Cannot set up certs for trusted CAs

I am installing the JAVA Add-in in an existing WAS ABAP 6.40 system. ( fresh install).
I selected strong encryption ..but in the phase Create Secure Store I get an error. I have changed the r+w permissions on my unix box to 777 ( so all..;-) But still the same problem.
-- SAP WEB AS JAVA SR1 ( SP9) - java 14_64 --
Here is the log
SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
Exception in thread "main" java.lang.ExceptionInInitializerError
        at javax.crypto.Cipher.a(Unknown Source)
        at javax.crypto.Cipher.getInstance(Unknown Source)
        at iaik.security.provider.IAIK.a(Unknown Source)
        at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
        at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
        at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)
        at com.sap.security.core.server.secstorefs.SecStoreFS.setSID(SecStoreFS.java:158)
        at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:804)
        at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274)
Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
        at javax.crypto.e.<clinit>(Unknown Source)
        ... 9 more
Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
        at javax.crypto.e.a(Unknown Source)
        at javax.crypto.e.a(Unknown Source)
        at javax.crypto.e.g(Unknown Source)
        at javax.crypto.f.run(Unknown Source)
        at javax.crypto.e.g(Unknown Source)
at java.security.AccessController.doPrivileged1(Native Method)
        at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
        ... 10 more
any idea ???

Hello,
we have the same problem on our site. Can you describe exactly what you've done? (What driver did you mean)?
Thanks and best regards,
Jens

Similar Messages

  • Cannot set up certs for trusted CAs going from 1.4.2_03 to 1.4.2_13

    Getting a wierd issue with "Cannot set up certs for trusted CAs" This works if we are using anything less then 1.4.2_07, but the minute we install 1.4.2_07 or 13 as the case may be we get the following Exception:
    log9: java.lang.ExceptionInInitializerError
    log9: at javax.crypto.Cipher.a(DashoA12275)
    log9: at javax.crypto.Cipher.getInstance(DashoA12275)
    log9: at com.gm.gwm.common.util.AesUtil.encrypt(AesUtil.java:31)
    log9: at com.gm.gwm.common.data.OfflineAuthenticatorDao.updatePassword(OfflineAuthenticatorDao.java:645)
    log9: at com.gm.gwm.common.service.OfflineAuthenticatorService.updatePassword(OfflineAuthenticatorService.java:141)
    log9: at main.jspService(_main.java:156)
    log9: at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    log9: at oracle.lite.web.JupServlet.service(Unknown Source)
    log9: at oracle.lite.web.JspRunner.service(Unknown Source)
    log9: at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    log9: at oracle.lite.web.JupServlet.service(Unknown Source)
    log9: at oracle.lite.web.MimeServletHandler.handle(Unknown Source)
    log9: at oracle.lite.web.JupApplication.handle(Unknown Source)
    log9: at oracle.lite.web.JupApplication.service(Unknown Source)
    log9: at oracle.lite.web.JupHandler.handle(Unknown Source)
    log9: at oracle.lite.web.HTTPServer.process(Unknown Source)
    log9: at oracle.lite.web.HTTPServer.handleRequest(Unknown Source)
    log9: at oracle.lite.web.JupServer.handle(Unknown Source)
    log9: at oracle.lite.web.SocketListener.process(Unknown Source)
    log9: at oracle.lite.web.ClientListener.process(Unknown Source)
    log9: at oracle.lite.web.SocketListener$ReqHandler.run(Unknown Source)
    log9: Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    log9: at javax.crypto.SunJCE_b.<clinit>(DashoA12275)
    log9: ... 21 more
    log9: Caused by: java.lang.IllegalStateException: Already connected
    log9: at java.net.URLConnection.setUseCaches(Unknown Source)
    log9: at sun.net.www.protocol.jar.JarURLConnection.setUseCaches(Unknown Source)
    log9: at javax.crypto.SunJCE_d.a(DashoA12275)
    log9: at javax.crypto.SunJCE_b.g(DashoA12275)
    log9: at javax.crypto.SunJCE_b.f(DashoA12275)
    log9: at javax.crypto.SunJCE_t.run(DashoA12275)
    log9: at java.security.AccessController.doPrivileged(Native Method)
    Not sure what we are doing wrong.
        public static String encrypt(String value) throws AesException {
              try {
                   SecretKeySpec secKeySpec = new SecretKeySpec(fromHexString(encyptKey), algorithm);
                   Provider provider = new SunJCE();
                  Security.addProvider(provider);
                Cipher cipher = Cipher.getInstance(algorithm, provider);
                   cipher.init(Cipher.ENCRYPT_MODE, secKeySpec);
                   byte[] encryptedBytes = cipher.doFinal(value.getBytes());
                   return toHexString(encryptedBytes);
              } catch (Exception e) {
                   throw new AesException(e);
         }

    I added that late just in case, for some strange reason, the provider wasn't getting picked up.
    Here is the list of available providers:
    log9: SUN (DSA key/parameter generation; DSA signing; SHA-1, MD5 digests; SecureRandom; X.509 certificates; JKS keystore
    ; PKIX CertPathValidator; PKIX CertPathBuilder; LDAP, Collection CertStores)
    log9: Sun JSSE provider(implements RSA Signatures, PKCS12, SunX509 key/trust factories, SSLv3, TLSv1)
    log9: SUN's provider for RSA signatures
    log9: SunJCE Provider (implements DES, Triple DES, AES, Blowfish, PBE, Diffie-Hellman, HMAC-MD5, HMAC-SHA1)
    log9: Sun (Kerberos v5)
    log9: java.lang.ExceptionInInitializerError
    The minute I rollback to an older JVM this works.

  • "Cannot set up certs for trusted CAs" and Tomcat

    I have succeeded in downloading/installing the JCE component and writing a small java program that ecrypts and decrypts text.
    Now that I've tried to integrate this code into a web application, I'm getting the following exception message:
    java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs: java.lang.SecurityException: Cannot locate policy and/or framework files for signer restraint check!
         at javax.crypto.SunJCE_b.<clinit>(DashoA6275)
         at javax.crypto.Cipher.a(DashoA6275)
         at javax.crypto.Cipher.getInstance(DashoA6275)
    I've copied the four JAR files into the web-inf/lib directory. I believe that I need to make changes to the appropriate policy file (which I assume is the catalina.policy file under the tomcat/conf folder) but this doesn't seem to make any difference.
    Can anybody help??
    Cheers,
    Ben
    PS - I DON'T want to copy the JARs into <java-home>\lib\ext

    i've been dealing w/ jdk1.3 and jce
    installation, configuration, and exceptions for a day
    now. i've recently upgraded to j2sdk1.4.1 and i have
    the same problems:
    java.lang.reflect.InvocationTargetException:
    java.lang.ExceptionInInitializerError:
    java.lang.SecurityException: Cannot set up certs for
    trusted CAs: java.lang.SecurityException: Cannot
    locate policy and/or framework files for signer
    restraint check!
    can you give me a little more detail around your
    explanation. in particular, i can get my encryption
    code to run as a command line app using the JDK alone.
    its once i try to run the code inside of tomcat that i
    get this exception.
    so far, i've tried putting all the .jars in my
    classpath, as well as web-inf/lib, as well as
    jre/lib/ext, as well as tomcat_home/common/lib and
    nothing works.
    could this still be a provider problem as you indicate
    and how does that explain the fact that it works with
    the JDK alone?Sun's JCE 1.2.2 and their JCE Provider doing a cross checking of the classes and their signatures. In JDK 1.4 that cross validation were removed, but JCE framework still checking the signature of the provider.
    You may also need to check which JRE you are using. On windows you have two of them by default: the one within JDK installation and the another one within "Programm Files". The last one is used by default if you didn't specify the path for java command.
    I've been using BouncyCastle JCE and their provider for a while. It works just fine in web-inf\lib directory under the JRE 1.3.1. They also have the signed jar for J2SE 1.4 that does not includes JCE framework.
    Note that you have to register your provider dynamically if you going to use it in the web application. You also have to make sure that your web app has enough rights for that (check the security properties if you are using security).
    BTW, which app container are you using?

  • Error running DataExportUtility - Cannot set up certs for trusted CAs

    When I try to run the DataExportUtility, I get the following Java exception... any ideas?
    Starting Data Export Utility...
    Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at com.avaya.cc.cvx.security.CryptoServices.initialize(CryptoServices.java:249)
    at com.avaya.cc.cvx.security.CryptoServices.<init>(CryptoServices.java:234)
    at com.avaya.cc.cvx.security.CryptoServices.getInstance(CryptoServices.java:69)
    at com.avaya.stumbras.export.utility.DataExportCommand.execute(DataExportCommand.java:1009)
    at com.avaya.stumbras.export.utility.DataExportUtility.run(DataExportUtility.java:189)
    at com.avaya.stumbras.export.utility.DataExportUtility.main(DataExportUtility.java:158)
    Data Export Utility completed.

    Hi user454118,
    It doesn't appear DataExportUtlity is relevant to TimesTen IMDB. Could you have posted your message to the wrong forum?
    -scheung

  • Cannot set up certs for trusted CAs

    HI
    If i try to run my aplication I am getting the following exception
    ---------- JavaRun ----------
    subString1.3
    1.3........................1.3.1_07
    Exception occurred during event dispatching:
    java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at EncryptionFactoryImpl.<init>(EncryptionFactoryImpl.java:74)
    at CheckXML.endElement(CheckXML.java:54)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1489)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.content(Parser2.java:1700)
    at org.apache.crimson.parser.Parser2.maybeElement(Parser2.java:1468)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:499)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:304)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:433)
    at Authenticate.verify(Authenticate.java:29)
    at Login.actionPerformed(Login.java:112)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1445)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1499)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:373)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:245)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:211)
    at java.awt.Component.processMouseEvent(Component.java:3710)
    at java.awt.Component.processEvent(Component.java:3539)
    at java.awt.Container.processEvent(Container.java:1159)
    at java.awt.Component.dispatchEventImpl(Component.java:2588)
    at java.awt.Container.dispatchEventImpl(Container.java:1208)
    at java.awt.Component.dispatchEvent(Component.java:2492)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    at java.awt.Container.dispatchEventImpl(Container.java:1195)
    at java.awt.Window.dispatchEventImpl(Window.java:923)
    at java.awt.Component.dispatchEvent(Component.java:2492)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:334)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)
    Can someone tell me the solution for this , it is very urgent
    thanks in advance

    I got the exact same problem on my server yesterday (Aug 1st) after I restarted it. Apparently on July 28th 2005 the certificate that jce 1.2.1 crypto package uses expired. I was able to confirm this by setting the server clock back to before July 28th and everything worked fine. I updated to jce 1.2.2 (http://java.sun.com/security/index.jsp) and it resolved my problem.

  • Cannot set up certs for trusted CAs  on JDeveloper1013

    Hi Guys,
    When I use Apache HTTPClient to Connect to URL with NTLM Auth,
    I have got this problem:
    "Cannot set up certs for trusted CAs"
    and "java.lang.SecurityException"
    However, my source works fine with JDeveloper1013 on Windows 2000.
    JDK 1.4,2
    When I run it on Windows XP Pro, I got above Exception.
    The same souce code:
    Good enviroment:
    Window 2000, JDK1.4.2_XXX
    JDeveloper 1013
    Bad enviroment:
    WindowsXP Pro, JDK1.4.2_XXX
    JDeveloper1013
    Any idea.
    Thanks in advanced
    Thanks

    I haven't messed with 1.3 versions, but in 1.4.2 and later, the jce jar files have to be in <jre>/lib/security rather than in the classpath.
    HTH,
    John

  • JCE SecurityException: Cannot set up certs for trusted CAs

    hi,
    I am using trying to Jar an application that uses the JCE
    package for encryption.
    When running the jar file the following exception ocurss:
    java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at com.portland.encryption.Decrypter.decryptServer(Decrypter.java:67)
    at com.portland.util.ModelLoad.loadObj(ModelLoad.java:53)
    at com.portland.setup.SetUpInit.isUserFrameNeeded(SetUpInit.java:86)
    at com.portland.setup.SetUpInit.checkResources(SetUpInit.java:29)
    at com.portland.setup.SetUpInit.main(SetUpInit.java:99)
    Exception in thread "main"
    Is there any way arround this problem???

    hi,
    I am using trying to Jar an application that uses the
    JCE
    package for encryption.
    When running the jar file the following exception
    ocurss:
    java.lang.ExceptionInInitializerError:
    java.lang.SecurityException: Cannot set up certs for
    trusted CAs
    at
    at
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at
    at
    at
    t
    javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at
    at
    at
    t
    com.portland.encryption.Decrypter.decryptServer(Decrypt
    r.java:67)
    at
    at
    at
    t
    com.portland.util.ModelLoad.loadObj(ModelLoad.java:53)
    at
    at
    at
    t
    com.portland.setup.SetUpInit.isUserFrameNeeded(SetUpIni
    .java:86)
    at
    at
    at
    t
    com.portland.setup.SetUpInit.checkResources(SetUpInit.j
    va:29)
    at
    at
    at
    t
    com.portland.setup.SetUpInit.main(SetUpInit.java:99)
    Exception in thread "main"
    Is there any way arround this problem???A few questions for you:
    (1) Have you updated the java.security file to include the SunJCE security provider i.e. :
    <JAVA_HOME>/jre/lib/security/java.security
    a line should be added into this file as such:
    security.provider.n=com.sun.crypto.provider.SunJCE
    , where n is the the order of which the security providers to be installed.
    (2) You should have all the necessary .jar files for the JCE packages and it should located in this directory:
    <JAVA_HOME>/jre/lib/ext
    Some developers make the mistake of copying the .jar files into the <JAVA_HOME>/lib directory.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • SecurityException: Cannot set up certs for trusted CAs

    I'm pressed for a solution to meet a delivery deadline - any help would
    be appreciated.
    I have a method that requests an instance of a SecretKeyFactory. The
    method works in a standalone application and in JRun which we use for
    development but when i try it in iPlanet iAS6 SP2 I get the following
    Exception listed below. (following the Exception is the code that
    generated it).
    java.lang.ExceptionInInitializerError: java.lang.SecurityException:
    Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at
    javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at
    com.intellisales.shared.services.DESede.generatePrivateKeyFromFile(DESede.java:151)
    at
    com.intellisales.shared.services.DESede.<init>(DESede.java:60)
    at
    com.intellisales.gbsld1.servlets.BellServlet.doGet(BellServlet.java:169)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown
    Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.ExceptionInInitializerError: java.lang.SecurityException:
    Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at
    javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at
    com.intellisales.shared.services.DESede.generatePrivateKeyFromFile(DESede.java:151)
    at
    com.intellisales.shared.services.DESede.<init>(DESede.java:60)
    at
    com.intellisales.gbsld1.servlets.BellServlet.doGet(BellServlet.java:169)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown
    Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)
    public SecretKey generatePrivateKeyFromFile(){
    FileInputStream pfis = null;
    SecretKey seckey = null;
    try {
    Security.addProvider(new sun.security.provider.Sun());
    Security.addProvider(new com.sun.crypto.provider.SunJCE());
    // *** get secret key ***
    pfis = new FileInputStream(keyFileName);
    byte[] encKey = new byte[pfis.available()];
    pfis.read(encKey);
    pfis.close();
    SecretKeyFactory mykeyfac1 =
    SecretKeyFactory.getInstance("DESede");
    DESedeKeySpec dk = new DESedeKeySpec(encKey);
    seckey = mykeyfac1.generateSecret(dk);
    byte[] key = seckey.getEncoded();
    } catch (Exception e){
    e.printStackTrace();
    return seckey;
    }// end generatePrivateKeyFromFile
    Thanks

    hi,
    I am using trying to Jar an application that uses the
    JCE
    package for encryption.
    When running the jar file the following exception
    ocurss:
    java.lang.ExceptionInInitializerError:
    java.lang.SecurityException: Cannot set up certs for
    trusted CAs
    at
    at
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at
    at
    at
    t
    javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
    at
    at
    at
    t
    com.portland.encryption.Decrypter.decryptServer(Decrypt
    r.java:67)
    at
    at
    at
    t
    com.portland.util.ModelLoad.loadObj(ModelLoad.java:53)
    at
    at
    at
    t
    com.portland.setup.SetUpInit.isUserFrameNeeded(SetUpIni
    .java:86)
    at
    at
    at
    t
    com.portland.setup.SetUpInit.checkResources(SetUpInit.j
    va:29)
    at
    at
    at
    t
    com.portland.setup.SetUpInit.main(SetUpInit.java:99)
    Exception in thread "main"
    Is there any way arround this problem???A few questions for you:
    (1) Have you updated the java.security file to include the SunJCE security provider i.e. :
    <JAVA_HOME>/jre/lib/security/java.security
    a line should be added into this file as such:
    security.provider.n=com.sun.crypto.provider.SunJCE
    , where n is the the order of which the security providers to be installed.
    (2) You should have all the necessary .jar files for the JCE packages and it should located in this directory:
    <JAVA_HOME>/jre/lib/ext
    Some developers make the mistake of copying the .jar files into the <JAVA_HOME>/lib directory.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • Java.lang.SecurityException: Cannot set up certs for trusted CAs

    Hi,
    The application iam working on encrypts & decrypts files. The application is deployed on a standalone OC4j container on solaris 5.8. I have downloaded the following jar files
    jce1_2_2.jar
    sunjce_provider.jar
    local_policy.jar
    US_export_policy.jar
    and have declared them in the application.xml
    when i run the application i get the following exception.
    java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs: java.lang.SecurityException: Signer restraint check failed! at javax.crypto.SunJCE_b.<clinit>(DashoA6275) at javax.crypto.Cipher.a(DashoA6275) at javax.crypto.Cipher.getInstance(DashoA6275) at pdfDownload.jspService(_pdfDownload.java:215) [SRC:/pdfDownload.jsp:167] at com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:721) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:259) at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:106) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803) at java.lang.Thread.run(Thread.java:484)
    Pls advise, is there any other setting that needs to be done ?
    Thanks & Regards
    Arun

    Hi,
    I got the solution for this. JCE 1.2.2 is supported on JDK 1.4.1 and JDK 1.4.2, but both of them have different unrestricted policy jars. I was able to solve the problem once I downloaded the unrestricted policy jars for JDK 1.4.2 (which is used by BEA 8.1 SP5) from the following URL : http://java.sun.com/j2se/1.4.2/download.html
    Regards,
    Prashant Kale.

  • Error : cannot set up certs for trusted CAs, help !

    Hi !
    I am attempting to use the javax.crypto classes in order to decrypt and encrypt
    information.
    But i get the follow message when i change the executing directory :
    -> cannot set up certs for trusted CAs
    If i decompress all follow jar files:
    jce1_2_1.jar;
    sunjce_provider.jar;
    local_policy.jar;
    US_export_policy.jar;
    my applicattion doesn't work. ...
    But if i use jar files, everything is ok and only in a "unique" directories ....
    Why ?
    [email protected]

    Hi Sri,
    I am working on a similar problem. In fact, while I write a simple stand-alone program, everything works fine for me.
    As soon as I embed the very same class into my application, I also get the error you see. The major difference I see between my application and the stand-alone program is the class loading, which my application does via its specialized class loaders. However, I failed to catch the encryption code in my class loader between the call to
    SecretKeyFactory.getInstance("PBEWithMD5AndDES").generateSecret(k);
    and the error.
    You have any idea how to track the issue down?
    Regards,
    Jack

  • "Can't set up certs for trusted CA's" error

    Hi,
    I'm using JCE 1.2.1 for encryption. I have no problem running in current date (i.e. yr 2001) but
    when I change the system date to a date less than the "last modified date" of the JCE jar files or to a date 5 years after this, I encountered this error.
    any ideas?

    I M getting the same error as following:
    Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot
    set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198], Compiled Code)
    at test.main(test.java, Compiled Code)
    I have copied all four jar files in classpath.
    but it is still not working.
    please help urgently.
    regards.
    Saurabh Agarwal

  • SAPINST create secure store error

    Hi Fellow Forumites
    I am installing Solman 7.1 on IM_LINUX_X86_64 as a central instance, whlist running SapInst wizard on the execute phase step 4 - create secure store I am getting the following error in the log file(SecureStoreCreate.log)
    SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.ExceptionInInitializerError
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:218)
            at javax.crypto.Cipher.a(Unknown Source)
            at javax.crypto.Cipher.getInstance(Unknown Source)
            at iaik.security.provider.IAIK.a(Unknown Source)
            at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
            at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
            at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            at com.sap.security.core.server.secstorefs.SecStoreFS.setSID(SecStoreFS.java:158)
            at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:804)
            at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274)
            ... 6 more
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
            at javax.crypto.b.<clinit>(Unknown Source)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            ... 17 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
            at javax.crypto.b.a(Unknown Source)
            at javax.crypto.b.a(Unknown Source)
            at javax.crypto.b.access$600(Unknown Source)
            at javax.crypto.b$0.run(Unknown Source)
            at java.security.AccessController.doPrivileged(AccessController.java:246)
            ... 20 more
    to try and resolve this error I replaced the JCE policy jar file in the <java-home>/lib/security with the unlimited strength versions and restarted the installation, this has however not resolved the error.
    Is the JDK supposed to be installed for this step to execute.
    Warm Regards

    Hi ,
    Please check if below envirnment variable is set correctly before starting SAPINST
    SAPINST_JRE_HOME
    JAVA_HOME
    Also as above suggested , get correct version of Java installed on server where you are trying to install SAP instance.
    Best Regards,
    Rupali

  • Unable to Create Secure Store

    Hi
    We are having an issue installaing Netweaver 7.0 (JAVA=ABAP).
    We are trying to build thsi from a media that is two years old just to add one more system to satisy our testing needs. All the GTS systems are running on AIX 5L and Oracle 10.2.
    During the installation of Netweaver I ran into an issue during the "Create Secure Store" phase of the installation, and I could not find much help to resolve this issue.
    The sapinst.log refers to the SecureStoreCreate.log both of which are attached to this message.
    The SecureStoreCreate.log indicates that teh process is "unable to create a secure store" and that the "Jurisdiction policy files are not signed by trusted signers!"
    After some research I found that this issue may be related to the OLD JCE Policy file from the original media, that was being used in the current installation.
    I replaced the original policy file "unrestricted.zip" under /temp/JCE with the new file downloaded from http://www6.software.ibm.com/dl/jcesdk/jcesdk-p, with /temp/JCE being the location specified during instllation. Teh installation was stopped and re-started.
    The above has not resolved the error. If this error is related to the JCE policy file, I am guessing it has to be copied to some other  location in order to continue with the  installation, since we are already past the Create DB and Import ABAp phase.
    If this error is not related to JCE policy file, I have no clue. Any suggestions ?
    Thanks

    Here's the log
    FCO-00011  The step createSecureStore with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System                                                         |ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_SecureStore|ind|ind|ind|ind|8|0|creat                                                         eSecureStore was executed with status ERROR ( Last error reported by the step :Cannot create the secu                                                         re store; see output of log file SecureStoreCreate.log:
    SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:88)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:61)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
            at java.lang.reflect.Method.invoke(Method.java:391)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.lang.ExceptionInInitializerError
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:218)
            at javax.crypto.Cipher.a(Unknown Source)
            at javax.crypto.Cipher.getInstance(Unknown Source)
            at iaik.security.provider.IAIK.a(Unknown Source)
            at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
            at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
            at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            at com.sap.security.core.server.secstorefs.SecStoreFS.setSID(SecStoreFS.java:158)
            at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:804)
            at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274)
            ... 6 more
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
            at javax.crypto.b.<clinit>(Unknown Source)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
            ... 17 more
    Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
            at javax.crypto.b.a(Unknown Source)
            at javax.crypto.b.a(Unknown Source)
            at javax.crypto.b.access$600(Unknown Source)
            at javax.crypto.b$0.run(Unknown Source)
            at java.security.AccessController.doPrivileged(AccessController.java:246)
            ... 20 more.).

  • Problem during SAP Solution Manager Migration - create secure store

    Hi all,
    I have a problem during a migration of my SAP SOLUTION MANAGEER from Linux ORACLE to AIX 6.1 ORACLE 10.2.0.4
    Release SOLUTION MANAGER 4.0 KERNEL 700
    I have done the export of the database and now i start with the import.
    SAPINST stopped at Create Secure Store phase and this is the log of SercureStoreCreate.log file.
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A1271B80 Handler2=09001000A1269C20
    R0=0000000000000000 R1=0FFFFFFFFFFFD460 R2=0000000000000010 R3=0000000000000010
    R4=000000000000000B R5=09000000089B70A0 R6=0000000111BBE829 R7=0000000000000018
    R8=0000000111C23D58 R9=000000003A470000 R10=0000000111B99CB8 R11=09000000089CD638
    R12=0900000008970594 R13=000000011000D0C0 R14=0000000111BBE7B8 R15=0000000110096400
    R16=00000001110EC8B0 R17=0000000111C23FD8 R18=09001000A12753A8 R19=0000000000000013
    R20=0000000111C23FB8 R21=0000000111BBE848 R22=0000000110096480 R23=0000000000000000
    R24=0000000000000000 R25=0000000110001098 R26=0000000110096400 R27=0000000110016870
    R28=0000000000000000 R29=07000000001DD260 R30=000000000000000B R31=0000000000000010
    IAR=09000000089CD638 LR=00000001108BB6C0 MSR=A00000000000D032 CTR=09000000089CD638
    CR=4222422420000004 FPSCR=8202200000000000 XER=2000000482022000
    FPR0 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR1 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR2 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR3 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR4 4330000000400000 (f: 4194304.000000, d: 4.503600e+15)
    FPR5 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4077f00000000000 (f: 0.000000, d: 3.830000e+02)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4071f40000000000 (f: 0.000000, d: 2.872500e+02)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/usr/java14_64/jre/bin/libj9jit23.so
    Module_base_address=0900000008998000
    Target=2_30_20070530_12820_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x80000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp'
    JVMDUMP010I System Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc'
    JVMDUMP010I Snap Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc
    JVMDUMP007I JVM Requesting Java Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt'
    JVMDUMP010I Java Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".
    Could please help me for finishing the migration?
    Thanks in advance
    Andrea

    Hi,
    this is the a part of sapinst.log:
    ERROR 2011-09-07 10:12:18.24
    FCO-00011  The step createSecureStore with step key |NW_Doublestack_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_SecureStore|ind|ind|ind|ind|8|0|createSecureStore was executed with status ERROR ( Last error reported by the step :Cannot create the secure store. SOLUTION: See output of log file SecureStoreCreate.log:
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A1271B80 Handler2=09001000A1269C20
    R0=0000000000000000 R1=0FFFFFFFFFFFD460 R2=0000000000000010 R3=0000000000000010
    R4=000000000000000B R5=09000000089B70A0 R6=0000000111BBE829 R7=0000000000000018
    R8=0000000111C23D58 R9=000000003A470000 R10=0000000111B99CB8 R11=09000000089CD638
    R12=0900000008970594 R13=000000011000D0C0 R14=0000000111BBE7B8 R15=0000000110096400
    R16=00000001110EC8B0 R17=0000000111C23FD8 R18=09001000A12753A8 R19=0000000000000013
    R20=0000000111C23FB8 R21=0000000111BBE848 R22=0000000110096480 R23=0000000000000000
    R24=0000000000000000 R25=0000000110001098 R26=0000000110096400 R27=0000000110016870
    R28=0000000000000000 R29=07000000001DD260 R30=000000000000000B R31=0000000000000010
    IAR=09000000089CD638 LR=00000001108BB6C0 MSR=A00000000000D032 CTR=09000000089CD638
    CR=4222422420000004 FPSCR=8202200000000000 XER=2000000482022000
    FPR0 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR1 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR2 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR3 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR4 4330000000400000 (f: 4194304.000000, d: 4.503600e+15)
    FPR5 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4077f00000000000 (f: 0.000000, d: 3.830000e+02)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4071f40000000000 (f: 0.000000, d: 2.872500e+02)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/usr/java14_64/jre/bin/libj9jit23.so
    Module_base_address=0900000008998000
    Target=2_30_20070530_12820_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x80000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp'
    JVMDUMP010I System Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/core.20110907.081216.6947032.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc'
    JVMDUMP010I Snap Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/Snap0002.20110907.081216.6947032.trc
    JVMDUMP007I JVM Requesting Java Dump using '/tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt'
    JVMDUMP010I Java Dump written to /tmp/sapinst_instdir/SOLMAN/LM/COPY/ORA/SYSTEM/CENTRAL/AS/javacore.20110907.081216.6947032.txt
    JVMDUMP013I Processed Dump Event "gpf", detail ""..).
    Thanks
    Andrea

  • Encryption is not possible in this installation! - in "Create Secure Store"

    Hi,
    We are in the middle of upgrade and While doing UNICODE conversion of SRM5 system, During IMPORT, one of the phase is "Create Secure Store". UNICODE import gives ERROR in "Create Secure Store" phase.
    Below given is ERROR Detail:
    [root@fsp67001] /unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS>
    >cat SecureStoreCreate.log
    SAP Secure Store in the File System - Copyright (c) 2003 SAP AG
    Usage:
    SecStoreFS status <standard>
    SecStoreFS exists <standard>
    SecStoreFS create <standard> -noenc
    SecStoreFS create <standard> -enc -p "<key phrase>" [-nostore]
    SecStoreFS insert <standard> <key> <value>
    SecStoreFS encrypt <standard> -p "<key phrase>" [-nostore]
    SecStoreFS updatep <standard> -p "<key phrase>" [-nostore]
    where <standard> is [-s <SID>] [-f <data filename> -k <key filename>]
    Encryption is not possible in this installation!
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Log Details:
    When you look at command which gets executed in background(Which is
    failing) is given below.
    /usr/java14_64/bin/java -
    classpath /unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/launcher.jar -Xmx256m -Xj9
    com.sap.engine.offline.OfflineToolStart
    com.sap.security.core.server.secstorefs.SecStoreFS /unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/lib/iaik_jce.jar:/unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/exception.jar:/unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/logging.jar:/unicode/import_uc/sapinst_instdir/SRM05/LM/COPY/ORA/SYSTEM/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar create -s RSP -
    f /sapmnt/RSP/global/security/data/SecStore.properties -
    k /sapmnt/RSP/global/security/data/SecStore.key -enc -p XXXXXX
    Request  If anybody in the forum has faced similar problem, pls respond back.
    Vijay

    Hi
    <b>Please go through the SAP OSS Notes, which will help -></b>
    Note 501710 - Error when accessing the "secure storage"
    Note 750779 - Safety and Security of User Mapping Data
    Note 1071472 - FileSystem SecureStore connection issues
    Note 914791 - SQL Command console does not work with automatic config
    Related Notes
    Note 520039 - Analysis report for "secure storage"
    Note 516835 - Error SECSTORE023 with secure storage
    Note 502422 - Long texts for error messages SECSTORE021 to SECSTORE031
    Note 501486 - Work process termination when using the "secure storage"
    Do let me know.
    Regards
    - Atul

Maybe you are looking for