LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2017, 05:50 AM   #1
abdmet74@gmail.com
LQ Newbie
 
Registered: Apr 2017
Location: beirut
Posts: 26

Rep: Reputation: Disabled
error Install SOA13.1.0.1 while running irca.sh ERROR: Cannot find library ..../jdbc/ojdbc14.jar


Technical Environment
cnetOS 6.4** *
Oracle Data Base Release 11.2.0.1.0** *
soa_linux_x86_10.1.3.1.0** *
Vmware@workstation*9.0.1 build-894247
** *
SQL> select SYS_CONTEXT('USERENV', 'HOST') host_name from dual; *
HOST_NAME*
--------------*
localhost.localdomain*

** *
SQL> select name from v$database; *
NAME*
---------*
ORCL*
*
** *
root@localhost samples]# find / -name irca*
/u01/app/oracle/OAS101310/install/soa_schemas/irca*
/u01/app/oracle/product/10.1.3/OracleAS_1/install/soa_schemas/irca
*
[root@localhost samples]# cd /u01/app/oracle/OAS101310/install/soa_schemas/irca*
[root@localhost irca]# ./irca.sh
ERROR: Cannot find library - /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib/ojdbc14.jar*
Please verify that the ORACLE_HOME is set correctly.

[root@localhost irca]# find / -name* ojdbc14.jar
/u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib/ojdbc14.jar
[root@localhost irca]#*



** *
is there suggestions to overpass this error
thank you.
 
Old 04-06-2017, 07:50 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
The message tells you:
ERROR: Cannot find library - /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib/ojdbc14.jar*

Your find confirms it is NOT in /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib but IS in /u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib which is a different directory:

[root@localhost irca]# find / -name* ojdbc14.jar
/u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib/ojdbc14.jar

The message also tells you:
Please verify that the ORACLE_HOME is set correctly.

So first thing is to do "echo $ORACLE_HOME" to see what it is set to. The second thing would be to determine if that is the correct value.

You can likely solve the specific message by copying or linking the ojdbc14.jar from the directory it was found in to the directory the error tells you it was looking for. However, you'd probably get similar messages on the next thing it looks for if you haven't solved what it is suggesting as an ORACLE_HOME issue.
 
1 members found this post helpful.
Old 04-06-2017, 09:11 AM   #3
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by abdmet74@gmail.com View Post
Technical Environment
cnetOS 6.4** *
Oracle Data Base Release 11.2.0.1.0** *
soa_linux_x86_10.1.3.1.0** *
Vmware@workstation*9.0.1 build-894247
** *
SQL> select SYS_CONTEXT('USERENV', 'HOST') host_name from dual; *
HOST_NAME*
--------------*
localhost.localdomain*

** *
SQL> select name from v$database; *
NAME*
---------*
ORCL*
*
** *
root@localhost samples]# find / -name irca*
/u01/app/oracle/OAS101310/install/soa_schemas/irca*
/u01/app/oracle/product/10.1.3/OracleAS_1/install/soa_schemas/irca
*
[root@localhost samples]# cd /u01/app/oracle/OAS101310/install/soa_schemas/irca*
[root@localhost irca]# ./irca.sh
ERROR: Cannot find library - /u01/app/oracle/product/11.2.0.4/db_1/jdbc/lib/ojdbc14.jar*
Please verify that the ORACLE_HOME is set correctly.

[root@localhost irca]# find / -name* ojdbc14.jar
/u01/app/oracle/product/11.2.0.4/db_1/owb/wf/lib/ojdbc14.jar
[root@localhost irca]#*



** *
is there suggestions to overpass this error
thank you.
This is much like your other thread about Oracle. The most obvious question to me is, "Why haven't you called Oracle support for help with one of their products that you've purchased?" You seem to be having a good deal of trouble, and they could walk you through things easily. MensaWater hit the obvious solution to this problem on the head, but if simple things are tripping you up, professional support would get you going far quicker.
 
Old 04-06-2017, 12:14 PM   #4
abdmet74@gmail.com
LQ Newbie
 
Registered: Apr 2017
Location: beirut
Posts: 26

Original Poster
Rep: Reputation: Disabled
ok thank you it is true solution
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error message "Jar file 'mail.jar' was not found in the extended library directory" AussieAndrew Linux - Newbie 1 07-17-2013 01:40 PM
[SOLVED] LFS 7.3 6.17 GCC Error cannot find neither zip nor jar DeeGee Linux From Scratch 6 04-20-2013 03:57 AM
Error running a .sh script when extracted from a jar file. albert_newton Linux - General 6 01-05-2010 09:51 PM
I got error with this command 'java -jar NodeView-v1.1.jar' mohdismiaswaly Linux - Software 3 04-23-2009 06:24 AM
Error tryin to install jar Executable khalil_noura Linux - Newbie 1 12-15-2008 02:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration