Appreciations accepted

Vladlen Litvinov, the author: If you have some job offer for me, I'm ready to discuss it. View Vladlen Litvinov's profile on LinkedIn

Password

Sunday, March 10, 2013

Help yourself or the bugtracking in WebSphere products for Dummies (Part 3)

 "Revenons a nos moutons..."

There is a bug in BPM 7.5.1.
It is looking as (in SystemOut.log):

[3/7/13 15:14:50:193 MSK] 0000003d servlet       E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E: Uncaught exception created in one of the service methods of the servlet AssetDownload in application IBM_BPM_Teamworks_BPMAPS.AppTarget. Exception created : com.lombardisoftware.core.TeamWorksRuntimeException: com.lombardisoftware.client.delegate.BusinessDelegateException: Snapshot.3360e049-5350-4d8c-8f7f-b5043046186b
Caused by: com.lombardisoftware.client.persistence.common.ObjectNotFoundException: Snapshot.3360e049-5350-4d8c-8f7f-b5043046186b

It means that some snapshot does not exist.

How to disable BPM's internal repository

The best practice is not using of internal repository of users in BPM's production environment.

How to do this?
Very simply.

Tuesday, March 5, 2013

Step by step solution of java.security.cert.CertPathValidatorException: Certificate chaining error seen with IBM Business Process Manager v8

Recently I have solved one issue.

It looked as (SystemOut.log):

Caused by: com.lombardisoftware.core.TeamWorksException: com.ibm.jsse2.util.h: PKIX path building failed: java.security.cert.CertPathBuilderException: PKIXCertPathBuilderImpl could not build a valid CertPath.; internal cause is:
java.security.cert.CertPathValidatorException: The certificate issued by OU=..., O=..., O=domain, C=ru is not trusted; internal cause is:
java.security.cert.CertPathValidatorException: Certificate chaining error
 

And visually I could not open Process Inspector through https, for example.

Saturday, March 2, 2013