Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

PkgSplit Can find correct JDK

Former Member
0 Kudos

Dear All,

While testing the package splitting option of DB2 ECC 6.00 Export

it seems the Package splitter can not find the correct JDK version.

ERROR 2012-02-13 19:22:30.302

CJSlibModule::writeError_impl()

CJS-00398 Did not find suitable JDK (version 1.4.x or 1.5.x).

ERROR 2012-02-13 19:22:30.304

CJSlibModule::writeError_impl()

CJS-00398 Did not find suitable JDK (version 1.4.x or 1.5.x).

ERROR 2012-02-13 19:22:30.571 [sixxcstepexecute.cpp:951]

FCO-00011 The step PkgSplit with step key |TableSplitter|ind|ind|ind|ind|0|0|PkgSplit was executed with status ERROR ( Last error reported by the step :Did not find suitable JDK (version 1.4.x or 1.5.x).).

Do you know where the issue could be?

Kind Regards

Lawrence Brown

Edited by: Lawrence Brown on Feb 15, 2012 1:21 PM

3 REPLIES 3

Former Member
0 Kudos

Hi,

did you get a solution for that ?

greetings

oliver

0 Kudos

can you set the JAVA_HOME environment variable to JDK 1.4.2  and also set the PATH to $JAVA_HOME/bin

Then try the to start the package splitting using str_splitter.sh

Regards

Ratnajit

0 Kudos

HI Oliver,

After careful inspection we discovered the JDK was not installed.

So operations installed it.

KInd Regards

Lawrence Brown