1748104 Members
4517 Online
108758 Solutions
New Discussion юеВ

Re: Oracle Apps error

 
SOLVED
Go to solution
DareDevil_1
Advisor

Re: Oracle Apps error

Thank you, I have changed the permissions for main.o.

I ran $IAS_ORACLE_HOME/bin/adlnkiAS.sh

Have attached the make log file.

Please help me to solve the issue.
Dennis Handly
Acclaimed Contributor

Re: Oracle Apps error

>Have attached the make log file.
/usr/ccs/bin/ld: Can't find library: "java"

Well, where is libjava? You need to either add a -L path or add it to LPATH.

And for dbsnmp & oratclsh, etc., you are missing libclntsh.
DareDevil_1
Advisor

Re: Oracle Apps error

thanks a lot for all your help.

I was able to eliminate the Java error but i am still not able to eliminate the compile error.

- Linking Webcache
rm -f webcached
cc -Wl,+s -Wl,+n -o webcached -L/vol005/applsgtt/sgttora/iAS//lib/ -L/vol005/applsgtt/sgttora/iAS/lib/ main.o li
bwebcachexml.a -lclntst8 -lcore8 -lnls8 -lpthread `cat /vol005/applsgtt/sgttora/iAS/lib/sysliblist` -lm -lpthread -lnsl -ld4r
-L/vol005/applsgtt/sgttora/iAS/JRE/lib/PA_RISC/native_threads -ljava
/usr/ccs/bin/ld: Unexpected end of file in main.o
*** Error exit code 1 (ignored)
mv -f /vol005/applsgtt/sgttora/iAS/webcache/bin/webcached /vol005/applsgtt/sgttora/iAS/webcache/bin/webcached0
mv: /vol005/applsgtt/sgttora/iAS/webcache/bin/webcached: cannot access: No such file or directory
*** Error exit code 1 (ignored)
mv webcached /vol005/applsgtt/sgttora/iAS/webcache/bin/webcached
mv: webcached: cannot access: No such file or directory
*** Error exit code 1 (ignored)
chmod 751 /vol005/applsgtt/sgttora/iAS/webcache/bin/webcached
chmod: can't access /vol005/applsgtt/sgttora/iAS/webcache/bin/webcached
*** Error exit code 1 (ignored)
Make: Don't know how to make libwxd.a. Stop.
Failed...

any suggestions??
Eric Antunes
Honored Contributor

Re: Oracle Apps error

Hi,

Assuming that the source is similar to the destination system (same OS version), have you completed the following steps:


On the source system, as db owner:

cd /appsutil/scripts/
perl adpreclone.pl dbTier



On the source system, as apps owner:

cd /admin/scripts/
adpreclone.pl appsTier

Copy the application tier file system

Shut down the application tier server processes;

Copy the following application tier directories from the source node to the target application tier node:




/util
/clone
/_pages (when this directory exists)
<806 ORACLE_HOME>



On the source system, as db owner:

Perform a normal shutdown of the source system database
Copy the database (DBF) files from the source to the target system
Copy the source database ORACLE_HOME to the target system



Finally, start up the source Applications system database and application tier processes.



On the destination system, as db owner:

cd $ORACLE_HOME/appsutil/clone/bin
perl adcfgclone.pl dbTier


On the destination system, as apps owner:

cd $COMMON_TOP/clone/bin
perl adcfgclone.pl appsTier



Best Regards,

Eric Antunes
Each and every day is a good day to learn.
DareDevil_1
Advisor

Re: Oracle Apps error

"Assuming that the source is similar to the destination system (same OS version), have you completed the following steps: "

hi,

i have done all the steps and am in the process of running adcfgclone.pl appsTier. The dbTier is already up. This script is failing while running adlnkiAS.sh . i have already attached the log file.

please help me.
Eric Antunes
Honored Contributor

Re: Oracle Apps error

Hi,

Did you applied the pre-requisite patches on the source (See Metalink Note 230672.1)?

Best Regards,

Eric Antunes
Each and every day is a good day to learn.
DareDevil_1
Advisor

Re: Oracle Apps error

The source is in the clients place, and we are not sure if those things were done there.

any other work around??
Eric Antunes
Honored Contributor

Re: Oracle Apps error

Hi,

There is no workaround for this. You really need to check if those patches were installed on the source. Patches are:

a) OUI22 patch 5035661 (see also Bug No. 5207776)
b) Perl 5.005 or higher
c) JRE 1.1.8 in source db tier
d) JDK 1.3.1 in destination apps tier
e) ZIP 2.3 in all servers (must be in PATH)
f) RapidClone patch 3453499 in both apps tiers
g) Autoconfig template patch 4709948

Best Regards,

Eric Antunes
Each and every day is a good day to learn.