472,986 Members | 2,844 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

db2fs failed to start

Hi,

I am unable to start the 'db2fs' after successful installation of Db2
Express-C software on `fedora Core 5`. Before that I installed Java
JRE from Sun in "/usr/java/jre1.5.0_11/". I also issued below commands
as instance owner...

db2 UPDATE DBM CFG USING JDK_PATH /usr/java/jre1.5.0_11/
db2 UPDATE ADMIN CFG USING JDK_PATH /usr/java/jre1.5.0_11/

Still having the problem.. please find the below errors...

""""""""""""""

sh: /usr/java/jre1.5.0_11//jre/bin/java: No such file or directory
DB2JAVIT : RC = 127

""""""""""""""

I tried to find information on here and there, but nothing really
helped. below is the current environment:

DB2INSTANCE=db2inst1
HOSTNAME=oraclegrid1
SHELL=/bin/bash
TERM=xterm
HISTSIZE=1000
OLDPWD=/home/db2inst1
USER=db2inst1
LD_LIBRARY_PATH=/home/db2inst1/sqllib/lib32
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:s o=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi= 01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com =00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00 ;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;3 1:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz =00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00; 31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;3 5:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
JAVA_PATH=/usr/java/jre1.5.0_11/
MAIL=/var/spool/mail/db2inst1
PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/db2inst1/
sqllib/bin:/home/db2inst1/sqllib/adm:/home/db2inst1/sqllib/misc:/home/
db2inst1/bin:/usr/java/jre1.5.0_11/
INPUTRC=/etc/inputrc
PWD=/home/db2inst1
JAVA_HOME=/usr/java/jre1.5.0_11/
LANG=en_US.UTF-8
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SHLVL=1
HOME=/home/db2inst1
LOGNAME=db2inst1
CVS_RSH=ssh
CLASSPATH=/home/db2inst1/sqllib/java/db2java.zip:/home/db2inst1/sqllib/
java/db2jcc.jar:/home/db2inst1/sqllib/java/sqlj.zip:/home/db2inst1/
sqllib/function:/home/db2inst1/sqllib/java/db2jcc_license_cu.jar:.
LESSOPEN=|/usr/bin/lesspipe.sh %s
DISPLAY=localhost:12.0
G_BROKEN_FILENAMES=1
XAUTHORITY=/home/db2inst1/.xauthFVWSBV
_=/bin/env
I appreciate your help !!

Madhu

Mar 27 '07 #1
4 7971
Madhu wrote:
Hi,

I am unable to start the 'db2fs' after successful installation of Db2
Express-C software on `fedora Core 5`. Before that I installed Java
JRE from Sun in "/usr/java/jre1.5.0_11/". I also issued below commands
as instance owner...

db2 UPDATE DBM CFG USING JDK_PATH /usr/java/jre1.5.0_11/
db2 UPDATE ADMIN CFG USING JDK_PATH /usr/java/jre1.5.0_11/

Still having the problem.. please find the below errors...

""""""""""""""

sh: /usr/java/jre1.5.0_11//jre/bin/java: No such file or directory
DB2JAVIT : RC = 127

""""""""""""""
Are you sure that /usr/java/jre1.5.0_11//jre/bin/java exists, and is
accessible to whichever user you're using to access it? e.g., if /usr/java
(or any other directory in that hierarchy) were marked "dr-x------", then
you would get that error message.
Mar 27 '07 #2
On Mar 27, 4:20 pm, Darin McBride
<dmcbr...@tower.to.org.no.spam.for.mewrote:
Madhu wrote:
Hi,
I am unable to start the 'db2fs' after successful installation of Db2
Express-C software on `fedora Core 5`. Before that I installed Java
JRE from Sun in "/usr/java/jre1.5.0_11/". I also issued below commands
as instance owner...
db2 UPDATE DBM CFG USING JDK_PATH /usr/java/jre1.5.0_11/
db2 UPDATE ADMIN CFG USING JDK_PATH /usr/java/jre1.5.0_11/
Still having the problem.. please find the below errors...
""""""""""""""
sh: /usr/java/jre1.5.0_11//jre/bin/java: No such file or directory
DB2JAVIT : RC = 127
""""""""""""""

