RE: Cloning Issue
- From: Shyam Kumar <shyam4558@xxxxxxxxxxx>
- To: ora-apps dba <ora-apps-dba@xxxxxxxxxxxxx>
- Date: Mon, 9 Feb 2009 14:38:37 +0000
The issue is with JVM's, enabling the debug will help you better troubleshoot.
Check this metalink note 249669.1. I suspect CLASSPATH issue?
Following are the things I will concentrate on
First thing check your CLASSPATH settings, verify if you have all the
settings correctly in XML & another place to check is adovars.env
in $APPL_TOP/admin.
Verify the following tags in XML
s_tools_java
s_weboh_java
s_oajdktop
s_oajretop
s_afjretop
s_adovar_classpath
s_adovar_afclasspath
s_adovar_ldlib
s_adjvaprg
s_afjvaprg
s_txk_jdbc_zip
s_txk_wrapper_bin_charset_jar
What version of Java are you using? If you have java 1.5 then in the following
order (substitute Windows path).
/opt/java1.5/lib/dt.jar:
/opt/java1.5/lib/tools.jar:
/opt/java1.5/jre/lib/rt.jar:
/opt/java1.5/jre/lib/charsets.jar:
/u01/appl/applmgr/comn/java/appsborg2.zip:
/u01/appl/applmgr/ora/8.0.6/forms60/java:
/u01/appl/applmgr/comn/java
If you still have issues then rename the JAVA_TOP and OA_HTML and copy from
source. And just run XML.
Let us know if it worked
Subject: RE: Cloning Issue
Date: Mon, 9 Feb 2009 09:26:58 +0800
From: Mamta.NEELI@xxxxxxxxxxxxxx
To: ora-apps-dba@xxxxxxxxxxxxx
DBA’s
Still My front end is not opening.
When I tried to stop the services and
start from command prompt.The receive the below error.
G:\iTest\iTestcomn\admin\scripts>CD iTEST_sgoratest
G:\iTest\iTestcomn\admin\scripts\iTEST_sgoratest>adstrtal.cmd
apps/apps
ECHO is off.
ECHO is off.
ECHO is off.
ECHO is off.
Class not found: oracle.apps.ad.autoconfig.ServiceControl
All enabled services for this node are started.
Check logfile
G:\iTest\iTestcomn\admin\log\iTEST_sgoratest\02200900930.log for d
etails
adstrtal.cmd exiting with status 1
ERRORCODE = 1 ERRORCODE_END
G:\iTest\iTestcomn\admin\scripts\iTEST_sgoratest>cd \iTest\iTestcomn\admin\log\i
TEST_sgoratest\
G:\iTest\iTestcomn\admin\log\iTEST_sgoratest>cat
02200900930.log
cat: 02200900930.log: The system cannot find the file
specified.
G:\iTest\iTestcomn\admin\log\iTEST_sgoratest>
There is no log file generated after this
command L
Please feel free to provide your
suggestions.
Thanks
Mamta
From:
ora-apps-dba-bounce@xxxxxxxxxxxxx [mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx] On
Behalf Of Vikram
Sent: Friday, 30 January 2009
10:42
To: ora-apps-dba@xxxxxxxxxxxxx
Subject: Re: Cloning Issue
Hello,
Please attach to this mail the last 100 lines of error_log*, access_log* after
freshly reproducing the issue.
Thanks,
Vikram
On Thu, Jan 29, 2009 at 8:43 PM, NEELI-SC, Mamta <Mamta.NEELI@xxxxxxxxxxxxxx>
wrote:
Thanks everybody for your valuable suggestions J
I tried to run autoconfig but noluck L
I have checked the SESSION_COOKIE_DOMAIN in the ICX_PARAMETERS
table is same in prod and the test (Cloned instance)
Just now trying to run apache and jserv in debug mode to get some
useful hint J
My error_log says "client denied by server configuration"
Keep you all posted.
Thanks,
Mamta
From: ora-apps-dba-bounce@xxxxxxxxxxxxx
[mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx]
On Behalf Of Chuck Edwards
Sent: Thursday, 29 January 2009
22:53
To: ora-apps-dba@xxxxxxxxxxxxx
Subject: Re: Cloning Issue
The
suggestion to check the apache log files is a good one. Make an attempt
to log in, then when it fails, look at the last 50 or so lines of the error_log
as suggested; paste them here if you like. The error messages should be
very helpful.
A couple
of things that can cause this error:
1.
Incorrect APPS password in
$IAS_ORACLE_HOME/Apache/modplsql/cfg/wdbsrv.app; if this is the case, running
autoconfig with the correct apps password will fix it. Since you can log
in through the forms directly, this isn't likely the problem
2.
Incorrect value for SESSION_COOKIE_DOMAIN in the ICX_PARAMETERS table.
Autoconfig may not update this value (though adcfgclone.pl usually will).
If this is the problem, you will see an error in the apace error_log
along the lines of "connection refused by current configuration."
You can fix it by updating the value in the table directly. This
can happen when your cloned environment has a different value than production.
Chuck
Edwards
Oracle Apps DBA
Blue
Gecko, Inc.
On Jan
28, 2009, at 10:57 PM, hyder hussain syed wrote:
Hi
have u
checked the Apache's acces_log and
error_log ($ORACLE-IAS\Apache\Apache\logs)?
Look into
the error_log file sure we will find something here
Regards
Hyder
On Thu,
Jan 29, 2009 at 10:50 AM, NEELI-SC, Mamta <Mamta.NEELI@xxxxxxxxxxxxxx>
wrote:
Hi Hyder,
I found something please try if you can suggest something.
I'm able to login through dev60cgi/if60cgi url. But not
through OA_HTML.
Thanks,
Mamta
From: ora-apps-dba-bounce@xxxxxxxxxxxxx
[mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx]
On Behalf Of hyder hussain syed
Sent: Thursday, 29 January 2009
13:29
To: ora-apps-dba@xxxxxxxxxxxxx
Subject: Re: Cloning Issue
Hi
Yes
,please check the fnd_node table and target.dbc file .
May be
this issue due to miss match the server id in fnd_node and .dbc file.
Regards
Hyder
On Thu,
Jan 29, 2009 at 9:10 AM, NEELI-SC, Mamta <Mamta.NEELI@xxxxxxxxxxxxxx>
wrote:
Yes Hyder!!
Do you have any suggestions from your end?
Thanks,
Mamta
From: ora-apps-dba-bounce@xxxxxxxxxxxxx
[mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx]
On Behalf Of hyder hussain syed
Sent: Thursday, 29 January 2009
13:09
To: ora-apps-dba@xxxxxxxxxxxxx
Subject: Re: Cloning Issue
Hi
Is it cloned Instance???
On Thu,
Jan 29, 2009 at 9:05 AM, NEELI-SC, Mamta <Mamta.NEELI@xxxxxxxxxxxxxx>
wrote:
Hi Hyder…
All the services are up and running L
Thanks,
Mamta
From: ora-apps-dba-bounce@xxxxxxxxxxxxx
[mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx]
On Behalf Of hyder hussain syed
Sent: Thursday, 29 January 2009
12:40
To: ora-apps-dba@xxxxxxxxxxxxx
Subject: Re: Cloning Issue
Hi,
It is
Apache issue,check the applications services status......
Regards
Hyd
On Thu,
Jan 29, 2009 at 6:18 AM, NEELI-SC, Mamta <Mamta.NEELI@xxxxxxxxxxxxxx>
wrote:
Hello DBA's
Thanks to everyone!!!
There was the issue with registry entry for
javai.dll.Modified that.
But now another issue when tried to login front end receive
below error:
Internal
Server Error
The server
encountered an internal error or misconfiguration and was unable to complete
your request.
Please
contact the server administrator, appltest@xxxxxxxxxxxxxxxxxxxxxx
and inform them of the time the error occurred, and anything you might have
done that may have caused the error.
More
information about this error may be available in the server error log.
Mine is 11.5.9 on windows 2003
Any suggestion???
From: ora-apps-dba-bounce@xxxxxxxxxxxxx
[mailto:ora-apps-dba-bounce@xxxxxxxxxxxxx]
On Behalf Of contact@xxxxxxxxxxxxxxxxxx
Sent: Thursday, 29 January 2009
09:43
To: ora-apps-dba@xxxxxxxxxxxxx
Subject: Re:
Cloning Issue
What
appears to stand out is that the following dll can't be loaded for some reason
E:\test\testora\iAS\ifs1.1\jre\bin\javai.dll
Are
your LD_LIBRARY_PATH and JRE or JAVA home set properly
Janet
-----
Original Message -----
From: NEELI-SC, Mamta
To: ora-apps-dba@xxxxxxxxxxxxx
Sent: Wednesday, January 28, 2009 6:21 AM
Subject: Cloning Issue
Hello DBA's
I'm cloning my production to test instance. DBtier runs fine.
While doing adcfgclone on appstier receive the following error.
AutoConfig Error Report]
The following report lists errors AutoConfig encountered
during each
phase of its execution. Errors are grouped by directory
and phase.
The report format is:
<filename>
<phase> <return code where appropriate>
[SETUP PHASE]
AutoConfig could not successfully execute the
following scripts:
Directory: G:\iTest\iTestcomn\admin\install\iTEST_sgoratest
adgendbc.cmd
INSTE8_SETUP 1
adgentopfile.cmd
INSTE8_SETUP 1
[APPLY PHASE]
AutoConfig could not successfully execute the
following scripts:
Directory: G:\iTest\iTestcomn\admin\install\iTEST_sgoratest
adsvalsn.cmd
INSTE8_APPLY -1
adsvapc.cmd
INSTE8_APPLY 1
AutoConfig is exiting with status 4
RC-50014: Fatal: Execution of AutoConfig was failed
Raised by oracle.apps.ad.clone.ApplyApplTop
Completed ApplyApplTop.
ERROR: AutoConfig completed with errors. Check logfile at
F:\iTest\iTestappl\admin\iTEST_sgoratest\log\ApplyAppsTier_01281228.log for
details.
# Checking the status of AutoConfig run of ApplyApplTop
Warning : AutoConfig has completed with errors .
Please review the AutoConfig section in the logfile. If
required, you can re-run AutoConfig from command line after fixing the
problem
I have attached the logfile for your reference.
Please assist me.
Thanks
Mamta
__________________________
Chuck Edwards
http://www.bluegecko.net
_________________________________________________________________
Wish to Marry Now? Join MSN Matrimony FREE!
http://www.in.msn.com/matrimony
Other related posts:
- » Cloning Issue - NEELI-SC, Mamta
- » Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - hyder hussain syed
- » Re: Cloning Issue - Vikram
- » RE: Cloning Issue - Shyam Kumar
- » Re: Cloning Issue - contact
- » RE: Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - hyder hussain syed
- » RE: Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - hyder hussain syed
- » RE: Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - hyder hussain syed
- » RE: Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - hyder hussain syed
- » Re: Cloning Issue - Mostafa Eletriby
- » Re: Cloning Issue - Chuck Edwards
- » RE: Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - Vikram
- » RE: Cloning Issue - NEELI-SC, Mamta
- » RE: Cloning Issue - NEELI-SC, Mamta
- » Re: Cloning Issue - Upkar Rehan
- » RE: Cloning Issue - Shyam Kumar
- » RE: Cloning Issue - NEELI-SC, Mamta