Service Virtualization

  • 1.  DevTest 10.1 Installation error in MacBook

    Posted Nov 16, 2017 09:42 AM

    Hi All,

     

    I am getting below error while lunching the DevTest Workstation after installinf first time in MacBook. Please let me If anyone has faced this issue, 

     

    java.lang.ExceptionInInitializerError

            at javax.crypto.Cipher.getInstance(Cipher.java:515)

            at com.itko.util.AESCrypto.decryptThis(AESCrypto.java:283)

            at com.itko.util.AESCrypto.decrypt(AESCrypto.java:208)

            at com.itko.lisa.test.Environment.loadEncryptedProp(Environment.java:2172)

            at com.itko.lisa.test.Environment.getDefaultKeyStoreProperties(Environment.java:2303)

            at com.itko.lisa.test.Environment.buildDefaultScheme(Environment.java:2189)

            at com.itko.lisa.test.Environment.installCustomClientSSLScheme(Environment.java:2057)

            at com.itko.lisa.test.Environment.<init>(Environment.java:744)

            at com.itko.lisa.test.Environment.<init>(Environment.java:688)

            at com.itko.lisa.gui.TestManager.main(TestManager.java:116)

            at com.itko.lisa.gui.LISAWorkstation.main(LISAWorkstation.java:16)

            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

            at java.lang.reflect.Method.invoke(Method.java:498)

            at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)

            at com.install4j.runtime.launcher.MacLauncher.main(Unknown Source)

    Caused by: java.lang.SecurityException: Can not initialize cryptographic mechanism

            at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:88)

            ... 17 more

    Caused by: java.lang.SecurityException: Cannot locate policy or framework files!

            at javax.crypto.JceSecurity.setupJurisdictionPolicies(JceSecurity.java:255)

            at javax.crypto.JceSecurity.access$000(JceSecurity.java:48)

            at javax.crypto.JceSecurity$1.run(JceSecurity.java:80)

            at java.security.AccessController.doPrivileged(Native Method)

            at javax.crypto.JceSecurity.<clinit>(JceSecurity.java:77)

            ... 17 more



  • 2.  Re: DevTest 10.1 Installation error in MacBook

    Broadcom Employee
    Posted Nov 16, 2017 10:02 AM

    What version of Java are you using?  The one that comes with DevTest or another?



  • 3.  Re: DevTest 10.1 Installation error in MacBook

    Posted Nov 16, 2017 10:04 AM

    JDK 1.8 we are using  and installed separatley



  • 4.  Re: DevTest 10.1 Installation error in MacBook
    Best Answer

    Broadcom Employee
    Posted Nov 16, 2017 11:01 AM

    Please refer to this link:

    System Requirements - DevTest Solutions - 10.1 - CA Technologies Documentation 

     

    Refer to section: 

    Installing and Configuring the Oracle JVM

     

    You are probably missing the Policy files.



  • 5.  Re: DevTest 10.1 Installation error in MacBook

    Posted Nov 16, 2017 01:28 PM

    Thank You Marcy, i will try this and let you know.......