Are you sure that /usr/java/jre1.5.0_11//jre/bin/java exists, and is
accessible to whichever user you're using to access it? e.g., if /usr/java
(or any other directory in that hierarchy) were marked "dr-x------", then
you would get that error message.- Hide quoted text -

- Show quoted text -
Darin,

There is no "jre" folder under "/usr/java/jre1.5.0_11" aand
permissions is not a problem as you see below.

[root@oraclegrid1 ~]# rpm -ivh jre-1_5_0_11-linux-i586.rpm
Preparing...
########################################### [100%]
1:jre
########################################### [100%]

[root@oraclegrid1 ~]# cd /usr/java/jre*
[root@oraclegrid1 jre1.5.0_11]# ls -rlt
total 132
-r--r--r-- 1 root root 969 Dec 15 07:01 Welcome.html
-r--r--r-- 1 root root 66673 Dec 15 07:01 THIRDPARTYLICENSEREADME.txt
-r--r--r-- 1 root root 13936 Dec 15 07:01 README
-r--r--r-- 1 root root 12285 Dec 15 07:01 LICENSE
-r--r--r-- 1 root root 2487 Dec 15 07:01 COPYRIGHT
-r--r--r-- 1 root root 969 Dec 15 07:01 CHANGES
drwxr-xr-x 2 root root 4096 Mar 29 10:06 javaws
drwxr-xr-x 2 root root 4096 Mar 29 10:06 bin
drwxr-xr-x 4 root root 4096 Mar 29 10:06 plugin
drwxr-xr-x 4 root root 4096 Mar 29 10:06 man
drwxr-xr-x 16 root root 4096 Mar 29 10:06 lib
[root@oraclegrid1 jre1.5.0_11]# cd ..
[root@oraclegrid1 java]# ls -rlt
total 4
drwxr-xr-x 7 root root 4096 Mar 29 10:06 jre1.5.0_11

Regards,
Madhu

Mar 29 '07 #3
On Mar 29, 10:16 am, "Madhu" <madhu.vajr...@gmail.comwrote:
On Mar 27, 4:20 pm, Darin McBride

<dmcbr...@tower.to.org.no.spam.for.mewrote:
Madhu wrote:
Hi,
I am unable to start the 'db2fs' after successful installation of Db2
Express-C software on `fedora Core 5`. Before that I installed Java
JRE from Sun in "/usr/java/jre1.5.0_11/". I also issued below commands
as instance owner...
db2 UPDATE DBM CFG USING JDK_PATH /usr/java/jre1.5.0_11/
db2 UPDATE ADMIN CFG USING JDK_PATH /usr/java/jre1.5.0_11/
Still having the problem.. please find the below errors...
""""""""""""""
sh: /usr/java/jre1.5.0_11//jre/bin/java: No such file or directory
DB2JAVIT : RC = 127
""""""""""""""
Are you sure that /usr/java/jre1.5.0_11//jre/bin/java exists, and is
accessible to whichever user you're using to access it? e.g., if /usr/java
(or any other directory in that hierarchy) were marked "dr-x------", then
you would get that error message.- Hide quoted text -
- Show quoted text -

Darin,

There is no "jre" folder under "/usr/java/jre1.5.0_11" aand
permissions is not a problem as you see below.

[root@oraclegrid1 ~]# rpm -ivh jre-1_5_0_11-linux-i586.rpm
Preparing...
########################################### [100%]
1:jre
########################################### [100%]

