472,142 Members | 1,302 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,142 software developers and data experts.

DB2 installation problem in the db2 database.

Hello all
I want to install db2 universal Database Personal Edition in
my Linux Fedora core 3. But the following error has occured.

When i gave the following command for install ----->

[root@brown pde813u1]# ./db2setup
DBI1190I db2setup is preparing the DB2 Setup wizard which will
guide you through the program setup process. Please
wait.
/opt/pde813u1/db2/linux/install/db2jinst: line 131: 6286 Segmentation
fault $JAVA_PATH/$JAVA_INTERPRETER $JAVA_OPTIONS -cp $JAVA_CLASSPATH
$DB2SetupRun "$@" 2>/tmp/db2setup.err.running

In the tmp/db2setup.err file -->

stackpointer=0x9ebaa8
JVMXM004: JVM is performing abort shutdown sequence
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to
/opt/pde813u1/db2/linux/install/javacore6062.1130833272.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.

I already download the IBMjava1.4, i installed it and set the class
path.

Nov 12 '05 #1
4 5637
Maroon wrote:
Hello all
I want to install db2 universal Database Personal Edition in
my Linux Fedora core 3. But the following error has occured.
That distribution is not officially supported. The recommendation is to
move to a distribution that is officially supported.
When i gave the following command for install ----->

[root@brown pde813u1]# ./db2setup
DBI1190I db2setup is preparing the DB2 Setup wizard which will
guide you through the program setup process. Please
wait.
/opt/pde813u1/db2/linux/install/db2jinst: line 131: 6286 Segmentation
fault $JAVA_PATH/$JAVA_INTERPRETER $JAVA_OPTIONS -cp $JAVA_CLASSPATH
$DB2SetupRun "$@" 2>/tmp/db2setup.err.running

In the tmp/db2setup.err file -->

stackpointer=0x9ebaa8
JVMXM004: JVM is performing abort shutdown sequence
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to
/opt/pde813u1/db2/linux/install/javacore6062.1130833272.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.

I already download the IBMjava1.4, i installed it and set the class
path.


If you export DB2USELOCALJRE=true and JDK_HOME to point to your JDK path,
then db2setup will use your installed Java. Otherwise it always uses the
one in the image.

Nov 12 '05 #2
Darin McBride wrote:
Maroon wrote:

Hello all
I want to install db2 universal Database Personal Edition in
my Linux Fedora core 3. But the following error has occured.

That distribution is not officially supported. The recommendation is to
move to a distribution that is officially supported.

When i gave the following command for install ----->

[root@brown pde813u1]# ./db2setup
DBI1190I db2setup is preparing the DB2 Setup wizard which will
guide you through the program setup process. Please
wait.
/opt/pde813u1/db2/linux/install/db2jinst: line 131: 6286 Segmentation
fault $JAVA_PATH/$JAVA_INTERPRETER $JAVA_OPTIONS -cp $JAVA_CLASSPATH
$DB2SetupRun "$@" 2>/tmp/db2setup.err.running

In the tmp/db2setup.err file -->

stackpointer=0x9ebaa8
JVMXM004: JVM is performing abort shutdown sequence
JVMDG217: Dump Handler is Processing a Signal - Please Wait.
JVMDG303: JVM Requesting Java core file
JVMDG304: Java core file written to
/opt/pde813u1/db2/linux/install/javacore6062.1130833272.txt
JVMDG215: Dump Handler has Processed Exception Signal 11.

I already download the IBMjava1.4, i installed it and set the class
path.

If you export DB2USELOCALJRE=true and JDK_HOME to point to your JDK path,
then db2setup will use your installed Java. Otherwise it always uses the
one in the image.


I've installed UDB successfully on FC3 but have been unable to use the
GUI installer unless the Java version on the CD is compatible with the
operating system. You can use the text based installer: db2_install
which should be in the root directory of your installation CD.

I've successfully installed using the GUI installer by copying the CD to
my hard drive and replacing the Java with one that works with the
operating system. I've tried the two parameters to get the installer to
use my installed Java but when the installer executes the JRE test
class, it always returns with rc 249. (This was verified by trapping the
db2jinst install script.) The same Java that gives this error will
successfully install when it's the "default" on the CD.

Phil Sherman
Nov 12 '05 #3
Thanks for your nice reply. How can i replac the java path that use
the db2 database.

Nov 12 '05 #4
"Maroon" <Ma*******@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
Thanks for your nice reply. How can i replac the java path that use
the db2 database.


db2 update dbm cfg using jdk_path /opt/IBMJava2-142
db2 update admin cfg using jdk_path /opt/IBMJava2-142
Nov 12 '05 #5

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by mb12036 | last post: by
1 post views Thread by srihari | last post: by
reply views Thread by AlieN | last post: by
reply views Thread by Nicolas Noakes | last post: by
4 posts views Thread by Will Honea | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.