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

Showing posts with label IBM BPM. Show all posts
Showing posts with label IBM BPM. Show all posts

Friday, October 30, 2015

Red Hat 6. I get the error during the installation of Installation Manager: _cairo_operator_bounded_by_source

I get the error during the installation of Installation Manager (I installed IBM BPM 8.5.6):

root@server /ibm/IM64 # ./install
java: cairo-misc.c:380: _cairo_operator_bounded_by_source: Assertion `NOT_REACHED' failed.
JVMDUMP039I Processing dump event "abort", detail "" at 2015/10/30 21:03:07 - please wait.
JVMDUMP032I JVM requested System dump using '/ibm/IM64/core.20151030.210307.33634.0001.dmp' in response to an event
JVMPORT030W /proc/sys/kernel/core_pattern setting "|/usr/libexec/abrt-hook-ccpp %s %c %p %u %g %t e" specifies that the core dump is to be piped to an external program.  Attempting to rename either core or core.33694.

JVMDUMP010I System dump written to /ibm/IM64/core.20151030.210307.33634.0001.dmp
JVMDUMP032I JVM requested Java dump using '/ibm/IM64/javacore.20151030.210307.33634.0002.txt' in response to an event
JVMDUMP010I Java dump written to /ibm/IM64/javacore.20151030.210307.33634.0002.txt
JVMDUMP032I JVM requested Snap dump using '/ibm/IM64/Snap.20151030.210307.33634.0003.trc' in response to an event
JVMDUMP010I Snap dump written to /ibm/IM64/Snap.20151030.210307.33634.0003.trc
JVMDUMP013I Processed dump event "abort", detail "".


Monday, March 16, 2015

During update of IBM BPM environment to 8.5.6 I get the error: CWPKI0663E: Key store file ${CONFIG_ROOT}/cells/CellName/bwl-trust.p12 did not verify. The update process is interrupted. What to do?

During update of IBM BPM environment to 8.5.6 I get the error

runConfigActions script execution failed. Exit code: Exception caught while waiting for runConfigActions script to complete: /opt/bpm855/profiles/Dmgr01/bin/runConfigActions.sh


In BPMConfig.log I see the error:

2015-03-15 10:48.23.990 com.ibm.bpm.config.BPMConfig.main(): CWMCB0046E: The 'createKeyStore' command failed: CWPKI0663E: Key store file ${CONFIG_ROOT}/cells/BPMCell01/bwl-trust.p12 did not verify, make sure the file or keyring exists, check key store type and password.

The update process is interrupted. What to do?


Thursday, March 5, 2015

Identificators of type 2064.25e13007-8539-43fb-81f2-b227ff50bbc3 in error’s messages in SystemOut.log. What do they mean and how to use them for a BPM troubleshooting?

In SystemOut.log you can get some errors with identificators of type 2064.25e13007-8539-43fb-81f2-b227ff50bbc3. For example, the error message:

[3/3/15 16:37:05:801 MSK] 000001f1 wle E CWLLG0594E: An exception occurred while initializing the runnable thread. Error: java.lang.RuntimeException: Could not load version details, context=2064.25e13007-8539-43fb-81f2-b227ff50bbc3T.
 
What does this identificator mean and how to use it for a BPM troubleshooting?

Wednesday, February 18, 2015

How to recreate some deleted internal user in IBM BPM 7.5-8.0

In IBM BPM 7.5-8.0 internal users are stored in BPMDB.
If you delete some of them - the full information about it will not delete from the database and you can to recreate it.
The information about internal users are stored in two tables:lsw_usr_xref and lsw_usr
and this information is deleted from lsw_usr only.

Monday, January 12, 2015

How to find out how many users are working in Process Portal at the given time (for 8.5 and later version)?

If you use IBM BPM version 8.5 and later, you can find out the number of users connected to Process Portal using the table BPM_USR_RUNTIME_PROPS.

Friday, December 5, 2014

IBM BPM: java.lang.OutOfMemoryError: PermGen space during bootstrapProcessServerData

During bootstrapProcessServerData step in IBM BPM installation you can get the message:

java.lang.OutOfMemoryError: PermGen space

I got it on Solaris SPARC.

Friday, November 21, 2014

How can I change the hostname in an already configured Business Process Manager environment? The way of real geek.

Have You Tried Turning It Off And On Again?
"The IT Crowd"
 
Undoubtedly, IBM support are good guys but they have not enough a fantasy, a flight of mind, an imagination. They are limited by official guides and reglaments.
Not so long ago they created a new portal named dwAnswers, and now they are inventing questions and answering themself on them.
Yesterday I saw a good question and the typical answer of IBM support. Let's look at it:

Thursday, October 30, 2014

How to install a stand-alone installation in IBM BPM 8.5/8.5.5 (Part 2)

I have already forgotten about this subject but I needed to install UTE for BPM 8.5.5
The standard installation Integration Designer was not suitable for me because it uses DB2.
I need Oracle.

Friday, October 24, 2014

IBM BPM 8.5.5. It's impossible to create users using ProcessAdmin console (Part 1)

You attempt to create user using ProcessAdmin console in 8.5.5.
You enter correct name and password but nothing.

2014. Moscow goes back to winter

Not having found a more smart targets, we decided to return the Winter Time. So in the night of 25/26.10 Moscow will set time upon hour ago.

It is very joyful news for any Russian sysadmins which always waiting for a possibility to work in the weekends. It is the sarcasm.

My quick way for WAS admins and others.

Friday, July 11, 2014

You need BPMConfig properties file for your 8.5 environment. What to do?

Tell you the truth, I don't use BPMConfig functionality for deploying of BPM 8.5 usually.
I don't like fill this big list of various settings, my eyes flounder in these small letters and so on.
I use old good PMT for this.
But, sometimes, the file of BPMConfig properties is needed.

There are a lot of situations for this. For example, you can start/stop your environment using only one command.
During a Deployment Environment creation the file bpmconfig-<DEName>-<datetime>.properties is created in the folder <WAS_ROOT>/logs/config. But, if you have deleted the file, what to do?

Monday, May 12, 2014

How to restrict an access for users for creating of new process applications

The disclaimer: This solution was not checked from all points of view, but I did not notice any problems with it. I will be glade to any remarks.

By default, all Process Designer users can create new process appplications and toolkits.
But sometimes we need to restrict this. IBM BPM hasn't such possibility at first glance.
Try to solve it.

Friday, April 25, 2014

How to add some user to some group in IBM BPM through DB

Sometimes you need to add some user to some group in BPM.
You can do this through admin console certainly.
But imagine that you have not any access to admin console.

Wednesday, March 19, 2014

How to change WAS profile name

I don't know where it can be used :) but for any case.

I have (for example) an WAS instance and some profiles in it and I want to change ProcCtr01 profile name to PCenter.

Friday, February 7, 2014

The report of using Process Designer

One man from DeveloperWorks forum asked the interesting question.
He needs create some report about using of PD. He want to know when some user used PD last time. He needs it for license control.

Monday, December 30, 2013

java.io.IOException: Async IO operation failed (1), reason: RC: 32 Broken pipe

Just for memory.

If you get this message on standalone WAS you need change this time-out for JVM: HttpInboundPersistReadTimeout

Tuesday, December 24, 2013

SPNEGO SSO in IBM BPM clustered environment

As you know, for Windows client Integrated Authentication in IBM WAS the mechanism called SPNEGO (The Simple and Protected GSS-API Negotiation Mechanism) is used.
Our BPM users can access to portals without input of username and password, using their Windows account.  

I won't give a detail guide because the old guide you can find here
But there is not a way for clustered environments here what are used in productive most frequently.
I can fill this defect.
I describe the features for clusters.

Interactive script for IBM BPM offline installation of PAs (Import Part)

I continue the theme about automation of deploying of snapshots because some people interested in.
Here you can find the script for export.

Now I am publishing the shell script for importing of a snapshot for offline installation.

Monday, December 16, 2013

How to install a stand-alone installation in IBM BPM 8.5 (Part 1)


I use the environment Linux - Oracle in the main, but, I think, the same way in others environments.