[root@oraclegrid1 ~]# cd /usr/java/jre*
[root@oraclegrid1 jre1.5.0_11]# ls -rlt
total 132
-r--r--r-- 1 root root 969 Dec 15 07:01 Welcome.html
-r--r--r-- 1 root root 66673 Dec 15 07:01 THIRDPARTYLICENSEREADME.txt
-r--r--r-- 1 root root 13936 Dec 15 07:01 README
-r--r--r-- 1 root root 12285 Dec 15 07:01 LICENSE
-r--r--r-- 1 root root 2487 Dec 15 07:01 COPYRIGHT
-r--r--r-- 1 root root 969 Dec 15 07:01 CHANGES
drwxr-xr-x 2 root root 4096 Mar 29 10:06 javaws
drwxr-xr-x 2 root root 4096 Mar 29 10:06 bin
drwxr-xr-x 4 root root 4096 Mar 29 10:06 plugin
drwxr-xr-x 4 root root 4096 Mar 29 10:06 man
drwxr-xr-x 16 root root 4096 Mar 29 10:06 lib
[root@oraclegrid1 jre1.5.0_11]# cd ..
[root@oraclegrid1 java]# ls -rlt
total 4
drwxr-xr-x 7 root root 4096 Mar 29 10:06 jre1.5.0_11

Regards,
Madhu- Hide quoted text -

- Show quoted text -
I just created another Sym-link under /usr/java/jre pointing to the
same folder...and now i am able to use "db2fs" and it is starting
firefox browser as desired. seem like its working now...

[root@oraclegrid1 jre]# pwd
/usr/java/jre
[root@oraclegrid1 jre]# ln -s /usr/java/jre jre
<<<<<<<<<<<<<<<<<<<<<<<< Sym-Link
[root@oraclegrid1 jre]# ls -rlt
total 132
-r--r--r-- 1 root root 969 Dec 15 07:01 Welcome.html
-r--r--r-- 1 root root 66673 Dec 15 07:01 THIRDPARTYLICENSEREADME.txt
-r--r--r-- 1 root root 13936 Dec 15 07:01 README
-r--r--r-- 1 root root 12285 Dec 15 07:01 LICENSE
-r--r--r-- 1 root root 2487 Dec 15 07:01 COPYRIGHT
-r--r--r-- 1 root root 969 Dec 15 07:01 CHANGES
drwxr-xr-x 2 root root 4096 Mar 29 10:06 javaws
drwxr-xr-x 2 root root 4096 Mar 29 10:06 bin
drwxr-xr-x 4 root root 4096 Mar 29 10:06 plugin
drwxr-xr-x 4 root root 4096 Mar 29 10:06 man
drwxr-xr-x 16 root root 4096 Mar 29 10:06 lib
lrwxrwxrwx 1 root root 13 Mar 29 10:25 jre -/usr/java/jre

Thanks
Madhu

Mar 29 '07 #4
Madhu wrote:
There is no "jre" folder under "/usr/java/jre1.5.0_11"
Then that would probably be labelled "a bug" - you should open a PMR with
IBM on that.
Mar 29 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ajay | last post by:
hi! I wrote a simple C code to work with OpenSSL and it builds fine. however when i import it, i get an error ImportError: DLL load failed. The specified module could not be found. the file...
12
by: JSheble | last post by:
I've written a Windows Service using C#, but I cannot seem to figure out how to cancel or prevent the service from starting under certain conditions. For example, in the OnStart I read in some...
0
by: Jeff Reed | last post by:
I am experiencing the the problem outlined the below. Unfortunately, I am using WinXP and I not sure if I can apply the solution due to lack of security control Any feed back would be apreciated ...
1
by: Edward Yang | last post by:
I setup web.config with impersonation="true". On our local server the project works great. I did the same procedures on our staging server, but it failed with an impossible error: Server Error in...
2
by: Greg Allen | last post by:
I know this has been discussed before, and have found some documentation about it on the web. But nothing has fixed my problem. I am running the 1.1 .NET framework, SP1. I have a web...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
5
by: Joe | last post by:
I'm getting the following error when trying to call a page on a secure server. I'm not doing any impersonations or file access of any kind. The page is using PayPal and I'm wondering if PayPal has...
0
by: SMichal | last post by:
Hi, I've got a simple problem when I try to start a new process from my application. I'm starting a new process like this: Process proc = new Process(); proc.StartInfo.Arguments = "";...
4
by: Amber | last post by:
The installer tells it faild to config db2inst1, the db2setup.err is as following: /usr/share/themes/Clearlooks/gtk-2.0/gtkrc:60: Engine "clearlooks" is unsupporte d, ignoring Jun 15, 2007...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.