Does DTS Editor require WebSphere default installation path?
Last Post 04 Aug 2014 07:00 PM by jbowie. 1 Replies.
Author Messages
frank.ningUser is Offline
New Member
New Member
Posts:28


--
04 Aug 2014 03:50 PM
    Hello,

    I installed WebSphere App server into C:\IBM\WebSphere\AppServer. When I start the DTS applications, I noticed the following error, which sounds the application is expecting default WebSphere installation path. How can we configure so that it can use a different websphere installation path?

    2014-08-04 12:17:01.720 INFO apelon.app [main] com.apelon.apps.dts.editor.DTSEditorApp.<init>() - Application frame built.
    CWPKI0032E: Error creating a self-signed certificate. The exception that occurred is: C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\AppSrv01\etc\key.p12 (The system cannot find the path specified.).
    CWPKI0031E: Error creating a client keystore or truststore during initialization. The exception that occurred is: CWPKI0032E: Error creating a self-signed certificate. The exception that occurred is: C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\AppSrv01\etc\key.p12 (The system cannot find the path specified.)..

    Thanks
    Frank
    jbowieUser is Offline
    Basic Member
    Basic Member
    Posts:110


    --
    04 Aug 2014 07:00 PM
    Good catch. You will need to create the noted folder: C:\Program Files (x86)\IBM\WebSphere\AppServer\profiles\AppSrv01\etc. Websphere uses this location for certificate management.

    The non-existence of this folder is a known issue that will be corrected in the next release.


    ---